Instructions to use HiDream-ai/HiDream-I1-Full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HiDream-ai/HiDream-I1-Full 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-I1-Full", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Is it possible to use locally on Mac?
#20
by Gikal999 - opened
Is there any chance to use hidream I1 full locally on Mac via Stable Diffusion WebUI or Draw Thing AI ?
ComfyUI has native support, but it doesn't appear to be working on Mac. I followed the instructions here: https://comfyanonymous.github.io/ComfyUI_examples/hidream/ (already had T5 and the Flux VAE, also had CLIP L and CLIP G, but HiDream MIGHT use modified versions -- they are slightly different sizes) and imported the Dev example, but it only generates black output.