Transformers How to use Disty0/sotediffusion-wuerstchen3_text_encoder with Transformers:
# Load model directly
from transformers import AutoTokenizer, CLIPTextModelWithProjection
tokenizer = AutoTokenizer.from_pretrained("Disty0/sotediffusion-wuerstchen3_text_encoder")
model = CLIPTextModelWithProjection.from_pretrained("Disty0/sotediffusion-wuerstchen3_text_encoder")