mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-12 01:07:30 +08:00
Fix correct unet detection for LongCat-Image with ading required keys.
This commit is contained in:
parent
7959f6d3df
commit
61f1436385
@ -1687,6 +1687,12 @@ class LongCatImage(supported_models_base.BASE):
|
||||
"txt_ids_dims": [1, 2],
|
||||
}
|
||||
|
||||
required_keys = {
|
||||
"x_embedder.weight": None,
|
||||
"context_embedder.weight": None,
|
||||
"single_transformer_blocks.10.attn.to_q.weight": None,
|
||||
}
|
||||
|
||||
sampling_settings = {
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user