diff --git a/Checkpoints/Diffusers/pengHTYX/MacLab-Era3D-512-6view/README.md b/Checkpoints/Diffusers/pengHTYX/MacLab-Era3D-512-6view/README.md index d3571cc..154df82 100644 --- a/Checkpoints/Diffusers/pengHTYX/MacLab-Era3D-512-6view/README.md +++ b/Checkpoints/Diffusers/pengHTYX/MacLab-Era3D-512-6view/README.md @@ -1,3 +1,3 @@ --- license: apache-2.0 ---- \ No newline at end of file +--- diff --git a/README.md b/README.md index 4532038..a3c6945 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ComfyUI-3D-Pack -**Make ComfyUI generates 3D assets as good & convenient as it generates image/video!** +**Make 3D assets generation in ComfyUI good and convenient as it generates image/video!**
This is an extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc.) using cutting edge algorithms (3DGS, NeRF, etc.) and models (InstantMesh, CRM, TripoSR, etc.) @@ -185,7 +185,7 @@ This is an extensive node suite that enables ComfyUI to process 3D inputs (Mesh #### How to Contribute 1. Fork the project 2. Make Improvements/Add New Features -3. Creating a Pull Request +3. Creating a Pull Request to [dev branch](https://github.com/MrForExample/ComfyUI-3D-Pack/tree/dev) #### Project Structure - **[nodes.py](nodes.py)**: diff --git a/pyproject.toml b/pyproject.toml index 07be153..9fc4f82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-3d-pack" description = "Make ComfyUI generates 3D assets as good & convenient as it generates image/video!" -version = "0.0.3" +version = "0.1.0" license = "LICENSE" dependencies = ["cmake", "ninja", "PyGithub", "requests", "numpy", "einops", "scipy", "kornia", "opencv-python", "pillow", "roma", "nerfacc>=0.5.3", "PyMCubes", "diffusers>=0.26.1", "transformers>=4.36.2", "safetensors", "open_clip_torch", "torchmetrics", "pytorch_msssim", "pytorch-lightning", "imageio", "imageio-ffmpeg", "matplotlib", "trimesh", "plyfile", "pygltflib", "xatlas", "pymeshlab", "torchtyping", "tqdm", "jaxtyping", "packaging", "OmegaConf", "pyhocon"]