prithivMLmods commited on
Commit
4e39a12
·
verified ·
1 Parent(s): ec8dc49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -259,7 +259,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
259
  #Compile
260
  if torch.cuda.is_available():
261
  pipe = StableDiffusionXLPipeline.from_pretrained(
262
- "SG161222/RealVisXL_V5.0_Lightning", #(or) use --- SG161222/RealVisXL_V4.0 / SG161222/RealVisXL_V4.0_Lightning --- for better results.
263
  torch_dtype=torch.float16,
264
  use_safetensors=True,
265
  add_watermarker=False,
@@ -369,11 +369,11 @@ css = '''
369
  h1{text-align:center}
370
 
371
  .submit-btn {
372
- background-color: #2471a3 !important;
373
  color: white !important;
374
  }
375
  .submit-btn:hover {
376
- background-color: #9FE2BF !important;
377
  }
378
  '''
379
 
 
259
  #Compile
260
  if torch.cuda.is_available():
261
  pipe = StableDiffusionXLPipeline.from_pretrained(
262
+ "SG161222/RealVisXL_V5.0_Lightning", # / SG161222/RealVisXL_V4.0 / SG161222/RealVisXL_V4.0_Lightning
263
  torch_dtype=torch.float16,
264
  use_safetensors=True,
265
  add_watermarker=False,
 
369
  h1{text-align:center}
370
 
371
  .submit-btn {
372
+ background-color: #a753be !important;
373
  color: white !important;
374
  }
375
  .submit-btn:hover {
376
+ background-color: #d94eff !important;
377
  }
378
  '''
379