A collection of ComfyUI nodes to create scenes with random procedural generation.
If you have ComfyUI Manager installed, you can simply import workflow.json
or workflow.png
in ComfyUI and click on "Install Missing Nodes".
Alternatively, you can install it via the Comfy Registry using the CLI.
$ comfy node registry-install comfyui-scene-composer
Clone this repo in custom_nodes
situated in your ComfyUI install folder.
$ git clone https://github.com/taches/comfyui-scene-composer
$ pip install -r requirements.txt
Note
This is a basic guide to get you started. For more detailed information, please refer to the wiki
Add the 🎞️ Scene
node to your workflow. The output will be a prompt formatted as a string.
You can directly pass it to a conditioning node and connect it to your sampler.
The other nodes are scene components. You can use it as an optional input for the 🎞️ Scene
node, or directly as standalone.
Component nodes | Description |
---|---|
📹 Composition |
The layout of the scene, cameras, number of protagonists, etc |
🎬 Action |
Activities done by the character/protagonist(s) |
👤 Character |
Main character, focusing on body type and faces, etc |
👕 Clothes |
Include casual clothes, uniforms, swimsuits, underwear, etc |
⛅️ Environment |
The setting, including background, weather, time of day, etc |
You can find the Scene Composer custom nodes and a complete workflow on my CivitAI profile. Don't hesitate to share your creations!
This project is licensed under the MIT License - see the LICENSE file for details.