Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ pipe_14b = Cosmos2TextToImagePipeline.from_pretrained(model_14b_id,
|
|
19 |
# vae=pipe_14b.vae,
|
20 |
# tokenizer=pipe_14b.tokenizer,
|
21 |
# torch_dtype=torch.bfloat16
|
22 |
-
)
|
23 |
pipe_14b.to("cuda")
|
24 |
#pipe_2b.to("cuda")
|
25 |
|
|
|
19 |
# vae=pipe_14b.vae,
|
20 |
# tokenizer=pipe_14b.tokenizer,
|
21 |
# torch_dtype=torch.bfloat16
|
22 |
+
# )
|
23 |
pipe_14b.to("cuda")
|
24 |
#pipe_2b.to("cuda")
|
25 |
|