Nodes Browser

ComfyDeploy: How ComfyUI_Textarea_Loaders works in ComfyUI?

What is ComfyUI_Textarea_Loaders?

An easy custom node that makes the some loaders' input as Text instead of file selector. For example, there are many characters in different loras respectively. If you want to generate different characters' pictures, you have to select corresponding lora, and then edit the prompt. It may cost much time. To solve this problem, You can use it with a chrome extension https://github.com/Sieyalixnet/ComfyUI-Prompt-Formatter-Extension that makes the queue prompt easier when you dealing with massive loras and prompt.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI_Textarea_Loaders and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

Introduction

Brief

An easy custom node that makes the some loaders' input as Text instead of file selector.

For example, there are many characters in different loras respectively. If you want to generate different characters' pictures, you have to select corresponding lora, and then edit the prompt. It may cost much time.

To solve this problem, You can use it with a chrome extension https://github.com/Sieyalixnet/ComfyUI-Prompt-Formatter-Extension that makes the queue prompt easier when you dealing with massive loras and prompt.

In fact, you can edit the Comfy offical nodes or custom nodes by editing the nodes' attributes instead of using this repository.

How to install?

  • download the codes and extract the zip in \ComfyUI\custom_nodes.
  • clone this repository in \ComfyUI\custom_nodes

Result

nodes

The input of lora loader and Checkpoints loader become Textarea instead of a file selector.

with_extension

You can use the chrome extension the edit the input of the loader dynamically.

Nodes List

  • TextFormatter/BasicNodes/LoRALoader_Text
  • TextFormatter/BasicNodes/CheckPointLoader_Text
  • TextFormatter/BasicNodes/EmptyLatentImage_Text
  • TextFormatter/BasicNodes/LoadImage_Text

Nodes extra information

EmptyLatentImage_Text

ONLY make the batch size as text area.

LoadImage_Text

mask is invalid for this node, you should load your mask in another way.