numpy<2.0 pillow transformers timm accelerate sentencepiece attrdict einops huggingface_hub tqdm




Unofficial implementation of deepseek-ai/Janus in ComfyUI.
git clone https://github.com/chflame163/ComfyUI_Janus_Wrapper.git
Open a cmd window in the plugin directory of “ComfyUI\custom_nodes\ComfyUI_Janus_Wrapper“ in the resource manager,
Enter the following command for the ComfyUI Windows Official Portable:
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt
Enter the following command for the Aki-ComfyUI:
..\..\python\python.exe -s -m pip install -r requirements.txt
The model will be automatically downloaded during the first run. If the download fails, please manually download the model.
Download all files of the [Janus-Pro-7B](https://huggingface.co/deepseek-ai/Janus-Pro-7B/tree/main ) and copy to “ComfyUI\models\Janus-Pro\Janus-Pro-7B“ folder.
Download all files of the [Janus-Pro-1B](https://huggingface.co/deepseek-ai/Janus-Pro-1B/tree/main ) and copy to “ComfyUI\models\Janus-Pro\Janus-Pro-1B“ folder.
Load the Janus model.
Node Options:
Generate image nodes from text.
Node Options:
Generate text nodes from images.
节点选项:
All nodes follows the MIT license, Some of its functional code comes from other open-source projects. Thanks to the original author. If used for commercial purposes, please refer to the original project license to authorization agreement.