bcmi / DCI-VTON-Virtual-Try-On

[ACM Multimedia 2023] Taming the Power of Diffusion Models for High-Quality Virtual Try-On with Appearance Flow.
https://arxiv.org/abs/2308.06101
MIT License
387 stars 56 forks source link

How to train 1024 resolution diffusion model? #24

Closed bigcornflake closed 10 months ago

bigcornflake commented 10 months ago

We utilize the pretrained Paint-by-Example as initialization, please download the pretrained models from Google

But Paint-by-Example does not have a 1024 resolution model. which model I can utilize as initialization to train 1024 resolution diffusion model? Thanks

Limbor commented 10 months ago

Hi @bigcornflake you can still use the pretrained weight of Paint by Example as 512 resolution as initialization.

bigcornflake commented 10 months ago

Thanks,I'll try it