Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
3d9b0ab
1
Parent(s):
f8ac431
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import spaces
|
|
8 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
9 |
|
10 |
pipe = AuraFlowPipeline.from_pretrained(
|
11 |
-
"AuraDiffusion/
|
12 |
torch_dtype=torch.float16
|
13 |
).to("cuda")
|
14 |
|
|
|
8 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
9 |
|
10 |
pipe = AuraFlowPipeline.from_pretrained(
|
11 |
+
"AuraDiffusion/AuraFlow",
|
12 |
torch_dtype=torch.float16
|
13 |
).to("cuda")
|
14 |
|