ColabWan / defaults /hidream_o1.json
1ripon1's picture
Upload folder using huggingface_hub
7344bef verified
Raw
History Blame Contribute Delete
835 Bytes
{
"model": {
"name": "HiDream O1 Image Full 10B",
"architecture": "hidream_o1",
"description": "HiDream O1 Image is an 8B unified image generation model that works directly in a shared text, pixel, and reference-image token space without a separate VAE or text encoder.",
"URLs": [
"https://huggingface.co/DeepBeepMeep/HiDream/resolve/main/HiDreamO1Image_bf16.safetensors",
"https://huggingface.co/DeepBeepMeep/HiDream/resolve/main/HiDreamO1Image_quanto_bf16_int8.safetensors"
]
},
"prompt": "A tiny porcelain robot arranging wildflowers on a sunlit kitchen table, crisp details, natural colors",
"resolution": "1920x1088",
"batch_size": 1,
"num_inference_steps": 50,
"guidance_scale": 5,
"flow_shift": 3,
"sample_solver": "default"
}