Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diffusers 0.29 support?? #45

Open
liuenccg opened this issue Jun 20, 2024 · 1 comment
Open

Diffusers 0.29 support?? #45

liuenccg opened this issue Jun 20, 2024 · 1 comment

Comments

@liuenccg
Copy link

liuenccg commented Jun 20, 2024

微信图片_20240620143938
Dear TMElyralab, as many plugins and nodes require higher dependencies during software upgrades, we hope to support the diffusers0.29 dependency for future updates.

@cvang187
Copy link

cvang187 commented Oct 6, 2024

To use latest diffusers, you will have to manually edit the import in \ComfyUI\custom_nodes\Comfyui-MusePose\musepose\models\unet_2d_blocks.py

Change (line 9):
from diffusers.models.dual_transformer_2d import DualTransformer2DModel

To:
from diffusers.models.transformers.dual_transformer_2d import DualTransformer2DModel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants