Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
|
247 |
#Compile
|
248 |
if torch.cuda.is_available():
|
249 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
250 |
-
"SG161222/RealVisXL_V4.
|
251 |
torch_dtype=torch.float16,
|
252 |
use_safetensors=True,
|
253 |
add_watermarker=False,
|
|
|
247 |
#Compile
|
248 |
if torch.cuda.is_available():
|
249 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
250 |
+
"SG161222/RealVisXL_V4.0_Lightning",
|
251 |
torch_dtype=torch.float16,
|
252 |
use_safetensors=True,
|
253 |
add_watermarker=False,
|