1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Change chroma to use Flux shift. (#7961)

This commit is contained in:
comfyanonymous
2025-05-06 06:00:01 -07:00
committed by GitHub
parent 0cf2e46b17
commit a4e679765e

View File

@@ -1111,7 +1111,7 @@ class HiDream(BaseModel):
return out
class Chroma(Flux):
def __init__(self, model_config, model_type=ModelType.FLOW, device=None):
def __init__(self, model_config, model_type=ModelType.FLUX, device=None):
super().__init__(model_config, model_type, device=device, unet_model=comfy.ldm.chroma.model.Chroma)
def extra_conds(self, **kwargs):