Skip to content

Commit a4e6797

Browse files
Change chroma to use Flux shift. (#7961)
1 parent 0cf2e46 commit a4e6797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/model_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ def extra_conds(self, **kwargs):
11111111
return out
11121112

11131113
class Chroma(Flux):
1114-
def __init__(self, model_config, model_type=ModelType.FLOW, device=None):
1114+
def __init__(self, model_config, model_type=ModelType.FLUX, device=None):
11151115
super().__init__(model_config, model_type, device=device, unet_model=comfy.ldm.chroma.model.Chroma)
11161116

11171117
def extra_conds(self, **kwargs):

0 commit comments

Comments
 (0)