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
174
Safetensors
Model size
305M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.