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
579 stars 22 forks source link

Missing field in model_key #3

Closed windshear55 closed 1 month ago

windshear55 commented 2 months ago

Hi,

Excellent works! It seems that the model_keys in config files are not correct, especially some personal model such as: xxx/realisticVisionV13_v13_cvt. Could you update the correct keys or upload these models?

Zzlongjuanfeng commented 2 months ago

The realisticVisionV13_v13 model is available on Hugging Face at this link: https://huggingface.co/justin759/realisticVisionV13_v13.safetensors. You can download it first and then convert it using the tools/convert_original_stable_diffusion_to_diffusers.py script.

samiede commented 2 months ago

The key in the config has the cvt ending, which suggest custom training, the one that you linked doesn't seem to be custom trained, is the model choice here important? Or can we just use any sd1.5 based model?

Euron-ZC commented 2 months ago

Excuse me, I wonder where can I find the uvpos_cvt in UV_based_inpaint_template config file? Thank you!

qzq2514 commented 2 months ago

Excuse me, I wonder where can I find the uvpos_cvt in UV_based_inpaint_template config file? Thank you!

You can find the model from https://huggingface.co/GeorgeQi/Paint3d_UVPos_Control

Zzlongjuanfeng commented 2 months ago

The key in the config has the cvt ending, which suggest custom training, the one that you linked doesn't seem to be custom trained, is the model choice here important? Or can we just use any sd1.5 based model?

You can choose any SD1.5-based model here; some models may work better for specific styles.