Measuring Style Similarity in Diffusion Models
Unofficial implementation of CSD.
Use with Transformers
from transformers import AutoProcessor, AutoModel
model = AutoModel.from_pretrained("vvmatorin/CSD", trust_remote_code=True)
processor = AutoProcessor.from_pretrained("vvmatorin/CSD")
- Downloads last month
- 64
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model's library.