ComfyUI Extension
Comfyui HiFORCE Plugin
Custom nodes pack provided by [a/HiFORCE](https://www.hiforce.net/) for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask,…
hiforce/comfyui-hiforce-plugin
Nodes8
On cloudLocal install
CategoryHiFORCE/Image/Zoom, HiFORCE/Image/Convert
Stars12
Updated2 years ago
Nodes (8)
Image Enlargement - Zoom and Crop into a Square
HiFORCE/Image/Zoom
Convert Image to RGB
HiFORCE/Image/Convert
Convert Image to RGBA
HiFORCE/Image/Convert
Init Image to limited Size
HiFORCE/Image/Create
Load and Crop Image
HiFORCE/Image/Create
Image Resize
HiFORCE/Image/Zoom
Save Image
HiFORCE/Image/Save
Load Images from URL
Skip the upload, just paste links
HiFORCE/Image/Save
Readme
Comfyui HiFORCE Plugin
Custom nodes pack provided by HiFORCE for ComfyUI. This custom node helps to conveniently enhance images through Sampler, Upscaler, Mask, and more.
NOTICE
- You should install ComfyUI-Impact-Pack. Many optimizations are built upon the foundation of ComfyUI-Impact-Pack.
Installation
cd custom_nodesgit clone https://github.com/hiforce/comfyui-hiforce-plugin.gitcd comfyui-hiforce-pluginand runpip install -r requirements.txt
Custom Nodes
Samplers:
- Basic Sampler: Basic Sampler is very similar to the KSampler provided by ComfyUI, except that it exposes the 'full_drawing' option. This field corresponds to the 'return_with_leftover_noise' option in KSampler (Advanced), but with opposite values. The name 'full_drawing' is more user-friendly for developers familiar with the Stable Diffusion WebUI.
- Loopback Sampler: The Loopback Sampler allows you to generate images progressively using different drawing intensities.
- HfTwoSamplersForMask: Enhance of the TwoSamplersforMask of ComfyUI-Impact-Pack. We add enable option. If the 'enable' option is set to false, then this sampler will not function.
- HfTwoStepSamplers: HfTwoStepSamplers allows you to use different sampler algorithms and masks in two-step sampling.
- HfIterativeLatentUpscale: Enhance of the IterativeLatentUpscale of ComfyUI-Impact-Pack. We add enable option. If the 'enable' option is set to false, then this sampler will not function.
- Some Swith Input for Sampler Node