Jovi_Preset
Presets for ComfyUI Nodes
SPONSORSHIP
Please consider sponsoring me if you enjoy the results of my work, code or documentation or otherwise. A good way to keep code development open and free is through sponsorship.
<div align="center"> </div>INSPIRATION
This is an idea I have had rumbling around since May 2024 and the first ComfyUI conference. I poorly assumed someone else would do it long before now. I finally got motivated by fredconex after the excellent audio synth node work that was done, but was only using presets in the Equalizer.
HIGHLIGHTS
- Simple right-click menu entry to add or use
- Presets are stored with your other ComfyUI configuration settings
- Easy removal with ctrl-click on entry
UPDATES
2025/08/03 @1.0.5:
- clean up initialization in case its 100% missing
2025/05/23 @1.0.4:
- when presetmanager was null, was crashing the right-click menu
2025/05/23 @1.0.3:
- fixed non-error bug when nodes have no preset ability (output nodes)
2025/05/17 @1.0.2:
- toast messages
- auto-updating panel
2025/05/17 @1.0.1:
- added sidebar
2025/05/13 @1.0.0:
- intial commit
INSTALLATION
COMFYUI MANAGER
If you have ComfyUI Manager installed, simply search for Jovi_Help and install from the manager's database.
MANUAL INSTALL
Clone the repository into your ComfyUI custom_nodes directory. You can clone the repository with the command:
git clone https://github.com/Amorano/Jovi_Preset.git
You can then install the requirements by using the command:
.\python_embed\python.exe -s -m pip install -r requirements.txt
If you are using a <code>virtual environment</code> (<code><i>venv</i></code>), make sure it is activated before installation. Then install the requirements with the command:
pip install -r requirements.txt