Instructions to use hf-internal-testing/tiny-sd3-text_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-sd3-text_encoder with Transformers:
# Load model directly from transformers import AutoTokenizer, CLIPTextModelWithProjection tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-sd3-text_encoder") model = CLIPTextModelWithProjection.from_pretrained("hf-internal-testing/tiny-sd3-text_encoder") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
a2b47e5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:25fb3560be099ce965a5be53240a0221b5b73d0655c7b01da43a843a3366e094
size 287396
|