ComfyUI-TextOnSegs
日本語版READMEはこちら。
<img src='img/example_face.jpg' width='400'> <img src='img/example_board.jpg' width='400'>- Custom node for ComfyUI.
- Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack.
Installation
cd <ComfyUI directory>/custom_nodes
git clone https://github.com/nkchocoai/ComfyUI-TextOnSegs.git
Requirements
Usage
- (Optional) Place font files (*.ttf) in the following folder.
ComfyUI_windows_portable/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes/fonts
- Japanese and other characters are garbled, so you need to add font files.
draw text on the face
- Load workflows/draw_text_on_face.json with D&D.
- Change the values of Text node, CalcMaxFontSize node, etc. in the "Draw Text" group.
- Execute the workflow.
- If detection fails, an error occurs, but this is a specification.
Write text on the board
- Download Can't show this (meme) SDXL and place it in the following folder.
ComfyUI_windows_portable/ComfyUI/models/loras
- Download Board detector YOLO model (For Can't show this (meme) SDXL) [Adetailer Model] - v1.0 and put it in the following folder.
ComfyUI_windows_portable/ComfyUI/models/ultralytics/bbox
- Load workflows/draw_text_on_board.json with D&D.
- Change the values of the Text node, CalcMaxFontSize node, etc. in the "Draw Text" group.
- Execute the workflow.
- If detection fails, an error occurs, but this is a specification.