Extensions/ComfyUI-SkyworkUniPic
ComfyUI Extension

ComfyUI-SkyworkUniPic

ComfyUI-SkyworkUniPic is now available in ComfyUI, Skywork-UniPic is a unified autoregressive multimodal model with 1.5 billion parameters that natively integrates image…

By Yuan-ManX·Created about a year ago·Updated about a year ago· 13
Yuan-ManX/ComfyUI-SkyworkUniPic
Nodes
On cloudLocal install
Stars13
Updatedabout a year ago
Readme

ComfyUI-SkyworkUniPic

ComfyUI-SkyworkUniPic is now available in ComfyUI, Skywork-UniPic is a unified autoregressive multimodal model with 1.5 billion parameters that natively integrates image understanding, text-to-image generation, and image editing capabilities within a single architecture.

Installation

  1. Make sure you have ComfyUI installed

  2. Clone this repository into your ComfyUI's custom_nodes directory:

cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic.git
  1. Install dependencies:
cd ComfyUI-SkyworkUniPic
pip install -r requirements.txt

Model

Download Pretrained Models

Download the model checkpoints from [🤗 SkyworkUniPic], It is recommended to use the following command to download the checkpoints

# pip install -U "huggingface_hub[cli]"
huggingface-cli download Skywork/Skywork-UniPic-1.5B  --local-dir checkpoint --repo-type model