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

Where is the base.py? #17

Closed zmj1203 closed 11 months ago

zmj1203 commented 11 months ago

When I run train.sh or main.py to trian a diffusion model, it has an error: File "main.py", line 21, in from ldm.data.base import Txt2ImgIterableBaseDataset ModuleNotFoundError: No module named 'ldm.data.base'

I found that there is not a base.py file in the path of ./ldm/data/, maybe you forget to upload this file? Can I use the files in the paint-by-examples project directly? Did you modify this file in the paint-by-example?

Limbor commented 11 months ago

Hi, we have fixed it, and you can also use the files in the paint-by-examples project directly . Thank you for your reminder!