You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
used the tool to convert a stablediffusion xl model by adding "--pipeline_class_name StableDiffusionXLPipeline".
Running it results in:
How can you use stable diffusion XL models?
The text was updated successfully, but these errors were encountered: