Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
alexgenovese /custom-endpoint:92853d0d
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:92853d0d3744a8dc60918363d3cc3607f56529450c6fd48c30b095596067ea4c",
{
input: {
prompt: "Photo portrait of a pensive young brunette woman with sparkling eyes, detailed skin, (half her face concealed in shadow:1.4), tight close up on face, dark background, side lighting revealing her gaze, eye level, in the style of Nathan Wirth",
cn_type1: "ImagePrompt",
cn_type2: "ImagePrompt",
cn_type3: "ImagePrompt",
cn_type4: "ImagePrompt",
sharpness: 2,
image_seed: -1,
uov_method: "Disabled",
lora_prompt: "a photo of <YOUR_TOKEN> object",
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: "768*1344",
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:92853d0d3744a8dc60918363d3cc3607f56529450c6fd48c30b095596067ea4c",
input={
"prompt": "Photo portrait of a pensive young brunette woman with sparkling eyes, detailed skin, (half her face concealed in shadow:1.4), tight close up on face, dark background, side lighting revealing her gaze, eye level, in the style of Nathan Wirth",
"cn_type1": "ImagePrompt",
"cn_type2": "ImagePrompt",
"cn_type3": "ImagePrompt",
"cn_type4": "ImagePrompt",
"sharpness": 2,
"image_seed": -1,
"uov_method": "Disabled",
"lora_prompt": "a photo of <YOUR_TOKEN> object",
"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": "768*1344",
"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:92853d0d3744a8dc60918363d3cc3607f56529450c6fd48c30b095596067ea4c",
"input": {
"prompt": "Photo portrait of a pensive young brunette woman with sparkling eyes, detailed skin, (half her face concealed in shadow:1.4), tight close up on face, dark background, side lighting revealing her gaze, eye level, in the style of Nathan Wirth",
"cn_type1": "ImagePrompt",
"cn_type2": "ImagePrompt",
"cn_type3": "ImagePrompt",
"cn_type4": "ImagePrompt",
"sharpness": 2,
"image_seed": -1,
"uov_method": "Disabled",
"lora_prompt": "a photo of <YOUR_TOKEN> object",
"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": "768*1344",
"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.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2024-01-18T09:00:30.574319Z",
"created_at": "2024-01-18T08:56:09.237990Z",
"data_removed": false,
"error": null,
"id": "ka7yli3bl66fyhylrzkadjnzky",
"input": {
"prompt": "Photo portrait of a pensive young brunette woman with sparkling eyes, detailed skin, (half her face concealed in shadow:1.4), tight close up on face, dark background, side lighting revealing her gaze, eye level, in the style of Nathan Wirth",
"cn_type1": "ImagePrompt",
"cn_type2": "ImagePrompt",
"cn_type3": "ImagePrompt",
"cn_type4": "ImagePrompt",
"sharpness": 2,
"image_seed": -1,
"uov_method": "Disabled",
"lora_prompt": "a photo of <YOUR_TOKEN> object",
"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": "768*1344",
"outpaint_distance_right": 0,
"outpaint_distance_bottom": 0,
"inpaint_additional_prompt": ""
},
"logs": "Loading input LORAS-------------\n[Predictor Predict] Params: {'prompt': 'Photo portrait of a pensive young brunette woman with sparkling eyes, detailed skin, (half her face concealed in shadow:1.4), tight close up on face, dark background, side lighting revealing her gaze, eye level, in the style of Nathan Wirth', 'negative_prompt': '', 'style_selections': ['Fooocus V2', 'Fooocus Enhance', 'Fooocus Sharp', 'Fooocus Photograph'], 'performance_selection': 'Quality', 'aspect_ratios_selection': '768*1344', 'image_number': 1, 'image_seed': -1, 'sharpness': 2.0, 'guidance_scale': 4.0, 'base_model_name': 'reica_08_base.safetensors', 'refiner_model_name': 'reica_08_refiner.safetensors', 'refiner_switch': 0.5, 'loras': [['sd_xl_dpo_lora_v1.safetensors', 1.0], ['neg4all_xl_bdsqlsz_V5.safetensors', 0.8], ['faces_v3.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, 1.5, 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', True, 1.01, 1.02, 0.99, 0.95, 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 : 1.5 : 0.3\n[Parameters] CFG = 4.0\n[Parameters] Seed = 3452123159767886126\n[Parameters] Sampler = dpmpp_2m_sde_gpu - karras\n[Parameters] Steps = 60 - 30\n[Fooocus] Initializing ...\n[Fooocus] Loading models ...\nRequest to load LoRAs [['sd_xl_dpo_lora_v1.safetensors', 1.0], ['neg4all_xl_bdsqlsz_V5.safetensors', 0.8], ['faces_v3.safetensors', 0.8]] for model [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors].\nLoaded LoRA [/src/repositories/Fooocus/models/loras/sd_xl_dpo_lora_v1.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors] with 788 keys at weight 1.0.\nLoaded LoRA [/src/repositories/Fooocus/models/loras/neg4all_xl_bdsqlsz_V5.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors] with 648 keys at weight 0.8.\nLoaded LoRA [/src/repositories/Fooocus/models/loras/faces_v3.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors] with 722 keys at weight 0.8.\nLoaded LoRA [/src/repositories/Fooocus/models/loras/faces_v3.safetensors] for CLIP [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors] with 264 keys at weight 0.8.\nRequest to load LoRAs [['sd_xl_dpo_lora_v1.safetensors', 1.0], ['neg4all_xl_bdsqlsz_V5.safetensors', 0.8], ['faces_v3.safetensors', 0.8]] for model [/src/repositories/Fooocus/models/checkpoints/reica_08_refiner.safetensors].\nLoaded LoRA [/src/repositories/Fooocus/models/loras/sd_xl_dpo_lora_v1.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_refiner.safetensors] with 788 keys at weight 1.0.\nLoaded LoRA [/src/repositories/Fooocus/models/loras/neg4all_xl_bdsqlsz_V5.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_refiner.safetensors] with 648 keys at weight 0.8.\nLoaded LoRA [/src/repositories/Fooocus/models/loras/faces_v3.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_refiner.safetensors] with 722 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.97 seconds\n[Fooocus] Processing prompts ...\n[Fooocus] Preparing Fooocus text #1 ...\n[Prompt Expansion] Photo portrait of a pensive young brunette woman with sparkling eyes, detailed skin, (half her face concealed in shadow:1.4), tight close up on face, dark background, side lighting revealing her gaze, eye level, in the style of Nathan Wirth, dramatic color, rich colors, intricate, elegant, highly contrasted, sharp focus, vibrant scenic, artistic\n[Fooocus] Encoding positive #1 ...\n[Fooocus] Encoding negative #1 ...\nFreeU is enabled!\n[Parameters] Denoising Strength = 1.0\n[Parameters] Initial Latent shape: Image Space (1344, 768)\nPreparation time: 8.75 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 3.56 seconds\n 0%| | 0/60 [00:00<?, ?it/s]\n 2%|▏ | 1/60 [00:00<00:49, 1.20it/s]\n 3%|▎ | 2/60 [00:01<00:28, 2.02it/s]\n 5%|▌ | 3/60 [00:01<00:21, 2.59it/s]\n 7%|▋ | 4/60 [00:01<00:18, 2.98it/s]\n 8%|▊ | 5/60 [00:01<00:16, 3.26it/s]\n 10%|█ | 6/60 [00:02<00:15, 3.45it/s]\n 12%|█▏ | 7/60 [00:02<00:14, 3.58it/s]\n 13%|█▎ | 8/60 [00:02<00:14, 3.67it/s]\n 15%|█▌ | 9/60 [00:02<00:13, 3.73it/s]\n 17%|█▋ | 10/60 [00:03<00:13, 3.78it/s]\n 18%|█▊ | 11/60 [00:03<00:13, 3.77it/s]\n 20%|██ | 12/60 [00:03<00:12, 3.80it/s]\n 22%|██▏ | 13/60 [00:03<00:12, 3.82it/s]\n 23%|██▎ | 14/60 [00:04<00:12, 3.83it/s]\n 25%|██▌ | 15/60 [00:04<00:11, 3.84it/s]\n 27%|██▋ | 16/60 [00:04<00:11, 3.84it/s]\n 28%|██▊ | 17/60 [00:04<00:11, 3.85it/s]\n 30%|███ | 18/60 [00:05<00:10, 3.85it/s]\n 32%|███▏ | 19/60 [00:05<00:10, 3.84it/s]\n 33%|███▎ | 20/60 [00:05<00:10, 3.84it/s]\n 35%|███▌ | 21/60 [00:06<00:10, 3.85it/s]\n 37%|███▋ | 22/60 [00:06<00:09, 3.85it/s]\n 38%|███▊ | 23/60 [00:06<00:09, 3.85it/s]\n 40%|████ | 24/60 [00:06<00:09, 3.79it/s]\n 42%|████▏ | 25/60 [00:07<00:09, 3.80it/s]\n 43%|████▎ | 26/60 [00:07<00:08, 3.81it/s]\n 45%|████▌ | 27/60 [00:07<00:08, 3.82it/s]\n 47%|████▋ | 28/60 [00:07<00:08, 3.82it/s]\n 48%|████▊ | 29/60 [00:08<00:08, 3.83it/s]\nRequested to load SDXL\nLoading 1 new model\n[Fooocus Model Management] Moving model(s) has taken 3.72 seconds\nRefiner Swapped\n 50%|█████ | 30/60 [00:08<00:07, 3.83it/s]\n 52%|█████▏ | 31/60 [00:12<00:39, 1.38s/it]\n 53%|█████▎ | 32/60 [00:12<00:29, 1.04s/it]\n 55%|█████▌ | 33/60 [00:12<00:21, 1.24it/s]\n 57%|█████▋ | 34/60 [00:13<00:16, 1.57it/s]\n 58%|█████▊ | 35/60 [00:13<00:13, 1.92it/s]\n 60%|██████ | 36/60 [00:13<00:10, 2.27it/s]\n 62%|██████▏ | 37/60 [00:13<00:08, 2.61it/s]\n 63%|██████▎ | 38/60 [00:14<00:07, 2.91it/s]\n 65%|██████▌ | 39/60 [00:14<00:06, 3.16it/s]\n 67%|██████▋ | 40/60 [00:14<00:05, 3.37it/s]\n 68%|██████▊ | 41/60 [00:14<00:05, 3.53it/s]\n 70%|███████ | 42/60 [00:15<00:04, 3.65it/s]\n 72%|███████▏ | 43/60 [00:15<00:04, 3.74it/s]\n 73%|███████▎ | 44/60 [00:15<00:04, 3.81it/s]\n 75%|███████▌ | 45/60 [00:15<00:03, 3.85it/s]\n 77%|███████▋ | 46/60 [00:16<00:03, 3.88it/s]\n 78%|███████▊ | 47/60 [00:16<00:03, 3.90it/s]\n 80%|████████ | 48/60 [00:16<00:03, 3.92it/s]\n 82%|████████▏ | 49/60 [00:16<00:02, 3.93it/s]\n 83%|████████▎ | 50/60 [00:17<00:02, 3.94it/s]\n 85%|████████▌ | 51/60 [00:17<00:02, 3.94it/s]\n 87%|████████▋ | 52/60 [00:17<00:02, 3.94it/s]\n 88%|████████▊ | 53/60 [00:17<00:01, 3.95it/s]\n 90%|█████████ | 54/60 [00:18<00:01, 3.95it/s]\n 92%|█████████▏| 55/60 [00:18<00:01, 3.95it/s]\n 93%|█████████▎| 56/60 [00:18<00:01, 3.95it/s]\n 95%|█████████▌| 57/60 [00:18<00:00, 3.95it/s]\n 97%|█████████▋| 58/60 [00:19<00:00, 3.95it/s]\n 98%|█████████▊| 59/60 [00:19<00:00, 3.96it/s]\n100%|██████████| 60/60 [00:19<00:00, 3.97it/s]\n100%|██████████| 60/60 [00:19<00:00, 3.05it/s]\nRequested to load AutoencoderKL\nLoading 1 new model\n[Fooocus Model Management] Moving model(s) has taken 0.19 seconds\nImage generated with private log at: /src/repositories/Fooocus/outputs/2024-01-18/log.html\nGenerating and saving time: 24.10 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.66 seconds\n[Predictor Predict] Finished with 1 images",
"metrics": {
"predict_time": 35.07412,
"total_time": 261.336329
},
"output": [
"https://replicate.delivery/pbxt/U8srKW2EdPpkGVmSgx3kteR5N4QVGME6pgQePSJAwHKtqpNSA/30866319-2910-4782-8ddf-15c5133c4587.png"
],
"started_at": "2024-01-18T08:59:55.500199Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/ka7yli3bl66fyhylrzkadjnzky",
"cancel": "https://api.replicate.com/v1/predictions/ka7yli3bl66fyhylrzkadjnzky/cancel"
},
"version": "92853d0d3744a8dc60918363d3cc3607f56529450c6fd48c30b095596067ea4c"
}
Loading input LORAS-------------
[Predictor Predict] Params: {'prompt': 'Photo portrait of a pensive young brunette woman with sparkling eyes, detailed skin, (half her face concealed in shadow:1.4), tight close up on face, dark background, side lighting revealing her gaze, eye level, in the style of Nathan Wirth', 'negative_prompt': '', 'style_selections': ['Fooocus V2', 'Fooocus Enhance', 'Fooocus Sharp', 'Fooocus Photograph'], 'performance_selection': 'Quality', 'aspect_ratios_selection': '768*1344', 'image_number': 1, 'image_seed': -1, 'sharpness': 2.0, 'guidance_scale': 4.0, 'base_model_name': 'reica_08_base.safetensors', 'refiner_model_name': 'reica_08_refiner.safetensors', 'refiner_switch': 0.5, 'loras': [['sd_xl_dpo_lora_v1.safetensors', 1.0], ['neg4all_xl_bdsqlsz_V5.safetensors', 0.8], ['faces_v3.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, 1.5, 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', True, 1.01, 1.02, 0.99, 0.95, 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 : 1.5 : 0.3
[Parameters] CFG = 4.0
[Parameters] Seed = 3452123159767886126
[Parameters] Sampler = dpmpp_2m_sde_gpu - karras
[Parameters] Steps = 60 - 30
[Fooocus] Initializing ...
[Fooocus] Loading models ...
Request to load LoRAs [['sd_xl_dpo_lora_v1.safetensors', 1.0], ['neg4all_xl_bdsqlsz_V5.safetensors', 0.8], ['faces_v3.safetensors', 0.8]] for model [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors].
Loaded LoRA [/src/repositories/Fooocus/models/loras/sd_xl_dpo_lora_v1.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors] with 788 keys at weight 1.0.
Loaded LoRA [/src/repositories/Fooocus/models/loras/neg4all_xl_bdsqlsz_V5.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors] with 648 keys at weight 0.8.
Loaded LoRA [/src/repositories/Fooocus/models/loras/faces_v3.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors] with 722 keys at weight 0.8.
Loaded LoRA [/src/repositories/Fooocus/models/loras/faces_v3.safetensors] for CLIP [/src/repositories/Fooocus/models/checkpoints/reica_08_base.safetensors] with 264 keys at weight 0.8.
Request to load LoRAs [['sd_xl_dpo_lora_v1.safetensors', 1.0], ['neg4all_xl_bdsqlsz_V5.safetensors', 0.8], ['faces_v3.safetensors', 0.8]] for model [/src/repositories/Fooocus/models/checkpoints/reica_08_refiner.safetensors].
Loaded LoRA [/src/repositories/Fooocus/models/loras/sd_xl_dpo_lora_v1.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_refiner.safetensors] with 788 keys at weight 1.0.
Loaded LoRA [/src/repositories/Fooocus/models/loras/neg4all_xl_bdsqlsz_V5.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_refiner.safetensors] with 648 keys at weight 0.8.
Loaded LoRA [/src/repositories/Fooocus/models/loras/faces_v3.safetensors] for UNet [/src/repositories/Fooocus/models/checkpoints/reica_08_refiner.safetensors] with 722 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.97 seconds
[Fooocus] Processing prompts ...
[Fooocus] Preparing Fooocus text #1 ...
[Prompt Expansion] Photo portrait of a pensive young brunette woman with sparkling eyes, detailed skin, (half her face concealed in shadow:1.4), tight close up on face, dark background, side lighting revealing her gaze, eye level, in the style of Nathan Wirth, dramatic color, rich colors, intricate, elegant, highly contrasted, sharp focus, vibrant scenic, artistic
[Fooocus] Encoding positive #1 ...
[Fooocus] Encoding negative #1 ...
FreeU is enabled!
[Parameters] Denoising Strength = 1.0
[Parameters] Initial Latent shape: Image Space (1344, 768)
Preparation time: 8.75 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 3.56 seconds
0%| | 0/60 [00:00<?, ?it/s]
2%|▏ | 1/60 [00:00<00:49, 1.20it/s]
3%|▎ | 2/60 [00:01<00:28, 2.02it/s]
5%|▌ | 3/60 [00:01<00:21, 2.59it/s]
7%|▋ | 4/60 [00:01<00:18, 2.98it/s]
8%|▊ | 5/60 [00:01<00:16, 3.26it/s]
10%|█ | 6/60 [00:02<00:15, 3.45it/s]
12%|█▏ | 7/60 [00:02<00:14, 3.58it/s]
13%|█▎ | 8/60 [00:02<00:14, 3.67it/s]
15%|█▌ | 9/60 [00:02<00:13, 3.73it/s]
17%|█▋ | 10/60 [00:03<00:13, 3.78it/s]
18%|█▊ | 11/60 [00:03<00:13, 3.77it/s]
20%|██ | 12/60 [00:03<00:12, 3.80it/s]
22%|██▏ | 13/60 [00:03<00:12, 3.82it/s]
23%|██▎ | 14/60 [00:04<00:12, 3.83it/s]
25%|██▌ | 15/60 [00:04<00:11, 3.84it/s]
27%|██▋ | 16/60 [00:04<00:11, 3.84it/s]
28%|██▊ | 17/60 [00:04<00:11, 3.85it/s]
30%|███ | 18/60 [00:05<00:10, 3.85it/s]
32%|███▏ | 19/60 [00:05<00:10, 3.84it/s]
33%|███▎ | 20/60 [00:05<00:10, 3.84it/s]
35%|███▌ | 21/60 [00:06<00:10, 3.85it/s]
37%|███▋ | 22/60 [00:06<00:09, 3.85it/s]
38%|███▊ | 23/60 [00:06<00:09, 3.85it/s]
40%|████ | 24/60 [00:06<00:09, 3.79it/s]
42%|████▏ | 25/60 [00:07<00:09, 3.80it/s]
43%|████▎ | 26/60 [00:07<00:08, 3.81it/s]
45%|████▌ | 27/60 [00:07<00:08, 3.82it/s]
47%|████▋ | 28/60 [00:07<00:08, 3.82it/s]
48%|████▊ | 29/60 [00:08<00:08, 3.83it/s]
Requested to load SDXL
Loading 1 new model
[Fooocus Model Management] Moving model(s) has taken 3.72 seconds
Refiner Swapped
50%|█████ | 30/60 [00:08<00:07, 3.83it/s]
52%|█████▏ | 31/60 [00:12<00:39, 1.38s/it]
53%|█████▎ | 32/60 [00:12<00:29, 1.04s/it]
55%|█████▌ | 33/60 [00:12<00:21, 1.24it/s]
57%|█████▋ | 34/60 [00:13<00:16, 1.57it/s]
58%|█████▊ | 35/60 [00:13<00:13, 1.92it/s]
60%|██████ | 36/60 [00:13<00:10, 2.27it/s]
62%|██████▏ | 37/60 [00:13<00:08, 2.61it/s]
63%|██████▎ | 38/60 [00:14<00:07, 2.91it/s]
65%|██████▌ | 39/60 [00:14<00:06, 3.16it/s]
67%|██████▋ | 40/60 [00:14<00:05, 3.37it/s]
68%|██████▊ | 41/60 [00:14<00:05, 3.53it/s]
70%|███████ | 42/60 [00:15<00:04, 3.65it/s]
72%|███████▏ | 43/60 [00:15<00:04, 3.74it/s]
73%|███████▎ | 44/60 [00:15<00:04, 3.81it/s]
75%|███████▌ | 45/60 [00:15<00:03, 3.85it/s]
77%|███████▋ | 46/60 [00:16<00:03, 3.88it/s]
78%|███████▊ | 47/60 [00:16<00:03, 3.90it/s]
80%|████████ | 48/60 [00:16<00:03, 3.92it/s]
82%|████████▏ | 49/60 [00:16<00:02, 3.93it/s]
83%|████████▎ | 50/60 [00:17<00:02, 3.94it/s]
85%|████████▌ | 51/60 [00:17<00:02, 3.94it/s]
87%|████████▋ | 52/60 [00:17<00:02, 3.94it/s]
88%|████████▊ | 53/60 [00:17<00:01, 3.95it/s]
90%|█████████ | 54/60 [00:18<00:01, 3.95it/s]
92%|█████████▏| 55/60 [00:18<00:01, 3.95it/s]
93%|█████████▎| 56/60 [00:18<00:01, 3.95it/s]
95%|█████████▌| 57/60 [00:18<00:00, 3.95it/s]
97%|█████████▋| 58/60 [00:19<00:00, 3.95it/s]
98%|█████████▊| 59/60 [00:19<00:00, 3.96it/s]
100%|██████████| 60/60 [00:19<00:00, 3.97it/s]
100%|██████████| 60/60 [00:19<00:00, 3.05it/s]
Requested to load AutoencoderKL
Loading 1 new model
[Fooocus Model Management] Moving model(s) has taken 0.19 seconds
Image generated with private log at: /src/repositories/Fooocus/outputs/2024-01-18/log.html
Generating and saving time: 24.10 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.66 seconds
[Predictor Predict] Finished with 1 images