Moibe commited on
Commit
475ed32
·
1 Parent(s): e7df4bc

Real Dreamshaper

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: InstantID2 Experimental Juggernaut
3
  emoji: 👱🏻‍♀️
4
  colorFrom: red
5
  colorTo: indigo
 
1
  ---
2
+ title: InstantID2 Experimental Dreamshaper
3
  emoji: 👱🏻‍♀️
4
  colorFrom: red
5
  colorTo: indigo
app.py CHANGED
@@ -137,7 +137,7 @@ controlnet_map_fn = {
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,
 
137
  "depth": get_depth_map,
138
  }
139
 
140
+ pretrained_model_name_or_path = "Lykon/dreamshaper-xl-1-0"
141
 
142
  pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(
143
  pretrained_model_name_or_path,