Readme
This model doesn't have a readme.
Seamlessly create stunning product shots by blending with inspirational references for a fresh, modern look
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run chromatic-lens/product-shot-v1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"chromatic-lens/product-shot-v1:65b1f832cce1f497846293cb124decc124dbbfffd5a17fcaabb0cbb150d0837a",
{
input: {
image: "https://replicate.delivery/pbxt/LIOCo73tSUKgUDjpv7WkH9sucvvtzxnAUR5Uz4ymkDTBikN1/sofa.png",
weight: 0.5,
negative: "watermark, noisy, glitch, jpeg artifacts, bad",
positive: "Sofa in a living room",
output_format: "png",
number_of_steps: 30,
reference_image: "https://replicate.delivery/pbxt/LIOCoFkkzRiVThSdHYhRjvLQG1v2HQtkssurFHt2ODMNrOi6/Untitled.png",
number_of_images: 4,
mask_multiplier_size: 5
}
}
);
// 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.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run chromatic-lens/product-shot-v1 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"chromatic-lens/product-shot-v1:65b1f832cce1f497846293cb124decc124dbbfffd5a17fcaabb0cbb150d0837a",
input={
"image": "https://replicate.delivery/pbxt/LIOCo73tSUKgUDjpv7WkH9sucvvtzxnAUR5Uz4ymkDTBikN1/sofa.png",
"weight": 0.5,
"negative": "watermark, noisy, glitch, jpeg artifacts, bad",
"positive": "Sofa in a living room",
"output_format": "png",
"number_of_steps": 30,
"reference_image": "https://replicate.delivery/pbxt/LIOCoFkkzRiVThSdHYhRjvLQG1v2HQtkssurFHt2ODMNrOi6/Untitled.png",
"number_of_images": 4,
"mask_multiplier_size": 5
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run chromatic-lens/product-shot-v1 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": "chromatic-lens/product-shot-v1:65b1f832cce1f497846293cb124decc124dbbfffd5a17fcaabb0cbb150d0837a",
"input": {
"image": "https://replicate.delivery/pbxt/LIOCo73tSUKgUDjpv7WkH9sucvvtzxnAUR5Uz4ymkDTBikN1/sofa.png",
"weight": 0.5,
"negative": "watermark, noisy, glitch, jpeg artifacts, bad",
"positive": "Sofa in a living room",
"output_format": "png",
"number_of_steps": 30,
"reference_image": "https://replicate.delivery/pbxt/LIOCoFkkzRiVThSdHYhRjvLQG1v2HQtkssurFHt2ODMNrOi6/Untitled.png",
"number_of_images": 4,
"mask_multiplier_size": 5
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
{
"completed_at": "2024-07-19T13:43:31.116972Z",
"created_at": "2024-07-19T13:42:21.457000Z",
"data_removed": false,
"error": null,
"id": "gf2vtkxr25rgp0cgscxbvqcetm",
"input": {
"image": "https://replicate.delivery/pbxt/LIOCo73tSUKgUDjpv7WkH9sucvvtzxnAUR5Uz4ymkDTBikN1/sofa.png",
"weight": 0.5,
"negative": "watermark, noisy, glitch, jpeg artifacts, bad",
"positive": "Sofa in a living room",
"output_format": "png",
"number_of_steps": 30,
"reference_image": "https://replicate.delivery/pbxt/LIOCoFkkzRiVThSdHYhRjvLQG1v2HQtkssurFHt2ODMNrOi6/Untitled.png",
"number_of_images": 4,
"mask_multiplier_size": 5
},
"logs": "Random seed set to: 2116821477\n====================================\n====================================\nRunning workflow\nExecuting node 20, title: Load Image, class type: LoadImage\nExecuting node 22, title: Prep Image For ClipVision, class type: PrepImageForClipVision\nExecuting node 18, title: IPAdapter Advanced, class type: IPAdapterAdvanced\nExecuting node 24, title: Differential Diffusion, class type: DifferentialDiffusion\nExecuting node 2, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode\nExecuting node 12, title: Apply ControlNet (Advanced), class type: ControlNetApplyAdvanced\nExecuting node 14, title: InpaintModelConditioning, class type: InpaintModelConditioning\nExecuting node 8, title: KSampler, class type: KSampler\nRequested to load SDXL\nLoading 1 new model\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:07, 3.80it/s]\n 7%|▋ | 2/30 [00:00<00:07, 3.83it/s]\n 10%|█ | 3/30 [00:00<00:07, 3.84it/s]\n 13%|█▎ | 4/30 [00:01<00:06, 3.85it/s]\n 17%|█▋ | 5/30 [00:01<00:06, 3.84it/s]\n 20%|██ | 6/30 [00:01<00:06, 3.84it/s]\n 23%|██▎ | 7/30 [00:01<00:05, 3.85it/s]\n 27%|██▋ | 8/30 [00:02<00:05, 3.84it/s]\n 30%|███ | 9/30 [00:02<00:05, 3.84it/s]\n 33%|███▎ | 10/30 [00:02<00:05, 3.86it/s]\n 37%|███▋ | 11/30 [00:02<00:04, 3.86it/s]\n 40%|████ | 12/30 [00:03<00:04, 3.86it/s]\n 43%|████▎ | 13/30 [00:03<00:04, 3.86it/s]\n 47%|████▋ | 14/30 [00:03<00:04, 3.87it/s]\n 50%|█████ | 15/30 [00:03<00:03, 3.87it/s]\n 53%|█████▎ | 16/30 [00:04<00:03, 3.87it/s]\n 57%|█████▋ | 17/30 [00:04<00:03, 3.87it/s]\n 60%|██████ | 18/30 [00:04<00:03, 3.88it/s]\n 63%|██████▎ | 19/30 [00:04<00:02, 3.88it/s]\n 67%|██████▋ | 20/30 [00:05<00:02, 3.87it/s]\n 70%|███████ | 21/30 [00:05<00:02, 3.87it/s]\n 73%|███████▎ | 22/30 [00:05<00:02, 3.87it/s]\n 77%|███████▋ | 23/30 [00:05<00:01, 3.88it/s]\n 80%|████████ | 24/30 [00:06<00:01, 3.88it/s]\n 83%|████████▎ | 25/30 [00:06<00:01, 3.88it/s]\n 87%|████████▋ | 26/30 [00:06<00:00, 4.18it/s]\n 90%|█████████ | 27/30 [00:06<00:00, 4.39it/s]\n 93%|█████████▎| 28/30 [00:07<00:00, 4.58it/s]\n 97%|█████████▋| 29/30 [00:07<00:00, 4.73it/s]\n100%|██████████| 30/30 [00:07<00:00, 4.85it/s]\n100%|██████████| 30/30 [00:07<00:00, 4.02it/s]\nExecuting node 9, title: VAE Decode, class type: VAEDecode\nExecuting node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha\nExecuting node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur\nExecuting node 68, title: Invert Image, class type: ImageInvert\nExecuting node 69, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 70, title: Invert Image, class type: ImageInvert\nExecuting node 59, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 55, title: Image Blend by Mask, class type: Image Blend by Mask\nExecuting node 71, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment\nExecuting node 74, title: Save Image, class type: SaveImage\nPrompt executed in 11.44 seconds\noutputs: {'74': {'images': [{'filename': 'output_0_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nRandom seed set to: 3603367682\n====================================\nRunning workflow\nExecuting node 8, title: KSampler, class type: KSampler\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:07, 3.88it/s]\n 7%|▋ | 2/30 [00:00<00:07, 3.90it/s]\n 10%|█ | 3/30 [00:00<00:06, 3.90it/s]\n 13%|█▎ | 4/30 [00:01<00:06, 3.90it/s]\n 17%|█▋ | 5/30 [00:01<00:06, 3.91it/s]\n 20%|██ | 6/30 [00:01<00:06, 3.91it/s]\n 23%|██▎ | 7/30 [00:01<00:05, 3.90it/s]\n 27%|██▋ | 8/30 [00:02<00:05, 3.89it/s]\n 30%|███ | 9/30 [00:02<00:05, 3.89it/s]\n 33%|███▎ | 10/30 [00:02<00:05, 3.88it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 2.81it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.07it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.28it/s]\n 47%|████▋ | 14/30 [00:03<00:04, 3.44it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.57it/s]\n 53%|█████▎ | 16/30 [00:04<00:05, 2.60it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 2.89it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.13it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 2.91it/s]\n 67%|██████▋ | 20/30 [00:05<00:03, 3.15it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.34it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.49it/s]\n 77%|███████▋ | 23/30 [00:06<00:01, 3.61it/s]\n 80%|████████ | 24/30 [00:06<00:01, 3.69it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.76it/s]\n 87%|████████▋ | 26/30 [00:07<00:00, 4.07it/s]\n 90%|█████████ | 27/30 [00:07<00:00, 4.35it/s]\n 93%|█████████▎| 28/30 [00:07<00:00, 4.54it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 4.72it/s]\n100%|██████████| 30/30 [00:08<00:00, 4.75it/s]\n100%|██████████| 30/30 [00:08<00:00, 3.64it/s]\nExecuting node 9, title: VAE Decode, class type: VAEDecode\nExecuting node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha\nExecuting node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur\nExecuting node 68, title: Invert Image, class type: ImageInvert\nExecuting node 69, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 70, title: Invert Image, class type: ImageInvert\nExecuting node 59, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 55, title: Image Blend by Mask, class type: Image Blend by Mask\nExecuting node 71, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment\nExecuting node 74, title: Save Image, class type: SaveImage\nPrompt executed in 9.89 seconds\noutputs: {'74': {'images': [{'filename': 'output_1_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nRandom seed set to: 3108105402\n====================================\nRunning workflow\nExecuting node 8, title: KSampler, class type: KSampler\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:07, 3.85it/s]\n 7%|▋ | 2/30 [00:00<00:07, 3.87it/s]\n 10%|█ | 3/30 [00:00<00:06, 3.87it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.09it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.34it/s]\n 20%|██ | 6/30 [00:01<00:06, 3.50it/s]\n 23%|██▎ | 7/30 [00:01<00:06, 3.61it/s]\n 27%|██▋ | 8/30 [00:02<00:05, 3.69it/s]\n 30%|███ | 9/30 [00:02<00:05, 3.74it/s]\n 33%|███▎ | 10/30 [00:03<00:09, 2.01it/s]\n 37%|███▋ | 11/30 [00:03<00:08, 2.35it/s]\n 40%|████ | 12/30 [00:04<00:06, 2.67it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 2.95it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.17it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.35it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.50it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.61it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.69it/s]\n 63%|██████▎ | 19/30 [00:05<00:02, 3.75it/s]\n 67%|██████▋ | 20/30 [00:06<00:02, 3.80it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.83it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.84it/s]\n 77%|███████▋ | 23/30 [00:06<00:01, 3.86it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.86it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.87it/s]\n 87%|████████▋ | 26/30 [00:07<00:00, 4.16it/s]\n 90%|█████████ | 27/30 [00:07<00:00, 4.41it/s]\n 93%|█████████▎| 28/30 [00:07<00:00, 4.60it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 4.75it/s]\n100%|██████████| 30/30 [00:08<00:00, 4.89it/s]\n100%|██████████| 30/30 [00:08<00:00, 3.60it/s]\nExecuting node 9, title: VAE Decode, class type: VAEDecode\nExecuting node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha\nExecuting node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur\nExecuting node 68, title: Invert Image, class type: ImageInvert\nExecuting node 69, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 70, title: Invert Image, class type: ImageInvert\nExecuting node 59, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 55, title: Image Blend by Mask, class type: Image Blend by Mask\nExecuting node 71, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment\nExecuting node 74, title: Save Image, class type: SaveImage\nPrompt executed in 9.93 seconds\noutputs: {'74': {'images': [{'filename': 'output_2_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nRandom seed set to: 194143332\n====================================\nRunning workflow\nExecuting node 8, title: KSampler, class type: KSampler\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:07, 3.81it/s]\n 7%|▋ | 2/30 [00:00<00:07, 3.87it/s]\n 10%|█ | 3/30 [00:00<00:06, 3.90it/s]\n 13%|█▎ | 4/30 [00:01<00:06, 3.90it/s]\n 17%|█▋ | 5/30 [00:01<00:06, 3.89it/s]\n 20%|██ | 6/30 [00:01<00:06, 3.89it/s]\n 23%|██▎ | 7/30 [00:01<00:05, 3.89it/s]\n 27%|██▋ | 8/30 [00:02<00:05, 3.89it/s]\n 30%|███ | 9/30 [00:02<00:05, 3.88it/s]\n 33%|███▎ | 10/30 [00:02<00:05, 3.88it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.09it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.29it/s]\n 43%|████▎ | 13/30 [00:03<00:04, 3.45it/s]\n 47%|████▋ | 14/30 [00:03<00:04, 3.56it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.66it/s]\n 53%|█████▎ | 16/30 [00:04<00:03, 3.72it/s]\n 57%|█████▋ | 17/30 [00:04<00:03, 3.78it/s]\n 60%|██████ | 18/30 [00:04<00:03, 3.81it/s]\n 63%|██████▎ | 19/30 [00:05<00:02, 3.84it/s]\n 67%|██████▋ | 20/30 [00:05<00:02, 3.85it/s]\n 70%|███████ | 21/30 [00:05<00:02, 3.87it/s]\n 73%|███████▎ | 22/30 [00:05<00:02, 3.87it/s]\n 77%|███████▋ | 23/30 [00:06<00:01, 3.89it/s]\n 80%|████████ | 24/30 [00:06<00:01, 3.89it/s]\n 83%|████████▎ | 25/30 [00:06<00:01, 3.91it/s]\n 87%|████████▋ | 26/30 [00:06<00:00, 4.20it/s]\n 90%|█████████ | 27/30 [00:07<00:00, 4.44it/s]\n 93%|█████████▎| 28/30 [00:07<00:00, 4.62it/s]\n 97%|█████████▋| 29/30 [00:07<00:00, 4.79it/s]\n100%|██████████| 30/30 [00:07<00:00, 4.61it/s]\n100%|██████████| 30/30 [00:07<00:00, 3.92it/s]\nExecuting node 9, title: VAE Decode, class type: VAEDecode\nExecuting node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha\nExecuting node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur\nExecuting node 68, title: Invert Image, class type: ImageInvert\nExecuting node 69, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 70, title: Invert Image, class type: ImageInvert\nExecuting node 59, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 55, title: Image Blend by Mask, class type: Image Blend by Mask\nExecuting node 71, title: Image Blending Mode, class type: Image Blending Mode\nExecuting node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment\nExecuting node 74, title: Save Image, class type: SaveImage\nPrompt executed in 9.27 seconds\noutputs: {'74': {'images': [{'filename': 'output_3_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\noutput_0_00001_.png\noutput_1_00001_.png\noutput_2_00001_.png\noutput_3_00001_.png",
"metrics": {
"predict_time": 44.736429699,
"total_time": 69.659972
},
"output": [
"https://replicate.delivery/pbxt/82lVt5uQLiKfCybAdeekS3KP3CbUale2xKjXlRAlPdiE4HoMB/output_0_00001_.png",
"https://replicate.delivery/pbxt/lEif2qoivyxbGqbtnyqeEiyefSHQIYgcd7eOc1nB51nVwPQZC/output_1_00001_.png",
"https://replicate.delivery/pbxt/nXkoeUpskoxDfUKvzMvvbUeOEKC0mE5eu0gn6jeqEFOSwPQZC/output_2_00001_.png",
"https://replicate.delivery/pbxt/wr0TvsJlnE6BAZz17VeZAsfnY7ziASmhnFQW0FzPrnuCeDUmA/output_3_00001_.png"
],
"started_at": "2024-07-19T13:42:46.380542Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/gf2vtkxr25rgp0cgscxbvqcetm",
"cancel": "https://api.replicate.com/v1/predictions/gf2vtkxr25rgp0cgscxbvqcetm/cancel"
},
"version": "65b1f832cce1f497846293cb124decc124dbbfffd5a17fcaabb0cbb150d0837a"
}
Random seed set to: 2116821477
====================================
====================================
Running workflow
Executing node 20, title: Load Image, class type: LoadImage
Executing node 22, title: Prep Image For ClipVision, class type: PrepImageForClipVision
Executing node 18, title: IPAdapter Advanced, class type: IPAdapterAdvanced
Executing node 24, title: Differential Diffusion, class type: DifferentialDiffusion
Executing node 2, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode
Executing node 12, title: Apply ControlNet (Advanced), class type: ControlNetApplyAdvanced
Executing node 14, title: InpaintModelConditioning, class type: InpaintModelConditioning
Executing node 8, title: KSampler, class type: KSampler
Requested to load SDXL
Loading 1 new model
0%| | 0/30 [00:00<?, ?it/s]
3%|▎ | 1/30 [00:00<00:07, 3.80it/s]
7%|▋ | 2/30 [00:00<00:07, 3.83it/s]
10%|█ | 3/30 [00:00<00:07, 3.84it/s]
13%|█▎ | 4/30 [00:01<00:06, 3.85it/s]
17%|█▋ | 5/30 [00:01<00:06, 3.84it/s]
20%|██ | 6/30 [00:01<00:06, 3.84it/s]
23%|██▎ | 7/30 [00:01<00:05, 3.85it/s]
27%|██▋ | 8/30 [00:02<00:05, 3.84it/s]
30%|███ | 9/30 [00:02<00:05, 3.84it/s]
33%|███▎ | 10/30 [00:02<00:05, 3.86it/s]
37%|███▋ | 11/30 [00:02<00:04, 3.86it/s]
40%|████ | 12/30 [00:03<00:04, 3.86it/s]
43%|████▎ | 13/30 [00:03<00:04, 3.86it/s]
47%|████▋ | 14/30 [00:03<00:04, 3.87it/s]
50%|█████ | 15/30 [00:03<00:03, 3.87it/s]
53%|█████▎ | 16/30 [00:04<00:03, 3.87it/s]
57%|█████▋ | 17/30 [00:04<00:03, 3.87it/s]
60%|██████ | 18/30 [00:04<00:03, 3.88it/s]
63%|██████▎ | 19/30 [00:04<00:02, 3.88it/s]
67%|██████▋ | 20/30 [00:05<00:02, 3.87it/s]
70%|███████ | 21/30 [00:05<00:02, 3.87it/s]
73%|███████▎ | 22/30 [00:05<00:02, 3.87it/s]
77%|███████▋ | 23/30 [00:05<00:01, 3.88it/s]
80%|████████ | 24/30 [00:06<00:01, 3.88it/s]
83%|████████▎ | 25/30 [00:06<00:01, 3.88it/s]
87%|████████▋ | 26/30 [00:06<00:00, 4.18it/s]
90%|█████████ | 27/30 [00:06<00:00, 4.39it/s]
93%|█████████▎| 28/30 [00:07<00:00, 4.58it/s]
97%|█████████▋| 29/30 [00:07<00:00, 4.73it/s]
100%|██████████| 30/30 [00:07<00:00, 4.85it/s]
100%|██████████| 30/30 [00:07<00:00, 4.02it/s]
Executing node 9, title: VAE Decode, class type: VAEDecode
Executing node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha
Executing node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur
Executing node 68, title: Invert Image, class type: ImageInvert
Executing node 69, title: Image Blending Mode, class type: Image Blending Mode
Executing node 70, title: Invert Image, class type: ImageInvert
Executing node 59, title: Image Blending Mode, class type: Image Blending Mode
Executing node 55, title: Image Blend by Mask, class type: Image Blend by Mask
Executing node 71, title: Image Blending Mode, class type: Image Blending Mode
Executing node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment
Executing node 74, title: Save Image, class type: SaveImage
Prompt executed in 11.44 seconds
outputs: {'74': {'images': [{'filename': 'output_0_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
Random seed set to: 3603367682
====================================
Running workflow
Executing node 8, title: KSampler, class type: KSampler
0%| | 0/30 [00:00<?, ?it/s]
3%|▎ | 1/30 [00:00<00:07, 3.88it/s]
7%|▋ | 2/30 [00:00<00:07, 3.90it/s]
10%|█ | 3/30 [00:00<00:06, 3.90it/s]
13%|█▎ | 4/30 [00:01<00:06, 3.90it/s]
17%|█▋ | 5/30 [00:01<00:06, 3.91it/s]
20%|██ | 6/30 [00:01<00:06, 3.91it/s]
23%|██▎ | 7/30 [00:01<00:05, 3.90it/s]
27%|██▋ | 8/30 [00:02<00:05, 3.89it/s]
30%|███ | 9/30 [00:02<00:05, 3.89it/s]
33%|███▎ | 10/30 [00:02<00:05, 3.88it/s]
37%|███▋ | 11/30 [00:03<00:06, 2.81it/s]
40%|████ | 12/30 [00:03<00:05, 3.07it/s]
43%|████▎ | 13/30 [00:03<00:05, 3.28it/s]
47%|████▋ | 14/30 [00:03<00:04, 3.44it/s]
50%|█████ | 15/30 [00:04<00:04, 3.57it/s]
53%|█████▎ | 16/30 [00:04<00:05, 2.60it/s]
57%|█████▋ | 17/30 [00:05<00:04, 2.89it/s]
60%|██████ | 18/30 [00:05<00:03, 3.13it/s]
63%|██████▎ | 19/30 [00:05<00:03, 2.91it/s]
67%|██████▋ | 20/30 [00:05<00:03, 3.15it/s]
70%|███████ | 21/30 [00:06<00:02, 3.34it/s]
73%|███████▎ | 22/30 [00:06<00:02, 3.49it/s]
77%|███████▋ | 23/30 [00:06<00:01, 3.61it/s]
80%|████████ | 24/30 [00:06<00:01, 3.69it/s]
83%|████████▎ | 25/30 [00:07<00:01, 3.76it/s]
87%|████████▋ | 26/30 [00:07<00:00, 4.07it/s]
90%|█████████ | 27/30 [00:07<00:00, 4.35it/s]
93%|█████████▎| 28/30 [00:07<00:00, 4.54it/s]
97%|█████████▋| 29/30 [00:08<00:00, 4.72it/s]
100%|██████████| 30/30 [00:08<00:00, 4.75it/s]
100%|██████████| 30/30 [00:08<00:00, 3.64it/s]
Executing node 9, title: VAE Decode, class type: VAEDecode
Executing node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha
Executing node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur
Executing node 68, title: Invert Image, class type: ImageInvert
Executing node 69, title: Image Blending Mode, class type: Image Blending Mode
Executing node 70, title: Invert Image, class type: ImageInvert
Executing node 59, title: Image Blending Mode, class type: Image Blending Mode
Executing node 55, title: Image Blend by Mask, class type: Image Blend by Mask
Executing node 71, title: Image Blending Mode, class type: Image Blending Mode
Executing node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment
Executing node 74, title: Save Image, class type: SaveImage
Prompt executed in 9.89 seconds
outputs: {'74': {'images': [{'filename': 'output_1_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
Random seed set to: 3108105402
====================================
Running workflow
Executing node 8, title: KSampler, class type: KSampler
0%| | 0/30 [00:00<?, ?it/s]
3%|▎ | 1/30 [00:00<00:07, 3.85it/s]
7%|▋ | 2/30 [00:00<00:07, 3.87it/s]
10%|█ | 3/30 [00:00<00:06, 3.87it/s]
13%|█▎ | 4/30 [00:01<00:08, 3.09it/s]
17%|█▋ | 5/30 [00:01<00:07, 3.34it/s]
20%|██ | 6/30 [00:01<00:06, 3.50it/s]
23%|██▎ | 7/30 [00:01<00:06, 3.61it/s]
27%|██▋ | 8/30 [00:02<00:05, 3.69it/s]
30%|███ | 9/30 [00:02<00:05, 3.74it/s]
33%|███▎ | 10/30 [00:03<00:09, 2.01it/s]
37%|███▋ | 11/30 [00:03<00:08, 2.35it/s]
40%|████ | 12/30 [00:04<00:06, 2.67it/s]
43%|████▎ | 13/30 [00:04<00:05, 2.95it/s]
47%|████▋ | 14/30 [00:04<00:05, 3.17it/s]
50%|█████ | 15/30 [00:04<00:04, 3.35it/s]
53%|█████▎ | 16/30 [00:05<00:04, 3.50it/s]
57%|█████▋ | 17/30 [00:05<00:03, 3.61it/s]
60%|██████ | 18/30 [00:05<00:03, 3.69it/s]
63%|██████▎ | 19/30 [00:05<00:02, 3.75it/s]
67%|██████▋ | 20/30 [00:06<00:02, 3.80it/s]
70%|███████ | 21/30 [00:06<00:02, 3.83it/s]
73%|███████▎ | 22/30 [00:06<00:02, 3.84it/s]
77%|███████▋ | 23/30 [00:06<00:01, 3.86it/s]
80%|████████ | 24/30 [00:07<00:01, 3.86it/s]
83%|████████▎ | 25/30 [00:07<00:01, 3.87it/s]
87%|████████▋ | 26/30 [00:07<00:00, 4.16it/s]
90%|█████████ | 27/30 [00:07<00:00, 4.41it/s]
93%|█████████▎| 28/30 [00:07<00:00, 4.60it/s]
97%|█████████▋| 29/30 [00:08<00:00, 4.75it/s]
100%|██████████| 30/30 [00:08<00:00, 4.89it/s]
100%|██████████| 30/30 [00:08<00:00, 3.60it/s]
Executing node 9, title: VAE Decode, class type: VAEDecode
Executing node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha
Executing node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur
Executing node 68, title: Invert Image, class type: ImageInvert
Executing node 69, title: Image Blending Mode, class type: Image Blending Mode
Executing node 70, title: Invert Image, class type: ImageInvert
Executing node 59, title: Image Blending Mode, class type: Image Blending Mode
Executing node 55, title: Image Blend by Mask, class type: Image Blend by Mask
Executing node 71, title: Image Blending Mode, class type: Image Blending Mode
Executing node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment
Executing node 74, title: Save Image, class type: SaveImage
Prompt executed in 9.93 seconds
outputs: {'74': {'images': [{'filename': 'output_2_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
Random seed set to: 194143332
====================================
Running workflow
Executing node 8, title: KSampler, class type: KSampler
0%| | 0/30 [00:00<?, ?it/s]
3%|▎ | 1/30 [00:00<00:07, 3.81it/s]
7%|▋ | 2/30 [00:00<00:07, 3.87it/s]
10%|█ | 3/30 [00:00<00:06, 3.90it/s]
13%|█▎ | 4/30 [00:01<00:06, 3.90it/s]
17%|█▋ | 5/30 [00:01<00:06, 3.89it/s]
20%|██ | 6/30 [00:01<00:06, 3.89it/s]
23%|██▎ | 7/30 [00:01<00:05, 3.89it/s]
27%|██▋ | 8/30 [00:02<00:05, 3.89it/s]
30%|███ | 9/30 [00:02<00:05, 3.88it/s]
33%|███▎ | 10/30 [00:02<00:05, 3.88it/s]
37%|███▋ | 11/30 [00:03<00:06, 3.09it/s]
40%|████ | 12/30 [00:03<00:05, 3.29it/s]
43%|████▎ | 13/30 [00:03<00:04, 3.45it/s]
47%|████▋ | 14/30 [00:03<00:04, 3.56it/s]
50%|█████ | 15/30 [00:04<00:04, 3.66it/s]
53%|█████▎ | 16/30 [00:04<00:03, 3.72it/s]
57%|█████▋ | 17/30 [00:04<00:03, 3.78it/s]
60%|██████ | 18/30 [00:04<00:03, 3.81it/s]
63%|██████▎ | 19/30 [00:05<00:02, 3.84it/s]
67%|██████▋ | 20/30 [00:05<00:02, 3.85it/s]
70%|███████ | 21/30 [00:05<00:02, 3.87it/s]
73%|███████▎ | 22/30 [00:05<00:02, 3.87it/s]
77%|███████▋ | 23/30 [00:06<00:01, 3.89it/s]
80%|████████ | 24/30 [00:06<00:01, 3.89it/s]
83%|████████▎ | 25/30 [00:06<00:01, 3.91it/s]
87%|████████▋ | 26/30 [00:06<00:00, 4.20it/s]
90%|█████████ | 27/30 [00:07<00:00, 4.44it/s]
93%|█████████▎| 28/30 [00:07<00:00, 4.62it/s]
97%|█████████▋| 29/30 [00:07<00:00, 4.79it/s]
100%|██████████| 30/30 [00:07<00:00, 4.61it/s]
100%|██████████| 30/30 [00:07<00:00, 3.92it/s]
Executing node 9, title: VAE Decode, class type: VAEDecode
Executing node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha
Executing node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur
Executing node 68, title: Invert Image, class type: ImageInvert
Executing node 69, title: Image Blending Mode, class type: Image Blending Mode
Executing node 70, title: Invert Image, class type: ImageInvert
Executing node 59, title: Image Blending Mode, class type: Image Blending Mode
Executing node 55, title: Image Blend by Mask, class type: Image Blend by Mask
Executing node 71, title: Image Blending Mode, class type: Image Blending Mode
Executing node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment
Executing node 74, title: Save Image, class type: SaveImage
Prompt executed in 9.27 seconds
outputs: {'74': {'images': [{'filename': 'output_3_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
output_0_00001_.png
output_1_00001_.png
output_2_00001_.png
output_3_00001_.png
This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.
This model is cold. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.
Choose a file from your machine
Hint: you can also drag files onto the input
Choose a file from your machine
Hint: you can also drag files onto the input
Random seed set to: 2116821477
====================================
====================================
Running workflow
Executing node 20, title: Load Image, class type: LoadImage
Executing node 22, title: Prep Image For ClipVision, class type: PrepImageForClipVision
Executing node 18, title: IPAdapter Advanced, class type: IPAdapterAdvanced
Executing node 24, title: Differential Diffusion, class type: DifferentialDiffusion
Executing node 2, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode
Executing node 12, title: Apply ControlNet (Advanced), class type: ControlNetApplyAdvanced
Executing node 14, title: InpaintModelConditioning, class type: InpaintModelConditioning
Executing node 8, title: KSampler, class type: KSampler
Requested to load SDXL
Loading 1 new model
0%| | 0/30 [00:00<?, ?it/s]
3%|▎ | 1/30 [00:00<00:07, 3.80it/s]
7%|▋ | 2/30 [00:00<00:07, 3.83it/s]
10%|█ | 3/30 [00:00<00:07, 3.84it/s]
13%|█▎ | 4/30 [00:01<00:06, 3.85it/s]
17%|█▋ | 5/30 [00:01<00:06, 3.84it/s]
20%|██ | 6/30 [00:01<00:06, 3.84it/s]
23%|██▎ | 7/30 [00:01<00:05, 3.85it/s]
27%|██▋ | 8/30 [00:02<00:05, 3.84it/s]
30%|███ | 9/30 [00:02<00:05, 3.84it/s]
33%|███▎ | 10/30 [00:02<00:05, 3.86it/s]
37%|███▋ | 11/30 [00:02<00:04, 3.86it/s]
40%|████ | 12/30 [00:03<00:04, 3.86it/s]
43%|████▎ | 13/30 [00:03<00:04, 3.86it/s]
47%|████▋ | 14/30 [00:03<00:04, 3.87it/s]
50%|█████ | 15/30 [00:03<00:03, 3.87it/s]
53%|█████▎ | 16/30 [00:04<00:03, 3.87it/s]
57%|█████▋ | 17/30 [00:04<00:03, 3.87it/s]
60%|██████ | 18/30 [00:04<00:03, 3.88it/s]
63%|██████▎ | 19/30 [00:04<00:02, 3.88it/s]
67%|██████▋ | 20/30 [00:05<00:02, 3.87it/s]
70%|███████ | 21/30 [00:05<00:02, 3.87it/s]
73%|███████▎ | 22/30 [00:05<00:02, 3.87it/s]
77%|███████▋ | 23/30 [00:05<00:01, 3.88it/s]
80%|████████ | 24/30 [00:06<00:01, 3.88it/s]
83%|████████▎ | 25/30 [00:06<00:01, 3.88it/s]
87%|████████▋ | 26/30 [00:06<00:00, 4.18it/s]
90%|█████████ | 27/30 [00:06<00:00, 4.39it/s]
93%|█████████▎| 28/30 [00:07<00:00, 4.58it/s]
97%|█████████▋| 29/30 [00:07<00:00, 4.73it/s]
100%|██████████| 30/30 [00:07<00:00, 4.85it/s]
100%|██████████| 30/30 [00:07<00:00, 4.02it/s]
Executing node 9, title: VAE Decode, class type: VAEDecode
Executing node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha
Executing node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur
Executing node 68, title: Invert Image, class type: ImageInvert
Executing node 69, title: Image Blending Mode, class type: Image Blending Mode
Executing node 70, title: Invert Image, class type: ImageInvert
Executing node 59, title: Image Blending Mode, class type: Image Blending Mode
Executing node 55, title: Image Blend by Mask, class type: Image Blend by Mask
Executing node 71, title: Image Blending Mode, class type: Image Blending Mode
Executing node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment
Executing node 74, title: Save Image, class type: SaveImage
Prompt executed in 11.44 seconds
outputs: {'74': {'images': [{'filename': 'output_0_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
Random seed set to: 3603367682
====================================
Running workflow
Executing node 8, title: KSampler, class type: KSampler
0%| | 0/30 [00:00<?, ?it/s]
3%|▎ | 1/30 [00:00<00:07, 3.88it/s]
7%|▋ | 2/30 [00:00<00:07, 3.90it/s]
10%|█ | 3/30 [00:00<00:06, 3.90it/s]
13%|█▎ | 4/30 [00:01<00:06, 3.90it/s]
17%|█▋ | 5/30 [00:01<00:06, 3.91it/s]
20%|██ | 6/30 [00:01<00:06, 3.91it/s]
23%|██▎ | 7/30 [00:01<00:05, 3.90it/s]
27%|██▋ | 8/30 [00:02<00:05, 3.89it/s]
30%|███ | 9/30 [00:02<00:05, 3.89it/s]
33%|███▎ | 10/30 [00:02<00:05, 3.88it/s]
37%|███▋ | 11/30 [00:03<00:06, 2.81it/s]
40%|████ | 12/30 [00:03<00:05, 3.07it/s]
43%|████▎ | 13/30 [00:03<00:05, 3.28it/s]
47%|████▋ | 14/30 [00:03<00:04, 3.44it/s]
50%|█████ | 15/30 [00:04<00:04, 3.57it/s]
53%|█████▎ | 16/30 [00:04<00:05, 2.60it/s]
57%|█████▋ | 17/30 [00:05<00:04, 2.89it/s]
60%|██████ | 18/30 [00:05<00:03, 3.13it/s]
63%|██████▎ | 19/30 [00:05<00:03, 2.91it/s]
67%|██████▋ | 20/30 [00:05<00:03, 3.15it/s]
70%|███████ | 21/30 [00:06<00:02, 3.34it/s]
73%|███████▎ | 22/30 [00:06<00:02, 3.49it/s]
77%|███████▋ | 23/30 [00:06<00:01, 3.61it/s]
80%|████████ | 24/30 [00:06<00:01, 3.69it/s]
83%|████████▎ | 25/30 [00:07<00:01, 3.76it/s]
87%|████████▋ | 26/30 [00:07<00:00, 4.07it/s]
90%|█████████ | 27/30 [00:07<00:00, 4.35it/s]
93%|█████████▎| 28/30 [00:07<00:00, 4.54it/s]
97%|█████████▋| 29/30 [00:08<00:00, 4.72it/s]
100%|██████████| 30/30 [00:08<00:00, 4.75it/s]
100%|██████████| 30/30 [00:08<00:00, 3.64it/s]
Executing node 9, title: VAE Decode, class type: VAEDecode
Executing node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha
Executing node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur
Executing node 68, title: Invert Image, class type: ImageInvert
Executing node 69, title: Image Blending Mode, class type: Image Blending Mode
Executing node 70, title: Invert Image, class type: ImageInvert
Executing node 59, title: Image Blending Mode, class type: Image Blending Mode
Executing node 55, title: Image Blend by Mask, class type: Image Blend by Mask
Executing node 71, title: Image Blending Mode, class type: Image Blending Mode
Executing node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment
Executing node 74, title: Save Image, class type: SaveImage
Prompt executed in 9.89 seconds
outputs: {'74': {'images': [{'filename': 'output_1_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
Random seed set to: 3108105402
====================================
Running workflow
Executing node 8, title: KSampler, class type: KSampler
0%| | 0/30 [00:00<?, ?it/s]
3%|▎ | 1/30 [00:00<00:07, 3.85it/s]
7%|▋ | 2/30 [00:00<00:07, 3.87it/s]
10%|█ | 3/30 [00:00<00:06, 3.87it/s]
13%|█▎ | 4/30 [00:01<00:08, 3.09it/s]
17%|█▋ | 5/30 [00:01<00:07, 3.34it/s]
20%|██ | 6/30 [00:01<00:06, 3.50it/s]
23%|██▎ | 7/30 [00:01<00:06, 3.61it/s]
27%|██▋ | 8/30 [00:02<00:05, 3.69it/s]
30%|███ | 9/30 [00:02<00:05, 3.74it/s]
33%|███▎ | 10/30 [00:03<00:09, 2.01it/s]
37%|███▋ | 11/30 [00:03<00:08, 2.35it/s]
40%|████ | 12/30 [00:04<00:06, 2.67it/s]
43%|████▎ | 13/30 [00:04<00:05, 2.95it/s]
47%|████▋ | 14/30 [00:04<00:05, 3.17it/s]
50%|█████ | 15/30 [00:04<00:04, 3.35it/s]
53%|█████▎ | 16/30 [00:05<00:04, 3.50it/s]
57%|█████▋ | 17/30 [00:05<00:03, 3.61it/s]
60%|██████ | 18/30 [00:05<00:03, 3.69it/s]
63%|██████▎ | 19/30 [00:05<00:02, 3.75it/s]
67%|██████▋ | 20/30 [00:06<00:02, 3.80it/s]
70%|███████ | 21/30 [00:06<00:02, 3.83it/s]
73%|███████▎ | 22/30 [00:06<00:02, 3.84it/s]
77%|███████▋ | 23/30 [00:06<00:01, 3.86it/s]
80%|████████ | 24/30 [00:07<00:01, 3.86it/s]
83%|████████▎ | 25/30 [00:07<00:01, 3.87it/s]
87%|████████▋ | 26/30 [00:07<00:00, 4.16it/s]
90%|█████████ | 27/30 [00:07<00:00, 4.41it/s]
93%|█████████▎| 28/30 [00:07<00:00, 4.60it/s]
97%|█████████▋| 29/30 [00:08<00:00, 4.75it/s]
100%|██████████| 30/30 [00:08<00:00, 4.89it/s]
100%|██████████| 30/30 [00:08<00:00, 3.60it/s]
Executing node 9, title: VAE Decode, class type: VAEDecode
Executing node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha
Executing node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur
Executing node 68, title: Invert Image, class type: ImageInvert
Executing node 69, title: Image Blending Mode, class type: Image Blending Mode
Executing node 70, title: Invert Image, class type: ImageInvert
Executing node 59, title: Image Blending Mode, class type: Image Blending Mode
Executing node 55, title: Image Blend by Mask, class type: Image Blend by Mask
Executing node 71, title: Image Blending Mode, class type: Image Blending Mode
Executing node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment
Executing node 74, title: Save Image, class type: SaveImage
Prompt executed in 9.93 seconds
outputs: {'74': {'images': [{'filename': 'output_2_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
Random seed set to: 194143332
====================================
Running workflow
Executing node 8, title: KSampler, class type: KSampler
0%| | 0/30 [00:00<?, ?it/s]
3%|▎ | 1/30 [00:00<00:07, 3.81it/s]
7%|▋ | 2/30 [00:00<00:07, 3.87it/s]
10%|█ | 3/30 [00:00<00:06, 3.90it/s]
13%|█▎ | 4/30 [00:01<00:06, 3.90it/s]
17%|█▋ | 5/30 [00:01<00:06, 3.89it/s]
20%|██ | 6/30 [00:01<00:06, 3.89it/s]
23%|██▎ | 7/30 [00:01<00:05, 3.89it/s]
27%|██▋ | 8/30 [00:02<00:05, 3.89it/s]
30%|███ | 9/30 [00:02<00:05, 3.88it/s]
33%|███▎ | 10/30 [00:02<00:05, 3.88it/s]
37%|███▋ | 11/30 [00:03<00:06, 3.09it/s]
40%|████ | 12/30 [00:03<00:05, 3.29it/s]
43%|████▎ | 13/30 [00:03<00:04, 3.45it/s]
47%|████▋ | 14/30 [00:03<00:04, 3.56it/s]
50%|█████ | 15/30 [00:04<00:04, 3.66it/s]
53%|█████▎ | 16/30 [00:04<00:03, 3.72it/s]
57%|█████▋ | 17/30 [00:04<00:03, 3.78it/s]
60%|██████ | 18/30 [00:04<00:03, 3.81it/s]
63%|██████▎ | 19/30 [00:05<00:02, 3.84it/s]
67%|██████▋ | 20/30 [00:05<00:02, 3.85it/s]
70%|███████ | 21/30 [00:05<00:02, 3.87it/s]
73%|███████▎ | 22/30 [00:05<00:02, 3.87it/s]
77%|███████▋ | 23/30 [00:06<00:01, 3.89it/s]
80%|████████ | 24/30 [00:06<00:01, 3.89it/s]
83%|████████▎ | 25/30 [00:06<00:01, 3.91it/s]
87%|████████▋ | 26/30 [00:06<00:00, 4.20it/s]
90%|█████████ | 27/30 [00:07<00:00, 4.44it/s]
93%|█████████▎| 28/30 [00:07<00:00, 4.62it/s]
97%|█████████▋| 29/30 [00:07<00:00, 4.79it/s]
100%|██████████| 30/30 [00:07<00:00, 4.61it/s]
100%|██████████| 30/30 [00:07<00:00, 3.92it/s]
Executing node 9, title: VAE Decode, class type: VAEDecode
Executing node 60, title: Split Image with Alpha, class type: SplitImageWithAlpha
Executing node 61, title: Image Gaussian Blur, class type: ImageGaussianBlur
Executing node 68, title: Invert Image, class type: ImageInvert
Executing node 69, title: Image Blending Mode, class type: Image Blending Mode
Executing node 70, title: Invert Image, class type: ImageInvert
Executing node 59, title: Image Blending Mode, class type: Image Blending Mode
Executing node 55, title: Image Blend by Mask, class type: Image Blend by Mask
Executing node 71, title: Image Blending Mode, class type: Image Blending Mode
Executing node 73, title: Image Levels Adjustment, class type: Image Levels Adjustment
Executing node 74, title: Save Image, class type: SaveImage
Prompt executed in 9.27 seconds
outputs: {'74': {'images': [{'filename': 'output_3_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
output_0_00001_.png
output_1_00001_.png
output_2_00001_.png
output_3_00001_.png