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
- Draw Things
- DiffusionBee
We’re a nonprofit. Can we deploy this?
#9
by shawnrushefsky - opened
Hi there, I run https://dreamup.ai, a nonprofit image generation site that hosts a variety of other models. We’re a project by the foundation for technology in the arts, and we offer unlimited use for free. Reading the license, I think we would qualify as non-commercial, and that our use-case (art) is “in-scope”, but I’m not a lawyer. Is it ok to make this model available to our users?