Instructions to use 043dumb/flux_fill_text_encoder_2_4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 043dumb/flux_fill_text_encoder_2_4bit with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("043dumb/flux_fill_text_encoder_2_4bit") model = AutoModel.from_pretrained("043dumb/flux_fill_text_encoder_2_4bit") - Notebooks
- Google Colab
- Kaggle