Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ dtype = torch.float16
|
|
13 |
|
14 |
# repo = "dataautogpt3/OpenDalleV1.1"
|
15 |
repo = "SG161222/RealVisXL_V4.0"
|
|
|
|
|
16 |
# repo="stabilityai/stable-diffusion-3-medium-tensorrt"
|
17 |
|
18 |
# pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=torch.float16).to(device)
|
|
|
13 |
|
14 |
# repo = "dataautogpt3/OpenDalleV1.1"
|
15 |
repo = "SG161222/RealVisXL_V4.0"
|
16 |
+
repo = "SG161222/RealVisXL_V5.0"
|
17 |
+
|
18 |
# repo="stabilityai/stable-diffusion-3-medium-tensorrt"
|
19 |
|
20 |
# pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=torch.float16).to(device)
|