ComfyUI Extension
Jovi_Help
Inline help panel for ComfyUI Nodes with remote HTML/Markdown support
Amorano/Jovi_Help
Nodes—
On cloudLocal install
Stars1
Updatedabout a year ago
Readme
<div align="center">
<picture>
<source srcset="https://raw.githubusercontent.com/Amorano/Jovimetrix-examples/refs/heads/master/res/logo-jovi_help.png">
<img alt="Inline help panel for ComfyUI Nodes with remote HTML/Markdown support" width="384" height="384">
</picture>
</div>
<div align="center">
<a href="https://github.com/comfyanonymous/ComfyUI">COMFYUI</a> Inline help panel for ComfyUI Nodes with remote HTML/Markdown support<br><br>
</div>
<div align="center">
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>HIGHLIGHTS
<div align="center"> <img src="https://github.com/user-attachments/assets/f23d96d7-edaf-44d9-924b-6c6636b625c3" alt="Jovi Help Panel" width="768"/> <img src="https://github.com/user-attachments/assets/61509883-7567-4990-b9ef-1e83084840fb" alt="Jovi Help Panel" width="768"/> </div>UPDATES
2025/05/17 @1.0.1:
- cleaned up the css
2025/03/28 @1.0.0:
- intial breakout from Jovimetrix
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_Help.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