Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ vae = AutoencoderKL.from_pretrained(
|
|
| 36 |
).to("cuda")
|
| 37 |
|
| 38 |
pipe = StableDiffusionXLFillPipeline.from_pretrained(
|
| 39 |
-
"SG161222/RealVisXL_V5.
|
| 40 |
torch_dtype=torch.float16,
|
| 41 |
vae=vae,
|
| 42 |
controlnet=model,
|
|
|
|
| 36 |
).to("cuda")
|
| 37 |
|
| 38 |
pipe = StableDiffusionXLFillPipeline.from_pretrained(
|
| 39 |
+
"SG161222/RealVisXL_V5.0_Lightning",
|
| 40 |
torch_dtype=torch.float16,
|
| 41 |
vae=vae,
|
| 42 |
controlnet=model,
|