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

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-Pymunk and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI Pymunk

Examples

  1. basic workflow
<img src="wf_basic.png" raw=true>

https://github.com/chaojie/ComfyUI-Pymunk/blob/main/workflow.json

<img src="video.gif" raw=true>