Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -121,10 +121,10 @@ def load_and_prepare_model():
|
|
121 |
#pipeX = StableDiffusionXLPipeline.from_pretrained("SG161222/RealVisXL_V5.0").to(torch.bfloat16)
|
122 |
#pipeX = StableDiffusionXLPipeline.from_pretrained("ford442/Juggernaut-XI-v11-fp32",use_safetensors=True)
|
123 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
124 |
-
'ford442/RealVisXL_V5.0_BF16',
|
125 |
#'ford442/Juggernaut-XI-v11-fp32',
|
126 |
# 'SG161222/RealVisXL_V5.0',
|
127 |
-
|
128 |
#torch_dtype=torch.bfloat16,
|
129 |
add_watermarker=False,
|
130 |
# custom_pipeline="lpw_stable_diffusion_xl",
|
|
|
121 |
#pipeX = StableDiffusionXLPipeline.from_pretrained("SG161222/RealVisXL_V5.0").to(torch.bfloat16)
|
122 |
#pipeX = StableDiffusionXLPipeline.from_pretrained("ford442/Juggernaut-XI-v11-fp32",use_safetensors=True)
|
123 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
124 |
+
#'ford442/RealVisXL_V5.0_BF16',
|
125 |
#'ford442/Juggernaut-XI-v11-fp32',
|
126 |
# 'SG161222/RealVisXL_V5.0',
|
127 |
+
'John6666/uber-realistic-porn-merge-xl-urpmxl-v3-sdxl',
|
128 |
#torch_dtype=torch.bfloat16,
|
129 |
add_watermarker=False,
|
130 |
# custom_pipeline="lpw_stable_diffusion_xl",
|