Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,8 @@ def load_and_prepare_model(model_id):
|
|
114 |
#pipeX = StableDiffusionXLPipeline.from_pretrained("SG161222/RealVisXL_V5.0",torch_dtype=torch.float32)
|
115 |
#pipeX = StableDiffusionXLPipeline.from_pretrained("ford442/Juggernaut-XI-v11-fp32",torch_dtype=torch.float32)
|
116 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
117 |
-
|
|
|
118 |
#torch_dtype=torch.bfloat16,
|
119 |
add_watermarker=False,
|
120 |
use_safetensors=True,
|
|
|
114 |
#pipeX = StableDiffusionXLPipeline.from_pretrained("SG161222/RealVisXL_V5.0",torch_dtype=torch.float32)
|
115 |
#pipeX = StableDiffusionXLPipeline.from_pretrained("ford442/Juggernaut-XI-v11-fp32",torch_dtype=torch.float32)
|
116 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
117 |
+
# 'ford442/RealVisXL_V5.0_BF16',
|
118 |
+
'ford442/Juggernaut-XI-v11-fp32',
|
119 |
#torch_dtype=torch.bfloat16,
|
120 |
add_watermarker=False,
|
121 |
use_safetensors=True,
|