MrForExample / ComfyUI-3D-Pack

An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)
MIT License
2.21k stars 223 forks source link

hope git code create tag #189

Open flycocke opened 3 months ago

flycocke commented 3 months ago

I hope manager can create build code tags. Env contain prod and dev For example, the file /node.py pushed today. --------code------ from TriplaneGaussian.triplane_gaussian_transformers import TGS from TriplaneGaussian.utils.config import ExperimentConfig, load_config as load_config_tgs from TriplaneGaussian.data import CustomImageOrbitDataset from TriplaneGaussian.utils.misc import todevice, get_device --------code------ The production environment reported an error after the update ModuleNotFoundError: No module named 'TriplaneGaussian'

flycocke commented 3 months ago

bug, /requirements_post.txt, Case issues

gen_3d_modules/TriplaneGaussian/models/snowflake