Spaces:
Runtime error
Runtime error
syedMohib44
commited on
Commit
·
fefdc9f
1
Parent(s):
ad17ddf
fixed content
Browse files
hy3dgen/texgen/pipelines.py
CHANGED
@@ -61,7 +61,7 @@ class Hunyuan3DPaintPipeline:
|
|
61 |
original_model_path = model_path
|
62 |
if not os.path.exists(model_path):
|
63 |
# try local path
|
64 |
-
base_dir = os.environ.get('HY3DGEN_MODELS', '
|
65 |
model_path = os.path.expanduser(os.path.join(base_dir, model_path))
|
66 |
|
67 |
delight_model_path = os.path.join(model_path, 'hunyuan3d-delight-v2-0')
|
|
|
61 |
original_model_path = model_path
|
62 |
if not os.path.exists(model_path):
|
63 |
# try local path
|
64 |
+
base_dir = os.environ.get('HY3DGEN_MODELS', '/content/hy3dgen')
|
65 |
model_path = os.path.expanduser(os.path.join(base_dir, model_path))
|
66 |
|
67 |
delight_model_path = os.path.join(model_path, 'hunyuan3d-delight-v2-0')
|