Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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", #
|
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:
|
373 |
color: white !important;
|
374 |
}
|
375 |
.submit-btn:hover {
|
376 |
-
background-color: #
|
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 |
|