You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,9 +223,37 @@ Converts an integer to a string.
223
223
224
224
Converts a float to a string.
225
225
226
-
## Removed Nodes
227
-
228
-
- VAE Decode 6GB
226
+
## Additional Nodes
227
+
228
+
The following nodes are newly added and not yet fully documented above:
229
+
230
+
-**Range Float / Range Integer** – Generate numbers from a given range using the seed offset.
231
+
-**Save Image If True** – Saves the image only when a given save condition is met.
232
+
-**Batch Crop Image / Batch Crop Resize Inplace** – Process images in batches with cropping (and optional resizing).
233
+
-**Batch Load Images / Load Image Based on Number** – Load images from a directory either as a batch or based on a seed index.
234
+
-**LoraSyntaxProcessor / WildcardAndLoraSyntaxProcessor** – Process LoRA and wildcard syntax in prompts.
235
+
-**Prompt With SDXL** – An alternative prompt node tailored for SDXL using style and prompt adjustments.
236
+
-**Style Conditioner Base Only** – Injects style prompt conditioning into the base clip only.
237
+
-**Mikey Sampler Tiled Advanced / Mikey Sampler Tiled Advanced Base Only / Mikey Sampler Base Only Advanced** – Advanced variations of the sampler nodes with refined control.
238
+
-**MikeyLatentTileSampler / MikeyLatentTileSamplerCustom** – Perform tiling in latent space for upscaling.
239
+
-**FaceFixerOpenCV** – Detect and fix faces using OpenCV.
240
+
-**SearchAndReplace** – Searches a text for placeholders and replaces them.
241
+
-**FileNamePrefix / FileNamePrefixDateDirFirst** – Generate filename prefixes for saving images with metadata.
242
+
-**ImageBorder / ImagePaste** – Add borders to or paste images together.
243
+
-**TextCombinations2 / TextCombinations3 / Text2InputOr3rdOption** – Combine multiple text inputs in various ways.
244
+
-**Checkpoint Loader Simple Mikey / CheckpointHash** – Load checkpoints and compute their file hashes.
245
+
-**SRStringPromptInput / SRIntPromptInput / SRFloatPromptInput** – Add prompt-related inputs with different data types.
246
+
-**TextPreserve / TextConcat / RemoveTextBetween** – Manipulate and combine text strings.
247
+
-**OobaPrompt / WildcardOobaPrompt / LMStudioPrompt** – Prompt processing nodes that integrate with external LLM services.
248
+
-**EvalFloats** – Evaluate mathematical expressions given two floats.
249
+
-**ImageOverlay / CinematicLook / MosaicExpandImage** – Various nodes for merging and stylizing images.
250
+
-**GetSubdirectories** – Retrieve subdirectories from a given directory.
251
+
-**TextPadderMikey** – Pad text to a fixed length.
252
+
-**SD3TextConditioningWithOptionsOnePrompt** – Text conditioning with additional configurable options.
253
+
-**ModelMergePixArtSigmaXL2_1024MS / ModelMergeTrainDiff / ModelMergeTrainDiffPixartSigmaXL2_1024MS** – Nodes for merging models.
254
+
-**CheckpointSaveModelOnly** – Save checkpoints without additional output.
255
+
256
+
Feel free to expand the descriptions as you update each node.
0 commit comments