Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ dtype = torch.float16
|
|
12 |
|
13 |
repo = "dataautogpt3/OpenDalleV1.1"
|
14 |
repo = "stabilityai/stable-diffusion-3-medium"
|
|
|
15 |
|
16 |
pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=torch.float16).to(device)
|
17 |
# pipeline = AutoPipelineForText2Image.from_pretrained(repo, torch_dtype=torch.float16).to('cuda')
|
|
|
12 |
|
13 |
repo = "dataautogpt3/OpenDalleV1.1"
|
14 |
repo = "stabilityai/stable-diffusion-3-medium"
|
15 |
+
repo="stabilityai/stable-diffusion-3-medium-tensorrt"
|
16 |
|
17 |
pipe = StableDiffusion3Pipeline.from_pretrained(repo, torch_dtype=torch.float16).to(device)
|
18 |
# pipeline = AutoPipelineForText2Image.from_pretrained(repo, torch_dtype=torch.float16).to('cuda')
|