Spaces:
Runtime error
Runtime error
replace wangqixun/YamerMIX_v8 with imagepipeline/JuggernautXL-v8
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ controlnet_path = "./checkpoints/ControlNetModel"
|
|
43 |
# Load pipeline
|
44 |
controlnet = ControlNetModel.from_pretrained(controlnet_path, torch_dtype=torch.float16)
|
45 |
|
46 |
-
base_model_path = "
|
47 |
|
48 |
pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(
|
49 |
base_model_path,
|
|
|
43 |
# Load pipeline
|
44 |
controlnet = ControlNetModel.from_pretrained(controlnet_path, torch_dtype=torch.float16)
|
45 |
|
46 |
+
base_model_path = "imagepipeline/JuggernautXL-v8"
|
47 |
|
48 |
pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(
|
49 |
base_model_path,
|