Metadata-Version: 2.1
Name: comfyui-dsd
Version: 1.0.2
Summary: An Unofficial ComfyUI custom node package that integrates [a/Diffusion Self-Distillation (DSD)](https://github.com/primecai/diffusion-self-distillation) for zero-shot customized image generation.
DSD is a model for subject-preserving image generation that allows you to create images of a specific subject in novel contexts without per-instance tuning.
Home-page: https://github.com/irreveloper/ComfyUI-DSD
Requires-Python: >=3.10
Requires-Dist: diffusers>=0.24.0
Requires-Dist: transformers>=4.36.0
Requires-Dist: sentencepiece>=0.1.99
Requires-Dist: accelerate>=0.27.0
Requires-Dist: google-genai>=0.1.0
Requires-Dist: Pillow>=9.5.0
Requires-Dist: protobuf
Requires-Dist: peft>=0.7.0
Requires-Dist: hf_transfer
