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
94
Safetensors
Model size
305M params
Tensor type
F32
·
Inference API
Unable to determine this model's library. Check the docs .