goodguy1963/hidream-l1-full-img2img

IMG2IMG for HiDream FULL AND DEV - does creative variations

epicrealism-naturalsinfinal-SD1.5-by-epinikion + perfectdeliberate by Desync + More Details by Lykon

BROKEN - DO NOT USE!


Pure compute-driven AI workflow removes flaws, enriches depth, refines detail 2x & 4x upscales output into unmatched photorealistic quality. Read the description. Runtime: 4 minutes.
Prediction
goodguy1963/hidream-l1-full-img2img:bba8d8531fb0899600f5cf7b7e25094708fdb19ca45b48b74ef6b892e5c1a626ID5hv2p1c1vsrj60cpdeksxc84wrStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- cfg
- 1
- seed
- 42
- shift
- 6
- steps
- 8
- denoise
- 0.34
- scheduler
- linear_quadratic
- sampler_name
- lcm
- model_variant
- dev
- prompt_prefix
- style the full image in ghibli style:
- use_florence2
- negative_prompt
- bad ugly jpeg artifacts realistic photo
{ "cfg": 1, "seed": 42, "image": "https://replicate.delivery/pbxt/MtfhuC8BBnHkfqKiWnIBMmdqO31vTSruHTdWyWwcVS4NTx29/Better%20prompt%20%20%2887%29.jpg", "shift": 6, "steps": 8, "denoise": 0.34, "scheduler": "linear_quadratic", "sampler_name": "lcm", "model_variant": "dev", "prompt_prefix": "style the full image in ghibli style: ", "use_florence2": false, "negative_prompt": "bad ugly jpeg artifacts realistic photo" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "goodguy1963/hidream-l1-full-img2img:bba8d8531fb0899600f5cf7b7e25094708fdb19ca45b48b74ef6b892e5c1a626", { input: { cfg: 1, seed: 42, image: "https://replicate.delivery/pbxt/MtfhuC8BBnHkfqKiWnIBMmdqO31vTSruHTdWyWwcVS4NTx29/Better%20prompt%20%20%2887%29.jpg", shift: 6, steps: 8, denoise: 0.34, scheduler: "linear_quadratic", sampler_name: "lcm", model_variant: "dev", prompt_prefix: "style the full image in ghibli style: ", use_florence2: false, negative_prompt: "bad ugly jpeg artifacts realistic photo" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "goodguy1963/hidream-l1-full-img2img:bba8d8531fb0899600f5cf7b7e25094708fdb19ca45b48b74ef6b892e5c1a626", input={ "cfg": 1, "seed": 42, "image": "https://replicate.delivery/pbxt/MtfhuC8BBnHkfqKiWnIBMmdqO31vTSruHTdWyWwcVS4NTx29/Better%20prompt%20%20%2887%29.jpg", "shift": 6, "steps": 8, "denoise": 0.34, "scheduler": "linear_quadratic", "sampler_name": "lcm", "model_variant": "dev", "prompt_prefix": "style the full image in ghibli style: ", "use_florence2": False, "negative_prompt": "bad ugly jpeg artifacts realistic photo" } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "goodguy1963/hidream-l1-full-img2img:bba8d8531fb0899600f5cf7b7e25094708fdb19ca45b48b74ef6b892e5c1a626", "input": { "cfg": 1, "seed": 42, "image": "https://replicate.delivery/pbxt/MtfhuC8BBnHkfqKiWnIBMmdqO31vTSruHTdWyWwcVS4NTx29/Better%20prompt%20%20%2887%29.jpg", "shift": 6, "steps": 8, "denoise": 0.34, "scheduler": "linear_quadratic", "sampler_name": "lcm", "model_variant": "dev", "prompt_prefix": "style the full image in ghibli style: ", "use_florence2": false, "negative_prompt": "bad ugly jpeg artifacts realistic photo" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-25T06:34:32.916764Z", "created_at": "2025-04-25T06:34:22.046000Z", "data_removed": false, "error": null, "id": "5hv2p1c1vsrj60cpdeksxc84wr", "input": { "cfg": 1, "seed": 42, "image": "https://replicate.delivery/pbxt/MtfhuC8BBnHkfqKiWnIBMmdqO31vTSruHTdWyWwcVS4NTx29/Better%20prompt%20%20%2887%29.jpg", "shift": 6, "steps": 8, "denoise": 0.34, "scheduler": "linear_quadratic", "sampler_name": "lcm", "model_variant": "dev", "prompt_prefix": "style the full image in ghibli style: ", "use_florence2": false, "negative_prompt": "bad ugly jpeg artifacts realistic photo" }, "logs": "📦 Downloading required HiDream models...\nUsing model variant: dev (hidream_i1_dev_bf16.safetensors)\nTotal models to check: 6\n🔄 Processing model 1/6: hidream_i1_dev_bf16.safetensors\n✅ Model hidream_i1_dev_bf16.safetensors already exists (31.86 GB), skipping download\n🔄 Processing model 2/6: clip_g_hidream.safetensors\n✅ Model clip_g_hidream.safetensors already exists (1.29 GB), skipping download\n🔄 Processing model 3/6: clip_l_hidream.safetensors\n✅ Model clip_l_hidream.safetensors already exists (236.1 MB), skipping download\n🔄 Processing model 4/6: llama_3.1_8b_instruct_fp8_scaled.safetensors\n✅ Model llama_3.1_8b_instruct_fp8_scaled.safetensors already exists (8.46 GB), skipping download\n🔄 Processing model 5/6: t5xxl_fp8_e4m3fn_scaled.safetensors\n✅ Model t5xxl_fp8_e4m3fn_scaled.safetensors already exists (4.80 GB), skipping download\n🔄 Processing model 6/6: ae.safetensors\n✅ Model ae.safetensors already exists (319.8 MB), skipping download\n📊 Download Summary:\n✅ Successfully downloaded/verified: 6/6\nModels ready:\n- hidream_i1_dev_bf16.safetensors (31.86 GB)\n- clip_g_hidream.safetensors (1.29 GB)\n- clip_l_hidream.safetensors (236.1 MB)\n- llama_3.1_8b_instruct_fp8_scaled.safetensors (8.46 GB)\n- t5xxl_fp8_e4m3fn_scaled.safetensors (4.80 GB)\n- ae.safetensors (319.8 MB)\nSeed set to: 42\nRunning workflow\n[ComfyUI] got prompt\nExecuting node 82, title: Load Image, class type: LoadImage\nExecuting node 109, title: Florence2Run, class type: Florence2Run\nExecuting node 108, title: String Function 🐍, class type: StringFunction|pysssss\nExecuting node 83, title: VAE Encode, class type: VAEEncode\nExecuting node 3, title: KSampler, class type: KSampler\n[ComfyUI] </s><s><s>A photo-realistic shoot from a close-up camera angle about a young woman with long blonde hair leaning over a marble table in a modern indoor setting, wearing a gray tank top and blue jeans. the image also shows a vibrant, colorful abstract painting in the background. on the middle of the image, a 20-year-old woman with light skin, blonde hair, and blue eyes appears to be leaning over the table, looking directly at the camera with a neutral expression. she has a slender physique and is wearing a grey tank top that accentuates her medium breasts. her hair is styled in a long hair style and falls down her back. she is positioned in the center of the frame, with her hands resting on the marble surface in front of her. her facial expression is neutral, and her eyes are looking straight at the viewer. her body is slim, and she is wearing blue jeans that are loose-fitting, accentuating her bare shoulders. her fingernails are painted with a light pink nail polish. on either side of her, two other 18-25 years old women with light brown hair are standing, one wearing a colorful jacket and the other wearing an orange top. the background is a large, abstract painting on the wall, and the lighting is bright and natural, coming from large windows that let in natural light.\n[ComfyUI]\n[ComfyUI] camera_angle: close up, art_style: photo realistic, location: indoor, background: A brightly lit indoor space with large windows allowing natural light to filter in, creating a vibrant and lively atmosphere., text: NA, distance_to_camera: upper body, clothing: tank top, image_composition: middle, pants: blue jeans, accessory: NA;NA;NA, shoes: none;no, action: leaning on the table;standing, facing_direction: facing viewer;facing viewer, eye_direction : looking at viewer;looking at viewer, facial_expression: neutral;neutral, ear: no eye_color: blue;blue, gender: 1woman;1man;1woman, hair_color;blonde;brown, hair style: long hair;short hair, race: light skin;light skin, body: slim;slim</s>\n[ComfyUI] Offloading model...\n[ComfyUI]\n[ComfyUI] 0%| | 0/8 [00:00<?, ?it/s]\n[ComfyUI] 12%|█▎ | 1/8 [00:00<00:03, 1.87it/s]\n[ComfyUI] 25%|██▌ | 2/8 [00:01<00:03, 1.87it/s]\n[ComfyUI] 38%|███▊ | 3/8 [00:01<00:02, 1.86it/s]\n[ComfyUI] 50%|█████ | 4/8 [00:02<00:02, 1.86it/s]\n[ComfyUI] 62%|██████▎ | 5/8 [00:02<00:01, 1.86it/s]\n[ComfyUI] 75%|███████▌ | 6/8 [00:03<00:01, 1.86it/s]\n[ComfyUI] 88%|████████▊ | 7/8 [00:03<00:00, 1.86it/s]\n[ComfyUI] 100%|██████████| 8/8 [00:04<00:00, 1.86it/s]\nExecuting node 8, title: VAE Decode, class type: VAEDecode\nExecuting node 9, title: Save Image, class type: SaveImage\n[ComfyUI] 100%|██████████| 8/8 [00:04<00:00, 1.86it/s]\n[ComfyUI] Prompt executed in 10.19 seconds\noutputs: {'9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}, '108': {'text': ['photorealistic, A photo-realistic shoot from a close-up camera angle about a young woman with long blonde hair leaning over a marble table in a modern indoor setting, wearing a gray tank top and blue jeans. the image also shows a vibrant, colorful abstract painting in the background. on the middle of the image, a 20-year-old woman with light skin, blonde hair, and blue eyes appears to be leaning over the table, looking directly at the camera with a neutral expression. she has a slender physique and is wearing a grey tank top that accentuates her medium breasts. her hair is styled in a long hair style and falls down her back. she is positioned in the center of the frame, with her hands resting on the marble surface in front of her. her facial expression is neutral, and her eyes are looking straight at the viewer. her body is slim, and she is wearing blue jeans that are loose-fitting, accentuating her bare shoulders. her fingernails are painted with a light pink nail polish. on either side of her, two other 18-25 years old women with light brown hair are standing, one wearing a colorful jacket and the other wearing an orange top. the background is a large, abstract painting on the wall, and the lighting is bright and natural, coming from large windows that let in natural light. camera_angle: close up, art_style: photo realistic, location: indoor, background: A brightly lit indoor space with large windows allowing natural light to filter in, creating a vibrant and lively atmosphere., text: NA, distance_to_camera: upper body, clothing: tank top, image_composition: middle, pants: blue jeans, accessory: NA;NA;NA, shoes: none;no, action: leaning on the table;standing, facing_direction: facing viewer;facing viewer, eye_direction : looking at viewer;looking at viewer, facial_expression: neutral;neutral, ear: no eye_color: blue;blue, gender: 1woman;1man;1woman, hair_color;blonde;brown, hair style: long hair;short hair, race: light skin;light skin, body: slim;slim']}}\n====================================\nComfyUI-HiDream_00001_.png", "metrics": { "predict_time": 10.837739739, "total_time": 10.870764 }, "output": [ "https://replicate.delivery/yhqm/ApsGsCEF5A4uJpYeMkCsgedkNAcoa7vQtJfBtZcUeukiv3YSB/ComfyUI-HiDream_00001_.webp" ], "started_at": "2025-04-25T06:34:22.079024Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-so3bljzrke4gfwpuecxsecgajq2laryavznu7mcxq3j4ffuxdb6q", "get": "https://api.replicate.com/v1/predictions/5hv2p1c1vsrj60cpdeksxc84wr", "cancel": "https://api.replicate.com/v1/predictions/5hv2p1c1vsrj60cpdeksxc84wr/cancel" }, "version": "bba8d8531fb0899600f5cf7b7e25094708fdb19ca45b48b74ef6b892e5c1a626" }
Generated in📦 Downloading required HiDream models... Using model variant: dev (hidream_i1_dev_bf16.safetensors) Total models to check: 6 🔄 Processing model 1/6: hidream_i1_dev_bf16.safetensors ✅ Model hidream_i1_dev_bf16.safetensors already exists (31.86 GB), skipping download 🔄 Processing model 2/6: clip_g_hidream.safetensors ✅ Model clip_g_hidream.safetensors already exists (1.29 GB), skipping download 🔄 Processing model 3/6: clip_l_hidream.safetensors ✅ Model clip_l_hidream.safetensors already exists (236.1 MB), skipping download 🔄 Processing model 4/6: llama_3.1_8b_instruct_fp8_scaled.safetensors ✅ Model llama_3.1_8b_instruct_fp8_scaled.safetensors already exists (8.46 GB), skipping download 🔄 Processing model 5/6: t5xxl_fp8_e4m3fn_scaled.safetensors ✅ Model t5xxl_fp8_e4m3fn_scaled.safetensors already exists (4.80 GB), skipping download 🔄 Processing model 6/6: ae.safetensors ✅ Model ae.safetensors already exists (319.8 MB), skipping download 📊 Download Summary: ✅ Successfully downloaded/verified: 6/6 Models ready: - hidream_i1_dev_bf16.safetensors (31.86 GB) - clip_g_hidream.safetensors (1.29 GB) - clip_l_hidream.safetensors (236.1 MB) - llama_3.1_8b_instruct_fp8_scaled.safetensors (8.46 GB) - t5xxl_fp8_e4m3fn_scaled.safetensors (4.80 GB) - ae.safetensors (319.8 MB) Seed set to: 42 Running workflow [ComfyUI] got prompt Executing node 82, title: Load Image, class type: LoadImage Executing node 109, title: Florence2Run, class type: Florence2Run Executing node 108, title: String Function 🐍, class type: StringFunction|pysssss Executing node 83, title: VAE Encode, class type: VAEEncode Executing node 3, title: KSampler, class type: KSampler [ComfyUI] </s><s><s>A photo-realistic shoot from a close-up camera angle about a young woman with long blonde hair leaning over a marble table in a modern indoor setting, wearing a gray tank top and blue jeans. the image also shows a vibrant, colorful abstract painting in the background. on the middle of the image, a 20-year-old woman with light skin, blonde hair, and blue eyes appears to be leaning over the table, looking directly at the camera with a neutral expression. she has a slender physique and is wearing a grey tank top that accentuates her medium breasts. her hair is styled in a long hair style and falls down her back. she is positioned in the center of the frame, with her hands resting on the marble surface in front of her. her facial expression is neutral, and her eyes are looking straight at the viewer. her body is slim, and she is wearing blue jeans that are loose-fitting, accentuating her bare shoulders. her fingernails are painted with a light pink nail polish. on either side of her, two other 18-25 years old women with light brown hair are standing, one wearing a colorful jacket and the other wearing an orange top. the background is a large, abstract painting on the wall, and the lighting is bright and natural, coming from large windows that let in natural light. [ComfyUI] [ComfyUI] camera_angle: close up, art_style: photo realistic, location: indoor, background: A brightly lit indoor space with large windows allowing natural light to filter in, creating a vibrant and lively atmosphere., text: NA, distance_to_camera: upper body, clothing: tank top, image_composition: middle, pants: blue jeans, accessory: NA;NA;NA, shoes: none;no, action: leaning on the table;standing, facing_direction: facing viewer;facing viewer, eye_direction : looking at viewer;looking at viewer, facial_expression: neutral;neutral, ear: no eye_color: blue;blue, gender: 1woman;1man;1woman, hair_color;blonde;brown, hair style: long hair;short hair, race: light skin;light skin, body: slim;slim</s> [ComfyUI] Offloading model... [ComfyUI] [ComfyUI] 0%| | 0/8 [00:00<?, ?it/s] [ComfyUI] 12%|█▎ | 1/8 [00:00<00:03, 1.87it/s] [ComfyUI] 25%|██▌ | 2/8 [00:01<00:03, 1.87it/s] [ComfyUI] 38%|███▊ | 3/8 [00:01<00:02, 1.86it/s] [ComfyUI] 50%|█████ | 4/8 [00:02<00:02, 1.86it/s] [ComfyUI] 62%|██████▎ | 5/8 [00:02<00:01, 1.86it/s] [ComfyUI] 75%|███████▌ | 6/8 [00:03<00:01, 1.86it/s] [ComfyUI] 88%|████████▊ | 7/8 [00:03<00:00, 1.86it/s] [ComfyUI] 100%|██████████| 8/8 [00:04<00:00, 1.86it/s] Executing node 8, title: VAE Decode, class type: VAEDecode Executing node 9, title: Save Image, class type: SaveImage [ComfyUI] 100%|██████████| 8/8 [00:04<00:00, 1.86it/s] [ComfyUI] Prompt executed in 10.19 seconds outputs: {'9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}, '108': {'text': ['photorealistic, A photo-realistic shoot from a close-up camera angle about a young woman with long blonde hair leaning over a marble table in a modern indoor setting, wearing a gray tank top and blue jeans. the image also shows a vibrant, colorful abstract painting in the background. on the middle of the image, a 20-year-old woman with light skin, blonde hair, and blue eyes appears to be leaning over the table, looking directly at the camera with a neutral expression. she has a slender physique and is wearing a grey tank top that accentuates her medium breasts. her hair is styled in a long hair style and falls down her back. she is positioned in the center of the frame, with her hands resting on the marble surface in front of her. her facial expression is neutral, and her eyes are looking straight at the viewer. her body is slim, and she is wearing blue jeans that are loose-fitting, accentuating her bare shoulders. her fingernails are painted with a light pink nail polish. on either side of her, two other 18-25 years old women with light brown hair are standing, one wearing a colorful jacket and the other wearing an orange top. the background is a large, abstract painting on the wall, and the lighting is bright and natural, coming from large windows that let in natural light. camera_angle: close up, art_style: photo realistic, location: indoor, background: A brightly lit indoor space with large windows allowing natural light to filter in, creating a vibrant and lively atmosphere., text: NA, distance_to_camera: upper body, clothing: tank top, image_composition: middle, pants: blue jeans, accessory: NA;NA;NA, shoes: none;no, action: leaning on the table;standing, facing_direction: facing viewer;facing viewer, eye_direction : looking at viewer;looking at viewer, facial_expression: neutral;neutral, ear: no eye_color: blue;blue, gender: 1woman;1man;1woman, hair_color;blonde;brown, hair style: long hair;short hair, race: light skin;light skin, body: slim;slim']}} ==================================== ComfyUI-HiDream_00001_.png
Prediction
goodguy1963/hidream-l1-full-img2img:a865d195ba26c6edba20d27652fca14bd461807c94f0b539a66ec8df0f31611cIDxacgxnjgmnrj00cpdherw9nc20StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- cfg
- 1
- seed
- 42
- shift
- 6.03
- steps
- 10
- denoise
- 0.18
- scheduler
- linear_quadratic
- sampler_name
- lcm
- model_variant
- dev
- prompt_prefix
- ghibli style style image: in the background the text is: Happy easter 420. Rabbit Jesus and some party people smoking.
- use_florence2
- negative_prompt
- bad ugly jpeg artifacts
{ "cfg": 1, "seed": 42, "image": "https://replicate.delivery/pbxt/Mtik2XxcpsMtUplTZjxeQoRYkyCkY1ULabQKPUxHQIWuBeI5/IMG_0091.png", "shift": 6.03, "steps": 10, "denoise": 0.18, "scheduler": "linear_quadratic", "sampler_name": "lcm", "model_variant": "dev", "prompt_prefix": "ghibli style style image: in the background the text is: Happy easter 420. Rabbit Jesus and some party people smoking. ", "use_florence2": false, "negative_prompt": "bad ugly jpeg artifacts" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "goodguy1963/hidream-l1-full-img2img:a865d195ba26c6edba20d27652fca14bd461807c94f0b539a66ec8df0f31611c", { input: { cfg: 1, seed: 42, image: "https://replicate.delivery/pbxt/Mtik2XxcpsMtUplTZjxeQoRYkyCkY1ULabQKPUxHQIWuBeI5/IMG_0091.png", shift: 6.03, steps: 10, denoise: 0.18, scheduler: "linear_quadratic", sampler_name: "lcm", model_variant: "dev", prompt_prefix: "ghibli style style image: in the background the text is: Happy easter 420. Rabbit Jesus and some party people smoking. ", use_florence2: false, negative_prompt: "bad ugly jpeg artifacts" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "goodguy1963/hidream-l1-full-img2img:a865d195ba26c6edba20d27652fca14bd461807c94f0b539a66ec8df0f31611c", input={ "cfg": 1, "seed": 42, "image": "https://replicate.delivery/pbxt/Mtik2XxcpsMtUplTZjxeQoRYkyCkY1ULabQKPUxHQIWuBeI5/IMG_0091.png", "shift": 6.03, "steps": 10, "denoise": 0.18, "scheduler": "linear_quadratic", "sampler_name": "lcm", "model_variant": "dev", "prompt_prefix": "ghibli style style image: in the background the text is: Happy easter 420. Rabbit Jesus and some party people smoking. ", "use_florence2": False, "negative_prompt": "bad ugly jpeg artifacts" } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "goodguy1963/hidream-l1-full-img2img:a865d195ba26c6edba20d27652fca14bd461807c94f0b539a66ec8df0f31611c", "input": { "cfg": 1, "seed": 42, "image": "https://replicate.delivery/pbxt/Mtik2XxcpsMtUplTZjxeQoRYkyCkY1ULabQKPUxHQIWuBeI5/IMG_0091.png", "shift": 6.03, "steps": 10, "denoise": 0.18, "scheduler": "linear_quadratic", "sampler_name": "lcm", "model_variant": "dev", "prompt_prefix": "ghibli style style image: in the background the text is: Happy easter 420. Rabbit Jesus and some party people smoking. ", "use_florence2": false, "negative_prompt": "bad ugly jpeg artifacts" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-25T09:53:12.190613Z", "created_at": "2025-04-25T09:52:56.997000Z", "data_removed": false, "error": null, "id": "xacgxnjgmnrj00cpdherw9nc20", "input": { "cfg": 1, "seed": 42, "image": "https://replicate.delivery/pbxt/Mtik2XxcpsMtUplTZjxeQoRYkyCkY1ULabQKPUxHQIWuBeI5/IMG_0091.png", "shift": 6.03, "steps": 10, "denoise": 0.18, "scheduler": "linear_quadratic", "sampler_name": "lcm", "model_variant": "dev", "prompt_prefix": "ghibli style style image: in the background the text is: Happy easter 420. Rabbit Jesus and some party people smoking. ", "use_florence2": false, "negative_prompt": "bad ugly jpeg artifacts" }, "logs": "📦 Downloading required HiDream models...\nUsing model variant: dev (hidream_i1_dev_bf16.safetensors)\nTotal models to check: 6\n🔄 Processing model 1/6: hidream_i1_dev_bf16.safetensors\n✅ Model hidream_i1_dev_bf16.safetensors already exists (31.86 GB), skipping download\n🔄 Processing model 2/6: clip_g_hidream.safetensors\n✅ Model clip_g_hidream.safetensors already exists (1.29 GB), skipping download\n🔄 Processing model 3/6: clip_l_hidream.safetensors\n✅ Model clip_l_hidream.safetensors already exists (236.1 MB), skipping download\n🔄 Processing model 4/6: llama_3.1_8b_instruct_fp8_scaled.safetensors\n✅ Model llama_3.1_8b_instruct_fp8_scaled.safetensors already exists (8.46 GB), skipping download\n🔄 Processing model 5/6: t5xxl_fp8_e4m3fn_scaled.safetensors\n✅ Model t5xxl_fp8_e4m3fn_scaled.safetensors already exists (4.80 GB), skipping download\n🔄 Processing model 6/6: ae.safetensors\n✅ Model ae.safetensors already exists (319.8 MB), skipping download\n📊 Download Summary:\n✅ Successfully downloaded/verified: 6/6\nModels ready:\n- hidream_i1_dev_bf16.safetensors (31.86 GB)\n- clip_g_hidream.safetensors (1.29 GB)\n- clip_l_hidream.safetensors (236.1 MB)\n- llama_3.1_8b_instruct_fp8_scaled.safetensors (8.46 GB)\n- t5xxl_fp8_e4m3fn_scaled.safetensors (4.80 GB)\n- ae.safetensors (319.8 MB)\nSeed set to: 42\nRunning workflow\n[ComfyUI] got prompt\nExecuting node 82, title: Load Image, class type: LoadImage\nExecuting node 109, title: Florence2Run, class type: Florence2Run\nExecuting node 108, title: String Function 🐍, class type: StringFunction|pysssss\nExecuting node 83, title: VAE Encode, class type: VAEEncode\nExecuting node 16, title: Positive Prompt, class type: CLIPTextEncode\nExecuting node 3, title: KSampler, class type: KSampler\n[ComfyUI] </s><s>A photo-realistic shoot from a front camera angle about a group of four people sitting around a table with a large white rabbit in the foreground. the scene is set in a cozy, dimly lit room with a wooden wall and a \"happy easter\" sign in the background. on the left side of the image, a large, fluffy white rabbit is sitting with its tongue out, holding a spatula and appears to be enjoying a cup of coffee. the rabbit is wearing a cream-colored sweater and has a friendly expression. to the right of the rabbit, a man with long, wavy hair and a beard, wearing a red and white striped shirt, sits with his hands clasped together in front of him. to his right, three men with long hair and beards, wearing black t-shirts, are seated around a wooden table, smiling and looking at the camera. the men appear to be relaxed and enjoying each other's company.\n[ComfyUI]\n[ComfyUI] long hair, looking at viewer, smile, shirt, multiple boys, brown hair, long sleeves, 1boy, hat, holding, closed mouth, sitting, male focus, glasses, indoors, cup, blurry, facial hair, blurry background, beard, holding cup, table, furry, happy easter, rabbit\n[ComfyUI]\n[ComfyUI] camera_angle: front, art_style: photo realistic, location: indoor, background: wooden wall with a \"Happy Easter\" sign, text: NA, distance_to_camera: close up, clothing: red sweater, image_composition: left;right;right, pants: NA;NA, accessory: sunglasses;black cap;black shirt, action: sitting;sitting, facing_direction: facing viewer;looking at viewer;facing viewer, facial_expression: smile;smile, ear: long hair;long beard, eye_color: brown;black;black, gender: 1man;1man, hair_color : brown;long hair;dark hair, hair style: wavy;curly, race: light skin;light skin, body: slim;slim</s>\n[ComfyUI] Offloading model...\n[ComfyUI] \n[ComfyUI] 0%| | 0/10 [00:00<?, ?it/s]\n[ComfyUI] 10%|█ | 1/10 [00:00<00:06, 1.32it/s]\n[ComfyUI] 20%|██ | 2/10 [00:01<00:06, 1.31it/s]\n[ComfyUI] 30%|███ | 3/10 [00:02<00:05, 1.31it/s]\n[ComfyUI] 40%|████ | 4/10 [00:03<00:04, 1.31it/s]\n[ComfyUI] 50%|█████ | 5/10 [00:03<00:03, 1.31it/s]\n[ComfyUI] 60%|██████ | 6/10 [00:04<00:03, 1.31it/s]\n[ComfyUI] 70%|███████ | 7/10 [00:05<00:02, 1.31it/s]\n[ComfyUI] 80%|████████ | 8/10 [00:06<00:01, 1.31it/s]\n[ComfyUI] 90%|█████████ | 9/10 [00:06<00:00, 1.31it/s]\n[ComfyUI] 100%|██████████| 10/10 [00:07<00:00, 1.31it/s]\nExecuting node 8, title: VAE Decode, class type: VAEDecode\nExecuting node 9, title: Save Image, class type: SaveImage\n[ComfyUI] 100%|██████████| 10/10 [00:07<00:00, 1.31it/s]\n[ComfyUI] Prompt executed in 14.32 seconds\noutputs: {'9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}, '108': {'text': ['A photo-realistic shoot from a front camera angle about a group of four people sitting around a table with a large white rabbit in the foreground. the scene is set in a cozy, dimly lit room with a wooden wall and a \"happy easter\" sign in the background. on the left side of the image, a large, fluffy white rabbit is sitting with its tongue out, holding a spatula and appears to be enjoying a cup of coffee. the rabbit is wearing a cream-colored sweater and has a friendly expression. to the right of the rabbit, a man with long, wavy hair and a beard, wearing a red and white striped shirt, sits with his hands clasped together in front of him. to his right, three men with long hair and beards, wearing black t-shirts, are seated around a wooden table, smiling and looking at the camera. the men appear to be relaxed and enjoying each other\\'s company. long hair, looking at viewer, smile, shirt, multiple boys, brown hair, long sleeves, 1boy, hat, holding, closed mouth, sitting, male focus, glasses, indoors, cup, blurry, facial hair, blurry background, beard, holding cup, table, furry, happy easter, rabbit camera_angle: front, art_style: photo realistic, location: indoor, background: wooden wall with a \"Happy Easter\" sign, text: NA, distance_to_camera: close up, clothing: red sweater, image_composition: left;right;right, pants: NA;NA, accessory: sunglasses;black cap;black shirt, action: sitting;sitting, facing_direction: facing viewer;looking at viewer;facing viewer, facial_expression: smile;smile, ear: long hair;long beard, eye_color: brown;black;black, gender: 1man;1man, hair_color : brown;long hair;dark hair, hair style: wavy;curly, race: light skin;light skin, body: slim;slim']}}\n====================================\nComfyUI-HiDream_00001_.png", "metrics": { "predict_time": 15.183087318, "total_time": 15.193613 }, "output": [ "https://replicate.delivery/yhqm/kmcEJLO9ewQhFqcZAGZj1hhewC4fq0KXrQmwAMhLppmRshMpA/ComfyUI-HiDream_00001_.webp" ], "started_at": "2025-04-25T09:52:57.007526Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-ti2lxsu2su5ykzv4ywaxm46ki3yhf5xq3sfc5zxivpakbagy6koq", "get": "https://api.replicate.com/v1/predictions/xacgxnjgmnrj00cpdherw9nc20", "cancel": "https://api.replicate.com/v1/predictions/xacgxnjgmnrj00cpdherw9nc20/cancel" }, "version": "a865d195ba26c6edba20d27652fca14bd461807c94f0b539a66ec8df0f31611c" }
Generated in📦 Downloading required HiDream models... Using model variant: dev (hidream_i1_dev_bf16.safetensors) Total models to check: 6 🔄 Processing model 1/6: hidream_i1_dev_bf16.safetensors ✅ Model hidream_i1_dev_bf16.safetensors already exists (31.86 GB), skipping download 🔄 Processing model 2/6: clip_g_hidream.safetensors ✅ Model clip_g_hidream.safetensors already exists (1.29 GB), skipping download 🔄 Processing model 3/6: clip_l_hidream.safetensors ✅ Model clip_l_hidream.safetensors already exists (236.1 MB), skipping download 🔄 Processing model 4/6: llama_3.1_8b_instruct_fp8_scaled.safetensors ✅ Model llama_3.1_8b_instruct_fp8_scaled.safetensors already exists (8.46 GB), skipping download 🔄 Processing model 5/6: t5xxl_fp8_e4m3fn_scaled.safetensors ✅ Model t5xxl_fp8_e4m3fn_scaled.safetensors already exists (4.80 GB), skipping download 🔄 Processing model 6/6: ae.safetensors ✅ Model ae.safetensors already exists (319.8 MB), skipping download 📊 Download Summary: ✅ Successfully downloaded/verified: 6/6 Models ready: - hidream_i1_dev_bf16.safetensors (31.86 GB) - clip_g_hidream.safetensors (1.29 GB) - clip_l_hidream.safetensors (236.1 MB) - llama_3.1_8b_instruct_fp8_scaled.safetensors (8.46 GB) - t5xxl_fp8_e4m3fn_scaled.safetensors (4.80 GB) - ae.safetensors (319.8 MB) Seed set to: 42 Running workflow [ComfyUI] got prompt Executing node 82, title: Load Image, class type: LoadImage Executing node 109, title: Florence2Run, class type: Florence2Run Executing node 108, title: String Function 🐍, class type: StringFunction|pysssss Executing node 83, title: VAE Encode, class type: VAEEncode Executing node 16, title: Positive Prompt, class type: CLIPTextEncode Executing node 3, title: KSampler, class type: KSampler [ComfyUI] </s><s>A photo-realistic shoot from a front camera angle about a group of four people sitting around a table with a large white rabbit in the foreground. the scene is set in a cozy, dimly lit room with a wooden wall and a "happy easter" sign in the background. on the left side of the image, a large, fluffy white rabbit is sitting with its tongue out, holding a spatula and appears to be enjoying a cup of coffee. the rabbit is wearing a cream-colored sweater and has a friendly expression. to the right of the rabbit, a man with long, wavy hair and a beard, wearing a red and white striped shirt, sits with his hands clasped together in front of him. to his right, three men with long hair and beards, wearing black t-shirts, are seated around a wooden table, smiling and looking at the camera. the men appear to be relaxed and enjoying each other's company. [ComfyUI] [ComfyUI] long hair, looking at viewer, smile, shirt, multiple boys, brown hair, long sleeves, 1boy, hat, holding, closed mouth, sitting, male focus, glasses, indoors, cup, blurry, facial hair, blurry background, beard, holding cup, table, furry, happy easter, rabbit [ComfyUI] [ComfyUI] camera_angle: front, art_style: photo realistic, location: indoor, background: wooden wall with a "Happy Easter" sign, text: NA, distance_to_camera: close up, clothing: red sweater, image_composition: left;right;right, pants: NA;NA, accessory: sunglasses;black cap;black shirt, action: sitting;sitting, facing_direction: facing viewer;looking at viewer;facing viewer, facial_expression: smile;smile, ear: long hair;long beard, eye_color: brown;black;black, gender: 1man;1man, hair_color : brown;long hair;dark hair, hair style: wavy;curly, race: light skin;light skin, body: slim;slim</s> [ComfyUI] Offloading model... [ComfyUI] [ComfyUI] 0%| | 0/10 [00:00<?, ?it/s] [ComfyUI] 10%|█ | 1/10 [00:00<00:06, 1.32it/s] [ComfyUI] 20%|██ | 2/10 [00:01<00:06, 1.31it/s] [ComfyUI] 30%|███ | 3/10 [00:02<00:05, 1.31it/s] [ComfyUI] 40%|████ | 4/10 [00:03<00:04, 1.31it/s] [ComfyUI] 50%|█████ | 5/10 [00:03<00:03, 1.31it/s] [ComfyUI] 60%|██████ | 6/10 [00:04<00:03, 1.31it/s] [ComfyUI] 70%|███████ | 7/10 [00:05<00:02, 1.31it/s] [ComfyUI] 80%|████████ | 8/10 [00:06<00:01, 1.31it/s] [ComfyUI] 90%|█████████ | 9/10 [00:06<00:00, 1.31it/s] [ComfyUI] 100%|██████████| 10/10 [00:07<00:00, 1.31it/s] Executing node 8, title: VAE Decode, class type: VAEDecode Executing node 9, title: Save Image, class type: SaveImage [ComfyUI] 100%|██████████| 10/10 [00:07<00:00, 1.31it/s] [ComfyUI] Prompt executed in 14.32 seconds outputs: {'9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}, '108': {'text': ['A photo-realistic shoot from a front camera angle about a group of four people sitting around a table with a large white rabbit in the foreground. the scene is set in a cozy, dimly lit room with a wooden wall and a "happy easter" sign in the background. on the left side of the image, a large, fluffy white rabbit is sitting with its tongue out, holding a spatula and appears to be enjoying a cup of coffee. the rabbit is wearing a cream-colored sweater and has a friendly expression. to the right of the rabbit, a man with long, wavy hair and a beard, wearing a red and white striped shirt, sits with his hands clasped together in front of him. to his right, three men with long hair and beards, wearing black t-shirts, are seated around a wooden table, smiling and looking at the camera. the men appear to be relaxed and enjoying each other\'s company. long hair, looking at viewer, smile, shirt, multiple boys, brown hair, long sleeves, 1boy, hat, holding, closed mouth, sitting, male focus, glasses, indoors, cup, blurry, facial hair, blurry background, beard, holding cup, table, furry, happy easter, rabbit camera_angle: front, art_style: photo realistic, location: indoor, background: wooden wall with a "Happy Easter" sign, text: NA, distance_to_camera: close up, clothing: red sweater, image_composition: left;right;right, pants: NA;NA, accessory: sunglasses;black cap;black shirt, action: sitting;sitting, facing_direction: facing viewer;looking at viewer;facing viewer, facial_expression: smile;smile, ear: long hair;long beard, eye_color: brown;black;black, gender: 1man;1man, hair_color : brown;long hair;dark hair, hair style: wavy;curly, race: light skin;light skin, body: slim;slim']}} ==================================== ComfyUI-HiDream_00001_.png
Prediction
goodguy1963/hidream-l1-full-img2img:d5f410b46a515d1875f3e2d11e3fc660da2dd9b917cd58c00c26c7132ce410e0IDn4aqcra9kdrj60cpd7ar8d2jkcStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
{ "cfg": 5, "seed": 42, "image": "https://replicate.delivery/pbxt/MtXvN5k7FNnb0dxuHFqRRKdhu2z4eqpxgpMANTOP6vUeNTSb/Better%20prompt%20%20%2813%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "goodguy1963/hidream-l1-full-img2img:d5f410b46a515d1875f3e2d11e3fc660da2dd9b917cd58c00c26c7132ce410e0", { input: { cfg: 5, seed: 42, image: "https://replicate.delivery/pbxt/MtXvN5k7FNnb0dxuHFqRRKdhu2z4eqpxgpMANTOP6vUeNTSb/Better%20prompt%20%20%2813%29.jpeg", steps: 50, denoise: 0.6, scheduler: "normal", sampler_name: "uni_pc" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "goodguy1963/hidream-l1-full-img2img:d5f410b46a515d1875f3e2d11e3fc660da2dd9b917cd58c00c26c7132ce410e0", input={ "cfg": 5, "seed": 42, "image": "https://replicate.delivery/pbxt/MtXvN5k7FNnb0dxuHFqRRKdhu2z4eqpxgpMANTOP6vUeNTSb/Better%20prompt%20%20%2813%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "goodguy1963/hidream-l1-full-img2img:d5f410b46a515d1875f3e2d11e3fc660da2dd9b917cd58c00c26c7132ce410e0", "input": { "cfg": 5, "seed": 42, "image": "https://replicate.delivery/pbxt/MtXvN5k7FNnb0dxuHFqRRKdhu2z4eqpxgpMANTOP6vUeNTSb/Better%20prompt%20%20%2813%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-24T22:06:04.788000Z", "created_at": "2025-04-24T22:05:07.867000Z", "data_removed": false, "error": null, "id": "n4aqcra9kdrj60cpd7ar8d2jkc", "input": { "cfg": 5, "seed": 42, "image": "https://replicate.delivery/pbxt/MtXvN5k7FNnb0dxuHFqRRKdhu2z4eqpxgpMANTOP6vUeNTSb/Better%20prompt%20%20%2813%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" }, "logs": "📦 Downloading required HiDream models...\nTotal models to check: 6\n🔄 Processing model 1/6: hidream_i1_full_fp16.safetensors\n✅ Model hidream_i1_full_fp16.safetensors already exists (31.86 GB), skipping download\n🔄 Processing model 2/6: clip_g_hidream.safetensors\n✅ Model clip_g_hidream.safetensors already exists (1.29 GB), skipping download\n🔄 Processing model 3/6: clip_l_hidream.safetensors\n✅ Model clip_l_hidream.safetensors already exists (236.1 MB), skipping download\n🔄 Processing model 4/6: llama_3.1_8b_instruct_fp8_scaled.safetensors\n✅ Model llama_3.1_8b_instruct_fp8_scaled.safetensors already exists (8.46 GB), skipping download\n🔄 Processing model 5/6: t5xxl_fp8_e4m3fn_scaled.safetensors\n✅ Model t5xxl_fp8_e4m3fn_scaled.safetensors already exists (4.80 GB), skipping download\n🔄 Processing model 6/6: ae.safetensors\n✅ Model ae.safetensors already exists (319.8 MB), skipping download\n📊 Download Summary:\n✅ Successfully downloaded/verified: 6/6\nModels ready:\n- hidream_i1_full_fp16.safetensors (31.86 GB)\n- clip_g_hidream.safetensors (1.29 GB)\n- clip_l_hidream.safetensors (236.1 MB)\n- llama_3.1_8b_instruct_fp8_scaled.safetensors (8.46 GB)\n- t5xxl_fp8_e4m3fn_scaled.safetensors (4.80 GB)\n- ae.safetensors (319.8 MB)\nSeed set to: 42\nRunning workflow\n[ComfyUI] got prompt\nExecuting node 108, title: String Function 🐍, class type: StringFunction|pysssss\nExecuting node 16, title: Positive Prompt, class type: CLIPTextEncode\nExecuting node 3, title: KSampler, class type: KSampler\n[ComfyUI]\n[ComfyUI] 0%| | 0/50 [00:00<?, ?it/s]\n[ComfyUI] 2%|▏ | 1/50 [00:01<00:53, 1.09s/it]\n[ComfyUI] 4%|▍ | 2/50 [00:02<00:52, 1.10s/it]\n[ComfyUI] 6%|▌ | 3/50 [00:03<00:51, 1.10s/it]\n[ComfyUI] 8%|▊ | 4/50 [00:04<00:50, 1.10s/it]\n[ComfyUI] 10%|█ | 5/50 [00:05<00:49, 1.10s/it]\n[ComfyUI] 12%|█▏ | 6/50 [00:06<00:48, 1.10s/it]\n[ComfyUI] 14%|█▍ | 7/50 [00:07<00:47, 1.10s/it]\n[ComfyUI] 16%|█▌ | 8/50 [00:08<00:46, 1.10s/it]\n[ComfyUI] 18%|█▊ | 9/50 [00:09<00:45, 1.10s/it]\n[ComfyUI] 20%|██ | 10/50 [00:11<00:44, 1.10s/it]\n[ComfyUI] 22%|██▏ | 11/50 [00:12<00:43, 1.10s/it]\n[ComfyUI] 24%|██▍ | 12/50 [00:13<00:41, 1.10s/it]\n[ComfyUI] 26%|██▌ | 13/50 [00:14<00:40, 1.10s/it]\n[ComfyUI] 28%|██▊ | 14/50 [00:15<00:39, 1.10s/it]\n[ComfyUI] 30%|███ | 15/50 [00:16<00:38, 1.10s/it]\n[ComfyUI] 32%|███▏ | 16/50 [00:17<00:37, 1.10s/it]\n[ComfyUI] 34%|███▍ | 17/50 [00:18<00:36, 1.10s/it]\n[ComfyUI] 36%|███▌ | 18/50 [00:19<00:35, 1.11s/it]\n[ComfyUI] 38%|███▊ | 19/50 [00:20<00:34, 1.11s/it]\n[ComfyUI] 40%|████ | 20/50 [00:22<00:33, 1.11s/it]\n[ComfyUI] 42%|████▏ | 21/50 [00:23<00:32, 1.11s/it]\n[ComfyUI] 44%|████▍ | 22/50 [00:24<00:30, 1.11s/it]\n[ComfyUI] 46%|████▌ | 23/50 [00:25<00:29, 1.11s/it]\n[ComfyUI] 48%|████▊ | 24/50 [00:26<00:28, 1.11s/it]\n[ComfyUI] 50%|█████ | 25/50 [00:27<00:27, 1.11s/it]\n[ComfyUI] 52%|█████▏ | 26/50 [00:28<00:26, 1.11s/it]\n[ComfyUI] 54%|█████▍ | 27/50 [00:29<00:25, 1.11s/it]\n[ComfyUI] 56%|█████▌ | 28/50 [00:30<00:24, 1.11s/it]\n[ComfyUI] 58%|█████▊ | 29/50 [00:32<00:23, 1.11s/it]\n[ComfyUI] 60%|██████ | 30/50 [00:33<00:22, 1.11s/it]\n[ComfyUI] 62%|██████▏ | 31/50 [00:34<00:21, 1.11s/it]\n[ComfyUI] 64%|██████▍ | 32/50 [00:35<00:19, 1.11s/it]\n[ComfyUI] 66%|██████▌ | 33/50 [00:36<00:18, 1.11s/it]\n[ComfyUI] 68%|██████▊ | 34/50 [00:37<00:17, 1.11s/it]\n[ComfyUI] 70%|███████ | 35/50 [00:38<00:16, 1.11s/it]\n[ComfyUI] 72%|███████▏ | 36/50 [00:39<00:15, 1.11s/it]\n[ComfyUI] 74%|███████▍ | 37/50 [00:40<00:14, 1.11s/it]\n[ComfyUI] 76%|███████▌ | 38/50 [00:41<00:13, 1.11s/it]\n[ComfyUI] 78%|███████▊ | 39/50 [00:43<00:12, 1.11s/it]\n[ComfyUI] 80%|████████ | 40/50 [00:44<00:11, 1.11s/it]\n[ComfyUI] 82%|████████▏ | 41/50 [00:45<00:09, 1.11s/it]\n[ComfyUI] 84%|████████▍ | 42/50 [00:46<00:08, 1.11s/it]\n[ComfyUI] 86%|████████▌ | 43/50 [00:47<00:07, 1.11s/it]\n[ComfyUI] 88%|████████▊ | 44/50 [00:48<00:06, 1.11s/it]\n[ComfyUI] 90%|█████████ | 45/50 [00:49<00:05, 1.11s/it]\n[ComfyUI] 92%|█████████▏| 46/50 [00:50<00:04, 1.11s/it]\n[ComfyUI] 94%|█████████▍| 47/50 [00:51<00:03, 1.11s/it]\n[ComfyUI] 96%|█████████▌| 48/50 [00:53<00:02, 1.11s/it]\n[ComfyUI] 98%|█████████▊| 49/50 [00:54<00:01, 1.11s/it]\n[ComfyUI] 100%|██████████| 50/50 [00:55<00:00, 1.11s/it]\nExecuting node 8, title: VAE Decode, class type: VAEDecode\nExecuting node 9, title: Save Image, class type: SaveImage\n[ComfyUI] 100%|██████████| 50/50 [00:55<00:00, 1.11s/it]\n[ComfyUI] Prompt executed in 56.19 seconds\noutputs: {'108': {'text': ['Photo, A photo-realistic shoot from a front camera angle about a young woman sitting at a wooden table with a small dog in a cozy indoor setting. the image also shows a warm and inviting atmosphere. on the middle of the image, a 20 years old woman with light brown hair and blue eyes appears to be looking directly at the viewer. she is wearing a beige long-sleeved sweater and has a gentle smile on her face. her hands are resting on her chin, and she is sitting at the wooden table in front of the small dog. the dog is a small, fluffy breed with a brown and white coat. the background features a cozy living room with wooden beams and large windows letting in natural light. the lighting is soft and warm, creating a cozy atmosphere. 1girl, looking at viewer, smile, blue eyes, long hair, blonde hair, animal, indoors, sweater, blurry, lips, blurry background, table, hands on own face, nose, realistic camera_angle: from front, art_style: photo realistic, location: indoor, background: A cozy room with large windows allowing natural light to enter, text: NA, distance_to_camera: upper body, clothing: beige oversized sweater, image_composition: middle, pants: NA']}, '9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nComfyUI-HiDream_00001_.png", "metrics": { "predict_time": 56.90994018, "total_time": 56.921 }, "output": [ "https://replicate.delivery/yhqm/0fnRjseptEsD6UvHLShyNm8XpnNOus0FM7mz2MXEyUiMfMMpA/ComfyUI-HiDream_00001_.webp" ], "started_at": "2025-04-24T22:05:07.878060Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-dvkxi6jmm5jpwely7u3c2pwsoun2k6l4f5d65n3np5hjy3qvrnla", "get": "https://api.replicate.com/v1/predictions/n4aqcra9kdrj60cpd7ar8d2jkc", "cancel": "https://api.replicate.com/v1/predictions/n4aqcra9kdrj60cpd7ar8d2jkc/cancel" }, "version": "d5f410b46a515d1875f3e2d11e3fc660da2dd9b917cd58c00c26c7132ce410e0" }
Generated in📦 Downloading required HiDream models... Total models to check: 6 🔄 Processing model 1/6: hidream_i1_full_fp16.safetensors ✅ Model hidream_i1_full_fp16.safetensors already exists (31.86 GB), skipping download 🔄 Processing model 2/6: clip_g_hidream.safetensors ✅ Model clip_g_hidream.safetensors already exists (1.29 GB), skipping download 🔄 Processing model 3/6: clip_l_hidream.safetensors ✅ Model clip_l_hidream.safetensors already exists (236.1 MB), skipping download 🔄 Processing model 4/6: llama_3.1_8b_instruct_fp8_scaled.safetensors ✅ Model llama_3.1_8b_instruct_fp8_scaled.safetensors already exists (8.46 GB), skipping download 🔄 Processing model 5/6: t5xxl_fp8_e4m3fn_scaled.safetensors ✅ Model t5xxl_fp8_e4m3fn_scaled.safetensors already exists (4.80 GB), skipping download 🔄 Processing model 6/6: ae.safetensors ✅ Model ae.safetensors already exists (319.8 MB), skipping download 📊 Download Summary: ✅ Successfully downloaded/verified: 6/6 Models ready: - hidream_i1_full_fp16.safetensors (31.86 GB) - clip_g_hidream.safetensors (1.29 GB) - clip_l_hidream.safetensors (236.1 MB) - llama_3.1_8b_instruct_fp8_scaled.safetensors (8.46 GB) - t5xxl_fp8_e4m3fn_scaled.safetensors (4.80 GB) - ae.safetensors (319.8 MB) Seed set to: 42 Running workflow [ComfyUI] got prompt Executing node 108, title: String Function 🐍, class type: StringFunction|pysssss Executing node 16, title: Positive Prompt, class type: CLIPTextEncode Executing node 3, title: KSampler, class type: KSampler [ComfyUI] [ComfyUI] 0%| | 0/50 [00:00<?, ?it/s] [ComfyUI] 2%|▏ | 1/50 [00:01<00:53, 1.09s/it] [ComfyUI] 4%|▍ | 2/50 [00:02<00:52, 1.10s/it] [ComfyUI] 6%|▌ | 3/50 [00:03<00:51, 1.10s/it] [ComfyUI] 8%|▊ | 4/50 [00:04<00:50, 1.10s/it] [ComfyUI] 10%|█ | 5/50 [00:05<00:49, 1.10s/it] [ComfyUI] 12%|█▏ | 6/50 [00:06<00:48, 1.10s/it] [ComfyUI] 14%|█▍ | 7/50 [00:07<00:47, 1.10s/it] [ComfyUI] 16%|█▌ | 8/50 [00:08<00:46, 1.10s/it] [ComfyUI] 18%|█▊ | 9/50 [00:09<00:45, 1.10s/it] [ComfyUI] 20%|██ | 10/50 [00:11<00:44, 1.10s/it] [ComfyUI] 22%|██▏ | 11/50 [00:12<00:43, 1.10s/it] [ComfyUI] 24%|██▍ | 12/50 [00:13<00:41, 1.10s/it] [ComfyUI] 26%|██▌ | 13/50 [00:14<00:40, 1.10s/it] [ComfyUI] 28%|██▊ | 14/50 [00:15<00:39, 1.10s/it] [ComfyUI] 30%|███ | 15/50 [00:16<00:38, 1.10s/it] [ComfyUI] 32%|███▏ | 16/50 [00:17<00:37, 1.10s/it] [ComfyUI] 34%|███▍ | 17/50 [00:18<00:36, 1.10s/it] [ComfyUI] 36%|███▌ | 18/50 [00:19<00:35, 1.11s/it] [ComfyUI] 38%|███▊ | 19/50 [00:20<00:34, 1.11s/it] [ComfyUI] 40%|████ | 20/50 [00:22<00:33, 1.11s/it] [ComfyUI] 42%|████▏ | 21/50 [00:23<00:32, 1.11s/it] [ComfyUI] 44%|████▍ | 22/50 [00:24<00:30, 1.11s/it] [ComfyUI] 46%|████▌ | 23/50 [00:25<00:29, 1.11s/it] [ComfyUI] 48%|████▊ | 24/50 [00:26<00:28, 1.11s/it] [ComfyUI] 50%|█████ | 25/50 [00:27<00:27, 1.11s/it] [ComfyUI] 52%|█████▏ | 26/50 [00:28<00:26, 1.11s/it] [ComfyUI] 54%|█████▍ | 27/50 [00:29<00:25, 1.11s/it] [ComfyUI] 56%|█████▌ | 28/50 [00:30<00:24, 1.11s/it] [ComfyUI] 58%|█████▊ | 29/50 [00:32<00:23, 1.11s/it] [ComfyUI] 60%|██████ | 30/50 [00:33<00:22, 1.11s/it] [ComfyUI] 62%|██████▏ | 31/50 [00:34<00:21, 1.11s/it] [ComfyUI] 64%|██████▍ | 32/50 [00:35<00:19, 1.11s/it] [ComfyUI] 66%|██████▌ | 33/50 [00:36<00:18, 1.11s/it] [ComfyUI] 68%|██████▊ | 34/50 [00:37<00:17, 1.11s/it] [ComfyUI] 70%|███████ | 35/50 [00:38<00:16, 1.11s/it] [ComfyUI] 72%|███████▏ | 36/50 [00:39<00:15, 1.11s/it] [ComfyUI] 74%|███████▍ | 37/50 [00:40<00:14, 1.11s/it] [ComfyUI] 76%|███████▌ | 38/50 [00:41<00:13, 1.11s/it] [ComfyUI] 78%|███████▊ | 39/50 [00:43<00:12, 1.11s/it] [ComfyUI] 80%|████████ | 40/50 [00:44<00:11, 1.11s/it] [ComfyUI] 82%|████████▏ | 41/50 [00:45<00:09, 1.11s/it] [ComfyUI] 84%|████████▍ | 42/50 [00:46<00:08, 1.11s/it] [ComfyUI] 86%|████████▌ | 43/50 [00:47<00:07, 1.11s/it] [ComfyUI] 88%|████████▊ | 44/50 [00:48<00:06, 1.11s/it] [ComfyUI] 90%|█████████ | 45/50 [00:49<00:05, 1.11s/it] [ComfyUI] 92%|█████████▏| 46/50 [00:50<00:04, 1.11s/it] [ComfyUI] 94%|█████████▍| 47/50 [00:51<00:03, 1.11s/it] [ComfyUI] 96%|█████████▌| 48/50 [00:53<00:02, 1.11s/it] [ComfyUI] 98%|█████████▊| 49/50 [00:54<00:01, 1.11s/it] [ComfyUI] 100%|██████████| 50/50 [00:55<00:00, 1.11s/it] Executing node 8, title: VAE Decode, class type: VAEDecode Executing node 9, title: Save Image, class type: SaveImage [ComfyUI] 100%|██████████| 50/50 [00:55<00:00, 1.11s/it] [ComfyUI] Prompt executed in 56.19 seconds outputs: {'108': {'text': ['Photo, A photo-realistic shoot from a front camera angle about a young woman sitting at a wooden table with a small dog in a cozy indoor setting. the image also shows a warm and inviting atmosphere. on the middle of the image, a 20 years old woman with light brown hair and blue eyes appears to be looking directly at the viewer. she is wearing a beige long-sleeved sweater and has a gentle smile on her face. her hands are resting on her chin, and she is sitting at the wooden table in front of the small dog. the dog is a small, fluffy breed with a brown and white coat. the background features a cozy living room with wooden beams and large windows letting in natural light. the lighting is soft and warm, creating a cozy atmosphere. 1girl, looking at viewer, smile, blue eyes, long hair, blonde hair, animal, indoors, sweater, blurry, lips, blurry background, table, hands on own face, nose, realistic camera_angle: from front, art_style: photo realistic, location: indoor, background: A cozy room with large windows allowing natural light to enter, text: NA, distance_to_camera: upper body, clothing: beige oversized sweater, image_composition: middle, pants: NA']}, '9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}} ==================================== ComfyUI-HiDream_00001_.png
Prediction
goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13ID1t2a2v8a3drj00cpd5vscs8cw8StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
{ "cfg": 3, "seed": 4564564562, "image": "https://replicate.delivery/pbxt/MtWLod7EuAVxWXtGYhvWJrxnr71tXpoJHteX5pi5nV1geP2M/Better%20prompt%20%20%2815%29.jpeg", "steps": 50, "denoise": 0.5, "scheduler": "normal", "sampler_name": "uni_pc" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13", { input: { cfg: 3, seed: 4564564562, image: "https://replicate.delivery/pbxt/MtWLod7EuAVxWXtGYhvWJrxnr71tXpoJHteX5pi5nV1geP2M/Better%20prompt%20%20%2815%29.jpeg", steps: 50, denoise: 0.5, scheduler: "normal", sampler_name: "uni_pc" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13", input={ "cfg": 3, "seed": 4564564562, "image": "https://replicate.delivery/pbxt/MtWLod7EuAVxWXtGYhvWJrxnr71tXpoJHteX5pi5nV1geP2M/Better%20prompt%20%20%2815%29.jpeg", "steps": 50, "denoise": 0.5, "scheduler": "normal", "sampler_name": "uni_pc" } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13", "input": { "cfg": 3, "seed": 4564564562, "image": "https://replicate.delivery/pbxt/MtWLod7EuAVxWXtGYhvWJrxnr71tXpoJHteX5pi5nV1geP2M/Better%20prompt%20%20%2815%29.jpeg", "steps": 50, "denoise": 0.5, "scheduler": "normal", "sampler_name": "uni_pc" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-24T20:23:10.231803Z", "created_at": "2025-04-24T20:22:11.227000Z", "data_removed": false, "error": null, "id": "1t2a2v8a3drj00cpd5vscs8cw8", "input": { "cfg": 3, "seed": 4564564562, "image": "https://replicate.delivery/pbxt/MtWLod7EuAVxWXtGYhvWJrxnr71tXpoJHteX5pi5nV1geP2M/Better%20prompt%20%20%2815%29.jpeg", "steps": 50, "denoise": 0.5, "scheduler": "normal", "sampler_name": "uni_pc" }, "logs": "Downloading required HiDream models...\nModel hidream_i1_full_fp16.safetensors already exists, skipping download\nModel clip_g_hidream.safetensors already exists, skipping download\nModel clip_l_hidream.safetensors already exists, skipping download\nModel llama_3.1_8b_instruct_fp8_scaled.safetensors already exists, skipping download\nModel t5xxl_fp8_e4m3fn_scaled.safetensors already exists, skipping download\nModel ae.safetensors already exists, skipping download\nHiDream models downloaded: ['hidream_i1_full_fp16.safetensors', 'clip_g_hidream.safetensors', 'clip_l_hidream.safetensors', 'llama_3.1_8b_instruct_fp8_scaled.safetensors', 't5xxl_fp8_e4m3fn_scaled.safetensors', 'ae.safetensors']\nSeed set to: 4564564562\nRunning workflow\n[ComfyUI] got prompt\nExecuting node 3, title: KSampler, class type: KSampler\n[ComfyUI]\n[ComfyUI] 0%| | 0/50 [00:00<?, ?it/s]\n[ComfyUI] 2%|▏ | 1/50 [00:01<00:55, 1.14s/it]\n[ComfyUI] 4%|▍ | 2/50 [00:02<00:54, 1.14s/it]\n[ComfyUI] 6%|▌ | 3/50 [00:03<00:53, 1.14s/it]\n[ComfyUI] 8%|▊ | 4/50 [00:04<00:52, 1.15s/it]\n[ComfyUI] 10%|█ | 5/50 [00:05<00:51, 1.15s/it]\n[ComfyUI] 12%|█▏ | 6/50 [00:06<00:50, 1.15s/it]\n[ComfyUI] 14%|█▍ | 7/50 [00:08<00:49, 1.15s/it]\n[ComfyUI] 16%|█▌ | 8/50 [00:09<00:48, 1.15s/it]\n[ComfyUI] 18%|█▊ | 9/50 [00:10<00:47, 1.15s/it]\n[ComfyUI] 20%|██ | 10/50 [00:11<00:46, 1.15s/it]\n[ComfyUI] 22%|██▏ | 11/50 [00:12<00:44, 1.15s/it]\n[ComfyUI] 24%|██▍ | 12/50 [00:13<00:43, 1.15s/it]\n[ComfyUI] 26%|██▌ | 13/50 [00:14<00:42, 1.15s/it]\n[ComfyUI] 28%|██▊ | 14/50 [00:16<00:41, 1.15s/it]\n[ComfyUI] 30%|███ | 15/50 [00:17<00:40, 1.16s/it]\n[ComfyUI] 32%|███▏ | 16/50 [00:18<00:39, 1.16s/it]\n[ComfyUI] 34%|███▍ | 17/50 [00:19<00:38, 1.16s/it]\n[ComfyUI] 36%|███▌ | 18/50 [00:20<00:37, 1.16s/it]\n[ComfyUI] 38%|███▊ | 19/50 [00:21<00:35, 1.16s/it]\n[ComfyUI] 40%|████ | 20/50 [00:23<00:34, 1.16s/it]\n[ComfyUI] 42%|████▏ | 21/50 [00:24<00:33, 1.16s/it]\n[ComfyUI] 44%|████▍ | 22/50 [00:25<00:32, 1.16s/it]\n[ComfyUI] 46%|████▌ | 23/50 [00:26<00:31, 1.16s/it]\n[ComfyUI] 48%|████▊ | 24/50 [00:27<00:30, 1.16s/it]\n[ComfyUI] 50%|█████ | 25/50 [00:28<00:29, 1.16s/it]\n[ComfyUI] 52%|█████▏ | 26/50 [00:30<00:27, 1.16s/it]\n[ComfyUI] 54%|█████▍ | 27/50 [00:31<00:26, 1.16s/it]\n[ComfyUI] 56%|█████▌ | 28/50 [00:32<00:25, 1.16s/it]\n[ComfyUI] 58%|█████▊ | 29/50 [00:33<00:24, 1.16s/it]\n[ComfyUI] 60%|██████ | 30/50 [00:34<00:23, 1.16s/it]\n[ComfyUI] 62%|██████▏ | 31/50 [00:35<00:22, 1.16s/it]\n[ComfyUI] 64%|██████▍ | 32/50 [00:36<00:20, 1.16s/it]\n[ComfyUI] 66%|██████▌ | 33/50 [00:38<00:19, 1.16s/it]\n[ComfyUI] 68%|██████▊ | 34/50 [00:39<00:18, 1.16s/it]\n[ComfyUI] 70%|███████ | 35/50 [00:40<00:17, 1.16s/it]\n[ComfyUI] 72%|███████▏ | 36/50 [00:41<00:16, 1.16s/it]\n[ComfyUI] 74%|███████▍ | 37/50 [00:42<00:15, 1.16s/it]\n[ComfyUI] 76%|███████▌ | 38/50 [00:43<00:13, 1.16s/it]\n[ComfyUI] 78%|███████▊ | 39/50 [00:45<00:12, 1.16s/it]\n[ComfyUI] 80%|████████ | 40/50 [00:46<00:11, 1.16s/it]\n[ComfyUI] 82%|████████▏ | 41/50 [00:47<00:10, 1.16s/it]\n[ComfyUI] 84%|████████▍ | 42/50 [00:48<00:09, 1.16s/it]\n[ComfyUI] 86%|████████▌ | 43/50 [00:49<00:08, 1.17s/it]\n[ComfyUI] 88%|████████▊ | 44/50 [00:50<00:06, 1.16s/it]\n[ComfyUI] 90%|█████████ | 45/50 [00:52<00:05, 1.16s/it]\n[ComfyUI] 92%|█████████▏| 46/50 [00:53<00:04, 1.16s/it]\n[ComfyUI] 94%|█████████▍| 47/50 [00:54<00:03, 1.16s/it]\n[ComfyUI] 96%|█████████▌| 48/50 [00:55<00:02, 1.16s/it]\n[ComfyUI] 98%|█████████▊| 49/50 [00:56<00:01, 1.16s/it]\n[ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.16s/it]\nExecuting node 8, title: VAE Decode, class type: VAEDecode\nExecuting node 9, title: Save Image, class type: SaveImage\n[ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.16s/it]\n[ComfyUI] Prompt executed in 58.27 seconds\noutputs: {'108': {'text': [\"Focus is on the surface.f/4 Black woman., A photo-realistic shoot from the front about a woman with long blonde hair and blue eyes, wearing a black lace dress, sitting at a wooden table with a small, fluffy cat beside her. the woman, who appears to be in her mid-twenties, is positioned in the middle of the image, with her upper body facing the viewer and her eyes looking directly at the camera. she has a serene expression on her face and is wearing a pair of diamond earrings. her hair is styled in loose waves and falls down her back, framing her face. her dress is a dark, lace-trimmed gown with intricate lace detailing, revealing her cleavage and collarbone. the cat, with a light brown and white coat, is sitting next to her, looking up at her with a curious expression. the background features a luxurious room with ornate furniture, a chandelier, and candles, creating a warm and inviting atmosphere. the lighting is soft and warm, casting gentle shadows on the woman's face and the cat's fur. 1girl, solo, long hair, breasts, looking at viewer, smile, blonde hair, dress, cleavage, jewelry, earrings, parted lips, indoors, nail polish, cup, ring, lips, window, fingernails, realistic, cat, ring on hand, eyelashes, realistic animal camera_angle: from front, art_style: photo realistic, location: luxurious room, background: ornate room with candles and a mirror, text: NA, distance_to_camera: upper body, clothing: black dress with lace details, image_composition: middle, pants: none, accessory: earrings and rings, shoes: n/a, action: sitting at the table, facing_direction: facing viewer, eye_color: blue, facial_expression: smile, gender: 1woman, hair_style, wavy, race: light skin, body: slim\"]}, '9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nComfyUI-HiDream_00001_.png", "metrics": { "predict_time": 58.993538208, "total_time": 59.004803 }, "output": [ "https://replicate.delivery/yhqm/uffVA2qI4glqBE3iqubY9rEGxGfsmmmi4ESg3km0hbdd9JMpA/ComfyUI-HiDream_00001_.webp" ], "started_at": "2025-04-24T20:22:11.238265Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-qiwbdnyrimnoi3z5zg4esbv6a3swcvpwxizc2od2cwnor57gmnaq", "get": "https://api.replicate.com/v1/predictions/1t2a2v8a3drj00cpd5vscs8cw8", "cancel": "https://api.replicate.com/v1/predictions/1t2a2v8a3drj00cpd5vscs8cw8/cancel" }, "version": "a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13" }
Generated inDownloading required HiDream models... Model hidream_i1_full_fp16.safetensors already exists, skipping download Model clip_g_hidream.safetensors already exists, skipping download Model clip_l_hidream.safetensors already exists, skipping download Model llama_3.1_8b_instruct_fp8_scaled.safetensors already exists, skipping download Model t5xxl_fp8_e4m3fn_scaled.safetensors already exists, skipping download Model ae.safetensors already exists, skipping download HiDream models downloaded: ['hidream_i1_full_fp16.safetensors', 'clip_g_hidream.safetensors', 'clip_l_hidream.safetensors', 'llama_3.1_8b_instruct_fp8_scaled.safetensors', 't5xxl_fp8_e4m3fn_scaled.safetensors', 'ae.safetensors'] Seed set to: 4564564562 Running workflow [ComfyUI] got prompt Executing node 3, title: KSampler, class type: KSampler [ComfyUI] [ComfyUI] 0%| | 0/50 [00:00<?, ?it/s] [ComfyUI] 2%|▏ | 1/50 [00:01<00:55, 1.14s/it] [ComfyUI] 4%|▍ | 2/50 [00:02<00:54, 1.14s/it] [ComfyUI] 6%|▌ | 3/50 [00:03<00:53, 1.14s/it] [ComfyUI] 8%|▊ | 4/50 [00:04<00:52, 1.15s/it] [ComfyUI] 10%|█ | 5/50 [00:05<00:51, 1.15s/it] [ComfyUI] 12%|█▏ | 6/50 [00:06<00:50, 1.15s/it] [ComfyUI] 14%|█▍ | 7/50 [00:08<00:49, 1.15s/it] [ComfyUI] 16%|█▌ | 8/50 [00:09<00:48, 1.15s/it] [ComfyUI] 18%|█▊ | 9/50 [00:10<00:47, 1.15s/it] [ComfyUI] 20%|██ | 10/50 [00:11<00:46, 1.15s/it] [ComfyUI] 22%|██▏ | 11/50 [00:12<00:44, 1.15s/it] [ComfyUI] 24%|██▍ | 12/50 [00:13<00:43, 1.15s/it] [ComfyUI] 26%|██▌ | 13/50 [00:14<00:42, 1.15s/it] [ComfyUI] 28%|██▊ | 14/50 [00:16<00:41, 1.15s/it] [ComfyUI] 30%|███ | 15/50 [00:17<00:40, 1.16s/it] [ComfyUI] 32%|███▏ | 16/50 [00:18<00:39, 1.16s/it] [ComfyUI] 34%|███▍ | 17/50 [00:19<00:38, 1.16s/it] [ComfyUI] 36%|███▌ | 18/50 [00:20<00:37, 1.16s/it] [ComfyUI] 38%|███▊ | 19/50 [00:21<00:35, 1.16s/it] [ComfyUI] 40%|████ | 20/50 [00:23<00:34, 1.16s/it] [ComfyUI] 42%|████▏ | 21/50 [00:24<00:33, 1.16s/it] [ComfyUI] 44%|████▍ | 22/50 [00:25<00:32, 1.16s/it] [ComfyUI] 46%|████▌ | 23/50 [00:26<00:31, 1.16s/it] [ComfyUI] 48%|████▊ | 24/50 [00:27<00:30, 1.16s/it] [ComfyUI] 50%|█████ | 25/50 [00:28<00:29, 1.16s/it] [ComfyUI] 52%|█████▏ | 26/50 [00:30<00:27, 1.16s/it] [ComfyUI] 54%|█████▍ | 27/50 [00:31<00:26, 1.16s/it] [ComfyUI] 56%|█████▌ | 28/50 [00:32<00:25, 1.16s/it] [ComfyUI] 58%|█████▊ | 29/50 [00:33<00:24, 1.16s/it] [ComfyUI] 60%|██████ | 30/50 [00:34<00:23, 1.16s/it] [ComfyUI] 62%|██████▏ | 31/50 [00:35<00:22, 1.16s/it] [ComfyUI] 64%|██████▍ | 32/50 [00:36<00:20, 1.16s/it] [ComfyUI] 66%|██████▌ | 33/50 [00:38<00:19, 1.16s/it] [ComfyUI] 68%|██████▊ | 34/50 [00:39<00:18, 1.16s/it] [ComfyUI] 70%|███████ | 35/50 [00:40<00:17, 1.16s/it] [ComfyUI] 72%|███████▏ | 36/50 [00:41<00:16, 1.16s/it] [ComfyUI] 74%|███████▍ | 37/50 [00:42<00:15, 1.16s/it] [ComfyUI] 76%|███████▌ | 38/50 [00:43<00:13, 1.16s/it] [ComfyUI] 78%|███████▊ | 39/50 [00:45<00:12, 1.16s/it] [ComfyUI] 80%|████████ | 40/50 [00:46<00:11, 1.16s/it] [ComfyUI] 82%|████████▏ | 41/50 [00:47<00:10, 1.16s/it] [ComfyUI] 84%|████████▍ | 42/50 [00:48<00:09, 1.16s/it] [ComfyUI] 86%|████████▌ | 43/50 [00:49<00:08, 1.17s/it] [ComfyUI] 88%|████████▊ | 44/50 [00:50<00:06, 1.16s/it] [ComfyUI] 90%|█████████ | 45/50 [00:52<00:05, 1.16s/it] [ComfyUI] 92%|█████████▏| 46/50 [00:53<00:04, 1.16s/it] [ComfyUI] 94%|█████████▍| 47/50 [00:54<00:03, 1.16s/it] [ComfyUI] 96%|█████████▌| 48/50 [00:55<00:02, 1.16s/it] [ComfyUI] 98%|█████████▊| 49/50 [00:56<00:01, 1.16s/it] [ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.16s/it] Executing node 8, title: VAE Decode, class type: VAEDecode Executing node 9, title: Save Image, class type: SaveImage [ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.16s/it] [ComfyUI] Prompt executed in 58.27 seconds outputs: {'108': {'text': ["Focus is on the surface.f/4 Black woman., A photo-realistic shoot from the front about a woman with long blonde hair and blue eyes, wearing a black lace dress, sitting at a wooden table with a small, fluffy cat beside her. the woman, who appears to be in her mid-twenties, is positioned in the middle of the image, with her upper body facing the viewer and her eyes looking directly at the camera. she has a serene expression on her face and is wearing a pair of diamond earrings. her hair is styled in loose waves and falls down her back, framing her face. her dress is a dark, lace-trimmed gown with intricate lace detailing, revealing her cleavage and collarbone. the cat, with a light brown and white coat, is sitting next to her, looking up at her with a curious expression. the background features a luxurious room with ornate furniture, a chandelier, and candles, creating a warm and inviting atmosphere. the lighting is soft and warm, casting gentle shadows on the woman's face and the cat's fur. 1girl, solo, long hair, breasts, looking at viewer, smile, blonde hair, dress, cleavage, jewelry, earrings, parted lips, indoors, nail polish, cup, ring, lips, window, fingernails, realistic, cat, ring on hand, eyelashes, realistic animal camera_angle: from front, art_style: photo realistic, location: luxurious room, background: ornate room with candles and a mirror, text: NA, distance_to_camera: upper body, clothing: black dress with lace details, image_composition: middle, pants: none, accessory: earrings and rings, shoes: n/a, action: sitting at the table, facing_direction: facing viewer, eye_color: blue, facial_expression: smile, gender: 1woman, hair_style, wavy, race: light skin, body: slim"]}, '9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}} ==================================== ComfyUI-HiDream_00001_.png
Prediction
goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13IDvnhktg3v2nrj00cpd59baa11f0StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
{ "cfg": 5.5, "seed": 435345245, "image": "https://replicate.delivery/pbxt/MtVk05NdCRYYbQtzDJ65ZDXGTJD6WukDvwhsoVtr3wAn6IYZ/Better%20prompt%20%20%2815%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13", { input: { cfg: 5.5, seed: 435345245, image: "https://replicate.delivery/pbxt/MtVk05NdCRYYbQtzDJ65ZDXGTJD6WukDvwhsoVtr3wAn6IYZ/Better%20prompt%20%20%2815%29.jpeg", steps: 50, denoise: 0.6, scheduler: "normal", sampler_name: "uni_pc" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13", input={ "cfg": 5.5, "seed": 435345245, "image": "https://replicate.delivery/pbxt/MtVk05NdCRYYbQtzDJ65ZDXGTJD6WukDvwhsoVtr3wAn6IYZ/Better%20prompt%20%20%2815%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13", "input": { "cfg": 5.5, "seed": 435345245, "image": "https://replicate.delivery/pbxt/MtVk05NdCRYYbQtzDJ65ZDXGTJD6WukDvwhsoVtr3wAn6IYZ/Better%20prompt%20%20%2815%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-24T19:43:14.045310Z", "created_at": "2025-04-24T19:42:15.317000Z", "data_removed": false, "error": null, "id": "vnhktg3v2nrj00cpd59baa11f0", "input": { "cfg": 5.5, "seed": 435345245, "image": "https://replicate.delivery/pbxt/MtVk05NdCRYYbQtzDJ65ZDXGTJD6WukDvwhsoVtr3wAn6IYZ/Better%20prompt%20%20%2815%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" }, "logs": "Downloading required HiDream models...\nModel hidream_i1_full_fp16.safetensors already exists, skipping download\nModel clip_g_hidream.safetensors already exists, skipping download\nModel clip_l_hidream.safetensors already exists, skipping download\nModel llama_3.1_8b_instruct_fp8_scaled.safetensors already exists, skipping download\nModel t5xxl_fp8_e4m3fn_scaled.safetensors already exists, skipping download\nModel ae.safetensors already exists, skipping download\nHiDream models downloaded: ['hidream_i1_full_fp16.safetensors', 'clip_g_hidream.safetensors', 'clip_l_hidream.safetensors', 'llama_3.1_8b_instruct_fp8_scaled.safetensors', 't5xxl_fp8_e4m3fn_scaled.safetensors', 'ae.safetensors']\nSeed set to: 435345245\nRunning workflow\n[ComfyUI] got prompt\nExecuting node 3, title: KSampler, class type: KSampler\n[ComfyUI]\n[ComfyUI] 0%| | 0/50 [00:00<?, ?it/s]\n[ComfyUI] 2%|▏ | 1/50 [00:01<00:55, 1.13s/it]\n[ComfyUI] 4%|▍ | 2/50 [00:02<00:54, 1.14s/it]\n[ComfyUI] 6%|▌ | 3/50 [00:03<00:53, 1.14s/it]\n[ComfyUI] 8%|▊ | 4/50 [00:04<00:52, 1.14s/it]\n[ComfyUI] 10%|█ | 5/50 [00:05<00:51, 1.14s/it]\n[ComfyUI] 12%|█▏ | 6/50 [00:06<00:50, 1.14s/it]\n[ComfyUI] 14%|█▍ | 7/50 [00:08<00:49, 1.14s/it]\n[ComfyUI] 16%|█▌ | 8/50 [00:09<00:48, 1.15s/it]\n[ComfyUI] 18%|█▊ | 9/50 [00:10<00:46, 1.15s/it]\n[ComfyUI] 20%|██ | 10/50 [00:11<00:45, 1.15s/it]\n[ComfyUI] 22%|██▏ | 11/50 [00:12<00:44, 1.15s/it]\n[ComfyUI] 24%|██▍ | 12/50 [00:13<00:43, 1.15s/it]\n[ComfyUI] 26%|██▌ | 13/50 [00:14<00:42, 1.15s/it]\n[ComfyUI] 28%|██▊ | 14/50 [00:16<00:41, 1.15s/it]\n[ComfyUI] 30%|███ | 15/50 [00:17<00:40, 1.15s/it]\n[ComfyUI] 32%|███▏ | 16/50 [00:18<00:39, 1.15s/it]\n[ComfyUI] 34%|███▍ | 17/50 [00:19<00:37, 1.15s/it]\n[ComfyUI] 36%|███▌ | 18/50 [00:20<00:36, 1.15s/it]\n[ComfyUI] 38%|███▊ | 19/50 [00:21<00:35, 1.15s/it]\n[ComfyUI] 40%|████ | 20/50 [00:22<00:34, 1.15s/it]\n[ComfyUI] 42%|████▏ | 21/50 [00:24<00:33, 1.15s/it]\n[ComfyUI] 44%|████▍ | 22/50 [00:25<00:32, 1.15s/it]\n[ComfyUI] 46%|████▌ | 23/50 [00:26<00:31, 1.15s/it]\n[ComfyUI] 48%|████▊ | 24/50 [00:27<00:30, 1.15s/it]\n[ComfyUI] 50%|█████ | 25/50 [00:28<00:28, 1.15s/it]\n[ComfyUI] 52%|█████▏ | 26/50 [00:29<00:27, 1.16s/it]\n[ComfyUI] 54%|█████▍ | 27/50 [00:31<00:26, 1.16s/it]\n[ComfyUI] 56%|█████▌ | 28/50 [00:32<00:25, 1.16s/it]\n[ComfyUI] 58%|█████▊ | 29/50 [00:33<00:24, 1.16s/it]\n[ComfyUI] 60%|██████ | 30/50 [00:34<00:23, 1.16s/it]\n[ComfyUI] 62%|██████▏ | 31/50 [00:35<00:21, 1.16s/it]\n[ComfyUI] 64%|██████▍ | 32/50 [00:36<00:20, 1.16s/it]\n[ComfyUI] 66%|██████▌ | 33/50 [00:38<00:19, 1.16s/it]\n[ComfyUI] 68%|██████▊ | 34/50 [00:39<00:18, 1.17s/it]\n[ComfyUI] 70%|███████ | 35/50 [00:40<00:17, 1.16s/it]\n[ComfyUI] 72%|███████▏ | 36/50 [00:41<00:16, 1.16s/it]\n[ComfyUI] 74%|███████▍ | 37/50 [00:42<00:15, 1.16s/it]\n[ComfyUI] 76%|███████▌ | 38/50 [00:43<00:13, 1.16s/it]\n[ComfyUI] 78%|███████▊ | 39/50 [00:44<00:12, 1.16s/it]\n[ComfyUI] 80%|████████ | 40/50 [00:46<00:11, 1.16s/it]\n[ComfyUI] 82%|████████▏ | 41/50 [00:47<00:10, 1.16s/it]\n[ComfyUI] 84%|████████▍ | 42/50 [00:48<00:09, 1.16s/it]\n[ComfyUI] 86%|████████▌ | 43/50 [00:49<00:08, 1.16s/it]\n[ComfyUI] 88%|████████▊ | 44/50 [00:50<00:06, 1.16s/it]\n[ComfyUI] 90%|█████████ | 45/50 [00:51<00:05, 1.16s/it]\n[ComfyUI] 92%|█████████▏| 46/50 [00:53<00:04, 1.16s/it]\n[ComfyUI] 94%|█████████▍| 47/50 [00:54<00:03, 1.16s/it]\n[ComfyUI] 96%|█████████▌| 48/50 [00:55<00:02, 1.15s/it]\n[ComfyUI] 98%|█████████▊| 49/50 [00:56<00:01, 1.15s/it]\n[ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.15s/it]\nExecuting node 8, title: VAE Decode, class type: VAEDecode\nExecuting node 9, title: Save Image, class type: SaveImage\n[ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.15s/it]\n[ComfyUI] Prompt executed in 58.05 seconds\noutputs: {'108': {'text': [\"Focus is on the surface.f/4 Black woman., A photo-realistic shoot from the front about a woman with long blonde hair and blue eyes, wearing a black lace dress, sitting at a wooden table with a small, fluffy cat beside her. the woman, who appears to be in her mid-twenties, is positioned in the middle of the image, with her upper body facing the viewer and her eyes looking directly at the camera. she has a serene expression on her face and is wearing a pair of diamond earrings. her hair is styled in loose waves and falls down her back, framing her face. her dress is a dark, lace-trimmed gown with intricate lace detailing, revealing her cleavage and collarbone. the cat, with a light brown and white coat, is sitting next to her, looking up at her with a curious expression. the background features a luxurious room with ornate furniture, a chandelier, and candles, creating a warm and inviting atmosphere. the lighting is soft and warm, casting gentle shadows on the woman's face and the cat's fur. 1girl, solo, long hair, breasts, looking at viewer, smile, blonde hair, dress, cleavage, jewelry, earrings, parted lips, indoors, nail polish, cup, ring, lips, window, fingernails, realistic, cat, ring on hand, eyelashes, realistic animal camera_angle: from front, art_style: photo realistic, location: luxurious room, background: ornate room with candles and a mirror, text: NA, distance_to_camera: upper body, clothing: black dress with lace details, image_composition: middle, pants: none, accessory: earrings and rings, shoes: n/a, action: sitting at the table, facing_direction: facing viewer, eye_color: blue, facial_expression: smile, gender: 1woman, hair_style, wavy, race: light skin, body: slim\"]}, '9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nComfyUI-HiDream_00001_.png", "metrics": { "predict_time": 58.716064026, "total_time": 58.72831 }, "output": [ "https://replicate.delivery/yhqm/hyBMfdS9zgVzdav6EgeHVoHwvDV52ywiJIrTt9lSfAckyIMpA/ComfyUI-HiDream_00001_.webp" ], "started_at": "2025-04-24T19:42:15.329246Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-rjdszc353nkgcfwsbno3lkn7cvoqnjrqi2eoka547balraphgcbq", "get": "https://api.replicate.com/v1/predictions/vnhktg3v2nrj00cpd59baa11f0", "cancel": "https://api.replicate.com/v1/predictions/vnhktg3v2nrj00cpd59baa11f0/cancel" }, "version": "a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13" }
Generated inDownloading required HiDream models... Model hidream_i1_full_fp16.safetensors already exists, skipping download Model clip_g_hidream.safetensors already exists, skipping download Model clip_l_hidream.safetensors already exists, skipping download Model llama_3.1_8b_instruct_fp8_scaled.safetensors already exists, skipping download Model t5xxl_fp8_e4m3fn_scaled.safetensors already exists, skipping download Model ae.safetensors already exists, skipping download HiDream models downloaded: ['hidream_i1_full_fp16.safetensors', 'clip_g_hidream.safetensors', 'clip_l_hidream.safetensors', 'llama_3.1_8b_instruct_fp8_scaled.safetensors', 't5xxl_fp8_e4m3fn_scaled.safetensors', 'ae.safetensors'] Seed set to: 435345245 Running workflow [ComfyUI] got prompt Executing node 3, title: KSampler, class type: KSampler [ComfyUI] [ComfyUI] 0%| | 0/50 [00:00<?, ?it/s] [ComfyUI] 2%|▏ | 1/50 [00:01<00:55, 1.13s/it] [ComfyUI] 4%|▍ | 2/50 [00:02<00:54, 1.14s/it] [ComfyUI] 6%|▌ | 3/50 [00:03<00:53, 1.14s/it] [ComfyUI] 8%|▊ | 4/50 [00:04<00:52, 1.14s/it] [ComfyUI] 10%|█ | 5/50 [00:05<00:51, 1.14s/it] [ComfyUI] 12%|█▏ | 6/50 [00:06<00:50, 1.14s/it] [ComfyUI] 14%|█▍ | 7/50 [00:08<00:49, 1.14s/it] [ComfyUI] 16%|█▌ | 8/50 [00:09<00:48, 1.15s/it] [ComfyUI] 18%|█▊ | 9/50 [00:10<00:46, 1.15s/it] [ComfyUI] 20%|██ | 10/50 [00:11<00:45, 1.15s/it] [ComfyUI] 22%|██▏ | 11/50 [00:12<00:44, 1.15s/it] [ComfyUI] 24%|██▍ | 12/50 [00:13<00:43, 1.15s/it] [ComfyUI] 26%|██▌ | 13/50 [00:14<00:42, 1.15s/it] [ComfyUI] 28%|██▊ | 14/50 [00:16<00:41, 1.15s/it] [ComfyUI] 30%|███ | 15/50 [00:17<00:40, 1.15s/it] [ComfyUI] 32%|███▏ | 16/50 [00:18<00:39, 1.15s/it] [ComfyUI] 34%|███▍ | 17/50 [00:19<00:37, 1.15s/it] [ComfyUI] 36%|███▌ | 18/50 [00:20<00:36, 1.15s/it] [ComfyUI] 38%|███▊ | 19/50 [00:21<00:35, 1.15s/it] [ComfyUI] 40%|████ | 20/50 [00:22<00:34, 1.15s/it] [ComfyUI] 42%|████▏ | 21/50 [00:24<00:33, 1.15s/it] [ComfyUI] 44%|████▍ | 22/50 [00:25<00:32, 1.15s/it] [ComfyUI] 46%|████▌ | 23/50 [00:26<00:31, 1.15s/it] [ComfyUI] 48%|████▊ | 24/50 [00:27<00:30, 1.15s/it] [ComfyUI] 50%|█████ | 25/50 [00:28<00:28, 1.15s/it] [ComfyUI] 52%|█████▏ | 26/50 [00:29<00:27, 1.16s/it] [ComfyUI] 54%|█████▍ | 27/50 [00:31<00:26, 1.16s/it] [ComfyUI] 56%|█████▌ | 28/50 [00:32<00:25, 1.16s/it] [ComfyUI] 58%|█████▊ | 29/50 [00:33<00:24, 1.16s/it] [ComfyUI] 60%|██████ | 30/50 [00:34<00:23, 1.16s/it] [ComfyUI] 62%|██████▏ | 31/50 [00:35<00:21, 1.16s/it] [ComfyUI] 64%|██████▍ | 32/50 [00:36<00:20, 1.16s/it] [ComfyUI] 66%|██████▌ | 33/50 [00:38<00:19, 1.16s/it] [ComfyUI] 68%|██████▊ | 34/50 [00:39<00:18, 1.17s/it] [ComfyUI] 70%|███████ | 35/50 [00:40<00:17, 1.16s/it] [ComfyUI] 72%|███████▏ | 36/50 [00:41<00:16, 1.16s/it] [ComfyUI] 74%|███████▍ | 37/50 [00:42<00:15, 1.16s/it] [ComfyUI] 76%|███████▌ | 38/50 [00:43<00:13, 1.16s/it] [ComfyUI] 78%|███████▊ | 39/50 [00:44<00:12, 1.16s/it] [ComfyUI] 80%|████████ | 40/50 [00:46<00:11, 1.16s/it] [ComfyUI] 82%|████████▏ | 41/50 [00:47<00:10, 1.16s/it] [ComfyUI] 84%|████████▍ | 42/50 [00:48<00:09, 1.16s/it] [ComfyUI] 86%|████████▌ | 43/50 [00:49<00:08, 1.16s/it] [ComfyUI] 88%|████████▊ | 44/50 [00:50<00:06, 1.16s/it] [ComfyUI] 90%|█████████ | 45/50 [00:51<00:05, 1.16s/it] [ComfyUI] 92%|█████████▏| 46/50 [00:53<00:04, 1.16s/it] [ComfyUI] 94%|█████████▍| 47/50 [00:54<00:03, 1.16s/it] [ComfyUI] 96%|█████████▌| 48/50 [00:55<00:02, 1.15s/it] [ComfyUI] 98%|█████████▊| 49/50 [00:56<00:01, 1.15s/it] [ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.15s/it] Executing node 8, title: VAE Decode, class type: VAEDecode Executing node 9, title: Save Image, class type: SaveImage [ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.15s/it] [ComfyUI] Prompt executed in 58.05 seconds outputs: {'108': {'text': ["Focus is on the surface.f/4 Black woman., A photo-realistic shoot from the front about a woman with long blonde hair and blue eyes, wearing a black lace dress, sitting at a wooden table with a small, fluffy cat beside her. the woman, who appears to be in her mid-twenties, is positioned in the middle of the image, with her upper body facing the viewer and her eyes looking directly at the camera. she has a serene expression on her face and is wearing a pair of diamond earrings. her hair is styled in loose waves and falls down her back, framing her face. her dress is a dark, lace-trimmed gown with intricate lace detailing, revealing her cleavage and collarbone. the cat, with a light brown and white coat, is sitting next to her, looking up at her with a curious expression. the background features a luxurious room with ornate furniture, a chandelier, and candles, creating a warm and inviting atmosphere. the lighting is soft and warm, casting gentle shadows on the woman's face and the cat's fur. 1girl, solo, long hair, breasts, looking at viewer, smile, blonde hair, dress, cleavage, jewelry, earrings, parted lips, indoors, nail polish, cup, ring, lips, window, fingernails, realistic, cat, ring on hand, eyelashes, realistic animal camera_angle: from front, art_style: photo realistic, location: luxurious room, background: ornate room with candles and a mirror, text: NA, distance_to_camera: upper body, clothing: black dress with lace details, image_composition: middle, pants: none, accessory: earrings and rings, shoes: n/a, action: sitting at the table, facing_direction: facing viewer, eye_color: blue, facial_expression: smile, gender: 1woman, hair_style, wavy, race: light skin, body: slim"]}, '9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}} ==================================== ComfyUI-HiDream_00001_.png
Prediction
goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13ID8w4k3mpr71rj60cpd59vn777mcStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
{ "cfg": 5.54, "seed": 42, "image": "https://replicate.delivery/pbxt/MtVlPbxmmszv4N6jf1Y7dsgJ98I2TztWfO70jjQnTj2T4ro3/Better%20prompt%20%20%2823%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13", { input: { cfg: 5.54, seed: 42, image: "https://replicate.delivery/pbxt/MtVlPbxmmszv4N6jf1Y7dsgJ98I2TztWfO70jjQnTj2T4ro3/Better%20prompt%20%20%2823%29.jpeg", steps: 50, denoise: 0.6, scheduler: "normal", sampler_name: "uni_pc" } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13", input={ "cfg": 5.54, "seed": 42, "image": "https://replicate.delivery/pbxt/MtVlPbxmmszv4N6jf1Y7dsgJ98I2TztWfO70jjQnTj2T4ro3/Better%20prompt%20%20%2823%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run goodguy1963/hidream-l1-full-img2img using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "goodguy1963/hidream-l1-full-img2img:a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13", "input": { "cfg": 5.54, "seed": 42, "image": "https://replicate.delivery/pbxt/MtVlPbxmmszv4N6jf1Y7dsgJ98I2TztWfO70jjQnTj2T4ro3/Better%20prompt%20%20%2823%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-24T19:44:48.179104Z", "created_at": "2025-04-24T19:43:44.696000Z", "data_removed": false, "error": null, "id": "8w4k3mpr71rj60cpd59vn777mc", "input": { "cfg": 5.54, "seed": 42, "image": "https://replicate.delivery/pbxt/MtVlPbxmmszv4N6jf1Y7dsgJ98I2TztWfO70jjQnTj2T4ro3/Better%20prompt%20%20%2823%29.jpeg", "steps": 50, "denoise": 0.6, "scheduler": "normal", "sampler_name": "uni_pc" }, "logs": "Downloading required HiDream models...\nModel hidream_i1_full_fp16.safetensors already exists, skipping download\nModel clip_g_hidream.safetensors already exists, skipping download\nModel clip_l_hidream.safetensors already exists, skipping download\nModel llama_3.1_8b_instruct_fp8_scaled.safetensors already exists, skipping download\nModel t5xxl_fp8_e4m3fn_scaled.safetensors already exists, skipping download\nModel ae.safetensors already exists, skipping download\nHiDream models downloaded: ['hidream_i1_full_fp16.safetensors', 'clip_g_hidream.safetensors', 'clip_l_hidream.safetensors', 'llama_3.1_8b_instruct_fp8_scaled.safetensors', 't5xxl_fp8_e4m3fn_scaled.safetensors', 'ae.safetensors']\nSeed set to: 42\nRunning workflow\n[ComfyUI] got prompt\nExecuting node 82, title: Load Image, class type: LoadImage\nExecuting node 109, title: Florence2Run, class type: Florence2Run\nExecuting node 108, title: String Function 🐍, class type: StringFunction|pysssss\nExecuting node 83, title: VAE Encode, class type: VAEEncode\nExecuting node 16, title: Positive Prompt, class type: CLIPTextEncode\nExecuting node 3, title: KSampler, class type: KSampler\n[ComfyUI] </s><s>A photo-realistic shoot from a front camera angle about a woman and a lion cub in a luxurious indoor setting. the image also shows a well-furnished room with wooden walls, a fireplace, and a chandelier. on the middle of the image, a young woman with long, wavy blonde hair, wearing a blue shirt, appears to be in her early twenties, with a neutral expression, looking directly at the camera. she is standing behind the cub, with her upper body visible. the cub is sitting on a wooden table, looking at the viewer with its blue eyes. the woman has a gentle smile on her face, and her hair is styled in a way that frames her face. the lighting in the room is soft and warm, creating a cozy atmosphere.\n[ComfyUI]\n[ComfyUI] 1girl, solo, long hair, blue eyes, shirt, animal, indoors, blurry, lips, blurry background, stuffed animal, animal focus, realistic\n[ComfyUI]\n[ComfyUI] camera_angle: from front, art_style: photo realistic, location: luxurious room, background: A cozy room with a fireplace and chandeliers, text: NA, distance_to_camera: upper body;upper body, clothing: blue shirt;NA, image_composition: middle;bottom, pants: NA;NA;NA\n[ComfyUI] [ComfyUI]\n[ComfyUI] other: 1woman;1lion, animal_expression: neutral;neutral, facing_direction: facing viewer;facing viewer, action: standing;holding the cub;holding its upper body, ear: none;no human, eye_color: blue;blue, gender: 1 woman;1 lion;1 cub, hair_color;blonde, hair style: long hair;long hair, race: light skin;light skin, body: slim;slim</s>\n[ComfyUI] Offloading model...\n[ComfyUI] 0%| | 0/50 [00:00<?, ?it/s]\n[ComfyUI] 2%|▏ | 1/50 [00:01<00:55, 1.13s/it]\n[ComfyUI] 4%|▍ | 2/50 [00:02<00:54, 1.14s/it]\n[ComfyUI] 6%|▌ | 3/50 [00:03<00:53, 1.14s/it]\n[ComfyUI] 8%|▊ | 4/50 [00:04<00:52, 1.14s/it]\n[ComfyUI] 10%|█ | 5/50 [00:05<00:51, 1.14s/it]\n[ComfyUI] 12%|█▏ | 6/50 [00:06<00:50, 1.14s/it]\n[ComfyUI] 14%|█▍ | 7/50 [00:07<00:49, 1.14s/it]\n[ComfyUI] 16%|█▌ | 8/50 [00:09<00:48, 1.14s/it]\n[ComfyUI] 18%|█▊ | 9/50 [00:10<00:46, 1.15s/it]\n[ComfyUI] 20%|██ | 10/50 [00:11<00:46, 1.15s/it]\n[ComfyUI] 22%|██▏ | 11/50 [00:12<00:44, 1.15s/it]\n[ComfyUI] 24%|██▍ | 12/50 [00:13<00:43, 1.15s/it]\n[ComfyUI] 26%|██▌ | 13/50 [00:14<00:42, 1.15s/it]\n[ComfyUI] 28%|██▊ | 14/50 [00:16<00:41, 1.15s/it]\n[ComfyUI] 30%|███ | 15/50 [00:17<00:40, 1.15s/it]\n[ComfyUI] 32%|███▏ | 16/50 [00:18<00:39, 1.15s/it]\n[ComfyUI] 34%|███▍ | 17/50 [00:19<00:37, 1.15s/it]\n[ComfyUI] 36%|███▌ | 18/50 [00:20<00:36, 1.15s/it]\n[ComfyUI] 38%|███▊ | 19/50 [00:21<00:35, 1.16s/it]\n[ComfyUI] 40%|████ | 20/50 [00:22<00:34, 1.16s/it]\n[ComfyUI] 42%|████▏ | 21/50 [00:24<00:33, 1.15s/it]\n[ComfyUI] 44%|████▍ | 22/50 [00:25<00:32, 1.15s/it]\n[ComfyUI] 46%|████▌ | 23/50 [00:26<00:31, 1.15s/it]\n[ComfyUI] 48%|████▊ | 24/50 [00:27<00:29, 1.15s/it]\n[ComfyUI] 50%|█████ | 25/50 [00:28<00:28, 1.15s/it]\n[ComfyUI] 52%|█████▏ | 26/50 [00:29<00:27, 1.15s/it]\n[ComfyUI] 54%|█████▍ | 27/50 [00:30<00:26, 1.15s/it]\n[ComfyUI] 56%|█████▌ | 28/50 [00:32<00:25, 1.15s/it]\n[ComfyUI] 58%|█████▊ | 29/50 [00:33<00:24, 1.15s/it]\n[ComfyUI] 60%|██████ | 30/50 [00:34<00:22, 1.15s/it]\n[ComfyUI] 62%|██████▏ | 31/50 [00:35<00:21, 1.15s/it]\n[ComfyUI] 64%|██████▍ | 32/50 [00:36<00:20, 1.15s/it]\n[ComfyUI] 66%|██████▌ | 33/50 [00:37<00:19, 1.15s/it]\n[ComfyUI] 68%|██████▊ | 34/50 [00:39<00:18, 1.15s/it]\n[ComfyUI] 70%|███████ | 35/50 [00:40<00:17, 1.15s/it]\n[ComfyUI] 72%|███████▏ | 36/50 [00:41<00:16, 1.15s/it]\n[ComfyUI] 74%|███████▍ | 37/50 [00:42<00:14, 1.15s/it]\n[ComfyUI] 76%|███████▌ | 38/50 [00:43<00:13, 1.15s/it]\n[ComfyUI] 78%|███████▊ | 39/50 [00:44<00:12, 1.15s/it]\n[ComfyUI] 80%|████████ | 40/50 [00:45<00:11, 1.15s/it]\n[ComfyUI] 82%|████████▏ | 41/50 [00:47<00:10, 1.15s/it]\n[ComfyUI] 84%|████████▍ | 42/50 [00:48<00:09, 1.15s/it]\n[ComfyUI] 86%|████████▌ | 43/50 [00:49<00:08, 1.15s/it]\n[ComfyUI] 88%|████████▊ | 44/50 [00:50<00:06, 1.15s/it]\n[ComfyUI] 90%|█████████ | 45/50 [00:51<00:05, 1.15s/it]\n[ComfyUI] 92%|█████████▏| 46/50 [00:52<00:04, 1.15s/it]\n[ComfyUI] 94%|█████████▍| 47/50 [00:53<00:03, 1.15s/it]\n[ComfyUI] 96%|█████████▌| 48/50 [00:55<00:02, 1.15s/it]\n[ComfyUI] 98%|█████████▊| 49/50 [00:56<00:01, 1.15s/it]\n[ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.15s/it]\nExecuting node 8, title: VAE Decode, class type: VAEDecode\nExecuting node 9, title: Save Image, class type: SaveImage\n[ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.15s/it]\n[ComfyUI] Prompt executed in 62.79 seconds\noutputs: {'108': {'text': ['Focus is on the surface.f/4 Black woman., A photo-realistic shoot from a front camera angle about a woman and a lion cub in a luxurious indoor setting. the image also shows a well-furnished room with wooden walls, a fireplace, and a chandelier. on the middle of the image, a young woman with long, wavy blonde hair, wearing a blue shirt, appears to be in her early twenties, with a neutral expression, looking directly at the camera. she is standing behind the cub, with her upper body visible. the cub is sitting on a wooden table, looking at the viewer with its blue eyes. the woman has a gentle smile on her face, and her hair is styled in a way that frames her face. the lighting in the room is soft and warm, creating a cozy atmosphere. 1girl, solo, long hair, blue eyes, shirt, animal, indoors, blurry, lips, blurry background, stuffed animal, animal focus, realistic camera_angle: from front, art_style: photo realistic, location: luxurious room, background: A cozy room with a fireplace and chandeliers, text: NA, distance_to_camera: upper body;upper body, clothing: blue shirt;NA, image_composition: middle;bottom, pants: NA;NA;NA other: 1woman;1lion, animal_expression: neutral;neutral, facing_direction: facing viewer;facing viewer, action: standing;holding the cub;holding its upper body, ear: none;no human, eye_color: blue;blue, gender: 1 woman;1 lion;1 cub, hair_color;blonde, hair style: long hair;long hair, race: light skin;light skin, body: slim;slim']}, '9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nComfyUI-HiDream_00001_.png", "metrics": { "predict_time": 63.468958491, "total_time": 63.483104 }, "output": [ "https://replicate.delivery/yhqm/40TUq824aIalHBDfestCmjHzcaiiUxZhrdOn0TtLfNfBrRYSB/ComfyUI-HiDream_00001_.webp" ], "started_at": "2025-04-24T19:43:44.710146Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-bixszmepprtaefabczxpzgjwiauotlrcr6civ3teas5idrjskdga", "get": "https://api.replicate.com/v1/predictions/8w4k3mpr71rj60cpd59vn777mc", "cancel": "https://api.replicate.com/v1/predictions/8w4k3mpr71rj60cpd59vn777mc/cancel" }, "version": "a10a227bf984e4e65acbd2290e680a25345bc35f504374303676d81cc7021f13" }
Generated inDownloading required HiDream models... Model hidream_i1_full_fp16.safetensors already exists, skipping download Model clip_g_hidream.safetensors already exists, skipping download Model clip_l_hidream.safetensors already exists, skipping download Model llama_3.1_8b_instruct_fp8_scaled.safetensors already exists, skipping download Model t5xxl_fp8_e4m3fn_scaled.safetensors already exists, skipping download Model ae.safetensors already exists, skipping download HiDream models downloaded: ['hidream_i1_full_fp16.safetensors', 'clip_g_hidream.safetensors', 'clip_l_hidream.safetensors', 'llama_3.1_8b_instruct_fp8_scaled.safetensors', 't5xxl_fp8_e4m3fn_scaled.safetensors', 'ae.safetensors'] Seed set to: 42 Running workflow [ComfyUI] got prompt Executing node 82, title: Load Image, class type: LoadImage Executing node 109, title: Florence2Run, class type: Florence2Run Executing node 108, title: String Function 🐍, class type: StringFunction|pysssss Executing node 83, title: VAE Encode, class type: VAEEncode Executing node 16, title: Positive Prompt, class type: CLIPTextEncode Executing node 3, title: KSampler, class type: KSampler [ComfyUI] </s><s>A photo-realistic shoot from a front camera angle about a woman and a lion cub in a luxurious indoor setting. the image also shows a well-furnished room with wooden walls, a fireplace, and a chandelier. on the middle of the image, a young woman with long, wavy blonde hair, wearing a blue shirt, appears to be in her early twenties, with a neutral expression, looking directly at the camera. she is standing behind the cub, with her upper body visible. the cub is sitting on a wooden table, looking at the viewer with its blue eyes. the woman has a gentle smile on her face, and her hair is styled in a way that frames her face. the lighting in the room is soft and warm, creating a cozy atmosphere. [ComfyUI] [ComfyUI] 1girl, solo, long hair, blue eyes, shirt, animal, indoors, blurry, lips, blurry background, stuffed animal, animal focus, realistic [ComfyUI] [ComfyUI] camera_angle: from front, art_style: photo realistic, location: luxurious room, background: A cozy room with a fireplace and chandeliers, text: NA, distance_to_camera: upper body;upper body, clothing: blue shirt;NA, image_composition: middle;bottom, pants: NA;NA;NA [ComfyUI] [ComfyUI] [ComfyUI] other: 1woman;1lion, animal_expression: neutral;neutral, facing_direction: facing viewer;facing viewer, action: standing;holding the cub;holding its upper body, ear: none;no human, eye_color: blue;blue, gender: 1 woman;1 lion;1 cub, hair_color;blonde, hair style: long hair;long hair, race: light skin;light skin, body: slim;slim</s> [ComfyUI] Offloading model... [ComfyUI] 0%| | 0/50 [00:00<?, ?it/s] [ComfyUI] 2%|▏ | 1/50 [00:01<00:55, 1.13s/it] [ComfyUI] 4%|▍ | 2/50 [00:02<00:54, 1.14s/it] [ComfyUI] 6%|▌ | 3/50 [00:03<00:53, 1.14s/it] [ComfyUI] 8%|▊ | 4/50 [00:04<00:52, 1.14s/it] [ComfyUI] 10%|█ | 5/50 [00:05<00:51, 1.14s/it] [ComfyUI] 12%|█▏ | 6/50 [00:06<00:50, 1.14s/it] [ComfyUI] 14%|█▍ | 7/50 [00:07<00:49, 1.14s/it] [ComfyUI] 16%|█▌ | 8/50 [00:09<00:48, 1.14s/it] [ComfyUI] 18%|█▊ | 9/50 [00:10<00:46, 1.15s/it] [ComfyUI] 20%|██ | 10/50 [00:11<00:46, 1.15s/it] [ComfyUI] 22%|██▏ | 11/50 [00:12<00:44, 1.15s/it] [ComfyUI] 24%|██▍ | 12/50 [00:13<00:43, 1.15s/it] [ComfyUI] 26%|██▌ | 13/50 [00:14<00:42, 1.15s/it] [ComfyUI] 28%|██▊ | 14/50 [00:16<00:41, 1.15s/it] [ComfyUI] 30%|███ | 15/50 [00:17<00:40, 1.15s/it] [ComfyUI] 32%|███▏ | 16/50 [00:18<00:39, 1.15s/it] [ComfyUI] 34%|███▍ | 17/50 [00:19<00:37, 1.15s/it] [ComfyUI] 36%|███▌ | 18/50 [00:20<00:36, 1.15s/it] [ComfyUI] 38%|███▊ | 19/50 [00:21<00:35, 1.16s/it] [ComfyUI] 40%|████ | 20/50 [00:22<00:34, 1.16s/it] [ComfyUI] 42%|████▏ | 21/50 [00:24<00:33, 1.15s/it] [ComfyUI] 44%|████▍ | 22/50 [00:25<00:32, 1.15s/it] [ComfyUI] 46%|████▌ | 23/50 [00:26<00:31, 1.15s/it] [ComfyUI] 48%|████▊ | 24/50 [00:27<00:29, 1.15s/it] [ComfyUI] 50%|█████ | 25/50 [00:28<00:28, 1.15s/it] [ComfyUI] 52%|█████▏ | 26/50 [00:29<00:27, 1.15s/it] [ComfyUI] 54%|█████▍ | 27/50 [00:30<00:26, 1.15s/it] [ComfyUI] 56%|█████▌ | 28/50 [00:32<00:25, 1.15s/it] [ComfyUI] 58%|█████▊ | 29/50 [00:33<00:24, 1.15s/it] [ComfyUI] 60%|██████ | 30/50 [00:34<00:22, 1.15s/it] [ComfyUI] 62%|██████▏ | 31/50 [00:35<00:21, 1.15s/it] [ComfyUI] 64%|██████▍ | 32/50 [00:36<00:20, 1.15s/it] [ComfyUI] 66%|██████▌ | 33/50 [00:37<00:19, 1.15s/it] [ComfyUI] 68%|██████▊ | 34/50 [00:39<00:18, 1.15s/it] [ComfyUI] 70%|███████ | 35/50 [00:40<00:17, 1.15s/it] [ComfyUI] 72%|███████▏ | 36/50 [00:41<00:16, 1.15s/it] [ComfyUI] 74%|███████▍ | 37/50 [00:42<00:14, 1.15s/it] [ComfyUI] 76%|███████▌ | 38/50 [00:43<00:13, 1.15s/it] [ComfyUI] 78%|███████▊ | 39/50 [00:44<00:12, 1.15s/it] [ComfyUI] 80%|████████ | 40/50 [00:45<00:11, 1.15s/it] [ComfyUI] 82%|████████▏ | 41/50 [00:47<00:10, 1.15s/it] [ComfyUI] 84%|████████▍ | 42/50 [00:48<00:09, 1.15s/it] [ComfyUI] 86%|████████▌ | 43/50 [00:49<00:08, 1.15s/it] [ComfyUI] 88%|████████▊ | 44/50 [00:50<00:06, 1.15s/it] [ComfyUI] 90%|█████████ | 45/50 [00:51<00:05, 1.15s/it] [ComfyUI] 92%|█████████▏| 46/50 [00:52<00:04, 1.15s/it] [ComfyUI] 94%|█████████▍| 47/50 [00:53<00:03, 1.15s/it] [ComfyUI] 96%|█████████▌| 48/50 [00:55<00:02, 1.15s/it] [ComfyUI] 98%|█████████▊| 49/50 [00:56<00:01, 1.15s/it] [ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.15s/it] Executing node 8, title: VAE Decode, class type: VAEDecode Executing node 9, title: Save Image, class type: SaveImage [ComfyUI] 100%|██████████| 50/50 [00:57<00:00, 1.15s/it] [ComfyUI] Prompt executed in 62.79 seconds outputs: {'108': {'text': ['Focus is on the surface.f/4 Black woman., A photo-realistic shoot from a front camera angle about a woman and a lion cub in a luxurious indoor setting. the image also shows a well-furnished room with wooden walls, a fireplace, and a chandelier. on the middle of the image, a young woman with long, wavy blonde hair, wearing a blue shirt, appears to be in her early twenties, with a neutral expression, looking directly at the camera. she is standing behind the cub, with her upper body visible. the cub is sitting on a wooden table, looking at the viewer with its blue eyes. the woman has a gentle smile on her face, and her hair is styled in a way that frames her face. the lighting in the room is soft and warm, creating a cozy atmosphere. 1girl, solo, long hair, blue eyes, shirt, animal, indoors, blurry, lips, blurry background, stuffed animal, animal focus, realistic camera_angle: from front, art_style: photo realistic, location: luxurious room, background: A cozy room with a fireplace and chandeliers, text: NA, distance_to_camera: upper body;upper body, clothing: blue shirt;NA, image_composition: middle;bottom, pants: NA;NA;NA other: 1woman;1lion, animal_expression: neutral;neutral, facing_direction: facing viewer;facing viewer, action: standing;holding the cub;holding its upper body, ear: none;no human, eye_color: blue;blue, gender: 1 woman;1 lion;1 cub, hair_color;blonde, hair style: long hair;long hair, race: light skin;light skin, body: slim;slim']}, '9': {'images': [{'filename': 'ComfyUI-HiDream_00001_.png', 'subfolder': '', 'type': 'output'}]}} ==================================== ComfyUI-HiDream_00001_.png
Want to make some of these yourself?
Run this model