Spaces:
Runtime error
Runtime error
12
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ IS_FLEXICUBES = True if config_name.startswith('instant-mesh') else False
|
|
| 101 |
device = torch.device('cuda')
|
| 102 |
|
| 103 |
# load diffusion model
|
| 104 |
-
print('Loading diffusion model
|
| 105 |
pipeline = DiffusionPipeline.from_pretrained(
|
| 106 |
"sudo-ai/zero123plus-v1.2",
|
| 107 |
custom_pipeline="zero123plus",
|
|
|
|
| 101 |
device = torch.device('cuda')
|
| 102 |
|
| 103 |
# load diffusion model
|
| 104 |
+
print('Loading diffusion model .')
|
| 105 |
pipeline = DiffusionPipeline.from_pretrained(
|
| 106 |
"sudo-ai/zero123plus-v1.2",
|
| 107 |
custom_pipeline="zero123plus",
|