You're looking at a specific version of this model. Jump to the model overview.
alexgenovese /custom-endpoint:ba1f4c57
This version has been disabled because it consistently fails to complete setup.
Input
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";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run alexgenovese/custom-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"alexgenovese/custom-endpoint:ba1f4c577d6ee5baef895cb98770dfee0a4cfa778bcf20ad8a7077438b20ac9b",
{
input: {
prompt: "Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800",
cn_type1: "ImagePrompt",
cn_type2: "ImagePrompt",
cn_type3: "ImagePrompt",
cn_type4: "ImagePrompt",
sharpness: 2,
image_seed: -1,
uov_method: "Disabled",
image_number: 1,
guidance_scale: 4,
refiner_switch: 0.5,
negative_prompt: "",
style_selections: "Fooocus V2,Fooocus Enhance,Fooocus Sharp, Fooocus Photograph",
uov_upscale_value: 0,
outpaint_selections: "",
outpaint_distance_top: 0,
performance_selection: "Quality",
outpaint_distance_left: 0,
aspect_ratios_selection: "1024*1024",
outpaint_distance_right: 0,
outpaint_distance_bottom: 0,
inpaint_additional_prompt: ""
}
}
);
// 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 alexgenovese/custom-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"alexgenovese/custom-endpoint:ba1f4c577d6ee5baef895cb98770dfee0a4cfa778bcf20ad8a7077438b20ac9b",
input={
"prompt": "Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800",
"cn_type1": "ImagePrompt",
"cn_type2": "ImagePrompt",
"cn_type3": "ImagePrompt",
"cn_type4": "ImagePrompt",
"sharpness": 2,
"image_seed": -1,
"uov_method": "Disabled",
"image_number": 1,
"guidance_scale": 4,
"refiner_switch": 0.5,
"negative_prompt": "",
"style_selections": "Fooocus V2,Fooocus Enhance,Fooocus Sharp, Fooocus Photograph",
"uov_upscale_value": 0,
"outpaint_selections": "",
"outpaint_distance_top": 0,
"performance_selection": "Quality",
"outpaint_distance_left": 0,
"aspect_ratios_selection": "1024*1024",
"outpaint_distance_right": 0,
"outpaint_distance_bottom": 0,
"inpaint_additional_prompt": ""
}
)
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 alexgenovese/custom-endpoint 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": "alexgenovese/custom-endpoint:ba1f4c577d6ee5baef895cb98770dfee0a4cfa778bcf20ad8a7077438b20ac9b",
"input": {
"prompt": "Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800",
"cn_type1": "ImagePrompt",
"cn_type2": "ImagePrompt",
"cn_type3": "ImagePrompt",
"cn_type4": "ImagePrompt",
"sharpness": 2,
"image_seed": -1,
"uov_method": "Disabled",
"image_number": 1,
"guidance_scale": 4,
"refiner_switch": 0.5,
"negative_prompt": "",
"style_selections": "Fooocus V2,Fooocus Enhance,Fooocus Sharp, Fooocus Photograph",
"uov_upscale_value": 0,
"outpaint_selections": "",
"outpaint_distance_top": 0,
"performance_selection": "Quality",
"outpaint_distance_left": 0,
"aspect_ratios_selection": "1024*1024",
"outpaint_distance_right": 0,
"outpaint_distance_bottom": 0,
"inpaint_additional_prompt": ""
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/alexgenovese/custom-endpoint@sha256:ba1f4c577d6ee5baef895cb98770dfee0a4cfa778bcf20ad8a7077438b20ac9b \
-i 'prompt="Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800"' \
-i 'cn_type1="ImagePrompt"' \
-i 'cn_type2="ImagePrompt"' \
-i 'cn_type3="ImagePrompt"' \
-i 'cn_type4="ImagePrompt"' \
-i 'sharpness=2' \
-i 'image_seed=-1' \
-i 'uov_method="Disabled"' \
-i 'image_number=1' \
-i 'guidance_scale=4' \
-i 'refiner_switch=0.5' \
-i 'negative_prompt=""' \
-i 'style_selections="Fooocus V2,Fooocus Enhance,Fooocus Sharp, Fooocus Photograph"' \
-i 'uov_upscale_value=0' \
-i 'outpaint_selections=""' \
-i 'outpaint_distance_top=0' \
-i 'performance_selection="Quality"' \
-i 'outpaint_distance_left=0' \
-i 'aspect_ratios_selection="1024*1024"' \
-i 'outpaint_distance_right=0' \
-i 'outpaint_distance_bottom=0' \
-i 'inpaint_additional_prompt=""'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/alexgenovese/custom-endpoint@sha256:ba1f4c577d6ee5baef895cb98770dfee0a4cfa778bcf20ad8a7077438b20ac9b
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "prompt": "Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800", "cn_type1": "ImagePrompt", "cn_type2": "ImagePrompt", "cn_type3": "ImagePrompt", "cn_type4": "ImagePrompt", "sharpness": 2, "image_seed": -1, "uov_method": "Disabled", "image_number": 1, "guidance_scale": 4, "refiner_switch": 0.5, "negative_prompt": "", "style_selections": "Fooocus V2,Fooocus Enhance,Fooocus Sharp, Fooocus Photograph", "uov_upscale_value": 0, "outpaint_selections": "", "outpaint_distance_top": 0, "performance_selection": "Quality", "outpaint_distance_left": 0, "aspect_ratios_selection": "1024*1024", "outpaint_distance_right": 0, "outpaint_distance_bottom": 0, "inpaint_additional_prompt": "" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-12-23T14:21:17.599318Z",
"created_at": "2023-12-23T14:17:58.566621Z",
"data_removed": false,
"error": null,
"id": "zsrml4db5up7wj6vvvdyon6qwm",
"input": {
"prompt": "Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800",
"cn_type1": "ImagePrompt",
"cn_type2": "ImagePrompt",
"cn_type3": "ImagePrompt",
"cn_type4": "ImagePrompt",
"sharpness": 2,
"image_seed": -1,
"uov_method": "Disabled",
"image_number": 1,
"guidance_scale": 4,
"refiner_switch": 0.5,
"negative_prompt": "",
"style_selections": "Fooocus V2,Fooocus Enhance,Fooocus Sharp, Fooocus Photograph",
"uov_upscale_value": 0,
"outpaint_selections": "",
"outpaint_distance_top": 0,
"performance_selection": "Quality",
"outpaint_distance_left": 0,
"aspect_ratios_selection": "1024*1024",
"outpaint_distance_right": 0,
"outpaint_distance_bottom": 0,
"inpaint_additional_prompt": ""
},
"logs": "[Predictor Predict] Params: {'prompt': 'Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800', 'negative_prompt': '', 'style_selections': ['Fooocus V2', 'Fooocus Enhance', 'Fooocus Sharp', 'Fooocus Photograph'], 'performance_selection': 'Quality', 'aspect_ratios_selection': '1024*1024', 'image_number': 1, 'image_seed': -1, 'sharpness': 2.0, 'guidance_scale': 4.0, 'base_model_name': 'realvisxlV20_v20Bakedvae.safetensors', 'refiner_model_name': 'None', 'refiner_switch': 0.5, 'loras': [['neg4all_xl_bdsqlsz_V5.safetensors', 0.8]], 'uov_input_image': None, 'uov_method': 'Disabled', 'upscale_value': 0.0, 'outpaint_selections': [], 'outpaint_distance_left': 0, 'outpaint_distance_right': 0, 'outpaint_distance_top': 0, 'outpaint_distance_bottom': 0, 'inpaint_input_image': None, 'inpaint_additional_prompt': '', 'image_prompts': [], 'advanced_params': [False, 1.5, 0.8, 0.3, 7.0, 'dpmpp_2m_sde_gpu', 'karras', False, -1, -1, -1, -1, -1, -1, False, False, False, False, 0.25, 64, 128, 'joint', False, None, None, None, None, False, False, 'v2.6', 1.0, 0.618]}\n[Task Queue] Task queue is free, start task, seq=1\n[Parameters] Adaptive CFG = 7.0\n[Parameters] Sharpness = 2.0\n[Parameters] ADM Scale = 1.5 : 0.8 : 0.3\n[Parameters] CFG = 4.0\n[Parameters] Seed = 1620698384882328343\n[Parameters] Sampler = dpmpp_2m_sde_gpu - karras\n[Parameters] Steps = 60 - 30\n[Fooocus] Initializing ...\n[Fooocus] Loading models ...\nRefiner unloaded.\nRequest to load LoRAs [['neg4all_xl_bdsqlsz_V5.safetensors', 0.8]] for model [/src/repositories/Fooocus/models/checkpoints/realvisxlV20_v20Bakedvae.safetensors].\nLoaded LoRA [/src/repositories/Fooocus/models/loras/neg4all_xl_bdsqlsz_V5.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/realvisxlV20_v20Bakedvae.safetensors] with 648 keys at weight 0.8.\nRequested to load SDXLClipModel\nLoading 1 new model\nunload clone 1\n[Fooocus Model Management] Moving model(s) has taken 0.80 seconds\n[Fooocus] Processing prompts ...\n[Fooocus] Preparing Fooocus text #1 ...\n[Prompt Expansion] Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800, professional fantastic, extremely detailed, very elegant, highly color, intricate, epic composition, great complimentary colors, perfect sharp focus\n[Fooocus] Encoding positive #1 ...\n[Fooocus] Encoding negative #1 ...\n[Parameters] Denoising Strength = 1.0\n[Parameters] Initial Latent shape: Image Space (1024, 1024)\nPreparation time: 3.02 seconds\n[Sampler] refiner_swap_method = joint\n[Sampler] sigma_min = 0.0291671771556139, sigma_max = 14.614643096923828\nRequested to load SDXL\nLoading 1 new model\n[Fooocus Model Management] Moving model(s) has taken 1.19 seconds\n 0%| | 0/60 [00:00<?, ?it/s]\n 2%|▏ | 1/60 [00:00<00:45, 1.29it/s]\n 3%|▎ | 2/60 [00:01<00:27, 2.12it/s]\n 5%|▌ | 3/60 [00:01<00:21, 2.66it/s]\n 7%|▋ | 4/60 [00:01<00:18, 3.02it/s]\n 8%|▊ | 5/60 [00:01<00:16, 3.27it/s]\n 10%|█ | 6/60 [00:02<00:15, 3.45it/s]\n 12%|█▏ | 7/60 [00:02<00:14, 3.56it/s]\n 13%|█▎ | 8/60 [00:02<00:14, 3.64it/s]\n 15%|█▌ | 9/60 [00:02<00:13, 3.69it/s]\n 17%|█▋ | 10/60 [00:03<00:13, 3.74it/s]\n 18%|█▊ | 11/60 [00:03<00:13, 3.77it/s]\n 20%|██ | 12/60 [00:03<00:12, 3.78it/s]\n 22%|██▏ | 13/60 [00:03<00:12, 3.80it/s]\n 23%|██▎ | 14/60 [00:04<00:12, 3.81it/s]\n 25%|██▌ | 15/60 [00:04<00:11, 3.82it/s]\n 27%|██▋ | 16/60 [00:04<00:11, 3.82it/s]\n 28%|██▊ | 17/60 [00:04<00:11, 3.84it/s]\n 30%|███ | 18/60 [00:05<00:10, 3.84it/s]\n 32%|███▏ | 19/60 [00:05<00:10, 3.84it/s]\n 33%|███▎ | 20/60 [00:05<00:10, 3.83it/s]\n 35%|███▌ | 21/60 [00:05<00:10, 3.84it/s]\n 37%|███▋ | 22/60 [00:06<00:09, 3.84it/s]\n 38%|███▊ | 23/60 [00:06<00:09, 3.84it/s]\n 40%|████ | 24/60 [00:06<00:09, 3.83it/s]\n 42%|████▏ | 25/60 [00:07<00:09, 3.83it/s]\n 43%|████▎ | 26/60 [00:07<00:08, 3.83it/s]\n 45%|████▌ | 27/60 [00:07<00:08, 3.81it/s]\n 47%|████▋ | 28/60 [00:07<00:08, 3.81it/s]\n 48%|████▊ | 29/60 [00:08<00:08, 3.82it/s]\n 50%|█████ | 30/60 [00:08<00:07, 3.82it/s]\n 52%|█████▏ | 31/60 [00:08<00:07, 3.82it/s]\n 53%|█████▎ | 32/60 [00:08<00:07, 3.84it/s]\n 55%|█████▌ | 33/60 [00:09<00:07, 3.84it/s]\n 57%|█████▋ | 34/60 [00:09<00:06, 3.82it/s]\n 58%|█████▊ | 35/60 [00:09<00:06, 3.83it/s]\n 60%|██████ | 36/60 [00:09<00:06, 3.83it/s]\n 62%|██████▏ | 37/60 [00:10<00:05, 3.83it/s]\n 63%|██████▎ | 38/60 [00:10<00:05, 3.84it/s]\n 65%|██████▌ | 39/60 [00:10<00:05, 3.83it/s]\n 67%|██████▋ | 40/60 [00:10<00:05, 3.83it/s]\n 68%|██████▊ | 41/60 [00:11<00:04, 3.83it/s]\n 70%|███████ | 42/60 [00:11<00:04, 3.83it/s]\n 72%|███████▏ | 43/60 [00:11<00:04, 3.83it/s]\n 73%|███████▎ | 44/60 [00:11<00:04, 3.83it/s]\n 75%|███████▌ | 45/60 [00:12<00:03, 3.83it/s]\n 77%|███████▋ | 46/60 [00:12<00:03, 3.82it/s]\n 78%|███████▊ | 47/60 [00:12<00:03, 3.82it/s]\n 80%|████████ | 48/60 [00:13<00:03, 3.82it/s]\n 82%|████████▏ | 49/60 [00:13<00:02, 3.83it/s]\n 83%|████████▎ | 50/60 [00:13<00:02, 3.82it/s]\n 85%|████████▌ | 51/60 [00:13<00:02, 3.82it/s]\n 87%|████████▋ | 52/60 [00:14<00:02, 3.82it/s]\n 88%|████████▊ | 53/60 [00:14<00:01, 3.82it/s]\n 90%|█████████ | 54/60 [00:14<00:01, 3.82it/s]\n 92%|█████████▏| 55/60 [00:14<00:01, 3.83it/s]\n 93%|█████████▎| 56/60 [00:15<00:01, 3.83it/s]\n 95%|█████████▌| 57/60 [00:15<00:00, 3.83it/s]\n 97%|█████████▋| 58/60 [00:15<00:00, 3.83it/s]\n 98%|█████████▊| 59/60 [00:15<00:00, 3.84it/s]\n100%|██████████| 60/60 [00:16<00:00, 3.85it/s]\n100%|██████████| 60/60 [00:16<00:00, 3.71it/s]\nRequested to load AutoencoderKL\nLoading 1 new model\n[Fooocus Model Management] Moving model(s) has taken 1.38 seconds\nImage generated with private log at: /src/repositories/Fooocus/outputs/2023-12-23/log.html\nGenerating and saving time: 19.38 seconds\n[Task Queue] Finish task, seq=1\nRequested to load SDXLClipModel\nRequested to load GPT2LMHeadModel\nLoading 2 new models\n[Fooocus Model Management] Moving model(s) has taken 0.45 seconds\n[Predictor Predict] Finished with 1 images",
"metrics": {
"predict_time": 24.432694,
"total_time": 199.032697
},
"output": [
"https://replicate.delivery/pbxt/LJH2r2GWiRpeXqU1Crmo3W73d96efzPigAhZC5ntOYfytnUIB/def31524-605c-4288-8581-5daf56039e30.png"
],
"started_at": "2023-12-23T14:20:53.166624Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/zsrml4db5up7wj6vvvdyon6qwm",
"cancel": "https://api.replicate.com/v1/predictions/zsrml4db5up7wj6vvvdyon6qwm/cancel"
},
"version": "ba1f4c577d6ee5baef895cb98770dfee0a4cfa778bcf20ad8a7077438b20ac9b"
}
[Predictor Predict] Params: {'prompt': 'Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800', 'negative_prompt': '', 'style_selections': ['Fooocus V2', 'Fooocus Enhance', 'Fooocus Sharp', 'Fooocus Photograph'], 'performance_selection': 'Quality', 'aspect_ratios_selection': '1024*1024', 'image_number': 1, 'image_seed': -1, 'sharpness': 2.0, 'guidance_scale': 4.0, 'base_model_name': 'realvisxlV20_v20Bakedvae.safetensors', 'refiner_model_name': 'None', 'refiner_switch': 0.5, 'loras': [['neg4all_xl_bdsqlsz_V5.safetensors', 0.8]], 'uov_input_image': None, 'uov_method': 'Disabled', 'upscale_value': 0.0, 'outpaint_selections': [], 'outpaint_distance_left': 0, 'outpaint_distance_right': 0, 'outpaint_distance_top': 0, 'outpaint_distance_bottom': 0, 'inpaint_input_image': None, 'inpaint_additional_prompt': '', 'image_prompts': [], 'advanced_params': [False, 1.5, 0.8, 0.3, 7.0, 'dpmpp_2m_sde_gpu', 'karras', False, -1, -1, -1, -1, -1, -1, False, False, False, False, 0.25, 64, 128, 'joint', False, None, None, None, None, False, False, 'v2.6', 1.0, 0.618]}
[Task Queue] Task queue is free, start task, seq=1
[Parameters] Adaptive CFG = 7.0
[Parameters] Sharpness = 2.0
[Parameters] ADM Scale = 1.5 : 0.8 : 0.3
[Parameters] CFG = 4.0
[Parameters] Seed = 1620698384882328343
[Parameters] Sampler = dpmpp_2m_sde_gpu - karras
[Parameters] Steps = 60 - 30
[Fooocus] Initializing ...
[Fooocus] Loading models ...
Refiner unloaded.
Request to load LoRAs [['neg4all_xl_bdsqlsz_V5.safetensors', 0.8]] for model [/src/repositories/Fooocus/models/checkpoints/realvisxlV20_v20Bakedvae.safetensors].
Loaded LoRA [/src/repositories/Fooocus/models/loras/neg4all_xl_bdsqlsz_V5.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/realvisxlV20_v20Bakedvae.safetensors] with 648 keys at weight 0.8.
Requested to load SDXLClipModel
Loading 1 new model
unload clone 1
[Fooocus Model Management] Moving model(s) has taken 0.80 seconds
[Fooocus] Processing prompts ...
[Fooocus] Preparing Fooocus text #1 ...
[Prompt Expansion] Cake layered with blueberry infused cake seperated by blueberry cream cheese frosting, topped with bluberries and fruit syrup, light peach-coloured background, in the style of minimalist, golden hour, kodak porta 800, professional fantastic, extremely detailed, very elegant, highly color, intricate, epic composition, great complimentary colors, perfect sharp focus
[Fooocus] Encoding positive #1 ...
[Fooocus] Encoding negative #1 ...
[Parameters] Denoising Strength = 1.0
[Parameters] Initial Latent shape: Image Space (1024, 1024)
Preparation time: 3.02 seconds
[Sampler] refiner_swap_method = joint
[Sampler] sigma_min = 0.0291671771556139, sigma_max = 14.614643096923828
Requested to load SDXL
Loading 1 new model
[Fooocus Model Management] Moving model(s) has taken 1.19 seconds
0%| | 0/60 [00:00<?, ?it/s]
2%|▏ | 1/60 [00:00<00:45, 1.29it/s]
3%|▎ | 2/60 [00:01<00:27, 2.12it/s]
5%|▌ | 3/60 [00:01<00:21, 2.66it/s]
7%|▋ | 4/60 [00:01<00:18, 3.02it/s]
8%|▊ | 5/60 [00:01<00:16, 3.27it/s]
10%|█ | 6/60 [00:02<00:15, 3.45it/s]
12%|█▏ | 7/60 [00:02<00:14, 3.56it/s]
13%|█▎ | 8/60 [00:02<00:14, 3.64it/s]
15%|█▌ | 9/60 [00:02<00:13, 3.69it/s]
17%|█▋ | 10/60 [00:03<00:13, 3.74it/s]
18%|█▊ | 11/60 [00:03<00:13, 3.77it/s]
20%|██ | 12/60 [00:03<00:12, 3.78it/s]
22%|██▏ | 13/60 [00:03<00:12, 3.80it/s]
23%|██▎ | 14/60 [00:04<00:12, 3.81it/s]
25%|██▌ | 15/60 [00:04<00:11, 3.82it/s]
27%|██▋ | 16/60 [00:04<00:11, 3.82it/s]
28%|██▊ | 17/60 [00:04<00:11, 3.84it/s]
30%|███ | 18/60 [00:05<00:10, 3.84it/s]
32%|███▏ | 19/60 [00:05<00:10, 3.84it/s]
33%|███▎ | 20/60 [00:05<00:10, 3.83it/s]
35%|███▌ | 21/60 [00:05<00:10, 3.84it/s]
37%|███▋ | 22/60 [00:06<00:09, 3.84it/s]
38%|███▊ | 23/60 [00:06<00:09, 3.84it/s]
40%|████ | 24/60 [00:06<00:09, 3.83it/s]
42%|████▏ | 25/60 [00:07<00:09, 3.83it/s]
43%|████▎ | 26/60 [00:07<00:08, 3.83it/s]
45%|████▌ | 27/60 [00:07<00:08, 3.81it/s]
47%|████▋ | 28/60 [00:07<00:08, 3.81it/s]
48%|████▊ | 29/60 [00:08<00:08, 3.82it/s]
50%|█████ | 30/60 [00:08<00:07, 3.82it/s]
52%|█████▏ | 31/60 [00:08<00:07, 3.82it/s]
53%|█████▎ | 32/60 [00:08<00:07, 3.84it/s]
55%|█████▌ | 33/60 [00:09<00:07, 3.84it/s]
57%|█████▋ | 34/60 [00:09<00:06, 3.82it/s]
58%|█████▊ | 35/60 [00:09<00:06, 3.83it/s]
60%|██████ | 36/60 [00:09<00:06, 3.83it/s]
62%|██████▏ | 37/60 [00:10<00:05, 3.83it/s]
63%|██████▎ | 38/60 [00:10<00:05, 3.84it/s]
65%|██████▌ | 39/60 [00:10<00:05, 3.83it/s]
67%|██████▋ | 40/60 [00:10<00:05, 3.83it/s]
68%|██████▊ | 41/60 [00:11<00:04, 3.83it/s]
70%|███████ | 42/60 [00:11<00:04, 3.83it/s]
72%|███████▏ | 43/60 [00:11<00:04, 3.83it/s]
73%|███████▎ | 44/60 [00:11<00:04, 3.83it/s]
75%|███████▌ | 45/60 [00:12<00:03, 3.83it/s]
77%|███████▋ | 46/60 [00:12<00:03, 3.82it/s]
78%|███████▊ | 47/60 [00:12<00:03, 3.82it/s]
80%|████████ | 48/60 [00:13<00:03, 3.82it/s]
82%|████████▏ | 49/60 [00:13<00:02, 3.83it/s]
83%|████████▎ | 50/60 [00:13<00:02, 3.82it/s]
85%|████████▌ | 51/60 [00:13<00:02, 3.82it/s]
87%|████████▋ | 52/60 [00:14<00:02, 3.82it/s]
88%|████████▊ | 53/60 [00:14<00:01, 3.82it/s]
90%|█████████ | 54/60 [00:14<00:01, 3.82it/s]
92%|█████████▏| 55/60 [00:14<00:01, 3.83it/s]
93%|█████████▎| 56/60 [00:15<00:01, 3.83it/s]
95%|█████████▌| 57/60 [00:15<00:00, 3.83it/s]
97%|█████████▋| 58/60 [00:15<00:00, 3.83it/s]
98%|█████████▊| 59/60 [00:15<00:00, 3.84it/s]
100%|██████████| 60/60 [00:16<00:00, 3.85it/s]
100%|██████████| 60/60 [00:16<00:00, 3.71it/s]
Requested to load AutoencoderKL
Loading 1 new model
[Fooocus Model Management] Moving model(s) has taken 1.38 seconds
Image generated with private log at: /src/repositories/Fooocus/outputs/2023-12-23/log.html
Generating and saving time: 19.38 seconds
[Task Queue] Finish task, seq=1
Requested to load SDXLClipModel
Requested to load GPT2LMHeadModel
Loading 2 new models
[Fooocus Model Management] Moving model(s) has taken 0.45 seconds
[Predictor Predict] Finished with 1 images