bilbox-comfyui

bilbox-comfyui
★ 145

提示词生成摄影写实后处理效果远程服务器管理
在ComfyUI中便捷组合摄影写实提示词并集成多种后处理效果,附带可选的远程服务器关机菜单,提升工作流效率。
💡 快速构建摄影级提示词并添加后处理效果,管理远程关机。
🍴 13 Forks💻 JavaScript🔄 2025-09-17
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c73fe210bae7
📦 requirements.txt
colour-science>=0.4.3
numpy>=1.19.0
imageio>=2.31.0
opencv-python>=4.8.1.78
#scipy==1.4.1
BilboX's PromptGeek Photo Prompt UI
BilboX's PromptGeek Photo Prompt Tooltip mode
BilboX's PromptGeek Photo Prompt Modal mode
BilboX's Vignette effect
BilboX's Vignette effect
📄 README

BilboX’s ComfyUI Custom Nodes

Various custom nodes for ComfyUI.

Description

This repository will store my custom nodes for ComfyUI.

Getting Started

Dependencies

  • Have a working installation of git.
  • Installing

  • Go to custom-nodes directory
  • Clone this repository
  • Restart ComfyUI interface
  • cd ComfyUI/custom-nodes
    git clone https://github.com/syllebra/bilbox-comfyui.git

    Nodes

    BilboX’s PromptGeek Photo Prompt

    This is a node created from the awesome PromptGeek’s “Creating Photorealistic Images With AI: Using Stable Diffusion” book data. It provides a convenient way to compose photorealistic prompts into ComfyUI.

    A preview of the assembled prompt is shown at the bottom.

    This plugin offers 2 preview modes for of each prestored style/data: *Tooltip mode* and *Modal mode*

    Tooltip mode

    This mode keeps interface compact and offers a preview and a description when hovering a list context menu.

    Modal mode

    The modal mode shows a fullscreen scrollable modal window for a better view of all options. Just over an element to popup a detailed description and click on it to select and close the window. Hit “escape” to just close.

    Post-Processing

    Vignette effect

    This is a fix and imprvement of EllangoK’s ComfyUI-post-processing-nodes vignette effect.

    Just two parameters: one for the size of effect and another for the opacity.

    LUT color correction

    This is an implementation as post processing effect in *Comfy-UI* of Yoonsikp’s pycubelut.

    There are two parameters. The first one is the name of the LUT file to apply. Simply put your lut files (currently only *.cube* support) in custom_nodes/bilbox-comfyui/luts or add your LUts directory in custom_nodes/bilbox-comfyui/luts_directory.txt.

    The second parameter is an option to setup the output in the log color space.

    An optinnal parameter is just used to debug and print informations about the lut file.

    Authors

  • Code: BilboX
  • Arts: @PromptGeek Youtube
  • Version History

  • 1.0.0
  • Fixed various bugs and added to comfy registry
  • 0.3
  • Add post preocessing effects *LUT color correction* and *Vignette effect*
  • 0.2
  • Updated Readme
  • See [commit change]() or See [release history]()
  • 0.1
  • Initial Release
  • License

    This project is licensed under the MIT License – see the LICENSE.md file for details

    Acknowledgments

    Source Inspiration

  • PromptGeek’s “Creating Photorealistic Images With AI: Using Stable Diffusion” awesome book
  • EllangoK’s ComfyUI-post-processing-nodes
  • Yoonsikp’s pycubelut
  • Inspiration, code snippets, etc.

  • Readme-Template