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
No way on earth to get "an albino woman with white skin and dark hair"
Hi there,
I tried hard to replicate the beautiful example provided "A photograph of an albino woman with white skin and dark hair wearing black in the style of old baroque oil paintings, with soft focus, wearing a pearl necklace around her neck, with a dark background, with rosy cheeks, with a long veil covering her face, looking straight ahead" but to no avail. I mean: everything works but the "dark hair" part, it doesn't matter how many brackets I wrap around it. I tried rephrasing and other seeds, too but nothing.
BTW: I noticed that in the Workflow screenshot "uni-pc" is specified as sampler_name for the dev version of the diffusion model, while in the comments "lcm" is referenced but I hadn't more luck toying with that, too.
HiDream isn't working for me to try it, but this appears to be a prompting issue -- albino, by definition, precludes dark hair. Albino people are unable to produce melanin. So, your prompt is contradicting itself. Why not just say "pale" or "fair-skinned"?
You know what? I totally agree with you. So how does it happen that HiDream-I1-Dev is advertised (among ComfyUI HiDream-I1 Examples) with such a weird prompt (and related workflow)?
https://docs.comfy.org/tutorials/advanced/hidream?utm_source=substack&utm_medium=email
Is it misleading advertising or what? π€
