comfyui-scene-composer

comfyui-scene-composer
★ 77

NSFW工具ComfyUI扩展场景合成sub-graph工作流
为ComfyUI提供一组节点,简化并结构化显性NSFW场景的生成流程,采用新sub-graph系统并提供可导入的workflow.json,便于快速复现与调参。
💡 导入示例workflow.json快速生成并调整显性NSFW场景。
🍴 11 Forks💻 Python🔄 2025-12-18
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
dpath
numpy
toml
Scene Composer workflow
📄 README

[!WARNING]

v0.3.x use the new sub-graph system to simplify the workflow and avoid too much custom node dependencies. Old workflows are expected to break. Please, use the repo’s workflow.json as a basis. Some features are not there anymore for now (e.g. CivitAI metadatas parser); they will be added over time.

ComfyUI Scene Composer

A collection of ComfyUI nodes to create explicit NSFW 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

The best way to getting started is to use the provided workflow.json, which you can import in ComfyUI. You can play a bit with the parameters to see how they affect the generation.

You can check out the full NSFW workflow here: civitai.com/models/579396

About

CivitAI links

  • Author’s profile: civitai.com/user/taches
  • Custom nodes page: civitai.com/models/902456
  • Workflow page (NSFW): civitai.com/models/579396
  • Don’t hesitate to share your creations or text if you have questions and ideas of improvement.

    License

    This project is licensed under the MIT LICENSE