https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced
https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced
- Owner: BigStationW
- License: apache-2.0
- Created: 2025-05-04T13:26:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-04T13:56:02.000Z (about 1 month ago)
- Last Synced: 2025-05-04T14:27:06.481Z (about 1 month ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUi-RescaleCFGAdvanced**
README
# ComfyUi-RescaleCFGAdvanced
## 1) Intro
ReforgeCFG is a ComfyUI node designed to add details to your image. [While it already exists in Comfy Core](https://github.com/comfyanonymous/ComfyUI/blob/80a44b97f5cbcb890896e2b9e65d177f1ac6a588/comfy_extras/nodes_model_advanced.py#L258), it lacks timesteps for adjustment.The issue with this is that ReforgeCFG is not intended to be applied throughout the entire process; doing so can result in strange glitches.

As you can see, it works better when you restrict the timesteps range to something like [0.05 -> 0.5].The “RescaleCFGAdvanced” node is meant to give you this set of choices.
https://imgsli.com/Mzc2ODEy
## 2) Install
Navigate to the **ComfyUI/custom_nodes** folder and run the following command in your terminal:```git clone https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced```
## 3) Usage
Double click on the empty space of ComfyUi's Node interface and write "RescaleCFGAdvanced"
