Skip to content

Commit

Permalink
fix: FAQ formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jitcoder committed Sep 6, 2024
1 parent 4a8f005 commit 18ceab7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ Download this repo as a zip and extract in the custom-nodes directory.

## FAQ

Q: How do I connect this node's outputs (trigger_words, example_prompt, lora_name) to other nodes?
A: This node's outputs are of type `STRING`, therefore you can connect this node to ANY node that takes `STRING` or `TEXT` types as input.
>Q: How do I connect this node's outputs (trigger_words, example_prompt, lora_name) to other nodes?
>
>A: This node's outputs are of type `STRING`, therefore you can connect this node to ANY node that takes `STRING` or `TEXT` types as input.
Q: What node did you use in the screenshot?
A: The node in the screenshot is RGThree's display any node. But you can use any node that takes `STRING` or `TEXT` as input.
>Q: What node did you use in the screenshot?
>
>A: The node in the screenshot is RGThree's display any node. But you can use any node that takes `STRING` or `TEXT` as input.
Q: I connected my nodes and nothing happens. I see LoRA info updated in the node, but my connected nodes aren't reacting or doing anything or showing anything.
A: Click on "Queue Prompt"
>Q: I connected my nodes and nothing happens. I see LoRA info updated in the node, but my connected nodes aren't reacting or doing anything or showing anything.
>
>A: Click on "Queue Prompt." In ComfyUI inputs and outputs of nodes are only processed once the user queues a prompt

#
Expand Down

0 comments on commit 18ceab7

Please sign in to comment.