Upload miro-no-sciscore weights
Browse files
miro-no-sciscore/README.md
CHANGED
|
@@ -57,7 +57,7 @@ from miro import MiroPipeline
|
|
| 57 |
pipe = MiroPipeline.from_pretrained(
|
| 58 |
"nicolas-dufour/miro-ablations", variant="miro-no-sciscore",
|
| 59 |
)
|
| 60 |
-
pipe = pipe.to("cuda", torch.
|
| 61 |
|
| 62 |
prompt = (
|
| 63 |
"Photography closeup portrait of an adorable rusty brokendown steampunk "
|
|
|
|
| 57 |
pipe = MiroPipeline.from_pretrained(
|
| 58 |
"nicolas-dufour/miro-ablations", variant="miro-no-sciscore",
|
| 59 |
)
|
| 60 |
+
pipe = pipe.to("cuda", torch.bfloat16)
|
| 61 |
|
| 62 |
prompt = (
|
| 63 |
"Photography closeup portrait of an adorable rusty brokendown steampunk "
|