An open API service indexing awesome lists of open source software.

https://github.com/Haoming02/comfyui-resharpen

A Custom Node for ComfyUI that increases/decreases the details of images
https://github.com/Haoming02/comfyui-resharpen

comfyui custom-nodes stable-diffusion

Last synced: 6 months ago
JSON representation

A Custom Node for ComfyUI that increases/decreases the details of images

Awesome Lists containing this project

README

        

# ComfyUI ReSharpen
This is an Extension for [ComfyUI](https://github.com/comfyanonymous/ComfyUI), which allows you to increase or decrease the amount of details generated during the Stable Diffusion pipeline.

> **ie.** This is not just a postprocessing filter

## How to Use
- Attach the **ReSharpen** node between `Empty Latent` and your `Sampler` node of choice
- Adjust the **details** slider:
- **Positive** values cause the images to be noisy
- **Negative** values cause the images to be blurry

> Values too large or small may cause the result to become distorted!

### Important:
- `Ancestral` samplers *(**eg.** `Euler a`)* do **not** work.
- The effect is "global," meaning if you want to disable it during other parts of the workflow *(**eg.** during `Hires. Fix`)*, you need to add another **ReSharpen** node and set the `details` to `0` again.

## Examples



Sharpness
-0.5
0.0
0.5




Result





- [How does it work?](https://github.com/Haoming02/sd-webui-resharpen/blob/main/README.md#how-does-it-work)