LPDoctor commited on
Commit
fa9031a
1 Parent(s): 1877e24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ controlnet_path = "./checkpoints/ControlNetModel"
44
  # Load pipeline
45
  controlnet = ControlNetModel.from_pretrained(controlnet_path, torch_dtype=torch.float16)
46
 
47
- base_model_path = "stablediffusionapi/juggernaut-xl-v8"
48
 
49
  pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(
50
  base_model_path,
 
44
  # Load pipeline
45
  controlnet = ControlNetModel.from_pretrained(controlnet_path, torch_dtype=torch.float16)
46
 
47
+ base_model_path = "RunDiffusion/Juggernaut-XL-v8"
48
 
49
  pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(
50
  base_model_path,