Image-Text-to-Image
Diffusers
Safetensors
qwen3_vl
comfyui
text-to-image
image-editing
fp8
quantized
distilled
Instructions to use drbaph/HiDream-O1-Image-Dev-FP8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use drbaph/HiDream-O1-Image-Dev-FP8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("drbaph/HiDream-O1-Image-Dev-FP8", 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
Nothing generated in comfyui with this model
#1
by jujucom126 - opened
this seems to be an environment based misconfiguration the model has been tested and working within the correct envioronment - please refer to the readme in our repo for more information , if you still experience issues paste your cli log , os, python, pytorch, cuda, transformers versions in a new issue https://github.com/Saganaki22/HiDream_O1-ComfyUI/issues
drbaph changed discussion status to closed
