LIU-Yuxin / SyncMVD

Official PyTorch & Diffusers implementation of "Text-Guided Texturing by Synchronized Multi-View Diffusion"
MIT License
104 stars 5 forks source link

Training Code #11

Closed wchengad closed 1 month ago

wchengad commented 1 month ago

Thank you for your efforts. I tried the pre-trained models and they produced great results. Can you share the training code for us to follow your work?

LIU-Yuxin commented 1 month ago

The method implemented in this repo does not require training, the model weights it uses are identical to the original SD model and ControlNet.

wchengad commented 1 month ago

Oh, yeah, just noticed that, thanks for the reply~