Skip to content

Commit 19defc2

Browse files
authored
从InformEthics/patch-6合并拉取请求#15
Update Mflux_Pro.py
2 parents 026142c + 3153918 commit 19defc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mflux_Comfy/Mflux_Pro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def load_and_process(self, image, image_strength):
3939
with Image.open(image_path) as img:
4040
width, height = img.size
4141

42-
return MfluxImagePipeline(image_path, image_strength), width, height
42+
return MfluxImg2ImgPipeline(image_path, image_strength), width, height
4343

4444
@classmethod
4545
def IS_CHANGED(cls, image, image_strength):

0 commit comments

Comments
 (0)