mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 20:52:11 -03:00
0.28
This commit is contained in:
56
README.md
56
README.md
@@ -1,4 +1,4 @@
|
||||
# 🔗 Comfyui : Bjornulf_custom_nodes v0.26 🔗
|
||||
# 🔗 Comfyui : Bjornulf_custom_nodes v0.28 🔗
|
||||
|
||||
# ❤️ Coffee : ☕☕☕☕☕ 5/5
|
||||
|
||||
@@ -74,10 +74,12 @@ wget --content-disposition -P /workspace/ComfyUI/models/checkpoints "https://civ
|
||||
- **v0.24**: Add a new node: Pause, select input, pick one.
|
||||
- **v0.25**: Two new nodes: Loop Images and Random image.
|
||||
- **v0.26**: New node : Loop write Text. Also increase nb of inputs allowed for most nodes. (+ update some breaking changes)
|
||||
- **v0.27**: Two new nodes : Loop (Model+Clip+Vae) and Random (Model+Clip+Vae) - aka Checkpoint / Model
|
||||
- **v0.28**: Fix random texts and add a lot of screenshots examples for several nodes.
|
||||
|
||||
# 📝 Nodes descriptions
|
||||
|
||||
## 1/2 - 👁 + ✒ Show/Write Text
|
||||
## 1/1b/2 - 👁 + ✒ Show/Write Text
|
||||

|
||||

|
||||

|
||||
@@ -98,7 +100,8 @@ Combine multiple text inputs into a single output. (can have separation with : c
|
||||

|
||||
|
||||
**Description:**
|
||||
Generate and display random text from a predefined list. Great for creating random prompts.
|
||||
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
|
||||

|
||||
@@ -112,6 +115,8 @@ General-purpose loop node.
|
||||
**Description:**
|
||||
Cycle through a list of text inputs.
|
||||
|
||||
Here is an example of usage with combine texts and flux :
|
||||

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

|
||||
@@ -120,31 +125,36 @@ Cycle through a list of text inputs.
|
||||
**Description:**
|
||||
Iterate through a range of integer values, good for `steps` in ksampler, etc...
|
||||
|
||||
❗ Don't forget that you can convert ksampler widgets to input by right-clicking the ksampler node :
|
||||
❗ Don't forget that you can convert ksampler widgets to input by right-clicking the ksampler node :
|
||||

|
||||
|
||||
Here is an example of usage with ksampler (Notice that it isn't optimized, but good enough for testing) :
|
||||
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
|
||||

|
||||

|
||||
|
||||
**Description:**
|
||||
Loop through a range of floating-point numbers, good for `cfg`, `denoise`, etc...
|
||||
Loop through a range of floating-point numbers, good for `cfg`, `denoise`, etc...
|
||||
|
||||
Here is an example with controlnet, trying to make a red cat based on a blue rabbit :
|
||||

|
||||
|
||||
## 10 - ♻ Loop All Samplers
|
||||

|
||||
|
||||
**Description:**
|
||||
Iterate over all available samplers to apply them sequentially. Ideal for testing.
|
||||
Iterate over all available samplers to apply them sequentially. Ideal for testing.
|
||||
|
||||
Here is an example of looping over all the samplers with the normal scheduler :
|
||||

|
||||
|
||||
## 11 - ♻ Loop All Schedulers
|
||||

|
||||
|
||||
**Description:**
|
||||
Iterate over all available schedulers to apply them sequentially. Ideal for testing.
|
||||
Iterate over all available schedulers to apply them sequentially. Ideal for testing. (same idea as sampler above, but for schedulers)
|
||||
|
||||
## 12 - ♻ Loop Combos
|
||||

|
||||
@@ -153,6 +163,9 @@ Iterate over all available schedulers to apply them sequentially. Ideal for test
|
||||
Generate a loop from a list of my own custom combinations (scheduler+sampler), or select one combo manually.
|
||||
Good for testing.
|
||||
|
||||
Example of usage to see the differences between different combinations :
|
||||

|
||||
|
||||
## 13/14 - 📏 + 🖼 Resize and Save Exact name ⚠️💣
|
||||

|
||||
|
||||
@@ -247,7 +260,8 @@ Need clean greenscreen ofc. (Can adjust threshold but very basic node.)
|
||||

|
||||
|
||||
**Description:**
|
||||
Take a random line from an input text. (When using multiple "Write Text" nodes is annoying for example, you can use that and just copy/paste a list from outside.)
|
||||
Take a random line from an input text. (When using multiple "Write Text" nodes is annoying for example, you can use that and just copy/paste a list from outside.)
|
||||
You can change fixed/randomize for `control_after_generate` to have a different text each time you run the workflow. (or not)
|
||||
|
||||
## 27 - ♻ Loop (All Lines from input)
|
||||

|
||||
@@ -363,14 +377,14 @@ You can connect this node to anything you want, above is an example with IMAGE.
|
||||
|
||||
### 37 - 🎲🖼 Random Image
|
||||
|
||||

|
||||

|
||||
|
||||
**Description:**
|
||||
Just take a random image from a list of images.
|
||||
|
||||
### 38 - ♻🖼 Loop (Images)
|
||||
|
||||

|
||||

|
||||
|
||||
**Description:**
|
||||
Loop over a list of images.
|
||||
@@ -379,8 +393,22 @@ Above is an example of the loop images node sending them to an Ipadapter style t
|
||||
|
||||
### 39 - ♻ Loop (✒ Write Text)
|
||||
|
||||

|
||||

|
||||
|
||||
**Description:**
|
||||
If you need a quick loop but you don't want something too complex with a loop node, you can use this combined write text + loop.
|
||||
It will take the same special syntax as the write text node `{blue|red}`, but it will loop over ALL the possibilities instead of taking one at random.
|
||||
It will take the same special syntax as the write text node `{blue|red}`, but it will loop over ALL the possibilities instead of taking one at random.
|
||||
|
||||
### 40 - 🎲 Random (Model+Clip+Vae) - aka Checkpoint / Model
|
||||
|
||||

|
||||
|
||||
**Description:**
|
||||
Just take a trio at random from a load checkpoint node.
|
||||
|
||||
### 41 - ♻ Loop (Model+Clip+Vae) - aka Checkpoint / Model
|
||||
|
||||

|
||||
|
||||
**Description:**
|
||||
Loop over all the trios from several checkpoint node.
|
||||
Reference in New Issue
Block a user