torch==2.6.0 deepspeed peft xtuner mmengine transformers==4.45.2 timm==0.9.12 # flash_attn==2.3.4
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.
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic.git
cd ComfyUI-SkyworkUniPic
pip install -r requirements.txt
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