Personalize Anything for Free with Diffusion Transformer,use it in comfyUI with wrapper mode
Personalize Anything for Free with Diffusion Transformer,use it in comfyUI with wrapper mode
In the ./ComfyUI/custom_node directory, run the following:
git clone https://github.com/smthemex/ComfyUI_Personalize_Anything
pip install -r requirements.txt
3.1 flux dev repo (preference/推荐)
3.2 single model
-- ComfyUI/models/diffusion_models # or unet
├── flux1-dev-fp8-e4m3fn.safetensors #11G
-- ComfyUI/models/clip
├── clip_l.safetensors
├── t5xxl_fp8_e4m3fn.safetensorsvae
-- ComfyUI/models/vae
├── ae.safetensor
@article{feng2025personalize,
title={Personalize Anything for Free with Diffusion Transformer},
author={Feng, Haoran and Huang, Zehuan and Li, Lin and Lv, Hairong and Sheng, Lu},
journal={arXiv preprint arXiv:2503.12590},
year={2025}
}