Nodes Browser
ComfyDeploy: How ComfyUI-Pymunk works in ComfyUI?
What is ComfyUI-Pymunk?
Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-Pymunk
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI Pymunk
Examples
- basic workflow
https://github.com/chaojie/ComfyUI-Pymunk/blob/main/workflow.json
<img src="video.gif" raw=true>