Spaces:
Running
on
Zero
Running
on
Zero
Alexander Bagus
commited on
Commit
·
ed4baf8
1
Parent(s):
cf29214
22
Browse files- app.py +1 -0
- repos/VideoX-Fun +0 -1
app.py
CHANGED
|
@@ -80,6 +80,7 @@ pipe = ZImageControlPipeline(
|
|
| 80 |
scheduler=scheduler,
|
| 81 |
)
|
| 82 |
pipe.to("cuda", torch.bfloat16)
|
|
|
|
| 83 |
# pipe.transformer = transformer
|
| 84 |
# pipe.to("cuda")
|
| 85 |
|
|
|
|
| 80 |
scheduler=scheduler,
|
| 81 |
)
|
| 82 |
pipe.to("cuda", torch.bfloat16)
|
| 83 |
+
print("pipe ready.")
|
| 84 |
# pipe.transformer = transformer
|
| 85 |
# pipe.to("cuda")
|
| 86 |
|
repos/VideoX-Fun
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit 4935a7039153498b1a8bc9bce06ab8bc99d94f6e
|
|
|
|
|
|