mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-25 22:00:19 +08:00
tiny bug
This commit is contained in:
parent
a2fff60d4c
commit
70f216bbd0
@ -1199,7 +1199,7 @@ class Hunyuan3Dv2(BaseModel):
|
|||||||
return out
|
return out
|
||||||
|
|
||||||
class HunyuanImage3(BaseModel):
|
class HunyuanImage3(BaseModel):
|
||||||
def __init__(self, model_config, model_type=ModelType.Flow, device=None):
|
def __init__(self, model_config, model_type=ModelType.FLOW, device=None):
|
||||||
super().__init__(model_config, model_type, device, unet_model = comfy.ldm.hunyuan_image_3.model.HunyuanImage3ForCausalMM)
|
super().__init__(model_config, model_type, device, unet_model = comfy.ldm.hunyuan_image_3.model.HunyuanImage3ForCausalMM)
|
||||||
|
|
||||||
class HiDream(BaseModel):
|
class HiDream(BaseModel):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user