Paint3D icon indicating copy to clipboard operation
Paint3D copied to clipboard

Stable Diffusion XL

Open jlinwhere opened this issue 9 months ago • 1 comments

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?

jlinwhere avatar May 20 '24 21:05 jlinwhere