mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 12:42:11 -03:00
...
This commit is contained in:
20
README.md
20
README.md
@@ -79,37 +79,37 @@ wget --content-disposition -P /workspace/ComfyUI/models/checkpoints "https://civ
|
||||
|
||||
# 📝 Nodes descriptions
|
||||
|
||||
## 1/1b/2 - 👁 + ✒ Show/Write Text
|
||||
## 1/2/3 - 👁 + ✒ Show/Write Text
|
||||

|
||||

|
||||

|
||||
|
||||
**Description:**
|
||||
Three simple nodes to write and show text.
|
||||
Write node is a textarea where you can write your text.
|
||||
Three simple nodes, two to write and one to show text.
|
||||
Write nodes is a textarea where you can write your text.
|
||||
The show text node will only display the text. (That's why I made it a different color : green, uneditable, display only.)
|
||||
Write text node now allow for special syntax to accept random variants, like `{hood|helmet}` will randomly choose between hood or helmet.
|
||||
Write text nodes now allow for special syntax to accept random variants, like `{hood|helmet}` will randomly choose between hood or helmet.
|
||||
|
||||
## 3 - 🔗 Combine Texts
|
||||
## 4 - 🔗 Combine Texts
|
||||

|
||||
|
||||
**Description:**
|
||||
Combine multiple text inputs into a single output. (can have separation with : comma, space, new line.)
|
||||
|
||||
## 4 - 🎲 Random Text
|
||||
## 5 - 🎲 Random (Texts)
|
||||

|
||||
|
||||
**Description:**
|
||||
Generate and display random text from a predefined list. Great for creating random prompts.
|
||||
You can change fixed/randomize for `control_after_generate` to have a different text each time you run the workflow. (or not)
|
||||
|
||||
## 5 - ♻ Loop
|
||||
## 6 - ♻ Loop
|
||||

|
||||
|
||||
**Description:**
|
||||
General-purpose loop node.
|
||||
|
||||
## 6 - ♻ Loop Texts
|
||||
## 7 - ♻ Loop Texts
|
||||

|
||||
|
||||
**Description:**
|
||||
@@ -118,7 +118,7 @@ Cycle through a list of text inputs.
|
||||
Here is an example of usage with combine texts and flux :
|
||||

|
||||
|
||||
## 7 - ♻ Loop Integer
|
||||
## 8 - ♻ Loop Integer
|
||||

|
||||

|
||||
|
||||
@@ -131,7 +131,7 @@ Iterate through a range of integer values, good for `steps` in ksampler, etc...
|
||||
Here is an example of usage with ksampler (Notice that with "steps" this node isn't optimized, but good enough for quick testing.) :
|
||||

|
||||
|
||||
## 8 - ♻ Loop Float
|
||||
## 9 - ♻ Loop Float
|
||||

|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user