ComfyUI Extension: ComfyUI Scene Composer

Authored by mus-taches

Created

Updated

18 stars

A collection of nodes to facilitate the creation of scenes in ComfyUI.

Custom Nodes (0)

    README

    ComfyUI Scene Composer

    A collection of ComfyUI nodes to create scenes with random procedural generation.

    Scene Composer workflow

    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.