Change chroma to use Flux shift. (#7961)
This commit is contained in:
parent
0cf2e46b17
commit
a4e679765e
@ -1111,7 +1111,7 @@ class HiDream(BaseModel):
|
|||||||
return out
|
return out
|
||||||
|
|
||||||
class Chroma(Flux):
|
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)
|
super().__init__(model_config, model_type, device=device, unet_model=comfy.ldm.chroma.model.Chroma)
|
||||||
|
|
||||||
def extra_conds(self, **kwargs):
|
def extra_conds(self, **kwargs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user