Spaces:
Runtime error
Runtime error
cocktailpeanut
commited on
Commit
•
950d954
1
Parent(s):
ecf9fe8
update
Browse files
app.py
CHANGED
@@ -33,7 +33,8 @@ intrinsic, intrinsic_normed_cond = sf3d_utils.create_intrinsic_from_fov_deg(
|
|
33 |
|
34 |
|
35 |
model = SF3D.from_pretrained(
|
36 |
-
"stabilityai/stable-fast-3d",
|
|
|
37 |
config_name="config.yaml",
|
38 |
weight_name="model.safetensors",
|
39 |
)
|
|
|
33 |
|
34 |
|
35 |
model = SF3D.from_pretrained(
|
36 |
+
# "stabilityai/stable-fast-3d",
|
37 |
+
"cocktailpeanut/sf3d",
|
38 |
config_name="config.yaml",
|
39 |
weight_name="model.safetensors",
|
40 |
)
|