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

Juggernaut!

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
3
  emoji: 👱🏻‍♀️
4
  colorFrom: red
5
  colorTo: indigo
 
1
  ---
2
+ title: InstantID2 Experimental Juggernaut
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 = "wangqixun/YamerMIX_v8"
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 = "RunDiffusion/Juggernaut-XL-v9"
141
 
142
  pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(
143
  pretrained_model_name_or_path,