Nodes Browser
ComfyDeploy: How ComfyUI Scene Composer works in ComfyUI?
What is ComfyUI Scene Composer?
A collection of nodes to facilitate the creation of scenes in ComfyUI.
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 Scene Composer
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI Scene Composer
A collection of ComfyUI nodes to create scenes with random procedural generation.
Installation
Via ComfyUI
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
Manually
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
Usage
[!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 |
About
Social
You can find the Scene Composer custom nodes and a complete workflow on my CivitAI profile. Don't hesitate to share your creations!
License
This project is licensed under the MIT License - see the LICENSE file for details.