yasserben / DATUM

[CVPR-W 2023] Official Implementation of One-shot Unsupervised Domain Adaptation with Personalized Diffusion Models
https://arxiv.org/abs/2303.18080
Other
72 stars 4 forks source link

Convert and generate data after training #1

Closed dvttran closed 1 year ago

dvttran commented 1 year ago

Hi @yasserben,

After fine-tuning DreamBooth, I would like to generate data but it gives an error:

ModuleNotFoundError: No module named 'my_utils'

Please update this module. Thank you.

yasserben commented 1 year ago

Hi @tdvinhthuy

Thanks for pointing out this problem. I added my_utils to the dreambooth folder and it should be copy/pasted with the 3 python scripts as well. (I added it in the README as well)