├── README.md ├── __init__.py ├── __pycache__ ├── __init__.cpython-311.pyc └── nodes.cpython-311.pyc ├── models ├── carousel_base.egg.pz ├── carousel_base.jpg ├── carousel_lights.egg.pz ├── carousel_lights_off.jpg ├── carousel_lights_on.jpg ├── carousel_panda.egg.pz ├── carousel_panda.jpg ├── env.egg.pz ├── env_ground.jpg └── env_sky.jpg ├── nodes.py ├── requirements.txt ├── video.gif ├── video.mp4 ├── wf_basic.png ├── workflow.json └── workflow_depth.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/__init__.py -------------------------------------------------------------------------------- /__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /__pycache__/nodes.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/__pycache__/nodes.cpython-311.pyc -------------------------------------------------------------------------------- /models/carousel_base.egg.pz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/carousel_base.egg.pz -------------------------------------------------------------------------------- /models/carousel_base.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/carousel_base.jpg -------------------------------------------------------------------------------- /models/carousel_lights.egg.pz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/carousel_lights.egg.pz -------------------------------------------------------------------------------- /models/carousel_lights_off.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/carousel_lights_off.jpg -------------------------------------------------------------------------------- /models/carousel_lights_on.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/carousel_lights_on.jpg -------------------------------------------------------------------------------- /models/carousel_panda.egg.pz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/carousel_panda.egg.pz -------------------------------------------------------------------------------- /models/carousel_panda.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/carousel_panda.jpg -------------------------------------------------------------------------------- /models/env.egg.pz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/env.egg.pz -------------------------------------------------------------------------------- /models/env_ground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/env_ground.jpg -------------------------------------------------------------------------------- /models/env_sky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/models/env_sky.jpg -------------------------------------------------------------------------------- /nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/nodes.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/requirements.txt -------------------------------------------------------------------------------- /video.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/video.gif -------------------------------------------------------------------------------- /video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/video.mp4 -------------------------------------------------------------------------------- /wf_basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/wf_basic.png -------------------------------------------------------------------------------- /workflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/workflow.json -------------------------------------------------------------------------------- /workflow_depth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaojie/ComfyUI-Panda3d/HEAD/workflow_depth.json --------------------------------------------------------------------------------