Commit
•
b39d4ca
1
Parent(s):
93fd450
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
15 |
#torch._inductor.config.coordinate_descent_check_all_directions = True
|
16 |
|
17 |
pipe = AuraFlowPipeline.from_pretrained(
|
18 |
-
"
|
19 |
torch_dtype=torch.float16
|
20 |
).to("cuda")
|
21 |
|
|
|
15 |
#torch._inductor.config.coordinate_descent_check_all_directions = True
|
16 |
|
17 |
pipe = AuraFlowPipeline.from_pretrained(
|
18 |
+
"fal/AuraFlow",
|
19 |
torch_dtype=torch.float16
|
20 |
).to("cuda")
|
21 |
|