Closed heyider closed 8 months ago
Are you sure you install 0.27.1 version diffusers in the correct python env? The screenshot only shows that you have diffusers installed in your default python env.
What is the command you used to launch ComfyUI?
The unexpected keyword argument error is the same as https://github.com/huchenlei/ComfyUI-layerdiffuse/issues/26.
Are you sure you install 0.27.1 version diffusers in the correct python env? The screenshot only shows that you have diffusers installed in your default python env.
What is the command you used to launch ComfyUI?
I don't think so, how can I do that? That requirements.txt command doesn't work.
The command I use to start is this: .\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --fp8_e5m2-text-enc --fp8_e5m2-unet
Is the correct folder python_embeded? How should I proceed?
EDIT: My comfyui had version 0.21.0. I copied 0.25.0 from the Forge folder and it resolved it.
What happened?
I'm getting the error diffusers>=0.25.0, but in Forge it works normally, when checking the installed version it says I have 0.27.1
If you change the requirements in the models.py file, it does not give the error, but it gives the following error when running Layer Diffuse Decode (RGBA): UNetMidBlock2D.init() got an unexpected keyword argument 'attn_groups' .
Can someone help me?
Steps to reproduce the problem
1 Open Comfyui or 2 Execute Layer Diffuse Decode (RGBA)
What should have happened?
Work?
Commit where the problem happens
ComfyUI: ComfyUI-layerdiffuse:
Sysinfo
RTX 3090
Console logs
Workflow json file
layer_diffusion_fg_example_rgba.json
Additional information
No response