Commit Graph

8 Commits

Author SHA1 Message Date
SyncTwin GmbH
5ffc16c1f6 next 2025-06-22 00:43:59 +00:00
ahaemhumright
1307e90930 Update texture README.md 2025-06-17 13:54:38 +08:00
Huiwenshi
dd93e7ce4e fix some 2025-06-14 14:32:20 +08:00
Zeqiang Lai
e447d666f6 fix pbr model 2025-06-14 11:26:32 +08:00
Zeqiang Lai
dfcd5c829d fix huggingface loading 2025-06-14 10:35:18 +08:00
DenisKochetov
b5285d7e99 fix error path to cfg
Traceback (most recent call last):
  File "/home/ubuntu/Hunyuan3D_2.1/demo.py", line 37, in <module>
    paint_pipeline = Hunyuan3DPaintPipeline(conf)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/Hunyuan3D_2.1/hy3dpaint/textureGenPipeline.py", line 86, in __init__
    self.load_models()
  File "/home/ubuntu/Hunyuan3D_2.1/hy3dpaint/textureGenPipeline.py", line 91, in load_models
    self.models["multiview_model"] = multiviewDiffusionNet(self.config)
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/Hunyuan3D_2.1/hy3dpaint/utils/multiview_utils.py", line 32, in __init__
    cfg = OmegaConf.load(cfg_path)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/anaconda3/envs/comfy/lib/python3.12/site-packages/omegaconf/omegaconf.py", line 189, in load
    with io.open(os.path.abspath(file_), "r", encoding="utf-8") as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/Hunyuan3D_2.1/cfgs/hunyuan-paint-pbr.yaml'
(comfy) ubuntu@ip-172-31-41-22:~/Hunyuan3D_2.1$
2025-06-13 22:46:59 +03:00
ZebinHe
9a4fd9b6d4 Update README.md 2025-06-14 00:54:21 +08:00
Huiwenshi
c88bee648e init 2025-06-13 23:53:14 +08:00