prithivMLmods commited on
Commit
fbde1a7
1 Parent(s): 2e7a303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,7 +286,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
286
  #Compile
287
  if torch.cuda.is_available():
288
  pipe = StableDiffusionXLPipeline.from_pretrained(
289
- "SG161222/RealVisXL_V4.0_Lightning", #(or) use --- SG161222/RealVisXL_V4.0 / SG161222/RealVisXL_V4.0_Lightning --- for better results.
290
  torch_dtype=torch.float16,
291
  use_safetensors=True,
292
  add_watermarker=False,
 
286
  #Compile
287
  if torch.cuda.is_available():
288
  pipe = StableDiffusionXLPipeline.from_pretrained(
289
+ "SG161222/RealVisXL_V5.0", #(or) use --- SG161222/RealVisXL_V4.0 / SG161222/RealVisXL_V4.0_Lightning --- for better results.
290
  torch_dtype=torch.float16,
291
  use_safetensors=True,
292
  add_watermarker=False,