Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ vae = AutoencoderKL.from_pretrained(
|
|
34 |
).to("cuda")
|
35 |
|
36 |
pipe = StableDiffusionXLFillPipeline.from_pretrained(
|
37 |
-
"
|
38 |
torch_dtype=torch.float16,
|
39 |
vae=vae,
|
40 |
controlnet=model,
|
|
|
34 |
).to("cuda")
|
35 |
|
36 |
pipe = StableDiffusionXLFillPipeline.from_pretrained(
|
37 |
+
"John6666/anteros-xxxl-v1-sdxl", # Replace with the new model ID
|
38 |
torch_dtype=torch.float16,
|
39 |
vae=vae,
|
40 |
controlnet=model,
|