Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
f881d28
1
Parent(s):
629f291
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,6 @@ pipe = AuraFlowPipeline.from_pretrained(
|
|
12 |
torch_dtype=torch.float16
|
13 |
).to("cuda")
|
14 |
|
15 |
-
pipe.transformer = torch.compile(pipe.transformer, mode="reduce-overhead", fullgraph=True)
|
16 |
-
|
17 |
MAX_SEED = np.iinfo(np.int32).max
|
18 |
MAX_IMAGE_SIZE = 1024
|
19 |
|
|
|
12 |
torch_dtype=torch.float16
|
13 |
).to("cuda")
|
14 |
|
|
|
|
|
15 |
MAX_SEED = np.iinfo(np.int32).max
|
16 |
MAX_IMAGE_SIZE = 1024
|
17 |
|