Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
71d5a9d
1
Parent(s):
163fb7c
update
Browse files
app.py
CHANGED
|
@@ -138,8 +138,8 @@ def image_to_3d(
|
|
| 138 |
},
|
| 139 |
pipeline_type={
|
| 140 |
"512": "512",
|
| 141 |
-
"1024": "
|
| 142 |
-
"1536": "
|
| 143 |
}[resolution],
|
| 144 |
return_latent=True,
|
| 145 |
)
|
|
@@ -340,4 +340,4 @@ if __name__ == "__main__":
|
|
| 340 |
dtype=torch.float32, device='cuda'
|
| 341 |
))
|
| 342 |
|
| 343 |
-
demo.launch(css=css
|
|
|
|
| 138 |
},
|
| 139 |
pipeline_type={
|
| 140 |
"512": "512",
|
| 141 |
+
"1024": "1024_cascade",
|
| 142 |
+
"1536": "1536_cascade",
|
| 143 |
}[resolution],
|
| 144 |
return_latent=True,
|
| 145 |
)
|
|
|
|
| 340 |
dtype=torch.float32, device='cuda'
|
| 341 |
))
|
| 342 |
|
| 343 |
+
demo.launch(css=css)
|