Face stylization via ComfyUI workflows
Top 30.5% on sourcepulse
This project provides a ComfyUI workflow to transform any face into various stylized outputs like 3D models, pixel art, claymation, or toys. It's designed for artists and creators looking to leverage AI for rapid character generation and style transfer.
How It Works
The workflow utilizes Stable Diffusion with custom LoRAs and ControlNet models, specifically InstantID, to achieve precise facial style transfer. It allows users to input a reference face and select a desired style, with the model generating a new image matching the style while preserving the identity of the input face.
Quick Start & Requirements
pip install -r requirements.txt
), download specific model checkpoints (.safetensors
, .bin
), and run ./scripts/clone_plugins.sh
to install ComfyUI custom nodes.wget
, and a GPU with sufficient VRAM for Stable Diffusion models. Specific model files (e.g., albedobaseXL_v13.safetensors
, ip-adapter.bin
) must be downloaded to designated directories.python3 main.py
from the ComfyUI
directory.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
1 week