Prediction
fofr/sd3-explorer:ba332080ID
s7775f6gbxrgp0cg5dfvzy36jr
Status
Succeeded
Source
Web
Hardware
A40 (Large)
Total duration
Created
by @fofr
Input
- model
- sd3_medium_incl_clips_t5xxlfp16.safetensors
- shift
- 3
- steps
- 28
- width
- 1024
- height
- 1024
- prompt
- a closeup photo of a man standing in a forest
- sampler
- dpmpp_2m
- scheduler
- sgm_uniform
- output_format
- webp
- guidance_scale
- 7
- output_quality
- 80
- negative_prompt
- number_of_images
- 1
- triple_prompt_t5
- use_triple_prompt
- triple_prompt_clip_g
- triple_prompt_clip_l
- negative_conditioning_end
- 0
- triple_prompt_empty_padding
{
"model": "sd3_medium_incl_clips_t5xxlfp16.safetensors",
"shift": 3,
"steps": 28,
"width": 1024,
"height": 1024,
"prompt": "a closeup photo of a man standing in a forest",
"sampler": "dpmpp_2m",
"scheduler": "sgm_uniform",
"output_format": "webp",
"guidance_scale": 7,
"output_quality": 80,
"negative_prompt": "",
"number_of_images": 1,
"triple_prompt_t5": "",
"use_triple_prompt": false,
"triple_prompt_clip_g": "",
"triple_prompt_clip_l": "",
"negative_conditioning_end": 0,
"triple_prompt_empty_padding": true
}
Install Replicate’s Node.js client library:
npm install replicate
Set the
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run fofr/sd3-explorer using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"fofr/sd3-explorer:ba3320806125ae93991c899010c998e4ee6a9dc6bdd89aeb6ecbd992815650a9",
{
input: {
model: "sd3_medium_incl_clips_t5xxlfp16.safetensors",
shift: 3,
steps: 28,
width: 1024,
height: 1024,
prompt: "a closeup photo of a man standing in a forest",
sampler: "dpmpp_2m",
scheduler: "sgm_uniform",
output_format: "webp",
guidance_scale: 7,
output_quality: 80,
negative_prompt: "",
number_of_images: 1,
triple_prompt_t5: "",
use_triple_prompt: false,
triple_prompt_clip_g: "",
triple_prompt_clip_l: "",
negative_conditioning_end: 0,
triple_prompt_empty_padding: true
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:
pip install replicate
Set the
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:
import replicate
Run fofr/sd3-explorer using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"fofr/sd3-explorer:ba3320806125ae93991c899010c998e4ee6a9dc6bdd89aeb6ecbd992815650a9",
input={
"model": "sd3_medium_incl_clips_t5xxlfp16.safetensors",
"shift": 3,
"steps": 28,
"width": 1024,
"height": 1024,
"prompt": "a closeup photo of a man standing in a forest",
"sampler": "dpmpp_2m",
"scheduler": "sgm_uniform",
"output_format": "webp",
"guidance_scale": 7,
"output_quality": 80,
"negative_prompt": "",
"number_of_images": 1,
"triple_prompt_t5": "",
"use_triple_prompt": False,
"triple_prompt_clip_g": "",
"triple_prompt_clip_l": "",
"negative_conditioning_end": 0,
"triple_prompt_empty_padding": True
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
Set the
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run fofr/sd3-explorer 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": "ba3320806125ae93991c899010c998e4ee6a9dc6bdd89aeb6ecbd992815650a9",
"input": {
"model": "sd3_medium_incl_clips_t5xxlfp16.safetensors",
"shift": 3,
"steps": 28,
"width": 1024,
"height": 1024,
"prompt": "a closeup photo of a man standing in a forest",
"sampler": "dpmpp_2m",
"scheduler": "sgm_uniform",
"output_format": "webp",
"guidance_scale": 7,
"output_quality": 80,
"negative_prompt": "",
"number_of_images": 1,
"triple_prompt_t5": "",
"use_triple_prompt": false,
"triple_prompt_clip_g": "",
"triple_prompt_clip_l": "",
"negative_conditioning_end": 0,
"triple_prompt_empty_padding": true
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{
"completed_at": "2024-06-18T12:43:46.612354Z",
"created_at": "2024-06-18T12:43:37.951000Z",
"data_removed": false,
"error": null,
"id": "s7775f6gbxrgp0cg5dfvzy36jr",
"input": {
"model": "sd3_medium_incl_clips_t5xxlfp16.safetensors",
"shift": 3,
"steps": 28,
"width": 1024,
"height": 1024,
"prompt": "a closeup photo of a man standing in a forest",
"sampler": "dpmpp_2m",
"scheduler": "sgm_uniform",
"output_format": "webp",
"guidance_scale": 7,
"output_quality": 80,
"negative_prompt": "",
"number_of_images": 1,
"triple_prompt_t5": "",
"use_triple_prompt": false,
"triple_prompt_clip_g": "",
"triple_prompt_clip_l": "",
"negative_conditioning_end": 0,
"triple_prompt_empty_padding": true
},
"logs": "Random seed set to: 2926970903\nChecking weights\n✅ sd3_medium_incl_clips_t5xxlfp16.safetensors exists in ComfyUI/models/checkpoints\n====================================\nRunning workflow\ngot prompt\nExecuting node 6, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode\nExecuting node 289, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode\nExecuting node 274, title: 🔧 SD3 Negative Conditioning, class type: SD3NegativeConditioning+\nExecuting node 275, title: Empty SD3 Latent Image, class type: EmptySD3LatentImage\nExecuting node 271, title: KSampler, class type: KSampler\n 0%| | 0/28 [00:00<?, ?it/s]\n 7%|▋ | 2/28 [00:00<00:06, 4.24it/s]\n 11%|█ | 3/28 [00:00<00:05, 4.23it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.20it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 4.21it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 4.20it/s]\n 25%|██▌ | 7/28 [00:01<00:04, 4.21it/s]\n 29%|██▊ | 8/28 [00:01<00:04, 4.21it/s]\n 32%|███▏ | 9/28 [00:02<00:06, 2.75it/s]\n 36%|███▌ | 10/28 [00:02<00:05, 3.08it/s]\n 39%|███▉ | 11/28 [00:03<00:05, 3.35it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.57it/s]\n 46%|████▋ | 13/28 [00:03<00:04, 3.74it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.86it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.95it/s]\n 57%|█████▋ | 16/28 [00:04<00:02, 4.03it/s]\n 61%|██████ | 17/28 [00:04<00:02, 4.09it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 4.13it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 4.16it/s]\n 71%|███████▏ | 20/28 [00:05<00:01, 4.18it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 4.19it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 4.20it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 4.21it/s]\n 86%|████████▌ | 24/28 [00:06<00:00, 4.21it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 4.21it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 4.21it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 4.22it/s]\n100%|██████████| 28/28 [00:07<00:00, 4.22it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.97it/s]\nExecuting node 231, title: VAE Decode, class type: VAEDecode\nExecuting node 273, title: Save Image, class type: SaveImage\nPrompt executed in 7.86 seconds\noutputs: {'273': {'images': [{'filename': 'SD3_00001_.png', 'subfolder': '', 'type': 'output'}]}}\n====================================\nSD3_00001_.png",
"metrics": {
"predict_time": 8.654596645,
"total_time": 8.661354
},
"output": [
"https://replicate.delivery/pbxt/8kmXfTWz7gxBDazffYorafdYAeSfNOq1tq8dK9yE5dptAz8vE/SD3_00001_.webp"
],
"started_at": "2024-06-18T12:43:37.957757Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/s7775f6gbxrgp0cg5dfvzy36jr",
"cancel": "https://api.replicate.com/v1/predictions/s7775f6gbxrgp0cg5dfvzy36jr/cancel"
},
"version": "ba3320806125ae93991c899010c998e4ee6a9dc6bdd89aeb6ecbd992815650a9"
}
Generated in
Random seed set to: 2926970903
Checking weights
✅ sd3_medium_incl_clips_t5xxlfp16.safetensors exists in ComfyUI/models/checkpoints
====================================
Running workflow
got prompt
Executing node 6, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode
Executing node 289, title: CLIP Text Encode (Prompt), class type: CLIPTextEncode
Executing node 274, title: 🔧 SD3 Negative Conditioning, class type: SD3NegativeConditioning+
Executing node 275, title: Empty SD3 Latent Image, class type: EmptySD3LatentImage
Executing node 271, title: KSampler, class type: KSampler
0%| | 0/28 [00:00<?, ?it/s]
7%|▋ | 2/28 [00:00<00:06, 4.24it/s]
11%|█ | 3/28 [00:00<00:05, 4.23it/s]
14%|█▍ | 4/28 [00:00<00:05, 4.20it/s]
18%|█▊ | 5/28 [00:01<00:05, 4.21it/s]
21%|██▏ | 6/28 [00:01<00:05, 4.20it/s]
25%|██▌ | 7/28 [00:01<00:04, 4.21it/s]
29%|██▊ | 8/28 [00:01<00:04, 4.21it/s]
32%|███▏ | 9/28 [00:02<00:06, 2.75it/s]
36%|███▌ | 10/28 [00:02<00:05, 3.08it/s]
39%|███▉ | 11/28 [00:03<00:05, 3.35it/s]
43%|████▎ | 12/28 [00:03<00:04, 3.57it/s]
46%|████▋ | 13/28 [00:03<00:04, 3.74it/s]
50%|█████ | 14/28 [00:03<00:03, 3.86it/s]
54%|█████▎ | 15/28 [00:03<00:03, 3.95it/s]
57%|█████▋ | 16/28 [00:04<00:02, 4.03it/s]
61%|██████ | 17/28 [00:04<00:02, 4.09it/s]
64%|██████▍ | 18/28 [00:04<00:02, 4.13it/s]
68%|██████▊ | 19/28 [00:04<00:02, 4.16it/s]
71%|███████▏ | 20/28 [00:05<00:01, 4.18it/s]
75%|███████▌ | 21/28 [00:05<00:01, 4.19it/s]
79%|███████▊ | 22/28 [00:05<00:01, 4.20it/s]
82%|████████▏ | 23/28 [00:05<00:01, 4.21it/s]
86%|████████▌ | 24/28 [00:06<00:00, 4.21it/s]
89%|████████▉ | 25/28 [00:06<00:00, 4.21it/s]
93%|█████████▎| 26/28 [00:06<00:00, 4.21it/s]
96%|█████████▋| 27/28 [00:06<00:00, 4.22it/s]
100%|██████████| 28/28 [00:07<00:00, 4.22it/s]
100%|██████████| 28/28 [00:07<00:00, 3.97it/s]
Executing node 231, title: VAE Decode, class type: VAEDecode
Executing node 273, title: Save Image, class type: SaveImage
Prompt executed in 7.86 seconds
outputs: {'273': {'images': [{'filename': 'SD3_00001_.png', 'subfolder': '', 'type': 'output'}]}}
====================================
SD3_00001_.png