osanseviero commited on
Commit
7bbe940
·
1 Parent(s): 693bcea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ resolution = 512
11
  sd_dreambooth_model = models.StableDiffusion(
12
  img_width=resolution, img_height=resolution
13
  )
14
- db_diffusion_model = from_pretrained_keras("merve/dreambooth_diffusion_model")
15
  sd_dreambooth_model._diffusion_model = db_diffusion_model
16
 
17
  # generate images
 
11
  sd_dreambooth_model = models.StableDiffusion(
12
  img_width=resolution, img_height=resolution
13
  )
14
+ db_diffusion_model = from_pretrained_keras("keras-dreambooth/dreambooth_diffusion_model")
15
  sd_dreambooth_model._diffusion_model = db_diffusion_model
16
 
17
  # generate images