OpenTexture / Paint3D

Paint3D: Paint Anything 3D with Lighting-Less Texture Diffusion Models, a no lighting baked texture generative model
https://paint3d.github.io/
Apache License 2.0
577 stars 22 forks source link

Stable Diffusion XL #9

Open jlinwhere opened 1 month ago

jlinwhere commented 1 month ago

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 commented 1 month ago

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