Instructions to use HiDream-ai/HiDream-E1-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HiDream-ai/HiDream-E1-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("HiDream-ai/HiDream-E1-1", 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
Space doesn't work properly
#6 opened 7 months ago
by
StevenTGay
Add LICENSE file
#5 opened 9 months ago
by
jewittje
Fp8 / int4
#4 opened about 1 year ago
by
Milor123
any training code?
#1 opened about 1 year ago
by
thethanksforthegod