ford442 commited on
Commit
1e1db07
·
verified ·
1 Parent(s): 93b9b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #'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",
 
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",