https://github.com/WASasquatch/WAS_Extras
Experimental nodes, or other random extra helper nodes.
https://github.com/WASasquatch/WAS_Extras
Last synced: 12 months ago
JSON representation
Experimental nodes, or other random extra helper nodes.
- Host: GitHub
- URL: https://github.com/WASasquatch/WAS_Extras
- Owner: WASasquatch
- Created: 2023-09-25T20:16:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T04:08:37.000Z (about 2 years ago)
- Last Synced: 2024-12-14T16:32:22.844Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 32
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **WAS_Extras**
- awesome-comfyui - **WAS_Extras**
README
# WAS_Extras
Experimental nodes, or other random extra helper nodes.
# Installation
- Git clone the repo to `ComfyUI/custom_nodes`.
- Or; install with [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager)
- Or; download the individual custom node `.py` files and put them in your `ComfyUI/custom_nodes` folder. **Note:** Still will need to install `requirements.txt` if using `ksampler_sequence.py`
## Conditioning (Blend)
Blend prompt conditioning by different interpolation/operation methods.
## DebugThis
Debug any input. It will print the object, as well as display a mapping of it if it's not a common type (like `str`, `int`, `float`, etc).
## Inpainting VAE Encode
[**Download Inpainting_Example_Workflow_And_Images.zip**](https://github.com/WASasquatch/WAS_Extras/files/12719211/Inpainting_Example_Workflow_And_Images.zip)
This node allows for mask offset erosion, and dilation for fine-tuning th emask. It also uses the mask result as the pixel masking for cleaner boundaries and ability to erode (shrink) the mask.
## Vivid Sharpen
A python implementation of the Photoshop Vivid Sharpen technique

## KSampler Sequence
A sequencer setup that allows you to sequence prompts in a looped Ksampler
### Provides
- CLIP Text Encode Sequence (Advanced)
- **Note**: *CLIPTextEncode will use BLK Advanced CLIP Text Encode if available.*
- KSampler Sequence
[KSampler_Sequence_Workflow.zip](https://github.com/WASasquatch/WAS_Extras/files/12840983/KSampler_Sequence_Workflow.zip)

### BLVAEEncode
A VAE Encode that can store the latent in the workflow for easy sharing, potentially? Or something.
Workflow Example:
