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

Stable Diffusion XL #9

Open
jlinwhere opened this issue May 20, 2024 · 1 comment
Open

Stable Diffusion XL #9

jlinwhere opened this issue May 20, 2024 · 1 comment

Comments

@jlinwhere
Copy link

used the tool to convert a stablediffusion xl model by adding "--pipeline_class_name StableDiffusionXLPipeline".
Running it results in:

File "/***/***/anaconda3/envs/paint3d/lib/python3.8/site-packages/diffusers/models/unet_2d_condition.py", line 849, in forward
    if "text_embeds" not in added_cond_kwargs:
TypeError: argument of type 'NoneType' is not iterable

How can you use stable diffusion XL models?

@Zzlongjuanfeng
Copy link
Contributor

Hi, the UV ControlNet is only trained for version 1.5, so it is recommended to use the SD1.5 base model.

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