VinAIResearch / Anti-DreamBooth

Anti-DreamBooth: Protecting users from personalized text-to-image synthesis (ICCV 2023)
https://vinairesearch.github.io/Anti-DreamBooth/
GNU Affero General Public License v3.0
206 stars 17 forks source link

Bugs. #10

Closed Bugcreatorfool closed 1 month ago

Bugcreatorfool commented 1 year ago

When I re-run anti-dreambooth code in your settings, I meet errors below.

  1. stable-diffusion/stable-diffusion-2-1-base does not appear to have a file named config.json.
  2. subprocess.CalledProcessError: Command'... ...' returned non-zero exit status 1.

As I have no idea, could you please help me or fix the bugs of code.

hao-pt commented 1 year ago

Have you downloaded pretrained stable-diffusion-2-1-base and put it in stable-diffusion directory? If not, please download it first following our Environment setup and then run our script. Thanks!

Bugcreatorfool commented 1 year ago

It's alright now, thanks. Another of my concerns is not comparing the quality of the generated images with the same $l_{p}$ scale of random perturbation.