Moibe commited on
Commit
e7df4bc
·
1 Parent(s): 272045e

Dreamshaper

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ controlnet_map_fn = {
137
  "depth": get_depth_map,
138
  }
139
 
140
- pretrained_model_name_or_path = "RunDiffusion/Juggernaut-XL-v9"
141
 
142
  pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(
143
  pretrained_model_name_or_path,
 
137
  "depth": get_depth_map,
138
  }
139
 
140
+ pretrained_model_name_or_path = "stabilityai/stable-diffusion-xl-base-1.0"
141
 
142
  pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(
143
  pretrained_model_name_or_path,