Nodes Browser
ComfyDeploy: How ComfyUI-APQNodes works in ComfyUI?
What is ComfyUI-APQNodes?
Without fine-tuning, FLUX.1 Dev model cannot understand exact color codes. However, it is known that FLUX.1 Dev can repeatedly produce certain colors with certain prompt(color name). Fortunately, on CIVITAI, [a/“novuschroma” shared 155 pre-tested color names](https://civitai.com/models/879997/color-wildcards-for-flux-and-sdxl) that FLUX.1 Dev can handle. Thanks to his resource, color palette consists exclusively of 155 colors can be configured. ‘ColorPalette’ node from ComfyUI APQNodes converts input hex color code to the most similar color name(from pre-tested 155 color names) of which FLUX.1 Dev is aware.
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-APQNodes
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI APQNodes
Introduction
Without fine-tuning, FLUX.1 Dev model cannot understand exact color codes. However, it is known that FLUX.1 Dev can repeatedly produce certain colors with certain prompt(color name). Fortunately, on CIVITAI, “novuschroma” shared 155 pre-tested color names that FLUX.1 Dev can handle. Thanks to his resource, color palette consists exclusively of 155 colors can be configured. ‘ColorPalette’ node from ComfyUI APQNodes converts input hex color code to the most similar color name(from pre-tested 155 color names) of which FLUX.1 Dev is aware.
Installation
Clone this repo into custom_nodes
folder.
Usage
‘ColorPalette’ node consists of two inputs and two outputs.
-
Inputs
- prompt : User text prompt
- hexcodes : any text hex color codes without any delimiter. For example, #FF0000 #00FF00 #0000FF can generate color palette consisting of 3 colors(RED, BLUE, GREEN)
-
Outputs
- Prompt : Text prompt(User text prompt with color palettes applied) to connect to CLIP Text Encode.
- solor_palettes : Image of generated color palette