gwang-kim / DiffusionCLIP

[CVPR 2022] Official PyTorch Implementation for DiffusionCLIP: Text-guided Image Manipulation Using Diffusion Models
Other
785 stars 113 forks source link

Training script. #37

Open sayangsep opened 5 months ago

sayangsep commented 5 months ago

Hi, I was trying to use DuffusionClip for a different problem on different datasets. I was wondering if you have the training script available. Also, I tried to open diffusionclip.py, but everything seemed to be in a single line. Is ti possible to get the indented version?

Many thanks!