├── .gitignore ├── DetailDaemonIcon.jpg ├── LICENSE ├── README.md ├── __init__.py ├── detail_daemon_node.py ├── example_workflows ├── Comparing Detailers.json ├── Flux img2img-DetailDaemon.json ├── Flux inpainting-Detail Daemon.json ├── Flux upscale-Detail Daemon.json ├── SDXL txt2img-DetailDaemon.json └── Z-Image txt2img-DetailDaemon.json ├── node.zip ├── pyproject.toml └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/.gitignore -------------------------------------------------------------------------------- /DetailDaemonIcon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/DetailDaemonIcon.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/__init__.py -------------------------------------------------------------------------------- /detail_daemon_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/detail_daemon_node.py -------------------------------------------------------------------------------- /example_workflows/Comparing Detailers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/example_workflows/Comparing Detailers.json -------------------------------------------------------------------------------- /example_workflows/Flux img2img-DetailDaemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/example_workflows/Flux img2img-DetailDaemon.json -------------------------------------------------------------------------------- /example_workflows/Flux inpainting-Detail Daemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/example_workflows/Flux inpainting-Detail Daemon.json -------------------------------------------------------------------------------- /example_workflows/Flux upscale-Detail Daemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/example_workflows/Flux upscale-Detail Daemon.json -------------------------------------------------------------------------------- /example_workflows/SDXL txt2img-DetailDaemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/example_workflows/SDXL txt2img-DetailDaemon.json -------------------------------------------------------------------------------- /example_workflows/Z-Image txt2img-DetailDaemon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/example_workflows/Z-Image txt2img-DetailDaemon.json -------------------------------------------------------------------------------- /node.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/node.zip -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jonseed/ComfyUI-Detail-Daemon/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | matplotlib --------------------------------------------------------------------------------