Instructions to use DeepFloyd/IF-I-XL-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DeepFloyd/IF-I-XL-v1.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("DeepFloyd/IF-I-XL-v1.0", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Request: DOI
Request for Access to DeepFloyd/IF-I-XL-v1.0 Model
Dear Model Owner,
I hope this message finds you well.
I am a computer science student currently working on a project focused on text-to-image model implementation and evaluation. The DeepFloyd/IF-I-XL-v1.0 model is crucial for me to complete the code reproduction of my project.
I kindly request access to the model. I will use it strictly for non-commercial research purposes and adhere to all specified license terms.
Thank you for considering my request. I look forward to your reply.
Best regards,
Jiang
E-mail:1825664178@qq.com