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
- Host: GitHub
- URL: https://github.com/Haoming02/comfyui-resharpen
- Owner: Haoming02
- License: mit
- Created: 2023-12-23T16:20:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T05:21:20.000Z (10 months ago)
- Last Synced: 2024-12-18T06:33:35.361Z (6 months ago)
- Topics: comfyui, custom-nodes, stable-diffusion
- Language: Python
- Homepage:
- Size: 202 KB
- Stars: 42
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI ReSharpen**
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)