fofr/pulid-base
Use a face to make images. Uses SDXL fine-tuned checkpoints.
Prediction
fofr/pulid-base:ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1ID3jagewqc8srgp0cfbqp9434csgStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedby @fofrInput
- width
- 1024
- height
- 1024
- prompt
- anime middle aged professional guy
- face_style
- high-fidelity
- output_format
- webp
- output_quality
- 80
- negative_prompt
- boy
- checkpoint_model
- animated - starlightXLAnimated_v3
- number_of_images
- 1
{ "width": 1024, "height": 1024, "prompt": "anime middle aged professional guy", "face_image": "https://replicate.delivery/pbxt/KtD7T0zAQ4YU1vI4CptsLMSVzL239UWFHRcZ1DgWAhyVsfuh/guy.webp", "face_style": "high-fidelity", "output_format": "webp", "output_quality": 80, "negative_prompt": "boy", "checkpoint_model": "animated - starlightXLAnimated_v3", "number_of_images": 1 }
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 fofr/pulid-base using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "fofr/pulid-base:ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1", { input: { width: 1024, height: 1024, prompt: "anime middle aged professional guy", face_image: "https://replicate.delivery/pbxt/KtD7T0zAQ4YU1vI4CptsLMSVzL239UWFHRcZ1DgWAhyVsfuh/guy.webp", face_style: "high-fidelity", output_format: "webp", output_quality: 80, negative_prompt: "boy", checkpoint_model: "animated - starlightXLAnimated_v3", number_of_images: 1 } } ); // 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 fofr/pulid-base using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "fofr/pulid-base:ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1", input={ "width": 1024, "height": 1024, "prompt": "anime middle aged professional guy", "face_image": "https://replicate.delivery/pbxt/KtD7T0zAQ4YU1vI4CptsLMSVzL239UWFHRcZ1DgWAhyVsfuh/guy.webp", "face_style": "high-fidelity", "output_format": "webp", "output_quality": 80, "negative_prompt": "boy", "checkpoint_model": "animated - starlightXLAnimated_v3", "number_of_images": 1 } ) # 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 fofr/pulid-base 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": "fofr/pulid-base:ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1", "input": { "width": 1024, "height": 1024, "prompt": "anime middle aged professional guy", "face_image": "https://replicate.delivery/pbxt/KtD7T0zAQ4YU1vI4CptsLMSVzL239UWFHRcZ1DgWAhyVsfuh/guy.webp", "face_style": "high-fidelity", "output_format": "webp", "output_quality": 80, "negative_prompt": "boy", "checkpoint_model": "animated - starlightXLAnimated_v3", "number_of_images": 1 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-05-09T15:16:07.004979Z", "created_at": "2024-05-09T15:15:59.174000Z", "data_removed": false, "error": null, "id": "3jagewqc8srgp0cfbqp9434csg", "input": { "width": 1024, "height": 1024, "prompt": "anime middle aged professional guy", "face_image": "https://replicate.delivery/pbxt/KtD7T0zAQ4YU1vI4CptsLMSVzL239UWFHRcZ1DgWAhyVsfuh/guy.webp", "face_style": "high-fidelity", "output_format": "webp", "output_quality": 80, "negative_prompt": "boy", "checkpoint_model": "animated - starlightXLAnimated_v3", "number_of_images": 1 }, "logs": "Random seed set to: 3813125192\nChecking inputs\n✅ /tmp/inputs/image.png\n====================================\nChecking weights\n✅ albedobaseXL_v21.safetensors\n✅ ip-adapter_pulid_sdxl_fp16.safetensors\n✅ pixlAnimeCartoonComic_v10.safetensors\n✅ ProteusV0.4-Lighting.safetensors\n✅ starlightXLAnimated_v3.safetensors\n✅ dreamshaperXL_alpha2Xl10.safetensors\n✅ models/antelopev2\n====================================\nRunning workflow\ngot prompt\nExecuting node 22, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode\nExecuting node 3, title: KSampler, class type: KSampler\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:04, 3.83it/s]\n 10%|█ | 2/20 [00:00<00:04, 3.77it/s]\n 15%|█▌ | 3/20 [00:00<00:04, 3.76it/s]\n 20%|██ | 4/20 [00:01<00:04, 3.77it/s]\n 25%|██▌ | 5/20 [00:01<00:03, 3.78it/s]\n 30%|███ | 6/20 [00:01<00:03, 3.77it/s]\n 35%|███▌ | 7/20 [00:01<00:03, 3.77it/s]\n 40%|████ | 8/20 [00:02<00:03, 3.77it/s]\n 45%|████▌ | 9/20 [00:02<00:02, 3.76it/s]\n 50%|█████ | 10/20 [00:02<00:02, 3.76it/s]\n 55%|█████▌ | 11/20 [00:02<00:02, 3.77it/s]\n 60%|██████ | 12/20 [00:03<00:02, 3.78it/s]\n 65%|██████▌ | 13/20 [00:03<00:01, 3.79it/s]\n 70%|███████ | 14/20 [00:03<00:01, 3.80it/s]\n 75%|███████▌ | 15/20 [00:03<00:01, 3.79it/s]\n 80%|████████ | 16/20 [00:04<00:01, 3.76it/s]\n 85%|████████▌ | 17/20 [00:04<00:00, 3.77it/s]\n 90%|█████████ | 18/20 [00:04<00:00, 3.79it/s]\n 95%|█████████▌| 19/20 [00:05<00:00, 3.87it/s]\n100%|██████████| 20/20 [00:05<00:00, 3.94it/s]\n100%|██████████| 20/20 [00:05<00:00, 3.81it/s]\nExecuting node 8, title: VAE Decode, class type: VAEDecode\nExecuting node 47, title: Save Image, class type: SaveImage\nPrompt executed in 5.66 seconds\noutputs: {'47': {'images': [{'filename': 'ComfyUI_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nComfyUI_00001_.png", "metrics": { "predict_time": 7.792664, "total_time": 7.830979 }, "output": [ "https://replicate.delivery/pbxt/jqivJUARfP3BV6XR9Qr8ktnXYSe5Ilagfstveh5bQSNYrmKLB/ComfyUI_00001_.webp" ], "started_at": "2024-05-09T15:15:59.212315Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/3jagewqc8srgp0cfbqp9434csg", "cancel": "https://api.replicate.com/v1/predictions/3jagewqc8srgp0cfbqp9434csg/cancel" }, "version": "ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1" }
Generated inRandom seed set to: 3813125192 Checking inputs ✅ /tmp/inputs/image.png ==================================== Checking weights ✅ albedobaseXL_v21.safetensors ✅ ip-adapter_pulid_sdxl_fp16.safetensors ✅ pixlAnimeCartoonComic_v10.safetensors ✅ ProteusV0.4-Lighting.safetensors ✅ starlightXLAnimated_v3.safetensors ✅ dreamshaperXL_alpha2Xl10.safetensors ✅ models/antelopev2 ==================================== Running workflow got prompt Executing node 22, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode Executing node 3, title: KSampler, class type: KSampler 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:04, 3.83it/s] 10%|█ | 2/20 [00:00<00:04, 3.77it/s] 15%|█▌ | 3/20 [00:00<00:04, 3.76it/s] 20%|██ | 4/20 [00:01<00:04, 3.77it/s] 25%|██▌ | 5/20 [00:01<00:03, 3.78it/s] 30%|███ | 6/20 [00:01<00:03, 3.77it/s] 35%|███▌ | 7/20 [00:01<00:03, 3.77it/s] 40%|████ | 8/20 [00:02<00:03, 3.77it/s] 45%|████▌ | 9/20 [00:02<00:02, 3.76it/s] 50%|█████ | 10/20 [00:02<00:02, 3.76it/s] 55%|█████▌ | 11/20 [00:02<00:02, 3.77it/s] 60%|██████ | 12/20 [00:03<00:02, 3.78it/s] 65%|██████▌ | 13/20 [00:03<00:01, 3.79it/s] 70%|███████ | 14/20 [00:03<00:01, 3.80it/s] 75%|███████▌ | 15/20 [00:03<00:01, 3.79it/s] 80%|████████ | 16/20 [00:04<00:01, 3.76it/s] 85%|████████▌ | 17/20 [00:04<00:00, 3.77it/s] 90%|█████████ | 18/20 [00:04<00:00, 3.79it/s] 95%|█████████▌| 19/20 [00:05<00:00, 3.87it/s] 100%|██████████| 20/20 [00:05<00:00, 3.94it/s] 100%|██████████| 20/20 [00:05<00:00, 3.81it/s] Executing node 8, title: VAE Decode, class type: VAEDecode Executing node 47, title: Save Image, class type: SaveImage Prompt executed in 5.66 seconds outputs: {'47': {'images': [{'filename': 'ComfyUI_00001_.png', 'subfolder': '', 'type': 'output'}]}} ==================================== ComfyUI_00001_.png
Prediction
fofr/pulid-base:ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1IDbn1zp7n0zxrgj0cfbqx9p74bm8StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- heavy dark eye shadow, In Casey Baugh's evocative style, a Gothic girl emerges from the depths of darkness, her essence a captivating blend of mystery and allure. With piercing eyes and flowing ebony hair, she exudes an enigmatic presence that draws viewers into her world. Baugh's brushwork infuses the painting with a unique combination of realism and abstraction, highlighting the girl's delicate features and contrasting them against a backdrop of deep, rich hues. The interplay of light and shadow adds depth and dimension to the artwork, creating a hauntingly beautiful portrayal of this Gothic muse. Baugh's distinctive style captures the essence of the girl's enigmatic nature, inviting viewers to explore the depths of her soul. Signature
- face_style
- stylized
- output_format
- webp
- output_quality
- 80
- negative_prompt
- 3d render, anime, Signature, deformed, 3d render, smooth, plastic, blurry, grainy, anime
- checkpoint_model
- general - dreamshaperXL_alpha2Xl10
- number_of_images
- 10
{ "width": 1024, "height": 1024, "prompt": "heavy dark eye shadow, In Casey Baugh's evocative style, a Gothic girl emerges from the depths of darkness, her essence a captivating blend of mystery and allure. With piercing eyes and flowing ebony hair, she exudes an enigmatic presence that draws viewers into her world. Baugh's brushwork infuses the painting with a unique combination of realism and abstraction, highlighting the girl's delicate features and contrasting them against a backdrop of deep, rich hues. The interplay of light and shadow adds depth and dimension to the artwork, creating a hauntingly beautiful portrayal of this Gothic muse. Baugh's distinctive style captures the essence of the girl's enigmatic nature, inviting viewers to explore the depths of her soul. Signature", "face_image": "https://replicate.delivery/pbxt/KtDLej3zHqhCopNAi4G8FOHWyx80RQIHiCPHgSiHjY4cuhFt/blonde_mj.png", "face_style": "stylized", "output_format": "webp", "output_quality": 80, "negative_prompt": "3d render, anime, Signature, deformed, 3d render, smooth, plastic, blurry, grainy, anime", "checkpoint_model": "general - dreamshaperXL_alpha2Xl10", "number_of_images": 10 }
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 fofr/pulid-base using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "fofr/pulid-base:ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1", { input: { width: 1024, height: 1024, prompt: "heavy dark eye shadow, In Casey Baugh's evocative style, a Gothic girl emerges from the depths of darkness, her essence a captivating blend of mystery and allure. With piercing eyes and flowing ebony hair, she exudes an enigmatic presence that draws viewers into her world. Baugh's brushwork infuses the painting with a unique combination of realism and abstraction, highlighting the girl's delicate features and contrasting them against a backdrop of deep, rich hues. The interplay of light and shadow adds depth and dimension to the artwork, creating a hauntingly beautiful portrayal of this Gothic muse. Baugh's distinctive style captures the essence of the girl's enigmatic nature, inviting viewers to explore the depths of her soul. Signature", face_image: "https://replicate.delivery/pbxt/KtDLej3zHqhCopNAi4G8FOHWyx80RQIHiCPHgSiHjY4cuhFt/blonde_mj.png", face_style: "stylized", output_format: "webp", output_quality: 80, negative_prompt: "3d render, anime, Signature, deformed, 3d render, smooth, plastic, blurry, grainy, anime", checkpoint_model: "general - dreamshaperXL_alpha2Xl10", number_of_images: 10 } } ); // 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 fofr/pulid-base using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "fofr/pulid-base:ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1", input={ "width": 1024, "height": 1024, "prompt": "heavy dark eye shadow, In Casey Baugh's evocative style, a Gothic girl emerges from the depths of darkness, her essence a captivating blend of mystery and allure. With piercing eyes and flowing ebony hair, she exudes an enigmatic presence that draws viewers into her world. Baugh's brushwork infuses the painting with a unique combination of realism and abstraction, highlighting the girl's delicate features and contrasting them against a backdrop of deep, rich hues. The interplay of light and shadow adds depth and dimension to the artwork, creating a hauntingly beautiful portrayal of this Gothic muse. Baugh's distinctive style captures the essence of the girl's enigmatic nature, inviting viewers to explore the depths of her soul. Signature", "face_image": "https://replicate.delivery/pbxt/KtDLej3zHqhCopNAi4G8FOHWyx80RQIHiCPHgSiHjY4cuhFt/blonde_mj.png", "face_style": "stylized", "output_format": "webp", "output_quality": 80, "negative_prompt": "3d render, anime, Signature, deformed, 3d render, smooth, plastic, blurry, grainy, anime", "checkpoint_model": "general - dreamshaperXL_alpha2Xl10", "number_of_images": 10 } ) # 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 fofr/pulid-base 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": "fofr/pulid-base:ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1", "input": { "width": 1024, "height": 1024, "prompt": "heavy dark eye shadow, In Casey Baugh\'s evocative style, a Gothic girl emerges from the depths of darkness, her essence a captivating blend of mystery and allure. With piercing eyes and flowing ebony hair, she exudes an enigmatic presence that draws viewers into her world. Baugh\'s brushwork infuses the painting with a unique combination of realism and abstraction, highlighting the girl\'s delicate features and contrasting them against a backdrop of deep, rich hues. The interplay of light and shadow adds depth and dimension to the artwork, creating a hauntingly beautiful portrayal of this Gothic muse. Baugh\'s distinctive style captures the essence of the girl\'s enigmatic nature, inviting viewers to explore the depths of her soul. Signature", "face_image": "https://replicate.delivery/pbxt/KtDLej3zHqhCopNAi4G8FOHWyx80RQIHiCPHgSiHjY4cuhFt/blonde_mj.png", "face_style": "stylized", "output_format": "webp", "output_quality": 80, "negative_prompt": "3d render, anime, Signature, deformed, 3d render, smooth, plastic, blurry, grainy, anime", "checkpoint_model": "general - dreamshaperXL_alpha2Xl10", "number_of_images": 10 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-05-09T15:31:54.476319Z", "created_at": "2024-05-09T15:30:57.407000Z", "data_removed": false, "error": null, "id": "bn1zp7n0zxrgj0cfbqx9p74bm8", "input": { "width": 1024, "height": 1024, "prompt": "heavy dark eye shadow, In Casey Baugh's evocative style, a Gothic girl emerges from the depths of darkness, her essence a captivating blend of mystery and allure. With piercing eyes and flowing ebony hair, she exudes an enigmatic presence that draws viewers into her world. Baugh's brushwork infuses the painting with a unique combination of realism and abstraction, highlighting the girl's delicate features and contrasting them against a backdrop of deep, rich hues. The interplay of light and shadow adds depth and dimension to the artwork, creating a hauntingly beautiful portrayal of this Gothic muse. Baugh's distinctive style captures the essence of the girl's enigmatic nature, inviting viewers to explore the depths of her soul. Signature", "face_image": "https://replicate.delivery/pbxt/KtDLej3zHqhCopNAi4G8FOHWyx80RQIHiCPHgSiHjY4cuhFt/blonde_mj.png", "face_style": "stylized", "output_format": "webp", "output_quality": 80, "negative_prompt": "3d render, anime, Signature, deformed, 3d render, smooth, plastic, blurry, grainy, anime", "checkpoint_model": "general - dreamshaperXL_alpha2Xl10", "number_of_images": 10 }, "logs": "Random seed set to: 749604378\nChecking inputs\n✅ /tmp/inputs/image.png\n====================================\nChecking weights\n✅ albedobaseXL_v21.safetensors\n✅ starlightXLAnimated_v3.safetensors\n✅ dreamshaperXL_alpha2Xl10.safetensors\n✅ ProteusV0.4-Lighting.safetensors\n✅ models/antelopev2\n✅ ip-adapter_pulid_sdxl_fp16.safetensors\n====================================\nRunning workflow\ngot prompt\nExecuting node 22, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode\nExecuting node 3, title: KSampler, class type: KSampler\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:02<00:41, 2.21s/it]\n 10%|█ | 2/20 [00:04<00:42, 2.34s/it]\n 15%|█▌ | 3/20 [00:07<00:40, 2.37s/it]\n 20%|██ | 4/20 [00:09<00:37, 2.37s/it]\n 25%|██▌ | 5/20 [00:11<00:35, 2.36s/it]\n 30%|███ | 6/20 [00:14<00:33, 2.37s/it]\n 35%|███▌ | 7/20 [00:16<00:30, 2.37s/it]\n 40%|████ | 8/20 [00:18<00:28, 2.37s/it]\n 45%|████▌ | 9/20 [00:21<00:26, 2.38s/it]\n 50%|█████ | 10/20 [00:23<00:23, 2.39s/it]\n 55%|█████▌ | 11/20 [00:26<00:21, 2.38s/it]\n 60%|██████ | 12/20 [00:28<00:18, 2.37s/it]\n 65%|██████▌ | 13/20 [00:30<00:16, 2.37s/it]\n 70%|███████ | 14/20 [00:33<00:14, 2.36s/it]\n 75%|███████▌ | 15/20 [00:35<00:11, 2.36s/it]\n 80%|████████ | 16/20 [00:37<00:09, 2.36s/it]\n 85%|████████▌ | 17/20 [00:40<00:07, 2.36s/it]\n 90%|█████████ | 18/20 [00:42<00:04, 2.34s/it]\n 95%|█████████▌| 19/20 [00:44<00:02, 2.26s/it]\n100%|██████████| 20/20 [00:46<00:00, 2.19s/it]\n100%|██████████| 20/20 [00:46<00:00, 2.33s/it]\nExecuting node 8, title: VAE Decode, class type: VAEDecode\nExecuting node 47, title: Save Image, class type: SaveImage\nPrompt executed in 50.44 seconds\noutputs: {'47': {'images': [{'filename': 'ComfyUI_00001_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00002_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00003_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00004_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00005_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00006_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00007_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00008_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00009_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00010_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nComfyUI_00001_.png\nComfyUI_00002_.png\nComfyUI_00003_.png\nComfyUI_00004_.png\nComfyUI_00005_.png\nComfyUI_00006_.png\nComfyUI_00007_.png\nComfyUI_00008_.png\nComfyUI_00009_.png\nComfyUI_00010_.png", "metrics": { "predict_time": 57.030523, "total_time": 57.069319 }, "output": [ "https://replicate.delivery/pbxt/mECouegSSR38aqrfmCqzFu0SA2cSoImJF0XDnyKVu3Rn5pySA/ComfyUI_00001_.webp", "https://replicate.delivery/pbxt/jFpO37YrLBr2PRYpUQk2h8bHGRaNOB87VQfW9WgqXVlz8UZJA/ComfyUI_00002_.webp", "https://replicate.delivery/pbxt/NMtfQzBA5EWvWCVYUFz3SJNwfOH4XByKPqlaAEUT0vXo5pySA/ComfyUI_00003_.webp", "https://replicate.delivery/pbxt/fjRSau63x0xemkhZGhFjHOGKzrMmMDC3xQtVvdtL1eKQzTllA/ComfyUI_00004_.webp", "https://replicate.delivery/pbxt/93ymO0KXpGZGAF4C3BUfBWM1Q5g6mSST2xsLGBqZwzH08UZJA/ComfyUI_00005_.webp", "https://replicate.delivery/pbxt/QEpQ0ecu23V5CCFnODNly8YHYkZJ6hG49W4AoJKTiv308UZJA/ComfyUI_00006_.webp", "https://replicate.delivery/pbxt/FTdKaEkbYhJSFBn2ve1AB9WQsPhcGFPNvFUikDNPmc308UZJA/ComfyUI_00007_.webp", "https://replicate.delivery/pbxt/taue7vmfDfVJRISAQZGnc0MHGCKtRVRrfcmg0GgEQkCmmnKLB/ComfyUI_00008_.webp", "https://replicate.delivery/pbxt/bq7xuFIqePyTVqWVs5uIdU9Rv8AazeZfzCMz19FF6t8TzTllA/ComfyUI_00009_.webp", "https://replicate.delivery/pbxt/5ASkJPydEnosHpSObypQIEQoPzkV0az8oOH2I3o9KIpaeUZJA/ComfyUI_00010_.webp" ], "started_at": "2024-05-09T15:30:57.445796Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/bn1zp7n0zxrgj0cfbqx9p74bm8", "cancel": "https://api.replicate.com/v1/predictions/bn1zp7n0zxrgj0cfbqx9p74bm8/cancel" }, "version": "ff8800a68a85d1fed2bbba91c326ec82175b41a168e77c7c5b4653153ac9c3f1" }
Generated inRandom seed set to: 749604378 Checking inputs ✅ /tmp/inputs/image.png ==================================== Checking weights ✅ albedobaseXL_v21.safetensors ✅ starlightXLAnimated_v3.safetensors ✅ dreamshaperXL_alpha2Xl10.safetensors ✅ ProteusV0.4-Lighting.safetensors ✅ models/antelopev2 ✅ ip-adapter_pulid_sdxl_fp16.safetensors ==================================== Running workflow got prompt Executing node 22, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode Executing node 3, title: KSampler, class type: KSampler 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:02<00:41, 2.21s/it] 10%|█ | 2/20 [00:04<00:42, 2.34s/it] 15%|█▌ | 3/20 [00:07<00:40, 2.37s/it] 20%|██ | 4/20 [00:09<00:37, 2.37s/it] 25%|██▌ | 5/20 [00:11<00:35, 2.36s/it] 30%|███ | 6/20 [00:14<00:33, 2.37s/it] 35%|███▌ | 7/20 [00:16<00:30, 2.37s/it] 40%|████ | 8/20 [00:18<00:28, 2.37s/it] 45%|████▌ | 9/20 [00:21<00:26, 2.38s/it] 50%|█████ | 10/20 [00:23<00:23, 2.39s/it] 55%|█████▌ | 11/20 [00:26<00:21, 2.38s/it] 60%|██████ | 12/20 [00:28<00:18, 2.37s/it] 65%|██████▌ | 13/20 [00:30<00:16, 2.37s/it] 70%|███████ | 14/20 [00:33<00:14, 2.36s/it] 75%|███████▌ | 15/20 [00:35<00:11, 2.36s/it] 80%|████████ | 16/20 [00:37<00:09, 2.36s/it] 85%|████████▌ | 17/20 [00:40<00:07, 2.36s/it] 90%|█████████ | 18/20 [00:42<00:04, 2.34s/it] 95%|█████████▌| 19/20 [00:44<00:02, 2.26s/it] 100%|██████████| 20/20 [00:46<00:00, 2.19s/it] 100%|██████████| 20/20 [00:46<00:00, 2.33s/it] Executing node 8, title: VAE Decode, class type: VAEDecode Executing node 47, title: Save Image, class type: SaveImage Prompt executed in 50.44 seconds outputs: {'47': {'images': [{'filename': 'ComfyUI_00001_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00002_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00003_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00004_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00005_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00006_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00007_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00008_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00009_.png', 'subfolder': '', 'type': 'output'}, {'filename': 'ComfyUI_00010_.png', 'subfolder': '', 'type': 'output'}]}} ==================================== ComfyUI_00001_.png ComfyUI_00002_.png ComfyUI_00003_.png ComfyUI_00004_.png ComfyUI_00005_.png ComfyUI_00006_.png ComfyUI_00007_.png ComfyUI_00008_.png ComfyUI_00009_.png ComfyUI_00010_.png
Want to make some of these yourself?
Run this model