A combined node for ComfyUI with six configurable tabs for managing multiple parameter configurations, including guidance, sampler, scheduler, steps, and denoise.
Version: 1.1.1
Author: Light-x02
If you find this project useful, you can support my work on Ko-fi:
https://ko-fi.com/light_x02
FluxSettingsNode is a combined node for ComfyUI that merges the functionalities of the native nodes FluxGuidance, KSamplerSelect, BasicScheduler, and RandomNoise into one powerful and flexible tool. This node simplifies workflows by consolidating these features while enhancing their compatibility. It includes six tabs for switching between different configurations, saving fields like guidance
, sampler_name
, scheduler
, steps
, and denoise
for each tab. This node simplifies workflows by consolidating these features while enhancing their compatibility.
FluxSettingsNode is fully compatible with the extension ComfyUI-ImageMetadataExtension. This integration ensures metadata compatibility with Civitai, allowing details such as sampler, steps, guidance, prompt, and seed to be correctly captured and displayed on the Civitai platform.
guidance
, sampler_name
, scheduler
, steps
, and denoise
.git clone https://github.com/Light-x02/ComfyUI-FluxSettingsNode.git
Download or Clone the Project
https://github.com/Light-x02/ComfyUI-FluxSettingsNode
Move the Folder to Your ComfyUI Directory
Copy the folder ComfyUI-FluxSettingsNode
into the custom_nodes
directory of your ComfyUI installation.
Restart ComfyUI
Once the files are in place, restart ComfyUI to load the node.
guidance
sampler_name
scheduler
steps
denoise
This node is designed to work seamlessly with the ComfyUI ecosystem. Ensure you have the latest version of ComfyUI installed for the best experience.
Contributions are welcome! If you want to report a bug or suggest an improvement, open an issue or submit a pull request on the GitHub repository.
This project incorporates code for the tab functionality provided by ComfyUI-Flux-Continuum, under the MIT License. The code has been adjusted to fit seamlessly into the functionality of FluxSettingsNode. The original license is included below:
MIT License
Copyright (c) 2024 Robert
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.