alexgenovese / test-endpoint
Use Huggingface model name to test a ANY XL model
- Public
- 10.8K runs
-
A100 (80GB)
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764ID3is2fkrbvye7eulhmwxzbedk7uStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- An astronaut riding a rainbow unicorn
- scheduler
- K_EULER
- base_model
- SG161222/RealVisXL_V1.0
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "An astronaut riding a rainbow unicorn", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { width: 1024, height: 1024, prompt: "An astronaut riding a rainbow unicorn", scheduler: "K_EULER", base_model: "SG161222/RealVisXL_V1.0", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "width": 1024, "height": 1024, "prompt": "An astronaut riding a rainbow unicorn", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "width": 1024, "height": 1024, "prompt": "An astronaut riding a rainbow unicorn", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T19:44:02.899800Z", "created_at": "2023-09-22T19:41:36.634505Z", "data_removed": false, "error": null, "id": "3is2fkrbvye7eulhmwxzbedk7u", "input": { "width": 1024, "height": 1024, "prompt": "An astronaut riding a rainbow unicorn", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "", "num_inference_steps": 50 }, "logs": "Using seed: 16307\nLoading sdxl pipeline...\nDownloading (…)ain/model_index.json: 0%| | 0.00/577 [00:00<?, ?B/s]\nDownloading (…)ain/model_index.json: 100%|██████████| 577/577 [00:00<00:00, 93.3kB/s]\nFetching 18 files: 0%| | 0/18 [00:00<?, ?it/s]\nDownloading (…)okenizer_config.json: 0%| | 0.00/737 [00:00<?, ?B/s]\u001b[A\nDownloading (…)okenizer_config.json: 100%|██████████| 737/737 [00:00<00:00, 110kB/s]\nDownloading (…)_encoder/config.json: 0%| | 0.00/560 [00:00<?, ?B/s]\u001b[A\nDownloading (…)_encoder/config.json: 100%|██████████| 560/560 [00:00<00:00, 82.7kB/s]\nDownloading (…)tokenizer/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s]\u001b[A\nDownloading (…)cial_tokens_map.json: 0%| | 0.00/472 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)cial_tokens_map.json: 100%|██████████| 472/472 [00:00<00:00, 69.1kB/s]\nDownloading (…)cheduler_config.json: 0%| | 0.00/474 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)cheduler_config.json: 100%|██████████| 474/474 [00:00<00:00, 54.8kB/s]\nFetching 18 files: 11%|█ | 2/18 [00:01<00:12, 1.25it/s]\nDownloading (…)ncoder_2/config.json: 0%| | 0.00/570 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)ncoder_2/config.json: 100%|██████████| 570/570 [00:00<00:00, 86.0kB/s]\nDownloading (…)tokenizer/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 3.95MB/s]\u001b[A\nDownloading (…)tokenizer/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 3.91MB/s]\nDownloading (…)tokenizer/vocab.json: 0%| | 0.00/1.06M [00:00<?, ?B/s]\u001b[A\nDownloading (…)cial_tokens_map.json: 0%| | 0.00/460 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)cial_tokens_map.json: 100%|██████████| 460/460 [00:00<00:00, 259kB/s]\nDownloading (…)okenizer_config.json: 0%| | 0.00/725 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)okenizer_config.json: 100%|██████████| 725/725 [00:00<00:00, 408kB/s]\nDownloading (…)tokenizer/vocab.json: 100%|██████████| 1.06M/1.06M [00:00<00:00, 15.5MB/s]\nDownloading (…)kenizer_2/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s]\u001b[A\nDownloading (…)3c2/unet/config.json: 0%| | 0.00/1.68k [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)3c2/unet/config.json: 100%|██████████| 1.68k/1.68k [00:00<00:00, 926kB/s]\nDownloading (…)kenizer_2/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 10.2MB/s]\nDownloading (…)13c2/vae/config.json: 0%| | 0.00/602 [00:00<?, ?B/s]\u001b[A\nDownloading (…)13c2/vae/config.json: 100%|██████████| 602/602 [00:00<00:00, 335kB/s]\nDownloading (…)kenizer_2/vocab.json: 0%| | 0.00/1.06M [00:00<?, ?B/s]\u001b[A\nDownloading (…)kenizer_2/vocab.json: 100%|██████████| 1.06M/1.06M [00:00<00:00, 17.3MB/s]\nDownloading model.fp16.safetensors: 0%| | 0.00/1.39G [00:00<?, ?B/s]\u001b[A\nDownloading model.fp16.safetensors: 0%| | 0.00/246M [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 0.00/5.14G [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 1%| | 10.5M/1.39G [00:00<00:23, 58.1MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 10.5M/5.14G [00:00<01:36, 52.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:02, 69.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 21.0M/5.14G [00:00<01:57, 43.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 4%|▍ | 10.5M/246M [00:00<00:14, 16.2MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 1%| | 31.5M/5.14G [00:00<01:28, 57.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 9%|▊ | 21.0M/246M [00:00<00:07, 30.2MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:03, 40.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 2%|▏ | 21.0M/1.39G [00:00<01:00, 22.8MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 1%| | 41.9M/5.14G [00:00<01:18, 64.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 17%|█▋ | 41.9M/246M [00:00<00:03, 60.4MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 3%|▎ | 41.9M/1.39G [00:00<00:26, 50.6MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 1%| | 52.4M/5.14G [00:00<01:32, 54.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 21%|██▏ | 52.4M/246M [00:01<00:03, 51.8MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▌ | 41.9M/167M [00:00<00:02, 47.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 5%|▌ | 73.4M/1.39G [00:01<00:18, 71.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 1%|▏ | 73.4M/5.14G [00:01<01:24, 60.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 6%|▌ | 83.9M/1.39G [00:01<00:19, 66.7MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:01<00:02, 45.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 30%|██▉ | 73.4M/246M [00:01<00:02, 58.2MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:01<00:02, 51.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 34%|███▍ | 83.9M/246M [00:01<00:02, 55.6MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 2%|▏ | 83.9M/5.14G [00:01<01:49, 46.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 44%|████▍ | 73.4M/167M [00:01<00:01, 51.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 38%|███▊ | 94.4M/246M [00:01<00:02, 62.8MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 8%|▊ | 105M/1.39G [00:01<00:21, 59.9MB/s] \u001b[A\nDownloading model.fp16.safetensors: 43%|████▎ | 105M/246M [00:01<00:02, 65.0MB/s] \u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|█████ | 83.9M/167M [00:01<00:01, 51.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 2%|▏ | 105M/5.14G [00:01<01:36, 51.9MB/s] \u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 47%|████▋ | 115M/246M [00:02<00:02, 59.7MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 8%|▊ | 115M/1.39G [00:02<00:25, 49.7MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 105M/167M [00:01<00:00, 64.1MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 10%|▉ | 136M/1.39G [00:02<00:20, 59.8MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 2%|▏ | 115M/5.14G [00:02<01:50, 45.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 55%|█████▌ | 136M/246M [00:02<00:01, 63.4MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:02<00:00, 52.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 136M/5.14G [00:02<01:30, 55.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 11%|█ | 147M/1.39G [00:02<00:23, 51.8MB/s]\u001b[A\nDownloading model.fp16.safetensors: 60%|█████▉ | 147M/246M [00:02<00:01, 54.6MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████▏ | 136M/167M [00:02<00:00, 60.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 147M/5.14G [00:02<01:31, 54.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 12%|█▏ | 168M/1.39G [00:03<00:22, 55.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:02<00:00, 55.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 68%|██████▊ | 168M/246M [00:03<00:01, 55.2MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▍| 157M/167M [00:02<00:00, 58.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 72%|███████▏ | 178M/246M [00:03<00:01, 61.2MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 168M/5.14G [00:03<01:32, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 13%|█▎ | 178M/1.39G [00:03<00:25, 47.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 178M/5.14G [00:03<01:32, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:03<00:00, 47.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 81%|████████ | 199M/246M [00:03<00:00, 64.1MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:03<00:00, 51.8MB/s]\nDownloading (…)del.fp16.safetensors: 4%|▍ | 199M/5.14G [00:03<01:20, 61.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 14%|█▍ | 199M/1.39G [00:03<00:23, 50.5MB/s]\u001b[A\nDownloading model.fp16.safetensors: 85%|████████▌ | 210M/246M [00:03<00:00, 54.5MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 4%|▍ | 210M/5.14G [00:03<01:21, 60.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 15%|█▌ | 210M/1.39G [00:04<00:25, 46.6MB/s]\u001b[A\nDownloading model.fp16.safetensors: 94%|█████████▎| 231M/246M [00:04<00:00, 58.6MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 4%|▍ | 220M/5.14G [00:04<01:44, 47.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 98%|█████████▊| 241M/246M [00:04<00:00, 55.3MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 17%|█▋ | 231M/1.39G [00:04<00:22, 51.1MB/s]\u001b[A\nDownloading model.fp16.safetensors: 100%|██████████| 246M/246M [00:04<00:00, 55.7MB/s]\nFetching 18 files: 22%|██▏ | 4/18 [00:06<00:24, 1.75s/it]\nDownloading (…)del.fp16.safetensors: 4%|▍ | 231M/5.14G [00:04<01:39, 49.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 17%|█▋ | 241M/1.39G [00:04<00:22, 51.7MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 5%|▍ | 241M/5.14G [00:04<01:42, 47.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 5%|▍ | 252M/5.14G [00:04<01:39, 48.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 19%|█▉ | 262M/1.39G [00:05<00:21, 51.6MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 5%|▌ | 262M/5.14G [00:05<01:48, 44.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 20%|█▉ | 273M/1.39G [00:05<00:23, 48.5MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 5%|▌ | 273M/5.14G [00:05<01:41, 48.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 21%|██ | 294M/1.39G [00:05<00:20, 54.5MB/s]\u001b[A\nDownloading model.fp16.safetensors: 22%|██▏ | 304M/1.39G [00:05<00:22, 47.5MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▌ | 294M/5.14G [00:05<01:48, 44.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 23%|██▎ | 325M/1.39G [00:06<00:20, 53.1MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▌ | 304M/5.14G [00:06<02:04, 38.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 24%|██▍ | 336M/1.39G [00:06<00:18, 56.4MB/s]\u001b[A\nDownloading model.fp16.safetensors: 25%|██▍ | 346M/1.39G [00:06<00:17, 60.0MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▋ | 325M/5.14G [00:06<01:36, 49.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 7%|▋ | 336M/5.14G [00:06<01:29, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 26%|██▌ | 357M/1.39G [00:06<00:17, 57.5MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 7%|▋ | 346M/5.14G [00:06<01:40, 47.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 7%|▋ | 357M/5.14G [00:06<01:30, 53.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 27%|██▋ | 377M/1.39G [00:07<00:21, 46.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 7%|▋ | 367M/5.14G [00:07<01:30, 52.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 28%|██▊ | 388M/1.39G [00:07<00:22, 45.0MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 7%|▋ | 377M/5.14G [00:07<01:41, 46.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 29%|██▉ | 409M/1.39G [00:07<00:18, 53.9MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 8%|▊ | 388M/5.14G [00:07<01:49, 43.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 30%|███ | 419M/1.39G [00:07<00:17, 56.6MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 8%|▊ | 398M/5.14G [00:07<01:42, 46.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 32%|███▏ | 440M/1.39G [00:08<00:13, 71.0MB/s]\u001b[A\nDownloading model.fp16.safetensors: 32%|███▏ | 451M/1.39G [00:08<00:14, 65.9MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 8%|▊ | 409M/5.14G [00:08<01:47, 43.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 34%|███▍ | 472M/1.39G [00:08<00:11, 78.9MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 8%|▊ | 419M/5.14G [00:08<01:39, 47.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 35%|███▍ | 482M/1.39G [00:08<00:13, 67.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 9%|▊ | 440M/5.14G [00:08<01:19, 59.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 36%|███▌ | 503M/1.39G [00:09<00:12, 68.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 9%|▉ | 451M/5.14G [00:08<01:35, 49.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 37%|███▋ | 514M/1.39G [00:09<00:14, 61.0MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 9%|▉ | 472M/5.14G [00:09<01:29, 52.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 38%|███▊ | 535M/1.39G [00:09<00:14, 57.2MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 9%|▉ | 482M/5.14G [00:09<01:53, 40.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 39%|███▉ | 545M/1.39G [00:09<00:15, 53.7MB/s]\u001b[A\nDownloading model.fp16.safetensors: 41%|████ | 566M/1.39G [00:10<00:13, 61.9MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 10%|▉ | 503M/5.14G [00:10<01:40, 46.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 42%|████▏ | 577M/1.39G [00:10<00:14, 57.8MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 10%|█ | 514M/5.14G [00:10<01:45, 43.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 43%|████▎ | 598M/1.39G [00:10<00:13, 59.2MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 10%|█ | 535M/5.14G [00:10<01:25, 53.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 44%|████▍ | 608M/1.39G [00:10<00:13, 57.0MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 11%|█ | 545M/5.14G [00:10<01:24, 54.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 11%|█ | 566M/5.14G [00:11<01:18, 58.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 45%|████▌ | 629M/1.39G [00:11<00:14, 51.2MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 11%|█ | 577M/5.14G [00:11<01:27, 52.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 46%|████▌ | 640M/1.39G [00:11<00:14, 52.3MB/s]\u001b[A\nDownloading model.fp16.safetensors: 47%|████▋ | 650M/1.39G [00:11<00:14, 51.5MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 12%|█▏ | 598M/5.14G [00:11<01:29, 50.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 48%|████▊ | 661M/1.39G [00:12<00:14, 48.7MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 12%|█▏ | 608M/5.14G [00:12<01:22, 54.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 49%|████▉ | 682M/1.39G [00:12<00:10, 65.1MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 12%|█▏ | 629M/5.14G [00:12<01:10, 64.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 50%|████▉ | 692M/1.39G [00:12<00:11, 60.7MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 650M/5.14G [00:12<01:07, 66.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 51%|█████▏ | 713M/1.39G [00:12<00:10, 63.5MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 661M/5.14G [00:12<01:18, 57.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 52%|█████▏ | 724M/1.39G [00:13<00:14, 45.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 682M/5.14G [00:13<01:10, 63.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 692M/5.14G [00:13<01:24, 52.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 14%|█▎ | 703M/5.14G [00:13<01:25, 52.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 54%|█████▎ | 744M/1.39G [00:13<00:15, 42.2MB/s]\u001b[A\nDownloading model.fp16.safetensors: 54%|█████▍ | 755M/1.39G [00:14<00:14, 42.5MB/s]\u001b[A\nDownloading model.fp16.safetensors: 56%|█████▌ | 776M/1.39G [00:14<00:11, 55.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 14%|█▍ | 713M/5.14G [00:14<01:50, 40.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 57%|█████▋ | 786M/1.39G [00:14<00:10, 55.0MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 14%|█▍ | 724M/5.14G [00:14<01:42, 42.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 14%|█▍ | 744M/5.14G [00:14<01:20, 54.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 58%|█████▊ | 807M/1.39G [00:14<00:09, 60.5MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 15%|█▍ | 755M/5.14G [00:14<01:20, 54.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 59%|█████▉ | 818M/1.39G [00:15<00:10, 53.7MB/s]\u001b[A\nDownloading model.fp16.safetensors: 60%|██████ | 839M/1.39G [00:15<00:07, 70.6MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 15%|█▌ | 776M/5.14G [00:15<01:21, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 61%|██████ | 849M/1.39G [00:15<00:10, 51.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 15%|█▌ | 786M/5.14G [00:15<01:30, 48.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 63%|██████▎ | 870M/1.39G [00:15<00:09, 56.0MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 16%|█▌ | 807M/5.14G [00:15<01:21, 53.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 16%|█▌ | 818M/5.14G [00:15<01:17, 55.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 63%|██████▎ | 881M/1.39G [00:16<00:09, 53.8MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 16%|█▋ | 839M/5.14G [00:16<01:14, 58.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 65%|██████▍ | 902M/1.39G [00:16<00:08, 54.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 17%|█▋ | 849M/5.14G [00:16<01:19, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 66%|██████▌ | 912M/1.39G [00:16<00:08, 55.2MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 17%|█▋ | 870M/5.14G [00:16<01:12, 58.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 67%|██████▋ | 933M/1.39G [00:17<00:08, 52.9MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 17%|█▋ | 881M/5.14G [00:17<01:17, 55.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 68%|██████▊ | 944M/1.39G [00:17<00:07, 57.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 18%|█▊ | 902M/5.14G [00:17<01:00, 70.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 69%|██████▊ | 954M/1.39G [00:17<00:07, 58.6MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 18%|█▊ | 912M/5.14G [00:17<01:02, 67.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 69%|██████▉ | 965M/1.39G [00:17<00:07, 54.5MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 18%|█▊ | 933M/5.14G [00:17<01:04, 65.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 71%|███████ | 986M/1.39G [00:17<00:07, 57.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▊ | 954M/5.14G [00:17<00:54, 77.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 72%|███████▏ | 996M/1.39G [00:18<00:08, 45.2MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 965M/5.14G [00:18<01:10, 59.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 975M/5.14G [00:18<01:05, 63.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 73%|███████▎ | 1.02G/1.39G [00:18<00:07, 52.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 986M/5.14G [00:18<01:21, 51.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 74%|███████▍ | 1.03G/1.39G [00:18<00:07, 49.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 996M/5.14G [00:19<01:40, 41.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 75%|███████▌ | 1.05G/1.39G [00:19<00:06, 48.9MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 20%|█▉ | 1.02G/5.14G [00:19<01:15, 54.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 76%|███████▌ | 1.06G/1.39G [00:19<00:06, 49.8MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 20%|██ | 1.03G/5.14G [00:19<01:16, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 78%|███████▊ | 1.08G/1.39G [00:19<00:06, 51.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 20%|██ | 1.05G/5.14G [00:19<01:09, 59.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 78%|███████▊ | 1.09G/1.39G [00:20<00:05, 55.5MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 21%|██ | 1.06G/5.14G [00:20<01:14, 54.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 80%|███████▉ | 1.11G/1.39G [00:20<00:04, 67.9MB/s]\u001b[A\nDownloading model.fp16.safetensors: 81%|████████ | 1.12G/1.39G [00:20<00:04, 61.9MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 21%|██ | 1.08G/5.14G [00:20<01:14, 54.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 21%|██ | 1.09G/5.14G [00:20<01:08, 58.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 82%|████████▏ | 1.14G/1.39G [00:20<00:04, 59.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 22%|██▏ | 1.11G/5.14G [00:20<01:02, 64.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 83%|████████▎ | 1.15G/1.39G [00:21<00:04, 54.0MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 22%|██▏ | 1.12G/5.14G [00:21<01:05, 61.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 22%|██▏ | 1.14G/5.14G [00:21<00:55, 72.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 85%|████████▍ | 1.17G/1.39G [00:21<00:03, 55.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 22%|██▏ | 1.15G/5.14G [00:21<01:04, 61.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 85%|████████▌ | 1.18G/1.39G [00:21<00:04, 48.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 23%|██▎ | 1.17G/5.14G [00:21<01:07, 58.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 86%|████████▌ | 1.20G/1.39G [00:22<00:04, 45.8MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 23%|██▎ | 1.18G/5.14G [00:22<01:10, 55.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 88%|████████▊ | 1.22G/1.39G [00:22<00:03, 55.8MB/s]\u001b[A\nDownloading model.fp16.safetensors: 88%|████████▊ | 1.23G/1.39G [00:22<00:02, 62.1MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 23%|██▎ | 1.21G/5.14G [00:22<01:09, 56.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 89%|████████▉ | 1.24G/1.39G [00:22<00:02, 56.9MB/s]\u001b[A\nDownloading model.fp16.safetensors: 90%|████████▉ | 1.25G/1.39G [00:22<00:02, 56.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 24%|██▎ | 1.22G/5.14G [00:22<01:12, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 91%|█████████ | 1.26G/1.39G [00:23<00:02, 55.2MB/s]\u001b[A\nDownloading model.fp16.safetensors: 91%|█████████▏| 1.27G/1.39G [00:23<00:02, 46.1MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 24%|██▍ | 1.24G/5.14G [00:23<01:21, 48.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 24%|██▍ | 1.25G/5.14G [00:23<01:18, 49.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▍ | 1.26G/5.14G [00:23<01:15, 51.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 93%|█████████▎| 1.29G/1.39G [00:23<00:02, 46.8MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▍ | 1.27G/5.14G [00:23<01:15, 51.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▌ | 1.29G/5.14G [00:23<00:54, 70.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 94%|█████████▎| 1.30G/1.39G [00:24<00:02, 43.2MB/s]\u001b[A\nDownloading model.fp16.safetensors: 95%|█████████▌| 1.32G/1.39G [00:24<00:01, 53.7MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▌ | 1.30G/5.14G [00:24<01:10, 54.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 96%|█████████▌| 1.33G/1.39G [00:24<00:01, 51.7MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 26%|██▌ | 1.32G/5.14G [00:24<01:10, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 97%|█████████▋| 1.35G/1.39G [00:24<00:00, 60.1MB/s]\u001b[A\nDownloading model.fp16.safetensors: 98%|█████████▊| 1.36G/1.39G [00:25<00:00, 48.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 26%|██▌ | 1.33G/5.14G [00:25<01:26, 43.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 26%|██▋ | 1.35G/5.14G [00:25<01:09, 54.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 100%|█████████▉| 1.38G/1.39G [00:25<00:00, 53.3MB/s]\u001b[A\nDownloading model.fp16.safetensors: 100%|██████████| 1.39G/1.39G [00:25<00:00, 54.2MB/s]\nFetching 18 files: 33%|███▎ | 6/18 [00:27<01:09, 5.79s/it]\nDownloading (…)del.fp16.safetensors: 27%|██▋ | 1.36G/5.14G [00:25<01:14, 50.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 27%|██▋ | 1.38G/5.14G [00:25<01:00, 61.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 27%|██▋ | 1.39G/5.14G [00:26<01:04, 57.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 28%|██▊ | 1.42G/5.14G [00:26<01:03, 58.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 28%|██▊ | 1.43G/5.14G [00:26<01:08, 53.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 28%|██▊ | 1.45G/5.14G [00:26<01:07, 54.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 28%|██▊ | 1.46G/5.14G [00:27<01:18, 47.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 29%|██▉ | 1.48G/5.14G [00:27<01:11, 50.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 29%|██▉ | 1.49G/5.14G [00:28<01:19, 46.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 29%|██▉ | 1.51G/5.14G [00:28<01:11, 50.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 30%|██▉ | 1.52G/5.14G [00:28<01:23, 43.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 30%|███ | 1.54G/5.14G [00:29<01:13, 49.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 30%|███ | 1.55G/5.14G [00:29<01:13, 48.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 30%|███ | 1.56G/5.14G [00:29<01:09, 51.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███ | 1.57G/5.14G [00:29<01:15, 47.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███ | 1.59G/5.14G [00:29<00:58, 60.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███ | 1.60G/5.14G [00:30<01:05, 53.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 32%|███▏ | 1.63G/5.14G [00:30<01:10, 50.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 32%|███▏ | 1.64G/5.14G [00:31<01:20, 43.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 32%|███▏ | 1.66G/5.14G [00:31<01:15, 46.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 32%|███▏ | 1.67G/5.14G [00:31<01:13, 46.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 33%|███▎ | 1.68G/5.14G [00:31<01:06, 51.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 33%|███▎ | 1.69G/5.14G [00:32<01:21, 42.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 33%|███▎ | 1.70G/5.14G [00:32<01:21, 42.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 33%|███▎ | 1.72G/5.14G [00:32<01:12, 47.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 34%|███▎ | 1.73G/5.14G [00:33<01:16, 44.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 34%|███▍ | 1.75G/5.14G [00:33<01:09, 48.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 34%|███▍ | 1.76G/5.14G [00:33<01:31, 37.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 35%|███▍ | 1.78G/5.14G [00:34<01:09, 48.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 35%|███▍ | 1.79G/5.14G [00:34<01:13, 45.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 35%|███▌ | 1.81G/5.14G [00:34<01:02, 53.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 36%|███▌ | 1.82G/5.14G [00:34<01:06, 49.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 36%|███▌ | 1.85G/5.14G [00:35<00:59, 55.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 36%|███▌ | 1.86G/5.14G [00:35<00:56, 58.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 36%|███▋ | 1.87G/5.14G [00:35<00:54, 59.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 37%|███▋ | 1.88G/5.14G [00:35<01:02, 52.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 37%|███▋ | 1.89G/5.14G [00:36<00:59, 54.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 37%|███▋ | 1.90G/5.14G [00:36<00:57, 56.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 37%|███▋ | 1.91G/5.14G [00:36<01:09, 46.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 1.93G/5.14G [00:36<00:59, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 1.94G/5.14G [00:37<01:04, 49.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 1.96G/5.14G [00:37<00:55, 57.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 1.97G/5.14G [00:37<00:57, 55.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 39%|███▉ | 1.99G/5.14G [00:37<00:55, 56.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 39%|███▉ | 2.00G/5.14G [00:38<01:01, 50.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 39%|███▉ | 2.02G/5.14G [00:38<00:52, 59.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 40%|███▉ | 2.03G/5.14G [00:38<00:55, 55.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 40%|████ | 2.06G/5.14G [00:38<00:44, 69.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 40%|████ | 2.07G/5.14G [00:39<00:53, 56.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 41%|████ | 2.09G/5.14G [00:39<00:52, 57.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 41%|████ | 2.10G/5.14G [00:39<00:49, 61.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 41%|████ | 2.12G/5.14G [00:40<00:57, 52.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 41%|████▏ | 2.13G/5.14G [00:40<01:01, 49.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 42%|████▏ | 2.15G/5.14G [00:40<00:59, 50.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 42%|████▏ | 2.16G/5.14G [00:41<01:05, 45.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 42%|████▏ | 2.18G/5.14G [00:41<01:00, 49.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 43%|████▎ | 2.19G/5.14G [00:41<01:01, 47.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 43%|████▎ | 2.20G/5.14G [00:42<01:04, 45.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 43%|████▎ | 2.21G/5.14G [00:42<01:04, 45.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 43%|████▎ | 2.23G/5.14G [00:42<00:56, 50.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 44%|████▎ | 2.24G/5.14G [00:43<01:07, 43.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 44%|████▍ | 2.26G/5.14G [00:43<00:56, 51.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 44%|████▍ | 2.28G/5.14G [00:43<01:03, 45.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 45%|████▍ | 2.30G/5.14G [00:43<00:52, 54.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 45%|████▍ | 2.31G/5.14G [00:44<00:55, 51.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 45%|████▌ | 2.33G/5.14G [00:44<00:48, 57.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 46%|████▌ | 2.34G/5.14G [00:44<01:03, 44.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 46%|████▌ | 2.36G/5.14G [00:45<00:55, 50.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 46%|████▌ | 2.37G/5.14G [00:45<00:56, 49.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 47%|████▋ | 2.39G/5.14G [00:45<01:02, 43.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 47%|████▋ | 2.41G/5.14G [00:46<00:46, 58.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 47%|████▋ | 2.43G/5.14G [00:46<00:43, 61.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 48%|████▊ | 2.45G/5.14G [00:46<00:41, 64.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 48%|████▊ | 2.46G/5.14G [00:47<00:48, 55.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 48%|████▊ | 2.49G/5.14G [00:47<00:43, 60.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 49%|████▊ | 2.50G/5.14G [00:47<00:44, 59.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 49%|████▉ | 2.51G/5.14G [00:47<00:45, 58.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 49%|████▉ | 2.52G/5.14G [00:47<00:51, 50.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 49%|████▉ | 2.54G/5.14G [00:48<00:53, 48.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|████▉ | 2.55G/5.14G [00:48<00:58, 44.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|█████ | 2.57G/5.14G [00:49<00:52, 48.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|█████ | 2.58G/5.14G [00:49<00:50, 50.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 51%|█████ | 2.60G/5.14G [00:49<00:46, 54.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 51%|█████ | 2.61G/5.14G [00:49<00:47, 53.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 51%|█████▏ | 2.63G/5.14G [00:50<00:38, 65.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 51%|█████▏ | 2.64G/5.14G [00:50<00:41, 60.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 52%|█████▏ | 2.65G/5.14G [00:50<00:40, 61.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 52%|█████▏ | 2.66G/5.14G [00:50<00:51, 47.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 52%|█████▏ | 2.67G/5.14G [00:51<00:52, 47.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 52%|█████▏ | 2.69G/5.14G [00:51<00:44, 54.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 53%|█████▎ | 2.71G/5.14G [00:51<00:55, 44.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 53%|█████▎ | 2.73G/5.14G [00:52<00:46, 51.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 53%|█████▎ | 2.74G/5.14G [00:52<00:49, 48.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 54%|█████▎ | 2.76G/5.14G [00:52<00:40, 58.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 54%|█████▍ | 2.77G/5.14G [00:52<00:40, 58.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 54%|█████▍ | 2.79G/5.14G [00:53<00:37, 62.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 55%|█████▍ | 2.81G/5.14G [00:53<00:31, 74.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 55%|█████▍ | 2.82G/5.14G [00:53<00:32, 70.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 55%|█████▌ | 2.84G/5.14G [00:53<00:35, 64.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▌ | 2.85G/5.14G [00:54<00:44, 51.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▌ | 2.87G/5.14G [00:54<00:36, 62.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▌ | 2.88G/5.14G [00:54<00:42, 53.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▋ | 2.89G/5.14G [00:54<00:41, 54.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 57%|█████▋ | 2.90G/5.14G [00:54<00:40, 55.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 57%|█████▋ | 2.92G/5.14G [00:55<00:45, 49.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 57%|█████▋ | 2.94G/5.14G [00:55<00:39, 56.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 57%|█████▋ | 2.95G/5.14G [00:55<00:45, 48.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 58%|█████▊ | 2.97G/5.14G [00:56<00:37, 57.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 58%|█████▊ | 2.98G/5.14G [00:56<00:33, 63.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 58%|█████▊ | 3.00G/5.14G [00:56<00:33, 64.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 59%|█████▊ | 3.01G/5.14G [00:56<00:39, 53.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 59%|█████▉ | 3.03G/5.14G [00:57<00:39, 53.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 59%|█████▉ | 3.04G/5.14G [00:57<00:45, 46.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 60%|█████▉ | 3.06G/5.14G [00:57<00:41, 49.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 60%|█████▉ | 3.07G/5.14G [00:58<00:46, 44.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 60%|██████ | 3.09G/5.14G [00:58<00:43, 46.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 60%|██████ | 3.10G/5.14G [00:58<00:42, 47.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 61%|██████ | 3.11G/5.14G [00:59<00:40, 50.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 61%|██████ | 3.12G/5.14G [00:59<00:39, 51.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 61%|██████ | 3.14G/5.14G [00:59<00:38, 52.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 61%|██████▏ | 3.15G/5.14G [00:59<00:32, 60.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 61%|██████▏ | 3.16G/5.14G [00:59<00:29, 68.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 62%|██████▏ | 3.18G/5.14G [01:00<00:34, 57.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 62%|██████▏ | 3.20G/5.14G [01:00<00:25, 74.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 62%|██████▏ | 3.21G/5.14G [01:00<00:27, 70.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 3.22G/5.14G [01:00<00:33, 57.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 3.24G/5.14G [01:01<00:33, 56.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 3.25G/5.14G [01:01<00:35, 53.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 64%|██████▎ | 3.27G/5.14G [01:01<00:32, 57.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 64%|██████▍ | 3.28G/5.14G [01:01<00:34, 54.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 64%|██████▍ | 3.30G/5.14G [01:02<00:32, 56.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 65%|██████▍ | 3.31G/5.14G [01:02<00:31, 58.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 65%|██████▍ | 3.33G/5.14G [01:02<00:28, 62.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 65%|██████▌ | 3.34G/5.14G [01:03<00:36, 48.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 66%|██████▌ | 3.37G/5.14G [01:03<00:32, 55.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 66%|██████▌ | 3.38G/5.14G [01:03<00:35, 49.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 66%|██████▌ | 3.40G/5.14G [01:04<00:36, 47.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 66%|██████▋ | 3.41G/5.14G [01:04<00:37, 46.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 67%|██████▋ | 3.42G/5.14G [01:04<00:34, 49.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 67%|██████▋ | 3.43G/5.14G [01:04<00:35, 47.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 67%|██████▋ | 3.45G/5.14G [01:05<00:27, 60.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 67%|██████▋ | 3.46G/5.14G [01:05<00:27, 60.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 68%|██████▊ | 3.48G/5.14G [01:05<00:30, 55.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 68%|██████▊ | 3.49G/5.14G [01:06<00:40, 40.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 68%|██████▊ | 3.51G/5.14G [01:06<00:37, 42.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▊ | 3.52G/5.14G [01:06<00:39, 41.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 3.54G/5.14G [01:07<00:31, 51.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 3.55G/5.14G [01:07<00:32, 48.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 70%|██████▉ | 3.58G/5.14G [01:07<00:29, 53.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 70%|██████▉ | 3.59G/5.14G [01:07<00:32, 48.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 70%|███████ | 3.61G/5.14G [01:08<00:29, 51.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 70%|███████ | 3.62G/5.14G [01:08<00:32, 47.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 71%|███████ | 3.64G/5.14G [01:08<00:28, 52.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 71%|███████ | 3.65G/5.14G [01:09<00:28, 52.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 71%|███████▏ | 3.67G/5.14G [01:09<00:28, 50.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 72%|███████▏ | 3.68G/5.14G [01:09<00:29, 48.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 72%|███████▏ | 3.70G/5.14G [01:10<00:23, 59.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 72%|███████▏ | 3.72G/5.14G [01:10<00:20, 69.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 73%|███████▎ | 3.73G/5.14G [01:10<00:25, 54.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 73%|███████▎ | 3.75G/5.14G [01:10<00:22, 60.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 73%|███████▎ | 3.76G/5.14G [01:11<00:24, 55.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 74%|███████▎ | 3.79G/5.14G [01:11<00:22, 60.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 74%|███████▍ | 3.80G/5.14G [01:11<00:26, 49.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 74%|███████▍ | 3.82G/5.14G [01:12<00:23, 56.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▍ | 3.83G/5.14G [01:12<00:22, 57.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▍ | 3.85G/5.14G [01:12<00:20, 62.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▌ | 3.86G/5.14G [01:12<00:20, 63.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 76%|███████▌ | 3.88G/5.14G [01:12<00:15, 79.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 76%|███████▌ | 3.89G/5.14G [01:13<00:21, 56.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 76%|███████▌ | 3.90G/5.14G [01:13<00:22, 54.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 76%|███████▌ | 3.91G/5.14G [01:13<00:27, 44.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 76%|███████▋ | 3.92G/5.14G [01:14<00:33, 36.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 77%|███████▋ | 3.94G/5.14G [01:14<00:27, 43.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 77%|███████▋ | 3.95G/5.14G [01:14<00:27, 42.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 77%|███████▋ | 3.97G/5.14G [01:15<00:22, 51.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 78%|███████▊ | 3.98G/5.14G [01:15<00:22, 51.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 78%|███████▊ | 4.01G/5.14G [01:15<00:20, 54.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 78%|███████▊ | 4.02G/5.14G [01:16<00:25, 44.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▊ | 4.04G/5.14G [01:16<00:21, 51.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▉ | 4.05G/5.14G [01:16<00:20, 54.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▉ | 4.06G/5.14G [01:16<00:20, 53.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▉ | 4.07G/5.14G [01:17<00:20, 51.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▉ | 4.08G/5.14G [01:17<00:18, 58.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 80%|███████▉ | 4.09G/5.14G [01:17<00:19, 52.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 80%|███████▉ | 4.10G/5.14G [01:17<00:20, 49.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 80%|████████ | 4.11G/5.14G [01:17<00:17, 57.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 80%|████████ | 4.12G/5.14G [01:18<00:25, 39.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 80%|████████ | 4.13G/5.14G [01:18<00:23, 43.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████ | 4.14G/5.14G [01:18<00:19, 50.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████ | 4.15G/5.14G [01:18<00:18, 52.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████ | 4.16G/5.14G [01:18<00:20, 47.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████▏ | 4.18G/5.14G [01:19<00:17, 53.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 82%|████████▏ | 4.19G/5.14G [01:19<00:19, 49.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 82%|████████▏ | 4.22G/5.14G [01:19<00:14, 64.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 82%|████████▏ | 4.23G/5.14G [01:19<00:15, 59.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 83%|████████▎ | 4.25G/5.14G [01:20<00:15, 56.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 83%|████████▎ | 4.26G/5.14G [01:20<00:18, 47.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 83%|████████▎ | 4.27G/5.14G [01:21<00:20, 43.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 83%|████████▎ | 4.28G/5.14G [01:21<00:20, 41.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 84%|████████▎ | 4.29G/5.14G [01:21<00:23, 35.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 84%|████████▍ | 4.31G/5.14G [01:22<00:18, 44.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 84%|████████▍ | 4.32G/5.14G [01:22<00:17, 46.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 85%|████████▍ | 4.34G/5.14G [01:22<00:17, 45.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 85%|████████▍ | 4.35G/5.14G [01:22<00:16, 48.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 85%|████████▍ | 4.36G/5.14G [01:23<00:15, 50.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 85%|████████▌ | 4.37G/5.14G [01:23<00:13, 55.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 86%|████████▌ | 4.39G/5.14G [01:23<00:10, 67.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 86%|████████▌ | 4.40G/5.14G [01:23<00:13, 55.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 86%|████████▌ | 4.42G/5.14G [01:24<00:17, 41.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 86%|████████▋ | 4.44G/5.14G [01:24<00:16, 42.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 87%|████████▋ | 4.46G/5.14G [01:24<00:14, 47.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 87%|████████▋ | 4.47G/5.14G [01:25<00:14, 46.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 87%|████████▋ | 4.49G/5.14G [01:25<00:12, 51.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 4.50G/5.14G [01:25<00:11, 53.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 4.52G/5.14G [01:25<00:10, 60.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 4.53G/5.14G [01:26<00:11, 51.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 89%|████████▊ | 4.55G/5.14G [01:26<00:10, 54.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 89%|████████▉ | 4.56G/5.14G [01:27<00:12, 44.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 89%|████████▉ | 4.58G/5.14G [01:27<00:10, 51.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 89%|████████▉ | 4.59G/5.14G [01:28<00:15, 34.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 90%|████████▉ | 4.61G/5.14G [01:28<00:12, 41.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 90%|█████████ | 4.62G/5.14G [01:28<00:12, 41.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 90%|█████████ | 4.65G/5.14G [01:29<00:10, 45.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 91%|█████████ | 4.66G/5.14G [01:29<00:09, 50.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 91%|█████████ | 4.67G/5.14G [01:29<00:09, 52.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 91%|█████████ | 4.68G/5.14G [01:29<00:10, 44.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 91%|█████████▏| 4.70G/5.14G [01:30<00:09, 48.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 92%|█████████▏| 4.71G/5.14G [01:30<00:08, 53.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 92%|█████████▏| 4.73G/5.14G [01:30<00:07, 52.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 92%|█████████▏| 4.74G/5.14G [01:30<00:07, 54.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 93%|█████████▎| 4.76G/5.14G [01:30<00:05, 62.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 93%|█████████▎| 4.77G/5.14G [01:31<00:06, 54.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 93%|█████████▎| 4.79G/5.14G [01:31<00:05, 59.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▎| 4.80G/5.14G [01:31<00:05, 59.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▍| 4.82G/5.14G [01:32<00:04, 64.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▍| 4.83G/5.14G [01:32<00:06, 48.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 95%|█████████▍| 4.85G/5.14G [01:32<00:04, 57.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 95%|█████████▍| 4.87G/5.14G [01:33<00:05, 49.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 95%|█████████▌| 4.89G/5.14G [01:33<00:04, 57.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 95%|█████████▌| 4.90G/5.14G [01:33<00:04, 55.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 96%|█████████▌| 4.92G/5.14G [01:33<00:03, 57.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 96%|█████████▌| 4.93G/5.14G [01:34<00:04, 48.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 96%|█████████▋| 4.95G/5.14G [01:34<00:03, 56.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 97%|█████████▋| 4.96G/5.14G [01:34<00:03, 57.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 97%|█████████▋| 4.97G/5.14G [01:34<00:02, 58.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 97%|█████████▋| 4.98G/5.14G [01:35<00:03, 40.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 97%|█████████▋| 5.00G/5.14G [01:35<00:02, 49.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 98%|█████████▊| 5.01G/5.14G [01:35<00:02, 44.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 98%|█████████▊| 5.03G/5.14G [01:36<00:01, 57.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 98%|█████████▊| 5.04G/5.14G [01:36<00:01, 55.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 99%|█████████▊| 5.06G/5.14G [01:36<00:01, 57.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 99%|█████████▉| 5.08G/5.14G [01:36<00:01, 49.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 99%|█████████▉| 5.10G/5.14G [01:37<00:00, 54.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 99%|█████████▉| 5.11G/5.14G [01:37<00:00, 42.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|█████████▉| 5.13G/5.14G [01:37<00:00, 53.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 5.14G/5.14G [01:38<00:00, 52.4MB/s]\nFetching 18 files: 89%|████████▉ | 16/18 [01:40<00:13, 6.92s/it]\nFetching 18 files: 100%|██████████| 18/18 [01:40<00:00, 5.57s/it]\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 7.89it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.52it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 10.04it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.13it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.84it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<01:09, 1.42s/it]\n 4%|▍ | 2/50 [00:01<00:31, 1.50it/s]\n 6%|▌ | 3/50 [00:01<00:19, 2.41it/s]\n 8%|▊ | 4/50 [00:01<00:14, 3.26it/s]\n 10%|█ | 5/50 [00:01<00:10, 4.11it/s]\n 12%|█▏ | 6/50 [00:02<00:09, 4.79it/s]\n 14%|█▍ | 7/50 [00:02<00:07, 5.50it/s]\n 16%|█▌ | 8/50 [00:02<00:06, 6.15it/s]\n 18%|█▊ | 9/50 [00:02<00:06, 6.61it/s]\n 20%|██ | 10/50 [00:02<00:05, 6.72it/s]\n 22%|██▏ | 11/50 [00:02<00:05, 7.20it/s]\n 24%|██▍ | 12/50 [00:02<00:05, 7.57it/s]\n 26%|██▌ | 13/50 [00:02<00:04, 7.55it/s]\n 28%|██▊ | 14/50 [00:03<00:04, 7.43it/s]\n 30%|███ | 15/50 [00:03<00:04, 7.34it/s]\n 32%|███▏ | 16/50 [00:03<00:04, 7.39it/s]\n 34%|███▍ | 17/50 [00:03<00:04, 7.50it/s]\n 36%|███▌ | 18/50 [00:03<00:04, 7.42it/s]\n 38%|███▊ | 19/50 [00:03<00:04, 7.73it/s]\n 40%|████ | 20/50 [00:03<00:03, 7.80it/s]\n 42%|████▏ | 21/50 [00:04<00:03, 8.02it/s]\n 44%|████▍ | 22/50 [00:04<00:03, 7.82it/s]\n 46%|████▌ | 23/50 [00:04<00:03, 7.64it/s]\n 48%|████▊ | 24/50 [00:04<00:03, 7.54it/s]\n 50%|█████ | 25/50 [00:04<00:03, 7.79it/s]\n 52%|█████▏ | 26/50 [00:04<00:03, 8.00it/s]\n 54%|█████▍ | 27/50 [00:04<00:02, 8.12it/s]\n 56%|█████▌ | 28/50 [00:04<00:02, 7.76it/s]\n 58%|█████▊ | 29/50 [00:05<00:02, 7.58it/s]\n 60%|██████ | 30/50 [00:05<00:02, 7.55it/s]\n 62%|██████▏ | 31/50 [00:05<00:02, 7.73it/s]\n 64%|██████▍ | 32/50 [00:05<00:02, 7.85it/s]\n 66%|██████▌ | 33/50 [00:05<00:02, 7.60it/s]\n 68%|██████▊ | 34/50 [00:05<00:02, 7.69it/s]\n 70%|███████ | 35/50 [00:05<00:01, 7.89it/s]\n 72%|███████▏ | 36/50 [00:05<00:01, 7.81it/s]\n 74%|███████▍ | 37/50 [00:06<00:01, 8.00it/s]\n 76%|███████▌ | 38/50 [00:06<00:01, 7.75it/s]\n 78%|███████▊ | 39/50 [00:06<00:01, 7.98it/s]\n 80%|████████ | 40/50 [00:06<00:01, 7.72it/s]\n 82%|████████▏ | 41/50 [00:06<00:01, 7.21it/s]\n 84%|████████▍ | 42/50 [00:06<00:01, 7.12it/s]\n 86%|████████▌ | 43/50 [00:06<00:00, 7.16it/s]\n 88%|████████▊ | 44/50 [00:07<00:00, 7.18it/s]\n 90%|█████████ | 45/50 [00:07<00:00, 7.55it/s]\n 92%|█████████▏| 46/50 [00:07<00:00, 7.84it/s]\n 94%|█████████▍| 47/50 [00:07<00:00, 8.05it/s]\n 96%|█████████▌| 48/50 [00:07<00:00, 8.09it/s]\n 98%|█████████▊| 49/50 [00:07<00:00, 7.76it/s]\n100%|██████████| 50/50 [00:07<00:00, 7.83it/s]\n100%|██████████| 50/50 [00:07<00:00, 6.42it/s]", "metrics": { "predict_time": 116.983071, "total_time": 146.265295 }, "output": [ "https://replicate.delivery/pbxt/agHVERiHMbZ9PpBKTct5YlcZMqzzvFyI3cFmlDNRWLigguZE/out-0.png" ], "started_at": "2023-09-22T19:42:05.916729Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/3is2fkrbvye7eulhmwxzbedk7u", "cancel": "https://api.replicate.com/v1/predictions/3is2fkrbvye7eulhmwxzbedk7u/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 16307 Loading sdxl pipeline... Downloading (…)ain/model_index.json: 0%| | 0.00/577 [00:00<?, ?B/s] Downloading (…)ain/model_index.json: 100%|██████████| 577/577 [00:00<00:00, 93.3kB/s] Fetching 18 files: 0%| | 0/18 [00:00<?, ?it/s] Downloading (…)okenizer_config.json: 0%| | 0.00/737 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 737/737 [00:00<00:00, 110kB/s] Downloading (…)_encoder/config.json: 0%| | 0.00/560 [00:00<?, ?B/s] Downloading (…)_encoder/config.json: 100%|██████████| 560/560 [00:00<00:00, 82.7kB/s] Downloading (…)tokenizer/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 0%| | 0.00/472 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 472/472 [00:00<00:00, 69.1kB/s] Downloading (…)cheduler_config.json: 0%| | 0.00/474 [00:00<?, ?B/s] Downloading (…)cheduler_config.json: 100%|██████████| 474/474 [00:00<00:00, 54.8kB/s] Fetching 18 files: 11%|█ | 2/18 [00:01<00:12, 1.25it/s] Downloading (…)ncoder_2/config.json: 0%| | 0.00/570 [00:00<?, ?B/s] Downloading (…)ncoder_2/config.json: 100%|██████████| 570/570 [00:00<00:00, 86.0kB/s] Downloading (…)tokenizer/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 3.95MB/s] Downloading (…)tokenizer/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 3.91MB/s] Downloading (…)tokenizer/vocab.json: 0%| | 0.00/1.06M [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 0%| | 0.00/460 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 460/460 [00:00<00:00, 259kB/s] Downloading (…)okenizer_config.json: 0%| | 0.00/725 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 725/725 [00:00<00:00, 408kB/s] Downloading (…)tokenizer/vocab.json: 100%|██████████| 1.06M/1.06M [00:00<00:00, 15.5MB/s] Downloading (…)kenizer_2/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s] Downloading (…)3c2/unet/config.json: 0%| | 0.00/1.68k [00:00<?, ?B/s] Downloading (…)3c2/unet/config.json: 100%|██████████| 1.68k/1.68k [00:00<00:00, 926kB/s] Downloading (…)kenizer_2/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 10.2MB/s] Downloading (…)13c2/vae/config.json: 0%| | 0.00/602 [00:00<?, ?B/s] Downloading (…)13c2/vae/config.json: 100%|██████████| 602/602 [00:00<00:00, 335kB/s] Downloading (…)kenizer_2/vocab.json: 0%| | 0.00/1.06M [00:00<?, ?B/s] Downloading (…)kenizer_2/vocab.json: 100%|██████████| 1.06M/1.06M [00:00<00:00, 17.3MB/s] Downloading model.fp16.safetensors: 0%| | 0.00/1.39G [00:00<?, ?B/s] Downloading model.fp16.safetensors: 0%| | 0.00/246M [00:00<?, ?B/s] Downloading (…)del.fp16.safetensors: 0%| | 0.00/5.14G [00:00<?, ?B/s] Downloading model.fp16.safetensors: 1%| | 10.5M/1.39G [00:00<00:23, 58.1MB/s] Downloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s] Downloading (…)del.fp16.safetensors: 0%| | 10.5M/5.14G [00:00<01:36, 52.9MB/s] Downloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:02, 69.5MB/s] Downloading (…)del.fp16.safetensors: 0%| | 21.0M/5.14G [00:00<01:57, 43.6MB/s] Downloading model.fp16.safetensors: 4%|▍ | 10.5M/246M [00:00<00:14, 16.2MB/s] Downloading (…)del.fp16.safetensors: 1%| | 31.5M/5.14G [00:00<01:28, 57.7MB/s] Downloading model.fp16.safetensors: 9%|▊ | 21.0M/246M [00:00<00:07, 30.2MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:03, 40.7MB/s] Downloading model.fp16.safetensors: 2%|▏ | 21.0M/1.39G [00:00<01:00, 22.8MB/s] Downloading (…)del.fp16.safetensors: 1%| | 41.9M/5.14G [00:00<01:18, 64.7MB/s] Downloading model.fp16.safetensors: 17%|█▋ | 41.9M/246M [00:00<00:03, 60.4MB/s] Downloading model.fp16.safetensors: 3%|▎ | 41.9M/1.39G [00:00<00:26, 50.6MB/s] Downloading (…)del.fp16.safetensors: 1%| | 52.4M/5.14G [00:00<01:32, 54.7MB/s] Downloading model.fp16.safetensors: 21%|██▏ | 52.4M/246M [00:01<00:03, 51.8MB/s] Downloading (…)del.fp16.safetensors: 25%|██▌ | 41.9M/167M [00:00<00:02, 47.2MB/s] Downloading model.fp16.safetensors: 5%|▌ | 73.4M/1.39G [00:01<00:18, 71.3MB/s] Downloading (…)del.fp16.safetensors: 1%|▏ | 73.4M/5.14G [00:01<01:24, 60.2MB/s] Downloading model.fp16.safetensors: 6%|▌ | 83.9M/1.39G [00:01<00:19, 66.7MB/s] Downloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:01<00:02, 45.6MB/s] Downloading model.fp16.safetensors: 30%|██▉ | 73.4M/246M [00:01<00:02, 58.2MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:01<00:02, 51.9MB/s] Downloading model.fp16.safetensors: 34%|███▍ | 83.9M/246M [00:01<00:02, 55.6MB/s] Downloading (…)del.fp16.safetensors: 2%|▏ | 83.9M/5.14G [00:01<01:49, 46.1MB/s] Downloading (…)del.fp16.safetensors: 44%|████▍ | 73.4M/167M [00:01<00:01, 51.4MB/s] Downloading model.fp16.safetensors: 38%|███▊ | 94.4M/246M [00:01<00:02, 62.8MB/s] Downloading model.fp16.safetensors: 8%|▊ | 105M/1.39G [00:01<00:21, 59.9MB/s] Downloading model.fp16.safetensors: 43%|████▎ | 105M/246M [00:01<00:02, 65.0MB/s] Downloading (…)del.fp16.safetensors: 50%|█████ | 83.9M/167M [00:01<00:01, 51.8MB/s] Downloading (…)del.fp16.safetensors: 2%|▏ | 105M/5.14G [00:01<01:36, 51.9MB/s] Downloading model.fp16.safetensors: 47%|████▋ | 115M/246M [00:02<00:02, 59.7MB/s] Downloading model.fp16.safetensors: 8%|▊ | 115M/1.39G [00:02<00:25, 49.7MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 105M/167M [00:01<00:00, 64.1MB/s] Downloading model.fp16.safetensors: 10%|▉ | 136M/1.39G [00:02<00:20, 59.8MB/s] Downloading (…)del.fp16.safetensors: 2%|▏ | 115M/5.14G [00:02<01:50, 45.6MB/s] Downloading model.fp16.safetensors: 55%|█████▌ | 136M/246M [00:02<00:01, 63.4MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:02<00:00, 52.0MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 136M/5.14G [00:02<01:30, 55.1MB/s] Downloading model.fp16.safetensors: 11%|█ | 147M/1.39G [00:02<00:23, 51.8MB/s] Downloading model.fp16.safetensors: 60%|█████▉ | 147M/246M [00:02<00:01, 54.6MB/s] Downloading (…)del.fp16.safetensors: 81%|████████▏ | 136M/167M [00:02<00:00, 60.8MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 147M/5.14G [00:02<01:31, 54.8MB/s] Downloading model.fp16.safetensors: 12%|█▏ | 168M/1.39G [00:03<00:22, 55.4MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:02<00:00, 55.0MB/s] Downloading model.fp16.safetensors: 68%|██████▊ | 168M/246M [00:03<00:01, 55.2MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▍| 157M/167M [00:02<00:00, 58.1MB/s] Downloading model.fp16.safetensors: 72%|███████▏ | 178M/246M [00:03<00:01, 61.2MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 168M/5.14G [00:03<01:32, 53.8MB/s] Downloading model.fp16.safetensors: 13%|█▎ | 178M/1.39G [00:03<00:25, 47.4MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 178M/5.14G [00:03<01:32, 53.8MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:03<00:00, 47.4MB/s] Downloading model.fp16.safetensors: 81%|████████ | 199M/246M [00:03<00:00, 64.1MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:03<00:00, 51.8MB/s] Downloading (…)del.fp16.safetensors: 4%|▍ | 199M/5.14G [00:03<01:20, 61.6MB/s] Downloading model.fp16.safetensors: 14%|█▍ | 199M/1.39G [00:03<00:23, 50.5MB/s] Downloading model.fp16.safetensors: 85%|████████▌ | 210M/246M [00:03<00:00, 54.5MB/s] Downloading (…)del.fp16.safetensors: 4%|▍ | 210M/5.14G [00:03<01:21, 60.4MB/s] Downloading model.fp16.safetensors: 15%|█▌ | 210M/1.39G [00:04<00:25, 46.6MB/s] Downloading model.fp16.safetensors: 94%|█████████▎| 231M/246M [00:04<00:00, 58.6MB/s] Downloading (…)del.fp16.safetensors: 4%|▍ | 220M/5.14G [00:04<01:44, 47.2MB/s] Downloading model.fp16.safetensors: 98%|█████████▊| 241M/246M [00:04<00:00, 55.3MB/s] Downloading model.fp16.safetensors: 17%|█▋ | 231M/1.39G [00:04<00:22, 51.1MB/s] Downloading model.fp16.safetensors: 100%|██████████| 246M/246M [00:04<00:00, 55.7MB/s] Fetching 18 files: 22%|██▏ | 4/18 [00:06<00:24, 1.75s/it] Downloading (…)del.fp16.safetensors: 4%|▍ | 231M/5.14G [00:04<01:39, 49.3MB/s] Downloading model.fp16.safetensors: 17%|█▋ | 241M/1.39G [00:04<00:22, 51.7MB/s] Downloading (…)del.fp16.safetensors: 5%|▍ | 241M/5.14G [00:04<01:42, 47.8MB/s] Downloading (…)del.fp16.safetensors: 5%|▍ | 252M/5.14G [00:04<01:39, 48.9MB/s] Downloading model.fp16.safetensors: 19%|█▉ | 262M/1.39G [00:05<00:21, 51.6MB/s] Downloading (…)del.fp16.safetensors: 5%|▌ | 262M/5.14G [00:05<01:48, 44.9MB/s] Downloading model.fp16.safetensors: 20%|█▉ | 273M/1.39G [00:05<00:23, 48.5MB/s] Downloading (…)del.fp16.safetensors: 5%|▌ | 273M/5.14G [00:05<01:41, 48.0MB/s] Downloading model.fp16.safetensors: 21%|██ | 294M/1.39G [00:05<00:20, 54.5MB/s] Downloading model.fp16.safetensors: 22%|██▏ | 304M/1.39G [00:05<00:22, 47.5MB/s] Downloading (…)del.fp16.safetensors: 6%|▌ | 294M/5.14G [00:05<01:48, 44.5MB/s] Downloading model.fp16.safetensors: 23%|██▎ | 325M/1.39G [00:06<00:20, 53.1MB/s] Downloading (…)del.fp16.safetensors: 6%|▌ | 304M/5.14G [00:06<02:04, 38.9MB/s] Downloading model.fp16.safetensors: 24%|██▍ | 336M/1.39G [00:06<00:18, 56.4MB/s] Downloading model.fp16.safetensors: 25%|██▍ | 346M/1.39G [00:06<00:17, 60.0MB/s] Downloading (…)del.fp16.safetensors: 6%|▋ | 325M/5.14G [00:06<01:36, 49.7MB/s] Downloading (…)del.fp16.safetensors: 7%|▋ | 336M/5.14G [00:06<01:29, 53.8MB/s] Downloading model.fp16.safetensors: 26%|██▌ | 357M/1.39G [00:06<00:17, 57.5MB/s] Downloading (…)del.fp16.safetensors: 7%|▋ | 346M/5.14G [00:06<01:40, 47.8MB/s] Downloading (…)del.fp16.safetensors: 7%|▋ | 357M/5.14G [00:06<01:30, 53.1MB/s] Downloading model.fp16.safetensors: 27%|██▋ | 377M/1.39G [00:07<00:21, 46.3MB/s] Downloading (…)del.fp16.safetensors: 7%|▋ | 367M/5.14G [00:07<01:30, 52.7MB/s] Downloading model.fp16.safetensors: 28%|██▊ | 388M/1.39G [00:07<00:22, 45.0MB/s] Downloading (…)del.fp16.safetensors: 7%|▋ | 377M/5.14G [00:07<01:41, 46.7MB/s] Downloading model.fp16.safetensors: 29%|██▉ | 409M/1.39G [00:07<00:18, 53.9MB/s] Downloading (…)del.fp16.safetensors: 8%|▊ | 388M/5.14G [00:07<01:49, 43.3MB/s] Downloading model.fp16.safetensors: 30%|███ | 419M/1.39G [00:07<00:17, 56.6MB/s] Downloading (…)del.fp16.safetensors: 8%|▊ | 398M/5.14G [00:07<01:42, 46.4MB/s] Downloading model.fp16.safetensors: 32%|███▏ | 440M/1.39G [00:08<00:13, 71.0MB/s] Downloading model.fp16.safetensors: 32%|███▏ | 451M/1.39G [00:08<00:14, 65.9MB/s] Downloading (…)del.fp16.safetensors: 8%|▊ | 409M/5.14G [00:08<01:47, 43.8MB/s] Downloading model.fp16.safetensors: 34%|███▍ | 472M/1.39G [00:08<00:11, 78.9MB/s] Downloading (…)del.fp16.safetensors: 8%|▊ | 419M/5.14G [00:08<01:39, 47.4MB/s] Downloading model.fp16.safetensors: 35%|███▍ | 482M/1.39G [00:08<00:13, 67.3MB/s] Downloading (…)del.fp16.safetensors: 9%|▊ | 440M/5.14G [00:08<01:19, 59.3MB/s] Downloading model.fp16.safetensors: 36%|███▌ | 503M/1.39G [00:09<00:12, 68.3MB/s] Downloading (…)del.fp16.safetensors: 9%|▉ | 451M/5.14G [00:08<01:35, 49.2MB/s] Downloading model.fp16.safetensors: 37%|███▋ | 514M/1.39G [00:09<00:14, 61.0MB/s] Downloading (…)del.fp16.safetensors: 9%|▉ | 472M/5.14G [00:09<01:29, 52.1MB/s] Downloading model.fp16.safetensors: 38%|███▊ | 535M/1.39G [00:09<00:14, 57.2MB/s] Downloading (…)del.fp16.safetensors: 9%|▉ | 482M/5.14G [00:09<01:53, 40.9MB/s] Downloading model.fp16.safetensors: 39%|███▉ | 545M/1.39G [00:09<00:15, 53.7MB/s] Downloading model.fp16.safetensors: 41%|████ | 566M/1.39G [00:10<00:13, 61.9MB/s] Downloading (…)del.fp16.safetensors: 10%|▉ | 503M/5.14G [00:10<01:40, 46.1MB/s] Downloading model.fp16.safetensors: 42%|████▏ | 577M/1.39G [00:10<00:14, 57.8MB/s] Downloading (…)del.fp16.safetensors: 10%|█ | 514M/5.14G [00:10<01:45, 43.6MB/s] Downloading model.fp16.safetensors: 43%|████▎ | 598M/1.39G [00:10<00:13, 59.2MB/s] Downloading (…)del.fp16.safetensors: 10%|█ | 535M/5.14G [00:10<01:25, 53.6MB/s] Downloading model.fp16.safetensors: 44%|████▍ | 608M/1.39G [00:10<00:13, 57.0MB/s] Downloading (…)del.fp16.safetensors: 11%|█ | 545M/5.14G [00:10<01:24, 54.3MB/s] Downloading (…)del.fp16.safetensors: 11%|█ | 566M/5.14G [00:11<01:18, 58.1MB/s] Downloading model.fp16.safetensors: 45%|████▌ | 629M/1.39G [00:11<00:14, 51.2MB/s] Downloading (…)del.fp16.safetensors: 11%|█ | 577M/5.14G [00:11<01:27, 52.2MB/s] Downloading model.fp16.safetensors: 46%|████▌ | 640M/1.39G [00:11<00:14, 52.3MB/s] Downloading model.fp16.safetensors: 47%|████▋ | 650M/1.39G [00:11<00:14, 51.5MB/s] Downloading (…)del.fp16.safetensors: 12%|█▏ | 598M/5.14G [00:11<01:29, 50.5MB/s] Downloading model.fp16.safetensors: 48%|████▊ | 661M/1.39G [00:12<00:14, 48.7MB/s] Downloading (…)del.fp16.safetensors: 12%|█▏ | 608M/5.14G [00:12<01:22, 54.7MB/s] Downloading model.fp16.safetensors: 49%|████▉ | 682M/1.39G [00:12<00:10, 65.1MB/s] Downloading (…)del.fp16.safetensors: 12%|█▏ | 629M/5.14G [00:12<01:10, 64.1MB/s] Downloading model.fp16.safetensors: 50%|████▉ | 692M/1.39G [00:12<00:11, 60.7MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 650M/5.14G [00:12<01:07, 66.6MB/s] Downloading model.fp16.safetensors: 51%|█████▏ | 713M/1.39G [00:12<00:10, 63.5MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 661M/5.14G [00:12<01:18, 57.2MB/s] Downloading model.fp16.safetensors: 52%|█████▏ | 724M/1.39G [00:13<00:14, 45.3MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 682M/5.14G [00:13<01:10, 63.4MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 692M/5.14G [00:13<01:24, 52.7MB/s] Downloading (…)del.fp16.safetensors: 14%|█▎ | 703M/5.14G [00:13<01:25, 52.0MB/s] Downloading model.fp16.safetensors: 54%|█████▎ | 744M/1.39G [00:13<00:15, 42.2MB/s] Downloading model.fp16.safetensors: 54%|█████▍ | 755M/1.39G [00:14<00:14, 42.5MB/s] Downloading model.fp16.safetensors: 56%|█████▌ | 776M/1.39G [00:14<00:11, 55.4MB/s] Downloading (…)del.fp16.safetensors: 14%|█▍ | 713M/5.14G [00:14<01:50, 40.0MB/s] Downloading model.fp16.safetensors: 57%|█████▋ | 786M/1.39G [00:14<00:10, 55.0MB/s] Downloading (…)del.fp16.safetensors: 14%|█▍ | 724M/5.14G [00:14<01:42, 42.9MB/s] Downloading (…)del.fp16.safetensors: 14%|█▍ | 744M/5.14G [00:14<01:20, 54.4MB/s] Downloading model.fp16.safetensors: 58%|█████▊ | 807M/1.39G [00:14<00:09, 60.5MB/s] Downloading (…)del.fp16.safetensors: 15%|█▍ | 755M/5.14G [00:14<01:20, 54.3MB/s] Downloading model.fp16.safetensors: 59%|█████▉ | 818M/1.39G [00:15<00:10, 53.7MB/s] Downloading model.fp16.safetensors: 60%|██████ | 839M/1.39G [00:15<00:07, 70.6MB/s] Downloading (…)del.fp16.safetensors: 15%|█▌ | 776M/5.14G [00:15<01:21, 53.8MB/s] Downloading model.fp16.safetensors: 61%|██████ | 849M/1.39G [00:15<00:10, 51.3MB/s] Downloading (…)del.fp16.safetensors: 15%|█▌ | 786M/5.14G [00:15<01:30, 48.0MB/s] Downloading model.fp16.safetensors: 63%|██████▎ | 870M/1.39G [00:15<00:09, 56.0MB/s] Downloading (…)del.fp16.safetensors: 16%|█▌ | 807M/5.14G [00:15<01:21, 53.3MB/s] Downloading (…)del.fp16.safetensors: 16%|█▌ | 818M/5.14G [00:15<01:17, 55.5MB/s] Downloading model.fp16.safetensors: 63%|██████▎ | 881M/1.39G [00:16<00:09, 53.8MB/s] Downloading (…)del.fp16.safetensors: 16%|█▋ | 839M/5.14G [00:16<01:14, 58.0MB/s] Downloading model.fp16.safetensors: 65%|██████▍ | 902M/1.39G [00:16<00:08, 54.3MB/s] Downloading (…)del.fp16.safetensors: 17%|█▋ | 849M/5.14G [00:16<01:19, 53.8MB/s] Downloading model.fp16.safetensors: 66%|██████▌ | 912M/1.39G [00:16<00:08, 55.2MB/s] Downloading (…)del.fp16.safetensors: 17%|█▋ | 870M/5.14G [00:16<01:12, 58.7MB/s] Downloading model.fp16.safetensors: 67%|██████▋ | 933M/1.39G [00:17<00:08, 52.9MB/s] Downloading (…)del.fp16.safetensors: 17%|█▋ | 881M/5.14G [00:17<01:17, 55.1MB/s] Downloading model.fp16.safetensors: 68%|██████▊ | 944M/1.39G [00:17<00:07, 57.4MB/s] Downloading (…)del.fp16.safetensors: 18%|█▊ | 902M/5.14G [00:17<01:00, 70.0MB/s] Downloading model.fp16.safetensors: 69%|██████▊ | 954M/1.39G [00:17<00:07, 58.6MB/s] Downloading (…)del.fp16.safetensors: 18%|█▊ | 912M/5.14G [00:17<01:02, 67.8MB/s] Downloading model.fp16.safetensors: 69%|██████▉ | 965M/1.39G [00:17<00:07, 54.5MB/s] Downloading (…)del.fp16.safetensors: 18%|█▊ | 933M/5.14G [00:17<01:04, 65.6MB/s] Downloading model.fp16.safetensors: 71%|███████ | 986M/1.39G [00:17<00:07, 57.4MB/s] Downloading (…)del.fp16.safetensors: 19%|█▊ | 954M/5.14G [00:17<00:54, 77.2MB/s] Downloading model.fp16.safetensors: 72%|███████▏ | 996M/1.39G [00:18<00:08, 45.2MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 965M/5.14G [00:18<01:10, 59.2MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 975M/5.14G [00:18<01:05, 63.3MB/s] Downloading model.fp16.safetensors: 73%|███████▎ | 1.02G/1.39G [00:18<00:07, 52.4MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 986M/5.14G [00:18<01:21, 51.2MB/s] Downloading model.fp16.safetensors: 74%|███████▍ | 1.03G/1.39G [00:18<00:07, 49.4MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 996M/5.14G [00:19<01:40, 41.2MB/s] Downloading model.fp16.safetensors: 75%|███████▌ | 1.05G/1.39G [00:19<00:06, 48.9MB/s] Downloading (…)del.fp16.safetensors: 20%|█▉ | 1.02G/5.14G [00:19<01:15, 54.8MB/s] Downloading model.fp16.safetensors: 76%|███████▌ | 1.06G/1.39G [00:19<00:06, 49.8MB/s] Downloading (…)del.fp16.safetensors: 20%|██ | 1.03G/5.14G [00:19<01:16, 53.8MB/s] Downloading model.fp16.safetensors: 78%|███████▊ | 1.08G/1.39G [00:19<00:06, 51.3MB/s] Downloading (…)del.fp16.safetensors: 20%|██ | 1.05G/5.14G [00:19<01:09, 59.0MB/s] Downloading model.fp16.safetensors: 78%|███████▊ | 1.09G/1.39G [00:20<00:05, 55.5MB/s] Downloading (…)del.fp16.safetensors: 21%|██ | 1.06G/5.14G [00:20<01:14, 54.6MB/s] Downloading model.fp16.safetensors: 80%|███████▉ | 1.11G/1.39G [00:20<00:04, 67.9MB/s] Downloading model.fp16.safetensors: 81%|████████ | 1.12G/1.39G [00:20<00:04, 61.9MB/s] Downloading (…)del.fp16.safetensors: 21%|██ | 1.08G/5.14G [00:20<01:14, 54.6MB/s] Downloading (…)del.fp16.safetensors: 21%|██ | 1.09G/5.14G [00:20<01:08, 58.6MB/s] Downloading model.fp16.safetensors: 82%|████████▏ | 1.14G/1.39G [00:20<00:04, 59.3MB/s] Downloading (…)del.fp16.safetensors: 22%|██▏ | 1.11G/5.14G [00:20<01:02, 64.3MB/s] Downloading model.fp16.safetensors: 83%|████████▎ | 1.15G/1.39G [00:21<00:04, 54.0MB/s] Downloading (…)del.fp16.safetensors: 22%|██▏ | 1.12G/5.14G [00:21<01:05, 61.5MB/s] Downloading (…)del.fp16.safetensors: 22%|██▏ | 1.14G/5.14G [00:21<00:55, 72.4MB/s] Downloading model.fp16.safetensors: 85%|████████▍ | 1.17G/1.39G [00:21<00:03, 55.4MB/s] Downloading (…)del.fp16.safetensors: 22%|██▏ | 1.15G/5.14G [00:21<01:04, 61.6MB/s] Downloading model.fp16.safetensors: 85%|████████▌ | 1.18G/1.39G [00:21<00:04, 48.4MB/s] Downloading (…)del.fp16.safetensors: 23%|██▎ | 1.17G/5.14G [00:21<01:07, 58.3MB/s] Downloading model.fp16.safetensors: 86%|████████▌ | 1.20G/1.39G [00:22<00:04, 45.8MB/s] Downloading (…)del.fp16.safetensors: 23%|██▎ | 1.18G/5.14G [00:22<01:10, 55.7MB/s] Downloading model.fp16.safetensors: 88%|████████▊ | 1.22G/1.39G [00:22<00:03, 55.8MB/s] Downloading model.fp16.safetensors: 88%|████████▊ | 1.23G/1.39G [00:22<00:02, 62.1MB/s] Downloading (…)del.fp16.safetensors: 23%|██▎ | 1.21G/5.14G [00:22<01:09, 56.2MB/s] Downloading model.fp16.safetensors: 89%|████████▉ | 1.24G/1.39G [00:22<00:02, 56.9MB/s] Downloading model.fp16.safetensors: 90%|████████▉ | 1.25G/1.39G [00:22<00:02, 56.3MB/s] Downloading (…)del.fp16.safetensors: 24%|██▎ | 1.22G/5.14G [00:22<01:12, 53.8MB/s] Downloading model.fp16.safetensors: 91%|█████████ | 1.26G/1.39G [00:23<00:02, 55.2MB/s] Downloading model.fp16.safetensors: 91%|█████████▏| 1.27G/1.39G [00:23<00:02, 46.1MB/s] Downloading (…)del.fp16.safetensors: 24%|██▍ | 1.24G/5.14G [00:23<01:21, 48.1MB/s] Downloading (…)del.fp16.safetensors: 24%|██▍ | 1.25G/5.14G [00:23<01:18, 49.3MB/s] Downloading (…)del.fp16.safetensors: 25%|██▍ | 1.26G/5.14G [00:23<01:15, 51.1MB/s] Downloading model.fp16.safetensors: 93%|█████████▎| 1.29G/1.39G [00:23<00:02, 46.8MB/s] Downloading (…)del.fp16.safetensors: 25%|██▍ | 1.27G/5.14G [00:23<01:15, 51.5MB/s] Downloading (…)del.fp16.safetensors: 25%|██▌ | 1.29G/5.14G [00:23<00:54, 70.6MB/s] Downloading model.fp16.safetensors: 94%|█████████▎| 1.30G/1.39G [00:24<00:02, 43.2MB/s] Downloading model.fp16.safetensors: 95%|█████████▌| 1.32G/1.39G [00:24<00:01, 53.7MB/s] Downloading (…)del.fp16.safetensors: 25%|██▌ | 1.30G/5.14G [00:24<01:10, 54.3MB/s] Downloading model.fp16.safetensors: 96%|█████████▌| 1.33G/1.39G [00:24<00:01, 51.7MB/s] Downloading (…)del.fp16.safetensors: 26%|██▌ | 1.32G/5.14G [00:24<01:10, 53.8MB/s] Downloading model.fp16.safetensors: 97%|█████████▋| 1.35G/1.39G [00:24<00:00, 60.1MB/s] Downloading model.fp16.safetensors: 98%|█████████▊| 1.36G/1.39G [00:25<00:00, 48.3MB/s] Downloading (…)del.fp16.safetensors: 26%|██▌ | 1.33G/5.14G [00:25<01:26, 43.9MB/s] Downloading (…)del.fp16.safetensors: 26%|██▋ | 1.35G/5.14G [00:25<01:09, 54.5MB/s] Downloading model.fp16.safetensors: 100%|█████████▉| 1.38G/1.39G [00:25<00:00, 53.3MB/s] Downloading model.fp16.safetensors: 100%|██████████| 1.39G/1.39G [00:25<00:00, 54.2MB/s] Fetching 18 files: 33%|███▎ | 6/18 [00:27<01:09, 5.79s/it] Downloading (…)del.fp16.safetensors: 27%|██▋ | 1.36G/5.14G [00:25<01:14, 50.3MB/s] Downloading (…)del.fp16.safetensors: 27%|██▋ | 1.38G/5.14G [00:25<01:00, 61.8MB/s] Downloading (…)del.fp16.safetensors: 27%|██▋ | 1.39G/5.14G [00:26<01:04, 57.6MB/s] Downloading (…)del.fp16.safetensors: 28%|██▊ | 1.42G/5.14G [00:26<01:03, 58.3MB/s] Downloading (…)del.fp16.safetensors: 28%|██▊ | 1.43G/5.14G [00:26<01:08, 53.9MB/s] Downloading (…)del.fp16.safetensors: 28%|██▊ | 1.45G/5.14G [00:26<01:07, 54.7MB/s] Downloading (…)del.fp16.safetensors: 28%|██▊ | 1.46G/5.14G [00:27<01:18, 47.1MB/s] Downloading (…)del.fp16.safetensors: 29%|██▉ | 1.48G/5.14G [00:27<01:11, 50.9MB/s] Downloading (…)del.fp16.safetensors: 29%|██▉ | 1.49G/5.14G [00:28<01:19, 46.0MB/s] Downloading (…)del.fp16.safetensors: 29%|██▉ | 1.51G/5.14G [00:28<01:11, 50.5MB/s] Downloading (…)del.fp16.safetensors: 30%|██▉ | 1.52G/5.14G [00:28<01:23, 43.5MB/s] Downloading (…)del.fp16.safetensors: 30%|███ | 1.54G/5.14G [00:29<01:13, 49.0MB/s] Downloading (…)del.fp16.safetensors: 30%|███ | 1.55G/5.14G [00:29<01:13, 48.7MB/s] Downloading (…)del.fp16.safetensors: 30%|███ | 1.56G/5.14G [00:29<01:09, 51.7MB/s] Downloading (…)del.fp16.safetensors: 31%|███ | 1.57G/5.14G [00:29<01:15, 47.2MB/s] Downloading (…)del.fp16.safetensors: 31%|███ | 1.59G/5.14G [00:29<00:58, 60.5MB/s] Downloading (…)del.fp16.safetensors: 31%|███ | 1.60G/5.14G [00:30<01:05, 53.7MB/s] Downloading (…)del.fp16.safetensors: 32%|███▏ | 1.63G/5.14G [00:30<01:10, 50.0MB/s] Downloading (…)del.fp16.safetensors: 32%|███▏ | 1.64G/5.14G [00:31<01:20, 43.6MB/s] Downloading (…)del.fp16.safetensors: 32%|███▏ | 1.66G/5.14G [00:31<01:15, 46.2MB/s] Downloading (…)del.fp16.safetensors: 32%|███▏ | 1.67G/5.14G [00:31<01:13, 46.9MB/s] Downloading (…)del.fp16.safetensors: 33%|███▎ | 1.68G/5.14G [00:31<01:06, 51.9MB/s] Downloading (…)del.fp16.safetensors: 33%|███▎ | 1.69G/5.14G [00:32<01:21, 42.1MB/s] Downloading (…)del.fp16.safetensors: 33%|███▎ | 1.70G/5.14G [00:32<01:21, 42.3MB/s] Downloading (…)del.fp16.safetensors: 33%|███▎ | 1.72G/5.14G [00:32<01:12, 47.4MB/s] Downloading (…)del.fp16.safetensors: 34%|███▎ | 1.73G/5.14G [00:33<01:16, 44.8MB/s] Downloading (…)del.fp16.safetensors: 34%|███▍ | 1.75G/5.14G [00:33<01:09, 48.5MB/s] Downloading (…)del.fp16.safetensors: 34%|███▍ | 1.76G/5.14G [00:33<01:31, 37.0MB/s] Downloading (…)del.fp16.safetensors: 35%|███▍ | 1.78G/5.14G [00:34<01:09, 48.4MB/s] Downloading (…)del.fp16.safetensors: 35%|███▍ | 1.79G/5.14G [00:34<01:13, 45.6MB/s] Downloading (…)del.fp16.safetensors: 35%|███▌ | 1.81G/5.14G [00:34<01:02, 53.0MB/s] Downloading (…)del.fp16.safetensors: 36%|███▌ | 1.82G/5.14G [00:34<01:06, 49.8MB/s] Downloading (…)del.fp16.safetensors: 36%|███▌ | 1.85G/5.14G [00:35<00:59, 55.4MB/s] Downloading (…)del.fp16.safetensors: 36%|███▌ | 1.86G/5.14G [00:35<00:56, 58.0MB/s] Downloading (…)del.fp16.safetensors: 36%|███▋ | 1.87G/5.14G [00:35<00:54, 59.7MB/s] Downloading (…)del.fp16.safetensors: 37%|███▋ | 1.88G/5.14G [00:35<01:02, 52.1MB/s] Downloading (…)del.fp16.safetensors: 37%|███▋ | 1.89G/5.14G [00:36<00:59, 54.5MB/s] Downloading (…)del.fp16.safetensors: 37%|███▋ | 1.90G/5.14G [00:36<00:57, 56.6MB/s] Downloading (…)del.fp16.safetensors: 37%|███▋ | 1.91G/5.14G [00:36<01:09, 46.7MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 1.93G/5.14G [00:36<00:59, 53.8MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 1.94G/5.14G [00:37<01:04, 49.7MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 1.96G/5.14G [00:37<00:55, 57.4MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 1.97G/5.14G [00:37<00:57, 55.4MB/s] Downloading (…)del.fp16.safetensors: 39%|███▉ | 1.99G/5.14G [00:37<00:55, 56.3MB/s] Downloading (…)del.fp16.safetensors: 39%|███▉ | 2.00G/5.14G [00:38<01:01, 50.7MB/s] Downloading (…)del.fp16.safetensors: 39%|███▉ | 2.02G/5.14G [00:38<00:52, 59.8MB/s] Downloading (…)del.fp16.safetensors: 40%|███▉ | 2.03G/5.14G [00:38<00:55, 55.9MB/s] Downloading (…)del.fp16.safetensors: 40%|████ | 2.06G/5.14G [00:38<00:44, 69.4MB/s] Downloading (…)del.fp16.safetensors: 40%|████ | 2.07G/5.14G [00:39<00:53, 56.9MB/s] Downloading (…)del.fp16.safetensors: 41%|████ | 2.09G/5.14G [00:39<00:52, 57.6MB/s] Downloading (…)del.fp16.safetensors: 41%|████ | 2.10G/5.14G [00:39<00:49, 61.4MB/s] Downloading (…)del.fp16.safetensors: 41%|████ | 2.12G/5.14G [00:40<00:57, 52.4MB/s] Downloading (…)del.fp16.safetensors: 41%|████▏ | 2.13G/5.14G [00:40<01:01, 49.2MB/s] Downloading (…)del.fp16.safetensors: 42%|████▏ | 2.15G/5.14G [00:40<00:59, 50.2MB/s] Downloading (…)del.fp16.safetensors: 42%|████▏ | 2.16G/5.14G [00:41<01:05, 45.3MB/s] Downloading (…)del.fp16.safetensors: 42%|████▏ | 2.18G/5.14G [00:41<01:00, 49.0MB/s] Downloading (…)del.fp16.safetensors: 43%|████▎ | 2.19G/5.14G [00:41<01:01, 47.7MB/s] Downloading (…)del.fp16.safetensors: 43%|████▎ | 2.20G/5.14G [00:42<01:04, 45.8MB/s] Downloading (…)del.fp16.safetensors: 43%|████▎ | 2.21G/5.14G [00:42<01:04, 45.5MB/s] Downloading (…)del.fp16.safetensors: 43%|████▎ | 2.23G/5.14G [00:42<00:56, 50.9MB/s] Downloading (…)del.fp16.safetensors: 44%|████▎ | 2.24G/5.14G [00:43<01:07, 43.0MB/s] Downloading (…)del.fp16.safetensors: 44%|████▍ | 2.26G/5.14G [00:43<00:56, 51.1MB/s] Downloading (…)del.fp16.safetensors: 44%|████▍ | 2.28G/5.14G [00:43<01:03, 45.1MB/s] Downloading (…)del.fp16.safetensors: 45%|████▍ | 2.30G/5.14G [00:43<00:52, 54.1MB/s] Downloading (…)del.fp16.safetensors: 45%|████▍ | 2.31G/5.14G [00:44<00:55, 51.1MB/s] Downloading (…)del.fp16.safetensors: 45%|████▌ | 2.33G/5.14G [00:44<00:48, 57.5MB/s] Downloading (…)del.fp16.safetensors: 46%|████▌ | 2.34G/5.14G [00:44<01:03, 44.4MB/s] Downloading (…)del.fp16.safetensors: 46%|████▌ | 2.36G/5.14G [00:45<00:55, 50.2MB/s] Downloading (…)del.fp16.safetensors: 46%|████▌ | 2.37G/5.14G [00:45<00:56, 49.3MB/s] Downloading (…)del.fp16.safetensors: 47%|████▋ | 2.39G/5.14G [00:45<01:02, 43.8MB/s] Downloading (…)del.fp16.safetensors: 47%|████▋ | 2.41G/5.14G [00:46<00:46, 58.6MB/s] Downloading (…)del.fp16.safetensors: 47%|████▋ | 2.43G/5.14G [00:46<00:43, 61.9MB/s] Downloading (…)del.fp16.safetensors: 48%|████▊ | 2.45G/5.14G [00:46<00:41, 64.8MB/s] Downloading (…)del.fp16.safetensors: 48%|████▊ | 2.46G/5.14G [00:47<00:48, 55.3MB/s] Downloading (…)del.fp16.safetensors: 48%|████▊ | 2.49G/5.14G [00:47<00:43, 60.6MB/s] Downloading (…)del.fp16.safetensors: 49%|████▊ | 2.50G/5.14G [00:47<00:44, 59.8MB/s] Downloading (…)del.fp16.safetensors: 49%|████▉ | 2.51G/5.14G [00:47<00:45, 58.3MB/s] Downloading (…)del.fp16.safetensors: 49%|████▉ | 2.52G/5.14G [00:47<00:51, 50.8MB/s] Downloading (…)del.fp16.safetensors: 49%|████▉ | 2.54G/5.14G [00:48<00:53, 48.7MB/s] Downloading (…)del.fp16.safetensors: 50%|████▉ | 2.55G/5.14G [00:48<00:58, 44.1MB/s] Downloading (…)del.fp16.safetensors: 50%|█████ | 2.57G/5.14G [00:49<00:52, 48.9MB/s] Downloading (…)del.fp16.safetensors: 50%|█████ | 2.58G/5.14G [00:49<00:50, 50.8MB/s] Downloading (…)del.fp16.safetensors: 51%|█████ | 2.60G/5.14G [00:49<00:46, 54.1MB/s] Downloading (…)del.fp16.safetensors: 51%|█████ | 2.61G/5.14G [00:49<00:47, 53.0MB/s] Downloading (…)del.fp16.safetensors: 51%|█████▏ | 2.63G/5.14G [00:50<00:38, 65.0MB/s] Downloading (…)del.fp16.safetensors: 51%|█████▏ | 2.64G/5.14G [00:50<00:41, 60.7MB/s] Downloading (…)del.fp16.safetensors: 52%|█████▏ | 2.65G/5.14G [00:50<00:40, 61.1MB/s] Downloading (…)del.fp16.safetensors: 52%|█████▏ | 2.66G/5.14G [00:50<00:51, 47.8MB/s] Downloading (…)del.fp16.safetensors: 52%|█████▏ | 2.67G/5.14G [00:51<00:52, 47.3MB/s] Downloading (…)del.fp16.safetensors: 52%|█████▏ | 2.69G/5.14G [00:51<00:44, 54.3MB/s] Downloading (…)del.fp16.safetensors: 53%|█████▎ | 2.71G/5.14G [00:51<00:55, 44.1MB/s] Downloading (…)del.fp16.safetensors: 53%|█████▎ | 2.73G/5.14G [00:52<00:46, 51.9MB/s] Downloading (…)del.fp16.safetensors: 53%|█████▎ | 2.74G/5.14G [00:52<00:49, 48.2MB/s] Downloading (…)del.fp16.safetensors: 54%|█████▎ | 2.76G/5.14G [00:52<00:40, 58.4MB/s] Downloading (…)del.fp16.safetensors: 54%|█████▍ | 2.77G/5.14G [00:52<00:40, 58.1MB/s] Downloading (…)del.fp16.safetensors: 54%|█████▍ | 2.79G/5.14G [00:53<00:37, 62.8MB/s] Downloading (…)del.fp16.safetensors: 55%|█████▍ | 2.81G/5.14G [00:53<00:31, 74.2MB/s] Downloading (…)del.fp16.safetensors: 55%|█████▍ | 2.82G/5.14G [00:53<00:32, 70.6MB/s] Downloading (…)del.fp16.safetensors: 55%|█████▌ | 2.84G/5.14G [00:53<00:35, 64.1MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▌ | 2.85G/5.14G [00:54<00:44, 51.8MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▌ | 2.87G/5.14G [00:54<00:36, 62.7MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▌ | 2.88G/5.14G [00:54<00:42, 53.2MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▋ | 2.89G/5.14G [00:54<00:41, 54.3MB/s] Downloading (…)del.fp16.safetensors: 57%|█████▋ | 2.90G/5.14G [00:54<00:40, 55.5MB/s] Downloading (…)del.fp16.safetensors: 57%|█████▋ | 2.92G/5.14G [00:55<00:45, 49.3MB/s] Downloading (…)del.fp16.safetensors: 57%|█████▋ | 2.94G/5.14G [00:55<00:39, 56.1MB/s] Downloading (…)del.fp16.safetensors: 57%|█████▋ | 2.95G/5.14G [00:55<00:45, 48.4MB/s] Downloading (…)del.fp16.safetensors: 58%|█████▊ | 2.97G/5.14G [00:56<00:37, 57.5MB/s] Downloading (…)del.fp16.safetensors: 58%|█████▊ | 2.98G/5.14G [00:56<00:33, 63.8MB/s] Downloading (…)del.fp16.safetensors: 58%|█████▊ | 3.00G/5.14G [00:56<00:33, 64.5MB/s] Downloading (…)del.fp16.safetensors: 59%|█████▊ | 3.01G/5.14G [00:56<00:39, 53.7MB/s] Downloading (…)del.fp16.safetensors: 59%|█████▉ | 3.03G/5.14G [00:57<00:39, 53.7MB/s] Downloading (…)del.fp16.safetensors: 59%|█████▉ | 3.04G/5.14G [00:57<00:45, 46.3MB/s] Downloading (…)del.fp16.safetensors: 60%|█████▉ | 3.06G/5.14G [00:57<00:41, 49.7MB/s] Downloading (…)del.fp16.safetensors: 60%|█████▉ | 3.07G/5.14G [00:58<00:46, 44.6MB/s] Downloading (…)del.fp16.safetensors: 60%|██████ | 3.09G/5.14G [00:58<00:43, 46.9MB/s] Downloading (…)del.fp16.safetensors: 60%|██████ | 3.10G/5.14G [00:58<00:42, 47.9MB/s] Downloading (…)del.fp16.safetensors: 61%|██████ | 3.11G/5.14G [00:59<00:40, 50.3MB/s] Downloading (…)del.fp16.safetensors: 61%|██████ | 3.12G/5.14G [00:59<00:39, 51.2MB/s] Downloading (…)del.fp16.safetensors: 61%|██████ | 3.14G/5.14G [00:59<00:38, 52.6MB/s] Downloading (…)del.fp16.safetensors: 61%|██████▏ | 3.15G/5.14G [00:59<00:32, 60.9MB/s] Downloading (…)del.fp16.safetensors: 61%|██████▏ | 3.16G/5.14G [00:59<00:29, 68.1MB/s] Downloading (…)del.fp16.safetensors: 62%|██████▏ | 3.18G/5.14G [01:00<00:34, 57.3MB/s] Downloading (…)del.fp16.safetensors: 62%|██████▏ | 3.20G/5.14G [01:00<00:25, 74.8MB/s] Downloading (…)del.fp16.safetensors: 62%|██████▏ | 3.21G/5.14G [01:00<00:27, 70.1MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 3.22G/5.14G [01:00<00:33, 57.0MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 3.24G/5.14G [01:01<00:33, 56.7MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 3.25G/5.14G [01:01<00:35, 53.8MB/s] Downloading (…)del.fp16.safetensors: 64%|██████▎ | 3.27G/5.14G [01:01<00:32, 57.3MB/s] Downloading (…)del.fp16.safetensors: 64%|██████▍ | 3.28G/5.14G [01:01<00:34, 54.4MB/s] Downloading (…)del.fp16.safetensors: 64%|██████▍ | 3.30G/5.14G [01:02<00:32, 56.8MB/s] Downloading (…)del.fp16.safetensors: 65%|██████▍ | 3.31G/5.14G [01:02<00:31, 58.7MB/s] Downloading (…)del.fp16.safetensors: 65%|██████▍ | 3.33G/5.14G [01:02<00:28, 62.6MB/s] Downloading (…)del.fp16.safetensors: 65%|██████▌ | 3.34G/5.14G [01:03<00:36, 48.7MB/s] Downloading (…)del.fp16.safetensors: 66%|██████▌ | 3.37G/5.14G [01:03<00:32, 55.1MB/s] Downloading (…)del.fp16.safetensors: 66%|██████▌ | 3.38G/5.14G [01:03<00:35, 49.8MB/s] Downloading (…)del.fp16.safetensors: 66%|██████▌ | 3.40G/5.14G [01:04<00:36, 47.2MB/s] Downloading (…)del.fp16.safetensors: 66%|██████▋ | 3.41G/5.14G [01:04<00:37, 46.6MB/s] Downloading (…)del.fp16.safetensors: 67%|██████▋ | 3.42G/5.14G [01:04<00:34, 49.5MB/s] Downloading (…)del.fp16.safetensors: 67%|██████▋ | 3.43G/5.14G [01:04<00:35, 47.9MB/s] Downloading (…)del.fp16.safetensors: 67%|██████▋ | 3.45G/5.14G [01:05<00:27, 60.8MB/s] Downloading (…)del.fp16.safetensors: 67%|██████▋ | 3.46G/5.14G [01:05<00:27, 60.0MB/s] Downloading (…)del.fp16.safetensors: 68%|██████▊ | 3.48G/5.14G [01:05<00:30, 55.1MB/s] Downloading (…)del.fp16.safetensors: 68%|██████▊ | 3.49G/5.14G [01:06<00:40, 40.7MB/s] Downloading (…)del.fp16.safetensors: 68%|██████▊ | 3.51G/5.14G [01:06<00:37, 42.8MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▊ | 3.52G/5.14G [01:06<00:39, 41.0MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 3.54G/5.14G [01:07<00:31, 51.0MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 3.55G/5.14G [01:07<00:32, 48.1MB/s] Downloading (…)del.fp16.safetensors: 70%|██████▉ | 3.58G/5.14G [01:07<00:29, 53.1MB/s] Downloading (…)del.fp16.safetensors: 70%|██████▉ | 3.59G/5.14G [01:07<00:32, 48.2MB/s] Downloading (…)del.fp16.safetensors: 70%|███████ | 3.61G/5.14G [01:08<00:29, 51.8MB/s] Downloading (…)del.fp16.safetensors: 70%|███████ | 3.62G/5.14G [01:08<00:32, 47.1MB/s] Downloading (…)del.fp16.safetensors: 71%|███████ | 3.64G/5.14G [01:08<00:28, 52.5MB/s] Downloading (…)del.fp16.safetensors: 71%|███████ | 3.65G/5.14G [01:09<00:28, 52.0MB/s] Downloading (…)del.fp16.safetensors: 71%|███████▏ | 3.67G/5.14G [01:09<00:28, 50.8MB/s] Downloading (…)del.fp16.safetensors: 72%|███████▏ | 3.68G/5.14G [01:09<00:29, 48.6MB/s] Downloading (…)del.fp16.safetensors: 72%|███████▏ | 3.70G/5.14G [01:10<00:23, 59.9MB/s] Downloading (…)del.fp16.safetensors: 72%|███████▏ | 3.72G/5.14G [01:10<00:20, 69.1MB/s] Downloading (…)del.fp16.safetensors: 73%|███████▎ | 3.73G/5.14G [01:10<00:25, 54.2MB/s] Downloading (…)del.fp16.safetensors: 73%|███████▎ | 3.75G/5.14G [01:10<00:22, 60.3MB/s] Downloading (…)del.fp16.safetensors: 73%|███████▎ | 3.76G/5.14G [01:11<00:24, 55.3MB/s] Downloading (…)del.fp16.safetensors: 74%|███████▎ | 3.79G/5.14G [01:11<00:22, 60.3MB/s] Downloading (…)del.fp16.safetensors: 74%|███████▍ | 3.80G/5.14G [01:11<00:26, 49.8MB/s] Downloading (…)del.fp16.safetensors: 74%|███████▍ | 3.82G/5.14G [01:12<00:23, 56.7MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▍ | 3.83G/5.14G [01:12<00:22, 57.5MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▍ | 3.85G/5.14G [01:12<00:20, 62.1MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▌ | 3.86G/5.14G [01:12<00:20, 63.1MB/s] Downloading (…)del.fp16.safetensors: 76%|███████▌ | 3.88G/5.14G [01:12<00:15, 79.4MB/s] Downloading (…)del.fp16.safetensors: 76%|███████▌ | 3.89G/5.14G [01:13<00:21, 56.7MB/s] Downloading (…)del.fp16.safetensors: 76%|███████▌ | 3.90G/5.14G [01:13<00:22, 54.5MB/s] Downloading (…)del.fp16.safetensors: 76%|███████▌ | 3.91G/5.14G [01:13<00:27, 44.9MB/s] Downloading (…)del.fp16.safetensors: 76%|███████▋ | 3.92G/5.14G [01:14<00:33, 36.8MB/s] Downloading (…)del.fp16.safetensors: 77%|███████▋ | 3.94G/5.14G [01:14<00:27, 43.9MB/s] Downloading (…)del.fp16.safetensors: 77%|███████▋ | 3.95G/5.14G [01:14<00:27, 42.4MB/s] Downloading (…)del.fp16.safetensors: 77%|███████▋ | 3.97G/5.14G [01:15<00:22, 51.8MB/s] Downloading (…)del.fp16.safetensors: 78%|███████▊ | 3.98G/5.14G [01:15<00:22, 51.3MB/s] Downloading (…)del.fp16.safetensors: 78%|███████▊ | 4.01G/5.14G [01:15<00:20, 54.4MB/s] Downloading (…)del.fp16.safetensors: 78%|███████▊ | 4.02G/5.14G [01:16<00:25, 44.7MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▊ | 4.04G/5.14G [01:16<00:21, 51.2MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▉ | 4.05G/5.14G [01:16<00:20, 54.0MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▉ | 4.06G/5.14G [01:16<00:20, 53.3MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▉ | 4.07G/5.14G [01:17<00:20, 51.6MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▉ | 4.08G/5.14G [01:17<00:18, 58.6MB/s] Downloading (…)del.fp16.safetensors: 80%|███████▉ | 4.09G/5.14G [01:17<00:19, 52.6MB/s] Downloading (…)del.fp16.safetensors: 80%|███████▉ | 4.10G/5.14G [01:17<00:20, 49.7MB/s] Downloading (…)del.fp16.safetensors: 80%|████████ | 4.11G/5.14G [01:17<00:17, 57.8MB/s] Downloading (…)del.fp16.safetensors: 80%|████████ | 4.12G/5.14G [01:18<00:25, 39.9MB/s] Downloading (…)del.fp16.safetensors: 80%|████████ | 4.13G/5.14G [01:18<00:23, 43.6MB/s] Downloading (…)del.fp16.safetensors: 81%|████████ | 4.14G/5.14G [01:18<00:19, 50.7MB/s] Downloading (…)del.fp16.safetensors: 81%|████████ | 4.15G/5.14G [01:18<00:18, 52.9MB/s] Downloading (…)del.fp16.safetensors: 81%|████████ | 4.16G/5.14G [01:18<00:20, 47.2MB/s] Downloading (…)del.fp16.safetensors: 81%|████████▏ | 4.18G/5.14G [01:19<00:17, 53.6MB/s] Downloading (…)del.fp16.safetensors: 82%|████████▏ | 4.19G/5.14G [01:19<00:19, 49.0MB/s] Downloading (…)del.fp16.safetensors: 82%|████████▏ | 4.22G/5.14G [01:19<00:14, 64.8MB/s] Downloading (…)del.fp16.safetensors: 82%|████████▏ | 4.23G/5.14G [01:19<00:15, 59.0MB/s] Downloading (…)del.fp16.safetensors: 83%|████████▎ | 4.25G/5.14G [01:20<00:15, 56.8MB/s] Downloading (…)del.fp16.safetensors: 83%|████████▎ | 4.26G/5.14G [01:20<00:18, 47.5MB/s] Downloading (…)del.fp16.safetensors: 83%|████████▎ | 4.27G/5.14G [01:21<00:20, 43.3MB/s] Downloading (…)del.fp16.safetensors: 83%|████████▎ | 4.28G/5.14G [01:21<00:20, 41.7MB/s] Downloading (…)del.fp16.safetensors: 84%|████████▎ | 4.29G/5.14G [01:21<00:23, 35.9MB/s] Downloading (…)del.fp16.safetensors: 84%|████████▍ | 4.31G/5.14G [01:22<00:18, 44.5MB/s] Downloading (…)del.fp16.safetensors: 84%|████████▍ | 4.32G/5.14G [01:22<00:17, 46.4MB/s] Downloading (…)del.fp16.safetensors: 85%|████████▍ | 4.34G/5.14G [01:22<00:17, 45.6MB/s] Downloading (…)del.fp16.safetensors: 85%|████████▍ | 4.35G/5.14G [01:22<00:16, 48.1MB/s] Downloading (…)del.fp16.safetensors: 85%|████████▍ | 4.36G/5.14G [01:23<00:15, 50.5MB/s] Downloading (…)del.fp16.safetensors: 85%|████████▌ | 4.37G/5.14G [01:23<00:13, 55.1MB/s] Downloading (…)del.fp16.safetensors: 86%|████████▌ | 4.39G/5.14G [01:23<00:10, 67.8MB/s] Downloading (…)del.fp16.safetensors: 86%|████████▌ | 4.40G/5.14G [01:23<00:13, 55.3MB/s] Downloading (…)del.fp16.safetensors: 86%|████████▌ | 4.42G/5.14G [01:24<00:17, 41.3MB/s] Downloading (…)del.fp16.safetensors: 86%|████████▋ | 4.44G/5.14G [01:24<00:16, 42.6MB/s] Downloading (…)del.fp16.safetensors: 87%|████████▋ | 4.46G/5.14G [01:24<00:14, 47.5MB/s] Downloading (…)del.fp16.safetensors: 87%|████████▋ | 4.47G/5.14G [01:25<00:14, 46.2MB/s] Downloading (…)del.fp16.safetensors: 87%|████████▋ | 4.49G/5.14G [01:25<00:12, 51.2MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 4.50G/5.14G [01:25<00:11, 53.7MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 4.52G/5.14G [01:25<00:10, 60.9MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 4.53G/5.14G [01:26<00:11, 51.3MB/s] Downloading (…)del.fp16.safetensors: 89%|████████▊ | 4.55G/5.14G [01:26<00:10, 54.5MB/s] Downloading (…)del.fp16.safetensors: 89%|████████▉ | 4.56G/5.14G [01:27<00:12, 44.8MB/s] Downloading (…)del.fp16.safetensors: 89%|████████▉ | 4.58G/5.14G [01:27<00:10, 51.0MB/s] Downloading (…)del.fp16.safetensors: 89%|████████▉ | 4.59G/5.14G [01:28<00:15, 34.9MB/s] Downloading (…)del.fp16.safetensors: 90%|████████▉ | 4.61G/5.14G [01:28<00:12, 41.7MB/s] Downloading (…)del.fp16.safetensors: 90%|█████████ | 4.62G/5.14G [01:28<00:12, 41.2MB/s] Downloading (…)del.fp16.safetensors: 90%|█████████ | 4.65G/5.14G [01:29<00:10, 45.1MB/s] Downloading (…)del.fp16.safetensors: 91%|█████████ | 4.66G/5.14G [01:29<00:09, 50.4MB/s] Downloading (…)del.fp16.safetensors: 91%|█████████ | 4.67G/5.14G [01:29<00:09, 52.1MB/s] Downloading (…)del.fp16.safetensors: 91%|█████████ | 4.68G/5.14G [01:29<00:10, 44.2MB/s] Downloading (…)del.fp16.safetensors: 91%|█████████▏| 4.70G/5.14G [01:30<00:09, 48.0MB/s] Downloading (…)del.fp16.safetensors: 92%|█████████▏| 4.71G/5.14G [01:30<00:08, 53.3MB/s] Downloading (…)del.fp16.safetensors: 92%|█████████▏| 4.73G/5.14G [01:30<00:07, 52.3MB/s] Downloading (…)del.fp16.safetensors: 92%|█████████▏| 4.74G/5.14G [01:30<00:07, 54.6MB/s] Downloading (…)del.fp16.safetensors: 93%|█████████▎| 4.76G/5.14G [01:30<00:05, 62.9MB/s] Downloading (…)del.fp16.safetensors: 93%|█████████▎| 4.77G/5.14G [01:31<00:06, 54.7MB/s] Downloading (…)del.fp16.safetensors: 93%|█████████▎| 4.79G/5.14G [01:31<00:05, 59.1MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▎| 4.80G/5.14G [01:31<00:05, 59.4MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▍| 4.82G/5.14G [01:32<00:04, 64.9MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▍| 4.83G/5.14G [01:32<00:06, 48.3MB/s] Downloading (…)del.fp16.safetensors: 95%|█████████▍| 4.85G/5.14G [01:32<00:04, 57.2MB/s] Downloading (…)del.fp16.safetensors: 95%|█████████▍| 4.87G/5.14G [01:33<00:05, 49.1MB/s] Downloading (…)del.fp16.safetensors: 95%|█████████▌| 4.89G/5.14G [01:33<00:04, 57.3MB/s] Downloading (…)del.fp16.safetensors: 95%|█████████▌| 4.90G/5.14G [01:33<00:04, 55.4MB/s] Downloading (…)del.fp16.safetensors: 96%|█████████▌| 4.92G/5.14G [01:33<00:03, 57.3MB/s] Downloading (…)del.fp16.safetensors: 96%|█████████▌| 4.93G/5.14G [01:34<00:04, 48.5MB/s] Downloading (…)del.fp16.safetensors: 96%|█████████▋| 4.95G/5.14G [01:34<00:03, 56.2MB/s] Downloading (…)del.fp16.safetensors: 97%|█████████▋| 4.96G/5.14G [01:34<00:03, 57.6MB/s] Downloading (…)del.fp16.safetensors: 97%|█████████▋| 4.97G/5.14G [01:34<00:02, 58.4MB/s] Downloading (…)del.fp16.safetensors: 97%|█████████▋| 4.98G/5.14G [01:35<00:03, 40.5MB/s] Downloading (…)del.fp16.safetensors: 97%|█████████▋| 5.00G/5.14G [01:35<00:02, 49.1MB/s] Downloading (…)del.fp16.safetensors: 98%|█████████▊| 5.01G/5.14G [01:35<00:02, 44.9MB/s] Downloading (…)del.fp16.safetensors: 98%|█████████▊| 5.03G/5.14G [01:36<00:01, 57.9MB/s] Downloading (…)del.fp16.safetensors: 98%|█████████▊| 5.04G/5.14G [01:36<00:01, 55.2MB/s] Downloading (…)del.fp16.safetensors: 99%|█████████▊| 5.06G/5.14G [01:36<00:01, 57.1MB/s] Downloading (…)del.fp16.safetensors: 99%|█████████▉| 5.08G/5.14G [01:36<00:01, 49.7MB/s] Downloading (…)del.fp16.safetensors: 99%|█████████▉| 5.10G/5.14G [01:37<00:00, 54.0MB/s] Downloading (…)del.fp16.safetensors: 99%|█████████▉| 5.11G/5.14G [01:37<00:00, 42.0MB/s] Downloading (…)del.fp16.safetensors: 100%|█████████▉| 5.13G/5.14G [01:37<00:00, 53.7MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 5.14G/5.14G [01:38<00:00, 52.4MB/s] Fetching 18 files: 89%|████████▉ | 16/18 [01:40<00:13, 6.92s/it] Fetching 18 files: 100%|██████████| 18/18 [01:40<00:00, 5.57s/it] Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 7.89it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.52it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 10.04it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.13it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.84it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<01:09, 1.42s/it] 4%|▍ | 2/50 [00:01<00:31, 1.50it/s] 6%|▌ | 3/50 [00:01<00:19, 2.41it/s] 8%|▊ | 4/50 [00:01<00:14, 3.26it/s] 10%|█ | 5/50 [00:01<00:10, 4.11it/s] 12%|█▏ | 6/50 [00:02<00:09, 4.79it/s] 14%|█▍ | 7/50 [00:02<00:07, 5.50it/s] 16%|█▌ | 8/50 [00:02<00:06, 6.15it/s] 18%|█▊ | 9/50 [00:02<00:06, 6.61it/s] 20%|██ | 10/50 [00:02<00:05, 6.72it/s] 22%|██▏ | 11/50 [00:02<00:05, 7.20it/s] 24%|██▍ | 12/50 [00:02<00:05, 7.57it/s] 26%|██▌ | 13/50 [00:02<00:04, 7.55it/s] 28%|██▊ | 14/50 [00:03<00:04, 7.43it/s] 30%|███ | 15/50 [00:03<00:04, 7.34it/s] 32%|███▏ | 16/50 [00:03<00:04, 7.39it/s] 34%|███▍ | 17/50 [00:03<00:04, 7.50it/s] 36%|███▌ | 18/50 [00:03<00:04, 7.42it/s] 38%|███▊ | 19/50 [00:03<00:04, 7.73it/s] 40%|████ | 20/50 [00:03<00:03, 7.80it/s] 42%|████▏ | 21/50 [00:04<00:03, 8.02it/s] 44%|████▍ | 22/50 [00:04<00:03, 7.82it/s] 46%|████▌ | 23/50 [00:04<00:03, 7.64it/s] 48%|████▊ | 24/50 [00:04<00:03, 7.54it/s] 50%|█████ | 25/50 [00:04<00:03, 7.79it/s] 52%|█████▏ | 26/50 [00:04<00:03, 8.00it/s] 54%|█████▍ | 27/50 [00:04<00:02, 8.12it/s] 56%|█████▌ | 28/50 [00:04<00:02, 7.76it/s] 58%|█████▊ | 29/50 [00:05<00:02, 7.58it/s] 60%|██████ | 30/50 [00:05<00:02, 7.55it/s] 62%|██████▏ | 31/50 [00:05<00:02, 7.73it/s] 64%|██████▍ | 32/50 [00:05<00:02, 7.85it/s] 66%|██████▌ | 33/50 [00:05<00:02, 7.60it/s] 68%|██████▊ | 34/50 [00:05<00:02, 7.69it/s] 70%|███████ | 35/50 [00:05<00:01, 7.89it/s] 72%|███████▏ | 36/50 [00:05<00:01, 7.81it/s] 74%|███████▍ | 37/50 [00:06<00:01, 8.00it/s] 76%|███████▌ | 38/50 [00:06<00:01, 7.75it/s] 78%|███████▊ | 39/50 [00:06<00:01, 7.98it/s] 80%|████████ | 40/50 [00:06<00:01, 7.72it/s] 82%|████████▏ | 41/50 [00:06<00:01, 7.21it/s] 84%|████████▍ | 42/50 [00:06<00:01, 7.12it/s] 86%|████████▌ | 43/50 [00:06<00:00, 7.16it/s] 88%|████████▊ | 44/50 [00:07<00:00, 7.18it/s] 90%|█████████ | 45/50 [00:07<00:00, 7.55it/s] 92%|█████████▏| 46/50 [00:07<00:00, 7.84it/s] 94%|█████████▍| 47/50 [00:07<00:00, 8.05it/s] 96%|█████████▌| 48/50 [00:07<00:00, 8.09it/s] 98%|█████████▊| 49/50 [00:07<00:00, 7.76it/s] 100%|██████████| 50/50 [00:07<00:00, 7.83it/s] 100%|██████████| 50/50 [00:07<00:00, 6.42it/s]
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764IDpnrolmzbk5ldbbj5vssu2e3tkyStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still
- scheduler
- K_EULER
- base_model
- SG161222/RealVisXL_V1.0
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", scheduler: "K_EULER", base_model: "SG161222/RealVisXL_V1.0", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T19:44:57.083473Z", "created_at": "2023-09-22T19:44:42.001062Z", "data_removed": false, "error": null, "id": "pnrolmzbk5ldbbj5vssu2e3tky", "input": { "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }, "logs": "Using seed: 22956\nLoading sdxl pipeline...\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:01, 4.77it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 6.68it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 9.09it/s]\nLoading pipeline components...: 86%|████████▌ | 6/7 [00:01<00:00, 4.32it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 1.50it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.36it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:07, 6.92it/s]\n 4%|▍ | 2/50 [00:00<00:06, 7.68it/s]\n 6%|▌ | 3/50 [00:00<00:06, 7.44it/s]\n 8%|▊ | 4/50 [00:00<00:06, 7.22it/s]\n 10%|█ | 5/50 [00:00<00:06, 7.13it/s]\n 12%|█▏ | 6/50 [00:00<00:06, 6.95it/s]\n 14%|█▍ | 7/50 [00:00<00:06, 7.14it/s]\n 16%|█▌ | 8/50 [00:01<00:05, 7.48it/s]\n 18%|█▊ | 9/50 [00:01<00:05, 7.58it/s]\n 20%|██ | 10/50 [00:01<00:05, 7.53it/s]\n 22%|██▏ | 11/50 [00:01<00:05, 7.44it/s]\n 24%|██▍ | 12/50 [00:01<00:05, 7.39it/s]\n 26%|██▌ | 13/50 [00:01<00:04, 7.49it/s]\n 28%|██▊ | 14/50 [00:01<00:04, 7.73it/s]\n 30%|███ | 15/50 [00:02<00:04, 7.86it/s]\n 32%|███▏ | 16/50 [00:02<00:04, 8.03it/s]\n 34%|███▍ | 17/50 [00:02<00:04, 8.18it/s]\n 36%|███▌ | 18/50 [00:02<00:03, 8.30it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 8.30it/s]\n 40%|████ | 20/50 [00:02<00:03, 8.34it/s]\n 42%|████▏ | 21/50 [00:02<00:03, 8.42it/s]\n 44%|████▍ | 22/50 [00:02<00:03, 8.47it/s]\n 46%|████▌ | 23/50 [00:02<00:03, 8.26it/s]\n 48%|████▊ | 24/50 [00:03<00:03, 8.31it/s]\n 50%|█████ | 25/50 [00:03<00:02, 8.39it/s]\n 52%|█████▏ | 26/50 [00:03<00:02, 8.45it/s]\n 54%|█████▍ | 27/50 [00:03<00:02, 8.48it/s]\n 56%|█████▌ | 28/50 [00:03<00:02, 8.51it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 8.53it/s]\n 60%|██████ | 30/50 [00:03<00:02, 8.55it/s]\n 62%|██████▏ | 31/50 [00:03<00:02, 8.56it/s]\n 64%|██████▍ | 32/50 [00:04<00:02, 8.52it/s]\n 66%|██████▌ | 33/50 [00:04<00:01, 8.54it/s]\n 68%|██████▊ | 34/50 [00:04<00:01, 8.56it/s]\n 70%|███████ | 35/50 [00:04<00:01, 8.57it/s]\n 72%|███████▏ | 36/50 [00:04<00:01, 8.58it/s]\n 74%|███████▍ | 37/50 [00:04<00:01, 8.54it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 8.38it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 8.27it/s]\n 80%|████████ | 40/50 [00:04<00:01, 8.14it/s]\n 82%|████████▏ | 41/50 [00:05<00:01, 8.27it/s]\n 84%|████████▍ | 42/50 [00:05<00:00, 8.37it/s]\n 86%|████████▌ | 43/50 [00:05<00:00, 8.37it/s]\n 88%|████████▊ | 44/50 [00:05<00:00, 8.43it/s]\n 90%|█████████ | 45/50 [00:05<00:00, 8.48it/s]\n 92%|█████████▏| 46/50 [00:05<00:00, 8.52it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 8.54it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 8.56it/s]\n 98%|█████████▊| 49/50 [00:06<00:00, 8.13it/s]\n100%|██████████| 50/50 [00:06<00:00, 8.26it/s]\n100%|██████████| 50/50 [00:06<00:00, 8.12it/s]", "metrics": { "predict_time": 15.113188, "total_time": 15.082411 }, "output": [ "https://replicate.delivery/pbxt/nuOfFs3YzoWbAavGUQ4kB1m50hvGuXplffehCLuKY5djLobGB/out-0.png" ], "started_at": "2023-09-22T19:44:41.970285Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/pnrolmzbk5ldbbj5vssu2e3tky", "cancel": "https://api.replicate.com/v1/predictions/pnrolmzbk5ldbbj5vssu2e3tky/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 22956 Loading sdxl pipeline... Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:01, 4.77it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 6.68it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 9.09it/s] Loading pipeline components...: 86%|████████▌ | 6/7 [00:01<00:00, 4.32it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 1.50it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.36it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:07, 6.92it/s] 4%|▍ | 2/50 [00:00<00:06, 7.68it/s] 6%|▌ | 3/50 [00:00<00:06, 7.44it/s] 8%|▊ | 4/50 [00:00<00:06, 7.22it/s] 10%|█ | 5/50 [00:00<00:06, 7.13it/s] 12%|█▏ | 6/50 [00:00<00:06, 6.95it/s] 14%|█▍ | 7/50 [00:00<00:06, 7.14it/s] 16%|█▌ | 8/50 [00:01<00:05, 7.48it/s] 18%|█▊ | 9/50 [00:01<00:05, 7.58it/s] 20%|██ | 10/50 [00:01<00:05, 7.53it/s] 22%|██▏ | 11/50 [00:01<00:05, 7.44it/s] 24%|██▍ | 12/50 [00:01<00:05, 7.39it/s] 26%|██▌ | 13/50 [00:01<00:04, 7.49it/s] 28%|██▊ | 14/50 [00:01<00:04, 7.73it/s] 30%|███ | 15/50 [00:02<00:04, 7.86it/s] 32%|███▏ | 16/50 [00:02<00:04, 8.03it/s] 34%|███▍ | 17/50 [00:02<00:04, 8.18it/s] 36%|███▌ | 18/50 [00:02<00:03, 8.30it/s] 38%|███▊ | 19/50 [00:02<00:03, 8.30it/s] 40%|████ | 20/50 [00:02<00:03, 8.34it/s] 42%|████▏ | 21/50 [00:02<00:03, 8.42it/s] 44%|████▍ | 22/50 [00:02<00:03, 8.47it/s] 46%|████▌ | 23/50 [00:02<00:03, 8.26it/s] 48%|████▊ | 24/50 [00:03<00:03, 8.31it/s] 50%|█████ | 25/50 [00:03<00:02, 8.39it/s] 52%|█████▏ | 26/50 [00:03<00:02, 8.45it/s] 54%|█████▍ | 27/50 [00:03<00:02, 8.48it/s] 56%|█████▌ | 28/50 [00:03<00:02, 8.51it/s] 58%|█████▊ | 29/50 [00:03<00:02, 8.53it/s] 60%|██████ | 30/50 [00:03<00:02, 8.55it/s] 62%|██████▏ | 31/50 [00:03<00:02, 8.56it/s] 64%|██████▍ | 32/50 [00:04<00:02, 8.52it/s] 66%|██████▌ | 33/50 [00:04<00:01, 8.54it/s] 68%|██████▊ | 34/50 [00:04<00:01, 8.56it/s] 70%|███████ | 35/50 [00:04<00:01, 8.57it/s] 72%|███████▏ | 36/50 [00:04<00:01, 8.58it/s] 74%|███████▍ | 37/50 [00:04<00:01, 8.54it/s] 76%|███████▌ | 38/50 [00:04<00:01, 8.38it/s] 78%|███████▊ | 39/50 [00:04<00:01, 8.27it/s] 80%|████████ | 40/50 [00:04<00:01, 8.14it/s] 82%|████████▏ | 41/50 [00:05<00:01, 8.27it/s] 84%|████████▍ | 42/50 [00:05<00:00, 8.37it/s] 86%|████████▌ | 43/50 [00:05<00:00, 8.37it/s] 88%|████████▊ | 44/50 [00:05<00:00, 8.43it/s] 90%|█████████ | 45/50 [00:05<00:00, 8.48it/s] 92%|█████████▏| 46/50 [00:05<00:00, 8.52it/s] 94%|█████████▍| 47/50 [00:05<00:00, 8.54it/s] 96%|█████████▌| 48/50 [00:05<00:00, 8.56it/s] 98%|█████████▊| 49/50 [00:06<00:00, 8.13it/s] 100%|██████████| 50/50 [00:06<00:00, 8.26it/s] 100%|██████████| 50/50 [00:06<00:00, 8.12it/s]
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764IDbdpm5orb7wjorpejeom5f7j67eStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still
- scheduler
- K_EULER
- base_model
- SG161222/RealVisXL_V1.0
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting, bad anatomy, bad hands, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting, bad anatomy, bad hands, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", scheduler: "K_EULER", base_model: "SG161222/RealVisXL_V1.0", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting, bad anatomy, bad hands, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting, bad anatomy, bad hands, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting, bad anatomy, bad hands, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T19:46:04.326336Z", "created_at": "2023-09-22T19:45:51.593808Z", "data_removed": false, "error": null, "id": "bdpm5orb7wjorpejeom5f7j67e", "input": { "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting, bad anatomy, bad hands, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate", "num_inference_steps": 50 }, "logs": "Using seed: 13694\nLoading sdxl pipeline...\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.30it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.32it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 10.40it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.25it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.96it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:06, 7.21it/s]\n 4%|▍ | 2/50 [00:00<00:06, 7.70it/s]\n 6%|▌ | 3/50 [00:00<00:05, 7.95it/s]\n 8%|▊ | 4/50 [00:00<00:05, 8.19it/s]\n 10%|█ | 5/50 [00:00<00:05, 8.33it/s]\n 12%|█▏ | 6/50 [00:00<00:05, 8.42it/s]\n 14%|█▍ | 7/50 [00:00<00:05, 8.47it/s]\n 16%|█▌ | 8/50 [00:00<00:04, 8.51it/s]\n 18%|█▊ | 9/50 [00:01<00:04, 8.54it/s]\n 20%|██ | 10/50 [00:01<00:04, 8.55it/s]\n 22%|██▏ | 11/50 [00:01<00:04, 8.56it/s]\n 24%|██▍ | 12/50 [00:01<00:04, 8.55it/s]\n 26%|██▌ | 13/50 [00:01<00:04, 8.56it/s]\n 28%|██▊ | 14/50 [00:01<00:04, 8.57it/s]\n 30%|███ | 15/50 [00:01<00:04, 8.53it/s]\n 32%|███▏ | 16/50 [00:01<00:03, 8.55it/s]\n 34%|███▍ | 17/50 [00:02<00:03, 8.56it/s]\n 36%|███▌ | 18/50 [00:02<00:03, 8.57it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 8.58it/s]\n 40%|████ | 20/50 [00:02<00:03, 8.51it/s]\n 42%|████▏ | 21/50 [00:02<00:03, 8.54it/s]\n 44%|████▍ | 22/50 [00:02<00:03, 8.56it/s]\n 46%|████▌ | 23/50 [00:02<00:03, 8.57it/s]\n 48%|████▊ | 24/50 [00:02<00:03, 8.58it/s]\n 50%|█████ | 25/50 [00:02<00:02, 8.58it/s]\n 52%|█████▏ | 26/50 [00:03<00:02, 8.59it/s]\n 54%|█████▍ | 27/50 [00:03<00:02, 8.59it/s]\n 56%|█████▌ | 28/50 [00:03<00:02, 8.59it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 8.54it/s]\n 60%|██████ | 30/50 [00:03<00:02, 8.55it/s]\n 62%|██████▏ | 31/50 [00:03<00:02, 8.57it/s]\n 64%|██████▍ | 32/50 [00:03<00:02, 8.57it/s]\n 66%|██████▌ | 33/50 [00:03<00:02, 8.47it/s]\n 68%|██████▊ | 34/50 [00:04<00:01, 8.50it/s]\n 70%|███████ | 35/50 [00:04<00:01, 8.53it/s]\n 72%|███████▏ | 36/50 [00:04<00:01, 8.55it/s]\n 74%|███████▍ | 37/50 [00:04<00:01, 8.52it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 8.54it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 8.55it/s]\n 80%|████████ | 40/50 [00:04<00:01, 8.56it/s]\n 82%|████████▏ | 41/50 [00:04<00:01, 8.57it/s]\n 84%|████████▍ | 42/50 [00:04<00:00, 8.06it/s]\n 86%|████████▌ | 43/50 [00:05<00:00, 8.21it/s]\n 88%|████████▊ | 44/50 [00:05<00:00, 8.32it/s]\n 90%|█████████ | 45/50 [00:05<00:00, 8.39it/s]\n 92%|█████████▏| 46/50 [00:05<00:00, 8.41it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 8.46it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 8.49it/s]\n 98%|█████████▊| 49/50 [00:05<00:00, 8.52it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.54it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.48it/s]", "metrics": { "predict_time": 12.768301, "total_time": 12.732528 }, "output": [ "https://replicate.delivery/pbxt/cVpZ4qQ1UXbKJ5Vqa4Cf4rpgLJXrSWTR2q8OQGKOCFp9BdzIA/out-0.png" ], "started_at": "2023-09-22T19:45:51.558035Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/bdpm5orb7wjorpejeom5f7j67e", "cancel": "https://api.replicate.com/v1/predictions/bdpm5orb7wjorpejeom5f7j67e/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 13694 Loading sdxl pipeline... Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.30it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.32it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 10.40it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.25it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.96it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:06, 7.21it/s] 4%|▍ | 2/50 [00:00<00:06, 7.70it/s] 6%|▌ | 3/50 [00:00<00:05, 7.95it/s] 8%|▊ | 4/50 [00:00<00:05, 8.19it/s] 10%|█ | 5/50 [00:00<00:05, 8.33it/s] 12%|█▏ | 6/50 [00:00<00:05, 8.42it/s] 14%|█▍ | 7/50 [00:00<00:05, 8.47it/s] 16%|█▌ | 8/50 [00:00<00:04, 8.51it/s] 18%|█▊ | 9/50 [00:01<00:04, 8.54it/s] 20%|██ | 10/50 [00:01<00:04, 8.55it/s] 22%|██▏ | 11/50 [00:01<00:04, 8.56it/s] 24%|██▍ | 12/50 [00:01<00:04, 8.55it/s] 26%|██▌ | 13/50 [00:01<00:04, 8.56it/s] 28%|██▊ | 14/50 [00:01<00:04, 8.57it/s] 30%|███ | 15/50 [00:01<00:04, 8.53it/s] 32%|███▏ | 16/50 [00:01<00:03, 8.55it/s] 34%|███▍ | 17/50 [00:02<00:03, 8.56it/s] 36%|███▌ | 18/50 [00:02<00:03, 8.57it/s] 38%|███▊ | 19/50 [00:02<00:03, 8.58it/s] 40%|████ | 20/50 [00:02<00:03, 8.51it/s] 42%|████▏ | 21/50 [00:02<00:03, 8.54it/s] 44%|████▍ | 22/50 [00:02<00:03, 8.56it/s] 46%|████▌ | 23/50 [00:02<00:03, 8.57it/s] 48%|████▊ | 24/50 [00:02<00:03, 8.58it/s] 50%|█████ | 25/50 [00:02<00:02, 8.58it/s] 52%|█████▏ | 26/50 [00:03<00:02, 8.59it/s] 54%|█████▍ | 27/50 [00:03<00:02, 8.59it/s] 56%|█████▌ | 28/50 [00:03<00:02, 8.59it/s] 58%|█████▊ | 29/50 [00:03<00:02, 8.54it/s] 60%|██████ | 30/50 [00:03<00:02, 8.55it/s] 62%|██████▏ | 31/50 [00:03<00:02, 8.57it/s] 64%|██████▍ | 32/50 [00:03<00:02, 8.57it/s] 66%|██████▌ | 33/50 [00:03<00:02, 8.47it/s] 68%|██████▊ | 34/50 [00:04<00:01, 8.50it/s] 70%|███████ | 35/50 [00:04<00:01, 8.53it/s] 72%|███████▏ | 36/50 [00:04<00:01, 8.55it/s] 74%|███████▍ | 37/50 [00:04<00:01, 8.52it/s] 76%|███████▌ | 38/50 [00:04<00:01, 8.54it/s] 78%|███████▊ | 39/50 [00:04<00:01, 8.55it/s] 80%|████████ | 40/50 [00:04<00:01, 8.56it/s] 82%|████████▏ | 41/50 [00:04<00:01, 8.57it/s] 84%|████████▍ | 42/50 [00:04<00:00, 8.06it/s] 86%|████████▌ | 43/50 [00:05<00:00, 8.21it/s] 88%|████████▊ | 44/50 [00:05<00:00, 8.32it/s] 90%|█████████ | 45/50 [00:05<00:00, 8.39it/s] 92%|█████████▏| 46/50 [00:05<00:00, 8.41it/s] 94%|█████████▍| 47/50 [00:05<00:00, 8.46it/s] 96%|█████████▌| 48/50 [00:05<00:00, 8.49it/s] 98%|█████████▊| 49/50 [00:05<00:00, 8.52it/s] 100%|██████████| 50/50 [00:05<00:00, 8.54it/s] 100%|██████████| 50/50 [00:05<00:00, 8.48it/s]
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764IDkoifqqrbtdukhjoc6ydm35iegeStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- seed
- 13694
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still
- scheduler
- K_EULER
- base_model
- SG161222/RealVisXL_V1.0
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- (worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth
- num_inference_steps
- 50
{ "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { seed: 13694, width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", scheduler: "K_EULER", base_model: "SG161222/RealVisXL_V1.0", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T19:46:35.418385Z", "created_at": "2023-09-22T19:46:22.585282Z", "data_removed": false, "error": null, "id": "koifqqrbtdukhjoc6ydm35iege", "input": { "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "(worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth", "num_inference_steps": 50 }, "logs": "Using seed: 13694\nLoading sdxl pipeline...\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.50it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.71it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 11.18it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.32it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.07it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:07, 6.75it/s]\n 4%|▍ | 2/50 [00:00<00:06, 6.92it/s]\n 6%|▌ | 3/50 [00:00<00:06, 7.59it/s]\n 8%|▊ | 4/50 [00:00<00:05, 7.68it/s]\n 10%|█ | 5/50 [00:00<00:05, 7.99it/s]\n 12%|█▏ | 6/50 [00:00<00:05, 8.19it/s]\n 14%|█▍ | 7/50 [00:00<00:05, 8.32it/s]\n 16%|█▌ | 8/50 [00:00<00:04, 8.40it/s]\n 18%|█▊ | 9/50 [00:01<00:04, 8.46it/s]\n 20%|██ | 10/50 [00:01<00:04, 8.50it/s]\n 22%|██▏ | 11/50 [00:01<00:04, 8.48it/s]\n 24%|██▍ | 12/50 [00:01<00:04, 8.51it/s]\n 26%|██▌ | 13/50 [00:01<00:04, 8.52it/s]\n 28%|██▊ | 14/50 [00:01<00:04, 8.55it/s]\n 30%|███ | 15/50 [00:01<00:04, 8.56it/s]\n 32%|███▏ | 16/50 [00:01<00:03, 8.58it/s]\n 34%|███▍ | 17/50 [00:02<00:03, 8.58it/s]\n 36%|███▌ | 18/50 [00:02<00:03, 8.59it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 8.59it/s]\n 40%|████ | 20/50 [00:02<00:03, 8.59it/s]\n 42%|████▏ | 21/50 [00:02<00:03, 8.46it/s]\n 44%|████▍ | 22/50 [00:02<00:03, 8.50it/s]\n 46%|████▌ | 23/50 [00:02<00:03, 8.53it/s]\n 48%|████▊ | 24/50 [00:02<00:03, 8.55it/s]\n 50%|█████ | 25/50 [00:02<00:02, 8.56it/s]\n 52%|█████▏ | 26/50 [00:03<00:02, 8.58it/s]\n 54%|█████▍ | 27/50 [00:03<00:02, 8.58it/s]\n 56%|█████▌ | 28/50 [00:03<00:02, 8.59it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 8.59it/s]\n 60%|██████ | 30/50 [00:03<00:02, 8.60it/s]\n 62%|██████▏ | 31/50 [00:03<00:02, 8.60it/s]\n 64%|██████▍ | 32/50 [00:03<00:02, 8.60it/s]\n 66%|██████▌ | 33/50 [00:03<00:01, 8.60it/s]\n 68%|██████▊ | 34/50 [00:04<00:01, 8.60it/s]\n 70%|███████ | 35/50 [00:04<00:01, 8.60it/s]\n 72%|███████▏ | 36/50 [00:04<00:01, 8.59it/s]\n 74%|███████▍ | 37/50 [00:04<00:01, 8.59it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 8.59it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 8.58it/s]\n 80%|████████ | 40/50 [00:04<00:01, 8.58it/s]\n 82%|████████▏ | 41/50 [00:04<00:01, 8.58it/s]\n 84%|████████▍ | 42/50 [00:04<00:00, 8.59it/s]\n 86%|████████▌ | 43/50 [00:05<00:00, 8.55it/s]\n 88%|████████▊ | 44/50 [00:05<00:00, 8.56it/s]\n 90%|█████████ | 45/50 [00:05<00:00, 8.54it/s]\n 92%|█████████▏| 46/50 [00:05<00:00, 8.56it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 8.57it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 8.57it/s]\n 98%|█████████▊| 49/50 [00:05<00:00, 8.58it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.58it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.48it/s]", "metrics": { "predict_time": 12.882112, "total_time": 12.833103 }, "output": [ "https://replicate.delivery/pbxt/R6ESdypkbOZMOl35ckXeVuxAHsnUnLRM8zuVHYoEIJcNCdzIA/out-0.png" ], "started_at": "2023-09-22T19:46:22.536273Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/koifqqrbtdukhjoc6ydm35iege", "cancel": "https://api.replicate.com/v1/predictions/koifqqrbtdukhjoc6ydm35iege/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 13694 Loading sdxl pipeline... Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.50it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.71it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 11.18it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.32it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.07it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:07, 6.75it/s] 4%|▍ | 2/50 [00:00<00:06, 6.92it/s] 6%|▌ | 3/50 [00:00<00:06, 7.59it/s] 8%|▊ | 4/50 [00:00<00:05, 7.68it/s] 10%|█ | 5/50 [00:00<00:05, 7.99it/s] 12%|█▏ | 6/50 [00:00<00:05, 8.19it/s] 14%|█▍ | 7/50 [00:00<00:05, 8.32it/s] 16%|█▌ | 8/50 [00:00<00:04, 8.40it/s] 18%|█▊ | 9/50 [00:01<00:04, 8.46it/s] 20%|██ | 10/50 [00:01<00:04, 8.50it/s] 22%|██▏ | 11/50 [00:01<00:04, 8.48it/s] 24%|██▍ | 12/50 [00:01<00:04, 8.51it/s] 26%|██▌ | 13/50 [00:01<00:04, 8.52it/s] 28%|██▊ | 14/50 [00:01<00:04, 8.55it/s] 30%|███ | 15/50 [00:01<00:04, 8.56it/s] 32%|███▏ | 16/50 [00:01<00:03, 8.58it/s] 34%|███▍ | 17/50 [00:02<00:03, 8.58it/s] 36%|███▌ | 18/50 [00:02<00:03, 8.59it/s] 38%|███▊ | 19/50 [00:02<00:03, 8.59it/s] 40%|████ | 20/50 [00:02<00:03, 8.59it/s] 42%|████▏ | 21/50 [00:02<00:03, 8.46it/s] 44%|████▍ | 22/50 [00:02<00:03, 8.50it/s] 46%|████▌ | 23/50 [00:02<00:03, 8.53it/s] 48%|████▊ | 24/50 [00:02<00:03, 8.55it/s] 50%|█████ | 25/50 [00:02<00:02, 8.56it/s] 52%|█████▏ | 26/50 [00:03<00:02, 8.58it/s] 54%|█████▍ | 27/50 [00:03<00:02, 8.58it/s] 56%|█████▌ | 28/50 [00:03<00:02, 8.59it/s] 58%|█████▊ | 29/50 [00:03<00:02, 8.59it/s] 60%|██████ | 30/50 [00:03<00:02, 8.60it/s] 62%|██████▏ | 31/50 [00:03<00:02, 8.60it/s] 64%|██████▍ | 32/50 [00:03<00:02, 8.60it/s] 66%|██████▌ | 33/50 [00:03<00:01, 8.60it/s] 68%|██████▊ | 34/50 [00:04<00:01, 8.60it/s] 70%|███████ | 35/50 [00:04<00:01, 8.60it/s] 72%|███████▏ | 36/50 [00:04<00:01, 8.59it/s] 74%|███████▍ | 37/50 [00:04<00:01, 8.59it/s] 76%|███████▌ | 38/50 [00:04<00:01, 8.59it/s] 78%|███████▊ | 39/50 [00:04<00:01, 8.58it/s] 80%|████████ | 40/50 [00:04<00:01, 8.58it/s] 82%|████████▏ | 41/50 [00:04<00:01, 8.58it/s] 84%|████████▍ | 42/50 [00:04<00:00, 8.59it/s] 86%|████████▌ | 43/50 [00:05<00:00, 8.55it/s] 88%|████████▊ | 44/50 [00:05<00:00, 8.56it/s] 90%|█████████ | 45/50 [00:05<00:00, 8.54it/s] 92%|█████████▏| 46/50 [00:05<00:00, 8.56it/s] 94%|█████████▍| 47/50 [00:05<00:00, 8.57it/s] 96%|█████████▌| 48/50 [00:05<00:00, 8.57it/s] 98%|█████████▊| 49/50 [00:05<00:00, 8.58it/s] 100%|██████████| 50/50 [00:05<00:00, 8.58it/s] 100%|██████████| 50/50 [00:05<00:00, 8.48it/s]
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764IDpag5ojbb5mxou5dj6dywmgdyeaStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- seed
- 13694
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still
- scheduler
- K_EULER
- base_model
- SG161222/RealVisXL_V1.0
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- cartoon, 3d, ugly eyes, 2 people, deformed iris, deformed eyes, bad eyes, (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring. sketch, lackluster, face portrait, signature, letters, watermark, grayscale, moody lighting. (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, ((out of frame]), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, (nsfw), (nudity)
- num_inference_steps
- 50
{ "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "cartoon, 3d, ugly eyes, 2 people, deformed iris, deformed eyes, bad eyes, (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring. sketch, lackluster, face portrait, signature, letters, watermark, grayscale, moody lighting. (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, ((out of frame]), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, (nsfw), (nudity)", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { seed: 13694, width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", scheduler: "K_EULER", base_model: "SG161222/RealVisXL_V1.0", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "cartoon, 3d, ugly eyes, 2 people, deformed iris, deformed eyes, bad eyes, (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring. sketch, lackluster, face portrait, signature, letters, watermark, grayscale, moody lighting. (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, ((out of frame]), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, (nsfw), (nudity)", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "cartoon, 3d, ugly eyes, 2 people, deformed iris, deformed eyes, bad eyes, (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring. sketch, lackluster, face portrait, signature, letters, watermark, grayscale, moody lighting. (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, ((out of frame]), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, (nsfw), (nudity)", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "cartoon, 3d, ugly eyes, 2 people, deformed iris, deformed eyes, bad eyes, (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring. sketch, lackluster, face portrait, signature, letters, watermark, grayscale, moody lighting. (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, ((out of frame]), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, (nsfw), (nudity)", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T19:46:54.752506Z", "created_at": "2023-09-22T19:46:42.041014Z", "data_removed": false, "error": null, "id": "pag5ojbb5mxou5dj6dywmgdyea", "input": { "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "cartoon, 3d, ugly eyes, 2 people, deformed iris, deformed eyes, bad eyes, (disfigured), (bad art), (deformed), (poorly drawn), (extra limbs), (close up), strange colours, blurry, boring. sketch, lackluster, face portrait, signature, letters, watermark, grayscale, moody lighting. (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, ((out of frame]), worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, (nsfw), (nudity)", "num_inference_steps": 50 }, "logs": "Using seed: 13694\nLoading sdxl pipeline...\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.43it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.81it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 11.28it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.34it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.09it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:07, 6.78it/s]\n 4%|▍ | 2/50 [00:00<00:06, 7.16it/s]\n 6%|▌ | 3/50 [00:00<00:06, 7.76it/s]\n 8%|▊ | 4/50 [00:00<00:05, 8.07it/s]\n 10%|█ | 5/50 [00:00<00:06, 7.03it/s]\n 12%|█▏ | 6/50 [00:00<00:05, 7.47it/s]\n 14%|█▍ | 7/50 [00:00<00:05, 7.80it/s]\n 16%|█▌ | 8/50 [00:01<00:05, 8.03it/s]\n 18%|█▊ | 9/50 [00:01<00:05, 8.20it/s]\n 20%|██ | 10/50 [00:01<00:04, 8.32it/s]\n 22%|██▏ | 11/50 [00:01<00:04, 8.40it/s]\n 24%|██▍ | 12/50 [00:01<00:04, 8.46it/s]\n 26%|██▌ | 13/50 [00:01<00:04, 8.51it/s]\n 28%|██▊ | 14/50 [00:01<00:04, 8.54it/s]\n 30%|███ | 15/50 [00:01<00:04, 8.56it/s]\n 32%|███▏ | 16/50 [00:01<00:03, 8.57it/s]\n 34%|███▍ | 17/50 [00:02<00:03, 8.58it/s]\n 36%|███▌ | 18/50 [00:02<00:03, 8.58it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 8.59it/s]\n 40%|████ | 20/50 [00:02<00:03, 8.59it/s]\n 42%|████▏ | 21/50 [00:02<00:03, 8.59it/s]\n 44%|████▍ | 22/50 [00:02<00:03, 8.44it/s]\n 46%|████▌ | 23/50 [00:02<00:03, 8.48it/s]\n 48%|████▊ | 24/50 [00:02<00:03, 8.51it/s]\n 50%|█████ | 25/50 [00:03<00:02, 8.54it/s]\n 52%|█████▏ | 26/50 [00:03<00:02, 8.55it/s]\n 54%|█████▍ | 27/50 [00:03<00:02, 8.57it/s]\n 56%|█████▌ | 28/50 [00:03<00:02, 8.58it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 8.58it/s]\n 60%|██████ | 30/50 [00:03<00:02, 8.58it/s]\n 62%|██████▏ | 31/50 [00:03<00:02, 8.49it/s]\n 64%|██████▍ | 32/50 [00:03<00:02, 8.52it/s]\n 66%|██████▌ | 33/50 [00:03<00:01, 8.54it/s]\n 68%|██████▊ | 34/50 [00:04<00:01, 8.55it/s]\n 70%|███████ | 35/50 [00:04<00:01, 8.57it/s]\n 72%|███████▏ | 36/50 [00:04<00:01, 8.57it/s]\n 74%|███████▍ | 37/50 [00:04<00:01, 8.57it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 8.58it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 8.39it/s]\n 80%|████████ | 40/50 [00:04<00:01, 8.45it/s]\n 82%|████████▏ | 41/50 [00:04<00:01, 8.49it/s]\n 84%|████████▍ | 42/50 [00:05<00:00, 8.52it/s]\n 86%|████████▌ | 43/50 [00:05<00:00, 8.54it/s]\n 88%|████████▊ | 44/50 [00:05<00:00, 8.56it/s]\n 90%|█████████ | 45/50 [00:05<00:00, 8.57it/s]\n 92%|█████████▏| 46/50 [00:05<00:00, 8.58it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 8.57it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 8.38it/s]\n 98%|█████████▊| 49/50 [00:05<00:00, 8.45it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.49it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.39it/s]", "metrics": { "predict_time": 12.74884, "total_time": 12.711492 }, "output": [ "https://replicate.delivery/pbxt/NVxjjjGGnAZOCJglJITBONLUvgcJhaS3uM75fvwOVtwWCdzIA/out-0.png" ], "started_at": "2023-09-22T19:46:42.003666Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/pag5ojbb5mxou5dj6dywmgdyea", "cancel": "https://api.replicate.com/v1/predictions/pag5ojbb5mxou5dj6dywmgdyea/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 13694 Loading sdxl pipeline... Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.43it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.81it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 11.28it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.34it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.09it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:07, 6.78it/s] 4%|▍ | 2/50 [00:00<00:06, 7.16it/s] 6%|▌ | 3/50 [00:00<00:06, 7.76it/s] 8%|▊ | 4/50 [00:00<00:05, 8.07it/s] 10%|█ | 5/50 [00:00<00:06, 7.03it/s] 12%|█▏ | 6/50 [00:00<00:05, 7.47it/s] 14%|█▍ | 7/50 [00:00<00:05, 7.80it/s] 16%|█▌ | 8/50 [00:01<00:05, 8.03it/s] 18%|█▊ | 9/50 [00:01<00:05, 8.20it/s] 20%|██ | 10/50 [00:01<00:04, 8.32it/s] 22%|██▏ | 11/50 [00:01<00:04, 8.40it/s] 24%|██▍ | 12/50 [00:01<00:04, 8.46it/s] 26%|██▌ | 13/50 [00:01<00:04, 8.51it/s] 28%|██▊ | 14/50 [00:01<00:04, 8.54it/s] 30%|███ | 15/50 [00:01<00:04, 8.56it/s] 32%|███▏ | 16/50 [00:01<00:03, 8.57it/s] 34%|███▍ | 17/50 [00:02<00:03, 8.58it/s] 36%|███▌ | 18/50 [00:02<00:03, 8.58it/s] 38%|███▊ | 19/50 [00:02<00:03, 8.59it/s] 40%|████ | 20/50 [00:02<00:03, 8.59it/s] 42%|████▏ | 21/50 [00:02<00:03, 8.59it/s] 44%|████▍ | 22/50 [00:02<00:03, 8.44it/s] 46%|████▌ | 23/50 [00:02<00:03, 8.48it/s] 48%|████▊ | 24/50 [00:02<00:03, 8.51it/s] 50%|█████ | 25/50 [00:03<00:02, 8.54it/s] 52%|█████▏ | 26/50 [00:03<00:02, 8.55it/s] 54%|█████▍ | 27/50 [00:03<00:02, 8.57it/s] 56%|█████▌ | 28/50 [00:03<00:02, 8.58it/s] 58%|█████▊ | 29/50 [00:03<00:02, 8.58it/s] 60%|██████ | 30/50 [00:03<00:02, 8.58it/s] 62%|██████▏ | 31/50 [00:03<00:02, 8.49it/s] 64%|██████▍ | 32/50 [00:03<00:02, 8.52it/s] 66%|██████▌ | 33/50 [00:03<00:01, 8.54it/s] 68%|██████▊ | 34/50 [00:04<00:01, 8.55it/s] 70%|███████ | 35/50 [00:04<00:01, 8.57it/s] 72%|███████▏ | 36/50 [00:04<00:01, 8.57it/s] 74%|███████▍ | 37/50 [00:04<00:01, 8.57it/s] 76%|███████▌ | 38/50 [00:04<00:01, 8.58it/s] 78%|███████▊ | 39/50 [00:04<00:01, 8.39it/s] 80%|████████ | 40/50 [00:04<00:01, 8.45it/s] 82%|████████▏ | 41/50 [00:04<00:01, 8.49it/s] 84%|████████▍ | 42/50 [00:05<00:00, 8.52it/s] 86%|████████▌ | 43/50 [00:05<00:00, 8.54it/s] 88%|████████▊ | 44/50 [00:05<00:00, 8.56it/s] 90%|█████████ | 45/50 [00:05<00:00, 8.57it/s] 92%|█████████▏| 46/50 [00:05<00:00, 8.58it/s] 94%|█████████▍| 47/50 [00:05<00:00, 8.57it/s] 96%|█████████▌| 48/50 [00:05<00:00, 8.38it/s] 98%|█████████▊| 49/50 [00:05<00:00, 8.45it/s] 100%|██████████| 50/50 [00:05<00:00, 8.49it/s] 100%|██████████| 50/50 [00:05<00:00, 8.39it/s]
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764IDnxbfmhrbdvnqo4nlmf5om4jnjaStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- seed
- 13694
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still
- scheduler
- K_EULER
- base_model
- SG161222/RealVisXL_V1.0
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck
- num_inference_steps
- 50
{ "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { seed: 13694, width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", scheduler: "K_EULER", base_model: "SG161222/RealVisXL_V1.0", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T19:47:14.053739Z", "created_at": "2023-09-22T19:47:01.498135Z", "data_removed": false, "error": null, "id": "nxbfmhrbdvnqo4nlmf5om4jnja", "input": { "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V1.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", "num_inference_steps": 50 }, "logs": "Using seed: 13694\nLoading sdxl pipeline...\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.45it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.74it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 11.25it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.32it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.08it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:07, 6.80it/s]\n 4%|▍ | 2/50 [00:00<00:06, 7.74it/s]\n 6%|▌ | 3/50 [00:00<00:05, 8.11it/s]\n 8%|▊ | 4/50 [00:00<00:05, 8.30it/s]\n 10%|█ | 5/50 [00:00<00:05, 8.30it/s]\n 12%|█▏ | 6/50 [00:00<00:05, 8.40it/s]\n 14%|█▍ | 7/50 [00:00<00:05, 8.47it/s]\n 16%|█▌ | 8/50 [00:00<00:04, 8.51it/s]\n 18%|█▊ | 9/50 [00:01<00:04, 8.54it/s]\n 20%|██ | 10/50 [00:01<00:04, 8.55it/s]\n 22%|██▏ | 11/50 [00:01<00:04, 8.56it/s]\n 24%|██▍ | 12/50 [00:01<00:04, 8.43it/s]\n 26%|██▌ | 13/50 [00:01<00:04, 8.44it/s]\n 28%|██▊ | 14/50 [00:01<00:04, 8.30it/s]\n 30%|███ | 15/50 [00:01<00:04, 8.39it/s]\n 32%|███▏ | 16/50 [00:01<00:04, 8.45it/s]\n 34%|███▍ | 17/50 [00:02<00:03, 8.49it/s]\n 36%|███▌ | 18/50 [00:02<00:03, 8.52it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 8.54it/s]\n 40%|████ | 20/50 [00:02<00:03, 8.56it/s]\n 42%|████▏ | 21/50 [00:02<00:03, 8.57it/s]\n 44%|████▍ | 22/50 [00:02<00:03, 8.57it/s]\n 46%|████▌ | 23/50 [00:02<00:03, 8.34it/s]\n 48%|████▊ | 24/50 [00:02<00:03, 8.41it/s]\n 50%|█████ | 25/50 [00:02<00:02, 8.46it/s]\n 52%|█████▏ | 26/50 [00:03<00:02, 8.50it/s]\n 54%|█████▍ | 27/50 [00:03<00:02, 8.53it/s]\n 56%|█████▌ | 28/50 [00:03<00:02, 8.55it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 8.57it/s]\n 60%|██████ | 30/50 [00:03<00:02, 8.57it/s]\n 62%|██████▏ | 31/50 [00:03<00:02, 8.58it/s]\n 64%|██████▍ | 32/50 [00:03<00:02, 8.58it/s]\n 66%|██████▌ | 33/50 [00:03<00:01, 8.59it/s]\n 68%|██████▊ | 34/50 [00:04<00:01, 8.59it/s]\n 70%|███████ | 35/50 [00:04<00:01, 8.59it/s]\n 72%|███████▏ | 36/50 [00:04<00:01, 8.59it/s]\n 74%|███████▍ | 37/50 [00:04<00:01, 8.59it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 8.59it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 8.54it/s]\n 80%|████████ | 40/50 [00:04<00:01, 8.41it/s]\n 82%|████████▏ | 41/50 [00:04<00:01, 8.46it/s]\n 84%|████████▍ | 42/50 [00:04<00:00, 8.50it/s]\n 86%|████████▌ | 43/50 [00:05<00:00, 8.53it/s]\n 88%|████████▊ | 44/50 [00:05<00:00, 8.54it/s]\n 90%|█████████ | 45/50 [00:05<00:00, 8.55it/s]\n 92%|█████████▏| 46/50 [00:05<00:00, 8.56it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 8.57it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 8.57it/s]\n 98%|█████████▊| 49/50 [00:05<00:00, 8.56it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.57it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.48it/s]", "metrics": { "predict_time": 12.594388, "total_time": 12.555604 }, "output": [ "https://replicate.delivery/pbxt/NfQhHlnnqoxTXqnbEyJjX1mnBqpOpKZBvx6J925fUTvBF6mRA/out-0.png" ], "started_at": "2023-09-22T19:47:01.459351Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nxbfmhrbdvnqo4nlmf5om4jnja", "cancel": "https://api.replicate.com/v1/predictions/nxbfmhrbdvnqo4nlmf5om4jnja/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 13694 Loading sdxl pipeline... Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.45it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.74it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 11.25it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.32it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.08it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:07, 6.80it/s] 4%|▍ | 2/50 [00:00<00:06, 7.74it/s] 6%|▌ | 3/50 [00:00<00:05, 8.11it/s] 8%|▊ | 4/50 [00:00<00:05, 8.30it/s] 10%|█ | 5/50 [00:00<00:05, 8.30it/s] 12%|█▏ | 6/50 [00:00<00:05, 8.40it/s] 14%|█▍ | 7/50 [00:00<00:05, 8.47it/s] 16%|█▌ | 8/50 [00:00<00:04, 8.51it/s] 18%|█▊ | 9/50 [00:01<00:04, 8.54it/s] 20%|██ | 10/50 [00:01<00:04, 8.55it/s] 22%|██▏ | 11/50 [00:01<00:04, 8.56it/s] 24%|██▍ | 12/50 [00:01<00:04, 8.43it/s] 26%|██▌ | 13/50 [00:01<00:04, 8.44it/s] 28%|██▊ | 14/50 [00:01<00:04, 8.30it/s] 30%|███ | 15/50 [00:01<00:04, 8.39it/s] 32%|███▏ | 16/50 [00:01<00:04, 8.45it/s] 34%|███▍ | 17/50 [00:02<00:03, 8.49it/s] 36%|███▌ | 18/50 [00:02<00:03, 8.52it/s] 38%|███▊ | 19/50 [00:02<00:03, 8.54it/s] 40%|████ | 20/50 [00:02<00:03, 8.56it/s] 42%|████▏ | 21/50 [00:02<00:03, 8.57it/s] 44%|████▍ | 22/50 [00:02<00:03, 8.57it/s] 46%|████▌ | 23/50 [00:02<00:03, 8.34it/s] 48%|████▊ | 24/50 [00:02<00:03, 8.41it/s] 50%|█████ | 25/50 [00:02<00:02, 8.46it/s] 52%|█████▏ | 26/50 [00:03<00:02, 8.50it/s] 54%|█████▍ | 27/50 [00:03<00:02, 8.53it/s] 56%|█████▌ | 28/50 [00:03<00:02, 8.55it/s] 58%|█████▊ | 29/50 [00:03<00:02, 8.57it/s] 60%|██████ | 30/50 [00:03<00:02, 8.57it/s] 62%|██████▏ | 31/50 [00:03<00:02, 8.58it/s] 64%|██████▍ | 32/50 [00:03<00:02, 8.58it/s] 66%|██████▌ | 33/50 [00:03<00:01, 8.59it/s] 68%|██████▊ | 34/50 [00:04<00:01, 8.59it/s] 70%|███████ | 35/50 [00:04<00:01, 8.59it/s] 72%|███████▏ | 36/50 [00:04<00:01, 8.59it/s] 74%|███████▍ | 37/50 [00:04<00:01, 8.59it/s] 76%|███████▌ | 38/50 [00:04<00:01, 8.59it/s] 78%|███████▊ | 39/50 [00:04<00:01, 8.54it/s] 80%|████████ | 40/50 [00:04<00:01, 8.41it/s] 82%|████████▏ | 41/50 [00:04<00:01, 8.46it/s] 84%|████████▍ | 42/50 [00:04<00:00, 8.50it/s] 86%|████████▌ | 43/50 [00:05<00:00, 8.53it/s] 88%|████████▊ | 44/50 [00:05<00:00, 8.54it/s] 90%|█████████ | 45/50 [00:05<00:00, 8.55it/s] 92%|█████████▏| 46/50 [00:05<00:00, 8.56it/s] 94%|█████████▍| 47/50 [00:05<00:00, 8.57it/s] 96%|█████████▌| 48/50 [00:05<00:00, 8.57it/s] 98%|█████████▊| 49/50 [00:05<00:00, 8.56it/s] 100%|██████████| 50/50 [00:05<00:00, 8.57it/s] 100%|██████████| 50/50 [00:05<00:00, 8.48it/s]
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764IDil2nujjbto52sf5gvuekxtx6pqStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- seed
- 13694
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still
- scheduler
- K_EULER
- base_model
- FFusion/FFusionXL-BASE
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck
- num_inference_steps
- 50
{ "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "FFusion/FFusionXL-BASE", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { seed: 13694, width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", scheduler: "K_EULER", base_model: "FFusion/FFusionXL-BASE", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "FFusion/FFusionXL-BASE", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "FFusion/FFusionXL-BASE", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T19:50:16.005653Z", "created_at": "2023-09-22T19:47:40.569420Z", "data_removed": false, "error": null, "id": "il2nujjbto52sf5gvuekxtx6pq", "input": { "seed": 13694, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "FFusion/FFusionXL-BASE", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "overexposed, (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck", "num_inference_steps": 50 }, "logs": "Using seed: 13694\nLoading sdxl pipeline...\nDownloading (…)ain/model_index.json: 0%| | 0.00/609 [00:00<?, ?B/s]\nDownloading (…)ain/model_index.json: 100%|██████████| 609/609 [00:00<00:00, 104kB/s]\nA mixture of fp16 and non-fp16 filenames will be loaded.\nLoaded fp16 filenames:\n[vae/diffusion_pytorch_model.fp16.safetensors, text_encoder/model.fp16.safetensors, text_encoder_2/model.fp16.safetensors, vae_0_9/diffusion_pytorch_model.fp16.safetensors, vae_1_0/diffusion_pytorch_model.fp16.safetensors, unet/diffusion_pytorch_model.fp16.safetensors]\nLoaded non-fp16 filenames:\n[model.safetensors\nIf this behavior is not expected, please check your folder structure.\nFetching 21 files: 0%| | 0/21 [00:00<?, ?it/s]\nDownloading (…)cial_tokens_map.json: 0%| | 0.00/472 [00:00<?, ?B/s]\u001b[A\nDownloading (…)cial_tokens_map.json: 100%|██████████| 472/472 [00:00<00:00, 68.7kB/s]\nDownloading (…)cheduler_config.json: 0%| | 0.00/479 [00:00<?, ?B/s]\u001b[A\nDownloading (…)cheduler_config.json: 100%|██████████| 479/479 [00:00<00:00, 61.2kB/s]\nDownloading (…)_encoder/config.json: 0%| | 0.00/565 [00:00<?, ?B/s]\u001b[A\nDownloading (…)_encoder/config.json: 100%|██████████| 565/565 [00:00<00:00, 83.3kB/s]\nDownloading (…)okenizer_config.json: 0%| | 0.00/737 [00:00<?, ?B/s]\u001b[A\nDownloading (…)okenizer_config.json: 100%|██████████| 737/737 [00:00<00:00, 353kB/s]\nDownloading (…)tokenizer/vocab.json: 0%| | 0.00/1.06M [00:00<?, ?B/s]\u001b[A\nDownloading (…)tokenizer/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)ncoder_2/config.json: 0%| | 0.00/575 [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)ncoder_2/config.json: 100%|██████████| 575/575 [00:00<00:00, 65.1kB/s]\nDownloading (…)tokenizer/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 10.1MB/s]\nDownloading (…)cial_tokens_map.json: 0%| | 0.00/460 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)cial_tokens_map.json: 100%|██████████| 460/460 [00:00<00:00, 259kB/s]\nDownloading (…)tokenizer/vocab.json: 100%|██████████| 1.06M/1.06M [00:00<00:00, 11.7MB/s]\nDownloading model.safetensors: 0%| | 0.00/6.94G [00:00<?, ?B/s]\u001b[A\nDownloading (…)okenizer_config.json: 0%| | 0.00/725 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)okenizer_config.json: 100%|██████████| 725/725 [00:00<00:00, 404kB/s]\nDownloading model.fp16.safetensors: 0%| | 0.00/1.39G [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)kenizer_2/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 0%| | 0.00/246M [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)84e/unet/config.json: 0%| | 0.00/1.68k [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)84e/unet/config.json: 100%|██████████| 1.68k/1.68k [00:00<00:00, 872kB/s]\nDownloading (…)kenizer_2/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 9.04MB/s]\nDownloading model.safetensors: 0%| | 10.5M/6.94G [00:00<01:36, 72.0MB/s]\u001b[A\nDownloading model.fp16.safetensors: 1%| | 10.5M/1.39G [00:00<00:20, 66.6MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 4%|▍ | 10.5M/246M [00:00<00:03, 61.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 0.00/5.14G [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 0%| | 31.5M/6.94G [00:00<01:05, 106MB/s] \u001b[A\nDownloading (…)284e/vae/config.json: 0%| | 0.00/607 [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)284e/vae/config.json: 100%|██████████| 607/607 [00:00<00:00, 295kB/s]\nDownloading model.fp16.safetensors: 2%|▏ | 31.5M/1.39G [00:00<00:13, 102MB/s] \u001b[A\u001b[A\nDownloading model.fp16.safetensors: 13%|█▎ | 31.5M/246M [00:00<00:02, 101MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 10.5M/5.14G [00:00<01:24, 60.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 1%| | 52.4M/6.94G [00:00<00:56, 122MB/s]\u001b[A\nDownloading model.fp16.safetensors: 3%|▎ | 41.9M/1.39G [00:00<00:13, 98.7MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 21.0M/5.14G [00:00<01:09, 73.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 21%|██▏ | 52.4M/246M [00:00<00:01, 109MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:02, 53.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:03, 50.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 4%|▍ | 52.4M/1.39G [00:00<00:16, 80.6MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 1%| | 73.4M/6.94G [00:00<01:04, 107MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:03, 50.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 1%| | 31.5M/5.14G [00:00<01:24, 60.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:02, 57.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 5%|▍ | 62.9M/1.39G [00:00<00:17, 76.5MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:02, 52.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 30%|██▉ | 73.4M/246M [00:00<00:01, 92.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:02, 59.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 31.5M/167M [00:00<00:02, 64.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 1%| | 41.9M/5.14G [00:00<01:24, 60.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 5%|▌ | 73.4M/1.39G [00:00<00:17, 76.8MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 31.5M/167M [00:00<00:02, 58.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 31.5M/167M [00:00<00:01, 69.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 34%|███▍ | 83.9M/246M [00:00<00:01, 85.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 1%|▏ | 94.4M/6.94G [00:01<01:19, 86.1MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 1%| | 52.4M/5.14G [00:00<01:18, 64.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 6%|▌ | 83.9M/1.39G [00:01<00:16, 78.1MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▌ | 41.9M/167M [00:00<00:01, 63.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▌ | 41.9M/167M [00:00<00:01, 66.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▌ | 41.9M/167M [00:00<00:01, 75.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 38%|███▊ | 94.4M/246M [00:01<00:01, 79.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 2%|▏ | 105M/6.94G [00:01<01:24, 80.8MB/s] \u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:00<00:01, 70.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 1%| | 62.9M/5.14G [00:00<01:16, 66.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:00<00:01, 72.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:00<00:01, 79.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 7%|▋ | 94.4M/1.39G [00:01<00:17, 72.5MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 43%|████▎ | 105M/246M [00:01<00:01, 78.6MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 2%|▏ | 115M/6.94G [00:01<01:25, 80.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:00<00:01, 74.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:00<00:01, 78.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:00<00:01, 82.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 1%|▏ | 73.4M/5.14G [00:01<01:15, 66.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 8%|▊ | 105M/1.39G [00:01<00:17, 72.0MB/s] \u001b[A\u001b[A\nDownloading model.fp16.safetensors: 47%|████▋ | 115M/246M [00:01<00:01, 77.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 44%|████▍ | 73.4M/167M [00:01<00:01, 78.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 2%|▏ | 126M/6.94G [00:01<01:27, 78.1MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 44%|████▍ | 73.4M/167M [00:01<00:01, 76.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 2%|▏ | 83.9M/5.14G [00:01<01:12, 69.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 44%|████▍ | 73.4M/167M [00:01<00:01, 73.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 8%|▊ | 115M/1.39G [00:01<00:17, 72.1MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 51%|█████ | 126M/246M [00:01<00:01, 78.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|█████ | 83.9M/167M [00:01<00:01, 80.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 2%|▏ | 136M/6.94G [00:01<01:25, 79.2MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|█████ | 83.9M/167M [00:01<00:01, 74.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 2%|▏ | 94.4M/5.14G [00:01<01:10, 71.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|█████ | 83.9M/167M [00:01<00:01, 71.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 9%|▉ | 126M/1.39G [00:01<00:17, 70.8MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▋ | 94.4M/167M [00:01<00:00, 80.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 2%|▏ | 147M/6.94G [00:01<01:25, 79.8MB/s]\u001b[A\nDownloading model.fp16.safetensors: 55%|█████▌ | 136M/246M [00:01<00:01, 74.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▋ | 94.4M/167M [00:01<00:01, 73.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 2%|▏ | 105M/5.14G [00:01<01:08, 73.4MB/s] \u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▋ | 94.4M/167M [00:01<00:00, 76.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 105M/167M [00:01<00:00, 81.3MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 10%|▉ | 136M/1.39G [00:01<00:17, 71.2MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 2%|▏ | 157M/6.94G [00:01<01:25, 79.0MB/s]\u001b[A\nDownloading model.fp16.safetensors: 60%|█████▉ | 147M/246M [00:01<00:01, 74.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 105M/167M [00:01<00:00, 75.1MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 105M/167M [00:01<00:00, 78.4MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 2%|▏ | 115M/5.14G [00:01<01:10, 71.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 2%|▏ | 168M/6.94G [00:01<01:21, 83.0MB/s]\u001b[A\nDownloading model.fp16.safetensors: 64%|██████▍ | 157M/246M [00:01<00:01, 78.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 11%|█ | 147M/1.39G [00:01<00:17, 71.3MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:01<00:00, 73.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:01<00:00, 77.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:01<00:00, 76.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 3%|▎ | 178M/6.94G [00:02<01:21, 82.7MB/s]\u001b[A\nDownloading model.fp16.safetensors: 68%|██████▊ | 168M/246M [00:02<00:00, 78.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 11%|█▏ | 157M/1.39G [00:02<00:16, 73.3MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 2%|▏ | 126M/5.14G [00:01<01:16, 65.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▌ | 126M/167M [00:01<00:00, 74.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▌ | 126M/167M [00:01<00:00, 75.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▌ | 126M/167M [00:01<00:00, 74.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 3%|▎ | 189M/6.94G [00:02<01:24, 79.5MB/s]\u001b[A\nDownloading model.fp16.safetensors: 72%|███████▏ | 178M/246M [00:02<00:00, 79.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████▏ | 136M/167M [00:01<00:00, 79.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 12%|█▏ | 168M/1.39G [00:02<00:17, 71.3MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 136M/5.14G [00:02<01:16, 65.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████▏ | 136M/167M [00:01<00:00, 75.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████▏ | 136M/167M [00:01<00:00, 75.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 3%|▎ | 199M/6.94G [00:02<01:26, 78.2MB/s]\u001b[A\nDownloading model.fp16.safetensors: 77%|███████▋ | 189M/246M [00:02<00:00, 77.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:01<00:00, 77.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 147M/5.14G [00:02<01:12, 68.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 13%|█▎ | 178M/1.39G [00:02<00:17, 69.6MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:02<00:00, 77.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:01<00:00, 80.1MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 3%|▎ | 210M/6.94G [00:02<01:23, 80.3MB/s]\u001b[A\nDownloading model.fp16.safetensors: 81%|████████ | 199M/246M [00:02<00:00, 80.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 157M/5.14G [00:02<01:06, 75.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▍| 157M/167M [00:02<00:00, 72.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▍| 157M/167M [00:02<00:00, 81.0MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▍| 157M/167M [00:02<00:00, 82.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 14%|█▎ | 189M/1.39G [00:02<00:18, 66.7MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 3%|▎ | 220M/6.94G [00:02<01:22, 81.0MB/s]\u001b[A\nDownloading model.fp16.safetensors: 85%|████████▌ | 210M/246M [00:02<00:00, 81.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 168M/5.14G [00:02<01:06, 75.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 72.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 78.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 72.8MB/s]\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 73.1MB/s]\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 78.7MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 75.3MB/s]\nDownloading model.fp16.safetensors: 14%|█▍ | 199M/1.39G [00:02<00:17, 69.4MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 3%|▎ | 231M/6.94G [00:02<01:23, 80.3MB/s]\u001b[A\nDownloading model.fp16.safetensors: 89%|████████▉ | 220M/246M [00:02<00:00, 79.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 178M/5.14G [00:02<01:01, 80.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 4%|▎ | 252M/6.94G [00:02<01:06, 101MB/s] \u001b[A\nDownloading model.fp16.safetensors: 98%|█████████▊| 241M/246M [00:02<00:00, 100MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 16%|█▌ | 220M/1.39G [00:02<00:13, 85.6MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 4%|▍ | 199M/5.14G [00:02<00:49, 98.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 100%|██████████| 246M/246M [00:02<00:00, 85.0MB/s]\nDownloading model.safetensors: 4%|▍ | 273M/6.94G [00:03<00:56, 117MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 4%|▍ | 220M/5.14G [00:02<00:42, 116MB/s] \u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 17%|█▋ | 241M/1.39G [00:03<00:11, 99.7MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 4%|▍ | 294M/6.94G [00:03<00:50, 132MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 5%|▍ | 241M/5.14G [00:02<00:37, 130MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 19%|█▉ | 262M/1.39G [00:03<00:09, 115MB/s] \u001b[A\u001b[A\nDownloading model.safetensors: 5%|▍ | 315M/6.94G [00:03<00:46, 141MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 5%|▌ | 262M/5.14G [00:03<00:34, 143MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 20%|██ | 283M/1.39G [00:03<00:08, 128MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 5%|▍ | 336M/6.94G [00:03<00:44, 150MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▌ | 283M/5.14G [00:03<00:31, 153MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 22%|██▏ | 304M/1.39G [00:03<00:07, 140MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 5%|▌ | 357M/6.94G [00:03<00:41, 157MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▌ | 304M/5.14G [00:03<00:29, 161MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 23%|██▎ | 325M/1.39G [00:03<00:06, 152MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 5%|▌ | 377M/6.94G [00:03<00:39, 165MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▋ | 325M/5.14G [00:03<00:28, 167MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 25%|██▍ | 346M/1.39G [00:03<00:06, 161MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 6%|▌ | 398M/6.94G [00:03<00:39, 166MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 7%|▋ | 346M/5.14G [00:03<00:28, 170MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 26%|██▋ | 367M/1.39G [00:03<00:06, 165MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 6%|▌ | 419M/6.94G [00:03<00:38, 169MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 7%|▋ | 367M/5.14G [00:03<00:27, 172MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 28%|██▊ | 388M/1.39G [00:03<00:05, 170MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 6%|▋ | 440M/6.94G [00:03<00:37, 172MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 8%|▊ | 388M/5.14G [00:03<00:26, 177MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 29%|██▉ | 409M/1.39G [00:03<00:05, 174MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 7%|▋ | 461M/6.94G [00:04<00:36, 177MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 8%|▊ | 409M/5.14G [00:03<00:26, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 31%|███ | 430M/1.39G [00:04<00:05, 178MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 7%|▋ | 482M/6.94G [00:04<00:36, 174MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 8%|▊ | 430M/5.14G [00:03<00:26, 179MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 32%|███▏ | 451M/1.39G [00:04<00:05, 176MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 7%|▋ | 503M/6.94G [00:04<00:35, 179MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 9%|▉ | 451M/5.14G [00:04<00:25, 181MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 34%|███▍ | 472M/1.39G [00:04<00:05, 180MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 8%|▊ | 524M/6.94G [00:04<00:35, 182MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 9%|▉ | 472M/5.14G [00:04<00:25, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 35%|███▌ | 493M/1.39G [00:04<00:05, 178MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 8%|▊ | 545M/6.94G [00:04<00:34, 184MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 10%|▉ | 493M/5.14G [00:04<00:26, 177MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 37%|███▋ | 514M/1.39G [00:04<00:04, 178MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 8%|▊ | 566M/6.94G [00:04<00:34, 182MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 10%|█ | 514M/5.14G [00:04<00:26, 177MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 38%|███▊ | 535M/1.39G [00:04<00:04, 182MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 8%|▊ | 587M/6.94G [00:04<00:34, 183MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 10%|█ | 535M/5.14G [00:04<00:25, 177MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 40%|███▉ | 556M/1.39G [00:04<00:04, 180MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 9%|▉ | 608M/6.94G [00:04<00:34, 183MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 11%|█ | 556M/5.14G [00:04<00:25, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 42%|████▏ | 577M/1.39G [00:04<00:04, 179MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 9%|▉ | 629M/6.94G [00:05<00:34, 182MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 11%|█ | 577M/5.14G [00:04<00:25, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 43%|████▎ | 598M/1.39G [00:05<00:04, 179MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 9%|▉ | 650M/6.94G [00:05<00:34, 180MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 12%|█▏ | 598M/5.14G [00:04<00:25, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 45%|████▍ | 619M/1.39G [00:05<00:04, 183MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 10%|▉ | 671M/6.94G [00:05<00:34, 182MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 12%|█▏ | 619M/5.14G [00:05<00:24, 181MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 46%|████▌ | 640M/1.39G [00:05<00:04, 184MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 10%|▉ | 692M/6.94G [00:05<00:34, 180MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 12%|█▏ | 640M/5.14G [00:05<00:24, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 48%|████▊ | 661M/1.39G [00:05<00:03, 183MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 10%|█ | 713M/6.94G [00:05<00:34, 179MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 661M/5.14G [00:05<00:24, 182MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 49%|████▉ | 682M/1.39G [00:05<00:03, 184MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 11%|█ | 734M/6.94G [00:05<00:34, 182MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 682M/5.14G [00:05<00:24, 181MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 51%|█████ | 703M/1.39G [00:05<00:03, 183MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 11%|█ | 755M/6.94G [00:05<00:34, 177MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 14%|█▎ | 703M/5.14G [00:05<00:24, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 52%|█████▏ | 724M/1.39G [00:05<00:03, 180MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 11%|█ | 776M/6.94G [00:05<00:35, 173MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 14%|█▍ | 724M/5.14G [00:05<00:25, 176MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 54%|█████▎ | 744M/1.39G [00:05<00:03, 177MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 11%|█▏ | 797M/6.94G [00:05<00:34, 176MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 14%|█▍ | 744M/5.14G [00:05<00:24, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 55%|█████▌ | 765M/1.39G [00:05<00:03, 177MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 12%|█▏ | 818M/6.94G [00:06<00:34, 175MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 15%|█▍ | 765M/5.14G [00:05<00:24, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 57%|█████▋ | 786M/1.39G [00:06<00:03, 176MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 12%|█▏ | 839M/6.94G [00:06<00:34, 179MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 15%|█▌ | 786M/5.14G [00:05<00:24, 179MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 58%|█████▊ | 807M/1.39G [00:06<00:03, 170MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 12%|█▏ | 860M/6.94G [00:06<00:34, 175MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 16%|█▌ | 807M/5.14G [00:06<00:25, 170MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 60%|█████▉ | 828M/1.39G [00:06<00:03, 171MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 13%|█▎ | 881M/6.94G [00:06<00:34, 177MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 16%|█▌ | 828M/5.14G [00:06<00:25, 170MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 61%|██████ | 849M/1.39G [00:06<00:03, 174MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 13%|█▎ | 902M/6.94G [00:06<00:33, 178MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 17%|█▋ | 849M/5.14G [00:06<00:24, 175MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 63%|██████▎ | 870M/1.39G [00:06<00:02, 175MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 13%|█▎ | 923M/6.94G [00:06<00:33, 178MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 17%|█▋ | 870M/5.14G [00:06<00:24, 176MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 64%|██████▍ | 891M/1.39G [00:06<00:02, 179MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 14%|█▎ | 944M/6.94G [00:06<00:33, 179MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 17%|█▋ | 891M/5.14G [00:06<00:23, 178MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 66%|██████▌ | 912M/1.39G [00:06<00:02, 180MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 14%|█▍ | 965M/6.94G [00:06<00:33, 179MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 18%|█▊ | 912M/5.14G [00:06<00:23, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 67%|██████▋ | 933M/1.39G [00:06<00:02, 183MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 14%|█▍ | 986M/6.94G [00:07<00:33, 178MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 18%|█▊ | 933M/5.14G [00:06<00:23, 183MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 69%|██████▊ | 954M/1.39G [00:07<00:02, 184MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 15%|█▍ | 1.01G/6.94G [00:07<00:33, 175MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▊ | 954M/5.14G [00:06<00:22, 183MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 70%|███████ | 975M/1.39G [00:07<00:02, 184MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 15%|█▍ | 1.03G/6.94G [00:07<00:34, 173MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 975M/5.14G [00:07<00:23, 179MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 72%|███████▏ | 996M/1.39G [00:07<00:02, 178MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 15%|█▌ | 1.05G/6.94G [00:07<00:33, 175MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 996M/5.14G [00:07<00:23, 175MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 73%|███████▎ | 1.02G/1.39G [00:07<00:02, 175MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 15%|█▌ | 1.07G/6.94G [00:07<00:33, 174MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 20%|█▉ | 1.02G/5.14G [00:07<00:23, 176MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 75%|███████▍ | 1.04G/1.39G [00:07<00:01, 177MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 16%|█▌ | 1.09G/6.94G [00:07<00:33, 174MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 20%|██ | 1.04G/5.14G [00:07<00:23, 176MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 76%|███████▌ | 1.06G/1.39G [00:07<00:01, 178MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 16%|█▌ | 1.11G/6.94G [00:07<00:32, 178MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 21%|██ | 1.06G/5.14G [00:07<00:22, 179MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 78%|███████▊ | 1.08G/1.39G [00:07<00:01, 180MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 16%|█▋ | 1.13G/6.94G [00:07<00:32, 181MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 21%|██ | 1.08G/5.14G [00:07<00:22, 181MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 79%|███████▉ | 1.10G/1.39G [00:07<00:01, 182MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 17%|█▋ | 1.15G/6.94G [00:07<00:31, 181MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 21%|██▏ | 1.10G/5.14G [00:07<00:22, 182MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 81%|████████ | 1.12G/1.39G [00:07<00:01, 183MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 17%|█▋ | 1.17G/6.94G [00:08<00:31, 183MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 22%|██▏ | 1.12G/5.14G [00:07<00:21, 183MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 82%|████████▏ | 1.14G/1.39G [00:08<00:01, 184MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 17%|█▋ | 1.20G/6.94G [00:08<00:31, 184MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 22%|██▏ | 1.14G/5.14G [00:07<00:21, 184MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 84%|████████▍ | 1.16G/1.39G [00:08<00:01, 185MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 18%|█▊ | 1.22G/6.94G [00:08<00:32, 177MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 23%|██▎ | 1.16G/5.14G [00:08<00:22, 178MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 85%|████████▌ | 1.18G/1.39G [00:08<00:01, 178MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 18%|█▊ | 1.24G/6.94G [00:08<00:31, 183MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 23%|██▎ | 1.18G/5.14G [00:08<00:21, 183MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 87%|████████▋ | 1.21G/1.39G [00:08<00:01, 183MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 18%|█▊ | 1.26G/6.94G [00:08<00:30, 185MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 23%|██▎ | 1.21G/5.14G [00:08<00:21, 186MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 88%|████████▊ | 1.23G/1.39G [00:08<00:00, 185MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 18%|█▊ | 1.28G/6.94G [00:08<00:30, 186MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 24%|██▍ | 1.23G/5.14G [00:08<00:21, 186MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 90%|████████▉ | 1.25G/1.39G [00:08<00:00, 186MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 19%|█▊ | 1.30G/6.94G [00:08<00:30, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 24%|██▍ | 1.25G/5.14G [00:08<00:20, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 91%|█████████▏| 1.27G/1.39G [00:08<00:00, 188MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 19%|█▉ | 1.32G/6.94G [00:08<00:29, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▍ | 1.27G/5.14G [00:08<00:20, 188MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 93%|█████████▎| 1.29G/1.39G [00:08<00:00, 189MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 19%|█▉ | 1.34G/6.94G [00:08<00:29, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 25%|██▌ | 1.29G/5.14G [00:08<00:20, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 94%|█████████▍| 1.31G/1.39G [00:08<00:00, 188MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 20%|█▉ | 1.36G/6.94G [00:09<00:29, 186MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 26%|██▌ | 1.31G/5.14G [00:08<00:20, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 96%|█████████▌| 1.33G/1.39G [00:09<00:00, 187MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 20%|█▉ | 1.38G/6.94G [00:09<00:29, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 26%|██▌ | 1.33G/5.14G [00:08<00:20, 188MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 97%|█████████▋| 1.35G/1.39G [00:09<00:00, 188MB/s]\u001b[A\u001b[A\nDownloading model.safetensors: 20%|██ | 1.41G/6.94G [00:09<00:30, 183MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 26%|██▋ | 1.35G/5.14G [00:09<00:20, 185MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 99%|█████████▉| 1.37G/1.39G [00:09<00:00, 184MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 100%|██████████| 1.39G/1.39G [00:09<00:00, 148MB/s]\nDownloading model.safetensors: 21%|██ | 1.43G/6.94G [00:09<00:30, 184MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 27%|██▋ | 1.37G/5.14G [00:09<00:20, 184MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 21%|██ | 1.45G/6.94G [00:09<00:29, 187MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 27%|██▋ | 1.39G/5.14G [00:09<00:19, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 21%|██ | 1.47G/6.94G [00:09<00:28, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 28%|██▊ | 1.42G/5.14G [00:09<00:19, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 21%|██▏ | 1.49G/6.94G [00:09<00:28, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 28%|██▊ | 1.44G/5.14G [00:09<00:19, 193MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 22%|██▏ | 1.51G/6.94G [00:09<00:27, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 28%|██▊ | 1.46G/5.14G [00:09<00:18, 195MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 22%|██▏ | 1.53G/6.94G [00:09<00:27, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 29%|██▉ | 1.48G/5.14G [00:09<00:18, 196MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 22%|██▏ | 1.55G/6.94G [00:10<00:27, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 29%|██▉ | 1.50G/5.14G [00:09<00:18, 196MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 23%|██▎ | 1.57G/6.94G [00:10<00:27, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 30%|██▉ | 1.52G/5.14G [00:09<00:18, 198MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 23%|██▎ | 1.59G/6.94G [00:10<00:27, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 30%|███ | 1.54G/5.14G [00:10<00:18, 197MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 23%|██▎ | 1.61G/6.94G [00:10<00:27, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 30%|███ | 1.56G/5.14G [00:10<00:18, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 24%|██▎ | 1.64G/6.94G [00:10<00:27, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███ | 1.58G/5.14G [00:10<00:19, 182MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 24%|██▍ | 1.66G/6.94G [00:10<00:27, 194MB/s]\u001b[A\nDownloading model.safetensors: 24%|██▍ | 1.68G/6.94G [00:10<00:27, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███ | 1.60G/5.14G [00:10<00:27, 128MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 24%|██▍ | 1.70G/6.94G [00:10<00:26, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 32%|███▏ | 1.63G/5.14G [00:10<00:24, 143MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 25%|██▍ | 1.72G/6.94G [00:10<00:26, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 32%|███▏ | 1.65G/5.14G [00:10<00:22, 156MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 25%|██▌ | 1.74G/6.94G [00:11<00:26, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 32%|███▏ | 1.67G/5.14G [00:10<00:20, 166MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 25%|██▌ | 1.76G/6.94G [00:11<00:26, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 33%|███▎ | 1.69G/5.14G [00:11<00:19, 175MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 26%|██▌ | 1.78G/6.94G [00:11<00:26, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 33%|███▎ | 1.71G/5.14G [00:11<00:18, 182MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 26%|██▌ | 1.80G/6.94G [00:11<00:25, 198MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 34%|███▎ | 1.73G/5.14G [00:11<00:18, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 26%|██▋ | 1.82G/6.94G [00:11<00:25, 199MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 34%|███▍ | 1.75G/5.14G [00:11<00:17, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 27%|██▋ | 1.85G/6.94G [00:11<00:25, 199MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 35%|███▍ | 1.77G/5.14G [00:11<00:17, 193MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 27%|██▋ | 1.87G/6.94G [00:11<00:25, 198MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 35%|███▍ | 1.79G/5.14G [00:11<00:17, 192MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 27%|██▋ | 1.89G/6.94G [00:11<00:26, 192MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 35%|███▌ | 1.81G/5.14G [00:11<00:17, 195MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 28%|██▊ | 1.91G/6.94G [00:11<00:26, 192MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 36%|███▌ | 1.84G/5.14G [00:11<00:17, 193MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 28%|██▊ | 1.93G/6.94G [00:12<00:26, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 36%|███▌ | 1.86G/5.14G [00:11<00:17, 193MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 28%|██▊ | 1.95G/6.94G [00:12<00:26, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 37%|███▋ | 1.88G/5.14G [00:11<00:16, 192MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 28%|██▊ | 1.97G/6.94G [00:12<00:26, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 37%|███▋ | 1.90G/5.14G [00:12<00:16, 192MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 29%|██▊ | 1.99G/6.94G [00:12<00:26, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 37%|███▋ | 1.92G/5.14G [00:12<00:17, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 29%|██▉ | 2.01G/6.94G [00:12<00:26, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 1.94G/5.14G [00:12<00:16, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 29%|██▉ | 2.03G/6.94G [00:12<00:26, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 1.96G/5.14G [00:12<00:16, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 30%|██▉ | 2.06G/6.94G [00:12<00:25, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 39%|███▊ | 1.98G/5.14G [00:12<00:16, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 30%|██▉ | 2.08G/6.94G [00:12<00:25, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 39%|███▉ | 2.00G/5.14G [00:12<00:16, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 30%|███ | 2.10G/6.94G [00:12<00:25, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 39%|███▉ | 2.02G/5.14G [00:12<00:16, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 31%|███ | 2.12G/6.94G [00:13<00:25, 190MB/s]\u001b[A\nDownloading model.safetensors: 31%|███ | 2.14G/6.94G [00:13<00:24, 192MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 40%|███▉ | 2.04G/5.14G [00:12<00:20, 154MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 31%|███ | 2.16G/6.94G [00:13<00:24, 194MB/s]\u001b[A\nDownloading model.safetensors: 31%|███▏ | 2.18G/6.94G [00:13<00:24, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 40%|████ | 2.07G/5.14G [00:13<00:24, 127MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 32%|███▏ | 2.20G/6.94G [00:13<00:24, 194MB/s]\u001b[A\nDownloading model.safetensors: 32%|███▏ | 2.22G/6.94G [00:13<00:24, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 41%|████ | 2.09G/5.14G [00:13<00:24, 127MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 32%|███▏ | 2.24G/6.94G [00:13<00:24, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 41%|████ | 2.11G/5.14G [00:13<00:22, 137MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 33%|███▎ | 2.26G/6.94G [00:13<00:24, 192MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 41%|████▏ | 2.13G/5.14G [00:13<00:19, 152MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 33%|███▎ | 2.29G/6.94G [00:13<00:23, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 42%|████▏ | 2.15G/5.14G [00:13<00:18, 163MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 33%|███▎ | 2.31G/6.94G [00:13<00:23, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 42%|████▏ | 2.17G/5.14G [00:13<00:17, 172MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 34%|███▎ | 2.33G/6.94G [00:14<00:23, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 43%|████▎ | 2.19G/5.14G [00:13<00:16, 177MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 34%|███▍ | 2.35G/6.94G [00:14<00:23, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 43%|████▎ | 2.21G/5.14G [00:14<00:15, 183MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 34%|███▍ | 2.37G/6.94G [00:14<00:23, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 43%|████▎ | 2.23G/5.14G [00:14<00:15, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 34%|███▍ | 2.39G/6.94G [00:14<00:23, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 44%|████▍ | 2.25G/5.14G [00:14<00:15, 188MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 35%|███▍ | 2.41G/6.94G [00:14<00:23, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 44%|████▍ | 2.28G/5.14G [00:14<00:14, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 35%|███▌ | 2.43G/6.94G [00:14<00:23, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 45%|████▍ | 2.30G/5.14G [00:14<00:14, 193MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 35%|███▌ | 2.45G/6.94G [00:14<00:23, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 45%|████▌ | 2.32G/5.14G [00:14<00:14, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 36%|███▌ | 2.47G/6.94G [00:14<00:23, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 46%|████▌ | 2.34G/5.14G [00:14<00:14, 192MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 36%|███▌ | 2.50G/6.94G [00:14<00:23, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 46%|████▌ | 2.36G/5.14G [00:14<00:14, 192MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 36%|███▋ | 2.52G/6.94G [00:15<00:23, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 46%|████▋ | 2.38G/5.14G [00:14<00:14, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 37%|███▋ | 2.54G/6.94G [00:15<00:23, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 47%|████▋ | 2.40G/5.14G [00:14<00:14, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 37%|███▋ | 2.56G/6.94G [00:15<00:23, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 47%|████▋ | 2.42G/5.14G [00:15<00:14, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 37%|███▋ | 2.58G/6.94G [00:15<00:22, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 48%|████▊ | 2.44G/5.14G [00:15<00:14, 192MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 37%|███▋ | 2.60G/6.94G [00:15<00:23, 187MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 48%|████▊ | 2.46G/5.14G [00:15<00:14, 188MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 38%|███▊ | 2.62G/6.94G [00:15<00:22, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 48%|████▊ | 2.49G/5.14G [00:15<00:14, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 38%|███▊ | 2.64G/6.94G [00:15<00:22, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 49%|████▉ | 2.51G/5.14G [00:15<00:13, 188MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 38%|███▊ | 2.66G/6.94G [00:15<00:22, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 49%|████▉ | 2.53G/5.14G [00:15<00:13, 188MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 39%|███▊ | 2.68G/6.94G [00:15<00:22, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|████▉ | 2.55G/5.14G [00:15<00:13, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 39%|███▉ | 2.71G/6.94G [00:16<00:22, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|█████ | 2.57G/5.14G [00:15<00:13, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 39%|███▉ | 2.73G/6.94G [00:16<00:22, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 50%|█████ | 2.59G/5.14G [00:15<00:13, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 40%|███▉ | 2.75G/6.94G [00:16<00:22, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 51%|█████ | 2.61G/5.14G [00:16<00:13, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 40%|███▉ | 2.77G/6.94G [00:16<00:22, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 51%|█████▏ | 2.63G/5.14G [00:16<00:13, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 40%|████ | 2.79G/6.94G [00:16<00:22, 182MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 52%|█████▏ | 2.65G/5.14G [00:16<00:13, 184MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 41%|████ | 2.81G/6.94G [00:16<00:22, 181MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 52%|█████▏ | 2.67G/5.14G [00:16<00:13, 182MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 41%|████ | 2.83G/6.94G [00:16<00:22, 180MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 52%|█████▏ | 2.69G/5.14G [00:16<00:13, 184MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 41%|████ | 2.85G/6.94G [00:16<00:22, 182MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 53%|█████▎ | 2.72G/5.14G [00:16<00:13, 186MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 41%|████▏ | 2.87G/6.94G [00:16<00:21, 186MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 53%|█████▎ | 2.74G/5.14G [00:16<00:12, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 42%|████▏ | 2.89G/6.94G [00:17<00:21, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 54%|█████▎ | 2.76G/5.14G [00:16<00:12, 188MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 42%|████▏ | 2.92G/6.94G [00:17<00:21, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 54%|█████▍ | 2.78G/5.14G [00:16<00:12, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 42%|████▏ | 2.94G/6.94G [00:17<00:21, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 55%|█████▍ | 2.80G/5.14G [00:17<00:12, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 43%|████▎ | 2.96G/6.94G [00:17<00:20, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 55%|█████▍ | 2.82G/5.14G [00:17<00:12, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 43%|████▎ | 2.98G/6.94G [00:17<00:20, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 55%|█████▌ | 2.84G/5.14G [00:17<00:12, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 43%|████▎ | 3.00G/6.94G [00:17<00:20, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▌ | 2.86G/5.14G [00:17<00:11, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 44%|████▎ | 3.02G/6.94G [00:17<00:20, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▌ | 2.88G/5.14G [00:17<00:11, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 44%|████▍ | 3.04G/6.94G [00:17<00:20, 190MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 57%|█████▋ | 2.90G/5.14G [00:17<00:11, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 44%|████▍ | 3.06G/6.94G [00:17<00:20, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 57%|█████▋ | 2.93G/5.14G [00:17<00:11, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 44%|████▍ | 3.08G/6.94G [00:18<00:20, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 57%|█████▋ | 2.95G/5.14G [00:17<00:11, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 45%|████▍ | 3.10G/6.94G [00:18<00:20, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 58%|█████▊ | 2.97G/5.14G [00:17<00:11, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 45%|████▌ | 3.12G/6.94G [00:18<00:20, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 58%|█████▊ | 2.99G/5.14G [00:18<00:11, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 45%|████▌ | 3.15G/6.94G [00:18<00:19, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 59%|█████▊ | 3.01G/5.14G [00:18<00:11, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 46%|████▌ | 3.17G/6.94G [00:18<00:19, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 59%|█████▉ | 3.03G/5.14G [00:18<00:11, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 46%|████▌ | 3.19G/6.94G [00:18<00:19, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 59%|█████▉ | 3.05G/5.14G [00:18<00:10, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 46%|████▌ | 3.21G/6.94G [00:18<00:19, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 60%|█████▉ | 3.07G/5.14G [00:18<00:10, 193MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 47%|████▋ | 3.23G/6.94G [00:18<00:19, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 60%|██████ | 3.09G/5.14G [00:18<00:10, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 47%|████▋ | 3.25G/6.94G [00:18<00:18, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 61%|██████ | 3.11G/5.14G [00:18<00:10, 195MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 47%|████▋ | 3.27G/6.94G [00:19<00:18, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 61%|██████ | 3.14G/5.14G [00:18<00:10, 195MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 47%|████▋ | 3.29G/6.94G [00:19<00:18, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 61%|██████▏ | 3.16G/5.14G [00:18<00:10, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 48%|████▊ | 3.31G/6.94G [00:19<00:18, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 62%|██████▏ | 3.18G/5.14G [00:19<00:10, 193MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 48%|████▊ | 3.33G/6.94G [00:19<00:18, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 62%|██████▏ | 3.20G/5.14G [00:19<00:09, 195MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 48%|████▊ | 3.36G/6.94G [00:19<00:18, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 3.22G/5.14G [00:19<00:09, 196MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 49%|████▊ | 3.38G/6.94G [00:19<00:18, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 3.24G/5.14G [00:19<00:09, 197MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 49%|████▉ | 3.40G/6.94G [00:19<00:18, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 64%|██████▎ | 3.26G/5.14G [00:19<00:09, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 49%|████▉ | 3.42G/6.94G [00:19<00:18, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 64%|██████▍ | 3.28G/5.14G [00:19<00:09, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 50%|████▉ | 3.44G/6.94G [00:19<00:17, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 64%|██████▍ | 3.30G/5.14G [00:19<00:09, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 50%|████▉ | 3.46G/6.94G [00:20<00:17, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 65%|██████▍ | 3.32G/5.14G [00:19<00:09, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 50%|█████ | 3.48G/6.94G [00:20<00:18, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 65%|██████▌ | 3.34G/5.14G [00:19<00:09, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 50%|█████ | 3.50G/6.94G [00:20<00:18, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 66%|██████▌ | 3.37G/5.14G [00:20<00:09, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 51%|█████ | 3.52G/6.94G [00:20<00:18, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 66%|██████▌ | 3.39G/5.14G [00:20<00:09, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 51%|█████ | 3.54G/6.94G [00:20<00:18, 186MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 66%|██████▋ | 3.41G/5.14G [00:20<00:09, 186MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 51%|█████▏ | 3.57G/6.94G [00:20<00:18, 186MB/s]\u001b[A\nDownloading model.safetensors: 52%|█████▏ | 3.59G/6.94G [00:20<00:17, 190MB/s]\u001b[A\nDownloading model.safetensors: 52%|█████▏ | 3.61G/6.94G [00:20<00:17, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 67%|██████▋ | 3.43G/5.14G [00:20<00:14, 119MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 52%|█████▏ | 3.63G/6.94G [00:20<00:17, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 67%|██████▋ | 3.45G/5.14G [00:20<00:12, 135MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 53%|█████▎ | 3.65G/6.94G [00:21<00:16, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 68%|██████▊ | 3.47G/5.14G [00:20<00:11, 148MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 53%|█████▎ | 3.67G/6.94G [00:21<00:16, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 68%|██████▊ | 3.49G/5.14G [00:20<00:10, 159MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 53%|█████▎ | 3.69G/6.94G [00:21<00:16, 192MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 68%|██████▊ | 3.51G/5.14G [00:21<00:09, 167MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 54%|█████▎ | 3.71G/6.94G [00:21<00:16, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 3.53G/5.14G [00:21<00:09, 173MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 54%|█████▍ | 3.73G/6.94G [00:21<00:17, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 3.55G/5.14G [00:21<00:08, 178MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 54%|█████▍ | 3.75G/6.94G [00:21<00:16, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 70%|██████▉ | 3.58G/5.14G [00:21<00:08, 180MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 54%|█████▍ | 3.77G/6.94G [00:21<00:17, 184MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 70%|███████ | 3.60G/5.14G [00:21<00:08, 182MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 55%|█████▍ | 3.80G/6.94G [00:21<00:16, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 70%|███████ | 3.62G/5.14G [00:21<00:08, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 55%|█████▌ | 3.82G/6.94G [00:21<00:16, 192MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 71%|███████ | 3.64G/5.14G [00:21<00:07, 190MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 55%|█████▌ | 3.84G/6.94G [00:22<00:16, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 71%|███████▏ | 3.66G/5.14G [00:21<00:07, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 56%|█████▌ | 3.86G/6.94G [00:22<00:16, 191MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 72%|███████▏ | 3.68G/5.14G [00:21<00:07, 192MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 56%|█████▌ | 3.88G/6.94G [00:22<00:15, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 72%|███████▏ | 3.70G/5.14G [00:22<00:07, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 56%|█████▌ | 3.90G/6.94G [00:22<00:15, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 72%|███████▏ | 3.72G/5.14G [00:22<00:07, 195MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 57%|█████▋ | 3.92G/6.94G [00:22<00:15, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 73%|███████▎ | 3.74G/5.14G [00:22<00:07, 195MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 57%|█████▋ | 3.94G/6.94G [00:22<00:15, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 73%|███████▎ | 3.76G/5.14G [00:22<00:07, 196MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 57%|█████▋ | 3.96G/6.94G [00:22<00:15, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 74%|███████▎ | 3.79G/5.14G [00:22<00:06, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 57%|█████▋ | 3.98G/6.94G [00:22<00:15, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 74%|███████▍ | 3.81G/5.14G [00:22<00:06, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 58%|█████▊ | 4.01G/6.94G [00:22<00:15, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▍ | 3.83G/5.14G [00:22<00:06, 196MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 58%|█████▊ | 4.03G/6.94G [00:22<00:14, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▍ | 3.85G/5.14G [00:22<00:06, 197MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 58%|█████▊ | 4.05G/6.94G [00:23<00:14, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▌ | 3.87G/5.14G [00:22<00:06, 197MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 59%|█████▊ | 4.07G/6.94G [00:23<00:14, 198MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 76%|███████▌ | 3.89G/5.14G [00:22<00:06, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 59%|█████▉ | 4.09G/6.94G [00:23<00:14, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 76%|███████▌ | 3.91G/5.14G [00:23<00:06, 193MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 59%|█████▉ | 4.11G/6.94G [00:23<00:14, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 77%|███████▋ | 3.93G/5.14G [00:23<00:06, 195MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 60%|█████▉ | 4.13G/6.94G [00:23<00:14, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 77%|███████▋ | 3.95G/5.14G [00:23<00:06, 196MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 60%|█████▉ | 4.15G/6.94G [00:23<00:14, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 77%|███████▋ | 3.97G/5.14G [00:23<00:06, 191MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 60%|██████ | 4.17G/6.94G [00:23<00:14, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 78%|███████▊ | 4.00G/5.14G [00:23<00:06, 178MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 60%|██████ | 4.19G/6.94G [00:23<00:15, 177MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 78%|███████▊ | 4.02G/5.14G [00:23<00:06, 161MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 61%|██████ | 4.22G/6.94G [00:23<00:14, 185MB/s]\u001b[A\nDownloading model.safetensors: 61%|██████ | 4.24G/6.94G [00:24<00:14, 187MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▊ | 4.04G/5.14G [00:23<00:08, 129MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 61%|██████▏ | 4.26G/6.94G [00:24<00:14, 189MB/s]\u001b[A\nDownloading model.safetensors: 62%|██████▏ | 4.28G/6.94G [00:24<00:13, 191MB/s]\u001b[A\nDownloading model.safetensors: 62%|██████▏ | 4.30G/6.94G [00:24<00:13, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▉ | 4.06G/5.14G [00:24<00:09, 114MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 62%|██████▏ | 4.32G/6.94G [00:24<00:13, 195MB/s]\u001b[A\nDownloading model.safetensors: 63%|██████▎ | 4.34G/6.94G [00:24<00:13, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▉ | 4.08G/5.14G [00:24<00:09, 107MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 63%|██████▎ | 4.36G/6.94G [00:24<00:13, 192MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 80%|███████▉ | 4.10G/5.14G [00:24<00:08, 118MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 63%|██████▎ | 4.38G/6.94G [00:24<00:13, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 80%|████████ | 4.12G/5.14G [00:24<00:07, 135MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 63%|██████▎ | 4.40G/6.94G [00:24<00:13, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████ | 4.14G/5.14G [00:24<00:07, 138MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 64%|██████▍ | 4.42G/6.94G [00:25<00:12, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████ | 4.16G/5.14G [00:24<00:06, 145MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 64%|██████▍ | 4.45G/6.94G [00:25<00:12, 196MB/s]\u001b[A\nDownloading model.safetensors: 64%|██████▍ | 4.47G/6.94G [00:25<00:12, 195MB/s]\u001b[A\nDownloading model.safetensors: 65%|██████▍ | 4.49G/6.94G [00:25<00:12, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████▏ | 4.18G/5.14G [00:25<00:07, 120MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 65%|██████▍ | 4.51G/6.94G [00:25<00:12, 197MB/s]\u001b[A\nDownloading model.safetensors: 65%|██████▌ | 4.53G/6.94G [00:25<00:23, 104MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 82%|████████▏ | 4.20G/5.14G [00:25<00:12, 73.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 66%|██████▌ | 4.55G/6.94G [00:26<00:19, 120MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 82%|████████▏ | 4.23G/5.14G [00:25<00:10, 84.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 66%|██████▌ | 4.57G/6.94G [00:26<00:17, 135MB/s]\u001b[A\nDownloading model.safetensors: 66%|██████▌ | 4.59G/6.94G [00:26<00:15, 148MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 83%|████████▎ | 4.25G/5.14G [00:26<00:09, 95.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 66%|██████▋ | 4.61G/6.94G [00:26<00:14, 159MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 83%|████████▎ | 4.27G/5.14G [00:26<00:08, 101MB/s] \u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 67%|██████▋ | 4.63G/6.94G [00:26<00:13, 168MB/s]\u001b[A\nDownloading model.safetensors: 67%|██████▋ | 4.66G/6.94G [00:26<00:12, 177MB/s]\u001b[A\nDownloading model.safetensors: 67%|██████▋ | 4.68G/6.94G [00:26<00:12, 183MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 84%|████████▎ | 4.29G/5.14G [00:26<00:08, 95.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 68%|██████▊ | 4.70G/6.94G [00:26<00:12, 185MB/s]\u001b[A\nDownloading model.safetensors: 68%|██████▊ | 4.72G/6.94G [00:26<00:11, 188MB/s]\u001b[A\nDownloading model.safetensors: 68%|██████▊ | 4.74G/6.94G [00:27<00:11, 191MB/s]\u001b[A\nDownloading model.safetensors: 69%|██████▊ | 4.76G/6.94G [00:27<00:11, 194MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 84%|████████▍ | 4.31G/5.14G [00:26<00:11, 72.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 69%|██████▉ | 4.78G/6.94G [00:27<00:11, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 84%|████████▍ | 4.32G/5.14G [00:27<00:11, 71.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 69%|██████▉ | 4.80G/6.94G [00:27<00:10, 197MB/s]\u001b[A\nDownloading model.safetensors: 70%|██████▉ | 4.82G/6.94G [00:27<00:10, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 85%|████████▍ | 4.34G/5.14G [00:27<00:09, 83.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 70%|██████▉ | 4.84G/6.94G [00:27<00:10, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 85%|████████▍ | 4.36G/5.14G [00:27<00:07, 99.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 70%|███████ | 4.87G/6.94G [00:27<00:10, 200MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 85%|████████▌ | 4.38G/5.14G [00:27<00:06, 116MB/s] \u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 70%|███████ | 4.89G/6.94G [00:27<00:10, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 86%|████████▌ | 4.40G/5.14G [00:27<00:05, 128MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 71%|███████ | 4.91G/6.94G [00:27<00:10, 188MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 86%|████████▌ | 4.42G/5.14G [00:27<00:04, 143MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 71%|███████ | 4.93G/6.94G [00:27<00:10, 189MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 87%|████████▋ | 4.45G/5.14G [00:27<00:04, 155MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 71%|███████▏ | 4.95G/6.94G [00:28<00:10, 193MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 87%|████████▋ | 4.47G/5.14G [00:27<00:03, 167MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 72%|███████▏ | 4.97G/6.94G [00:28<00:10, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 87%|████████▋ | 4.49G/5.14G [00:28<00:03, 176MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 72%|███████▏ | 4.99G/6.94G [00:28<00:09, 199MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 4.51G/5.14G [00:28<00:03, 183MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 72%|███████▏ | 5.01G/6.94G [00:28<00:09, 198MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 4.53G/5.14G [00:28<00:03, 189MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 73%|███████▎ | 5.03G/6.94G [00:28<00:09, 201MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 89%|████████▊ | 4.55G/5.14G [00:28<00:03, 193MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 73%|███████▎ | 5.05G/6.94G [00:28<00:09, 202MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 89%|████████▉ | 4.57G/5.14G [00:28<00:02, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 73%|███████▎ | 5.08G/6.94G [00:28<00:09, 201MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 89%|████████▉ | 4.59G/5.14G [00:28<00:02, 187MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 73%|███████▎ | 5.10G/6.94G [00:28<00:09, 193MB/s]\u001b[A\nDownloading model.safetensors: 74%|███████▍ | 5.12G/6.94G [00:28<00:09, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 90%|█████████ | 4.62G/5.14G [00:28<00:02, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 74%|███████▍ | 5.14G/6.94G [00:29<00:09, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 90%|█████████ | 4.65G/5.14G [00:28<00:02, 196MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 74%|███████▍ | 5.16G/6.94G [00:29<00:09, 197MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 91%|█████████ | 4.67G/5.14G [00:28<00:02, 197MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 75%|███████▍ | 5.18G/6.94G [00:29<00:09, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 91%|█████████▏| 4.69G/5.14G [00:29<00:02, 196MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 75%|███████▍ | 5.20G/6.94G [00:29<00:08, 195MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 92%|█████████▏| 4.71G/5.14G [00:29<00:02, 198MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 75%|███████▌ | 5.22G/6.94G [00:29<00:08, 196MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 92%|█████████▏| 4.73G/5.14G [00:29<00:02, 199MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 76%|███████▌ | 5.24G/6.94G [00:29<00:08, 198MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 93%|█████████▎| 4.75G/5.14G [00:29<00:01, 201MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 76%|███████▌ | 5.26G/6.94G [00:29<00:08, 200MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 93%|█████████▎| 4.77G/5.14G [00:29<00:01, 202MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 76%|███████▌ | 5.28G/6.94G [00:29<00:08, 201MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 93%|█████████▎| 4.79G/5.14G [00:29<00:01, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 76%|███████▋ | 5.31G/6.94G [00:29<00:08, 200MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▎| 4.81G/5.14G [00:29<00:01, 197MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 77%|███████▋ | 5.33G/6.94G [00:29<00:08, 199MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▍| 4.83G/5.14G [00:29<00:01, 198MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 77%|███████▋ | 5.35G/6.94G [00:30<00:07, 199MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 95%|█████████▍| 4.85G/5.14G [00:29<00:01, 198MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 77%|███████▋ | 5.37G/6.94G [00:30<00:07, 200MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 95%|█████████▍| 4.88G/5.14G [00:29<00:01, 199MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 78%|███████▊ | 5.39G/6.94G [00:30<00:07, 200MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 95%|█████████▌| 4.90G/5.14G [00:30<00:01, 150MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 78%|███████▊ | 5.42G/6.94G [00:30<00:07, 202MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 96%|█████████▌| 4.92G/5.14G [00:30<00:01, 163MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 78%|███████▊ | 5.44G/6.94G [00:30<00:07, 202MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 96%|█████████▌| 4.94G/5.14G [00:30<00:01, 174MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 79%|███████▊ | 5.46G/6.94G [00:30<00:07, 203MB/s]\u001b[A\nDownloading model.safetensors: 79%|███████▉ | 5.48G/6.94G [00:30<00:07, 202MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 97%|█████████▋| 4.96G/5.14G [00:30<00:01, 174MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 79%|███████▉ | 5.51G/6.94G [00:30<00:07, 201MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 97%|█████████▋| 4.98G/5.14G [00:30<00:00, 181MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 97%|█████████▋| 5.00G/5.14G [00:30<00:00, 188MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 98%|█████████▊| 5.03G/5.14G [00:30<00:00, 195MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 80%|███████▉ | 5.53G/6.94G [00:31<00:11, 124MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 98%|█████████▊| 5.05G/5.14G [00:30<00:00, 197MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 80%|███████▉ | 5.55G/6.94G [00:31<00:10, 131MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 99%|█████████▉| 5.08G/5.14G [00:31<00:00, 196MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 80%|████████ | 5.57G/6.94G [00:31<00:09, 144MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 99%|█████████▉| 5.10G/5.14G [00:31<00:00, 194MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 81%|████████ | 5.59G/6.94G [00:31<00:08, 158MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|█████████▉| 5.12G/5.14G [00:31<00:00, 197MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.safetensors: 81%|████████ | 5.61G/6.94G [00:31<00:07, 170MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 5.14G/5.14G [00:31<00:00, 164MB/s]\nDownloading model.safetensors: 81%|████████ | 5.63G/6.94G [00:31<00:07, 179MB/s]\u001b[A\nDownloading model.safetensors: 81%|████████▏ | 5.65G/6.94G [00:31<00:06, 184MB/s]\u001b[A\nDownloading model.safetensors: 82%|████████▏ | 5.67G/6.94G [00:31<00:06, 190MB/s]\u001b[A\nDownloading model.safetensors: 82%|████████▏ | 5.69G/6.94G [00:32<00:06, 195MB/s]\u001b[A\nDownloading model.safetensors: 83%|████████▎ | 5.73G/6.94G [00:32<00:06, 200MB/s]\u001b[A\nDownloading model.safetensors: 83%|████████▎ | 5.76G/6.94G [00:32<00:05, 204MB/s]\u001b[A\nDownloading model.safetensors: 83%|████████▎ | 5.78G/6.94G [00:32<00:05, 204MB/s]\u001b[A\nDownloading model.safetensors: 84%|████████▎ | 5.80G/6.94G [00:32<00:05, 204MB/s]\u001b[A\nDownloading model.safetensors: 84%|████████▍ | 5.83G/6.94G [00:32<00:05, 206MB/s]\u001b[A\nDownloading model.safetensors: 84%|████████▍ | 5.85G/6.94G [00:32<00:05, 206MB/s]\u001b[A\nDownloading model.safetensors: 85%|████████▍ | 5.87G/6.94G [00:32<00:05, 203MB/s]\u001b[A\nDownloading model.safetensors: 85%|████████▍ | 5.89G/6.94G [00:33<00:05, 204MB/s]\u001b[A\nDownloading model.safetensors: 85%|████████▌ | 5.91G/6.94G [00:33<00:04, 205MB/s]\u001b[A\nDownloading model.safetensors: 86%|████████▌ | 5.95G/6.94G [00:33<00:04, 209MB/s]\u001b[A\nDownloading model.safetensors: 86%|████████▌ | 5.97G/6.94G [00:33<00:04, 209MB/s]\u001b[A\nDownloading model.safetensors: 86%|████████▋ | 6.00G/6.94G [00:33<00:04, 210MB/s]\u001b[A\nDownloading model.safetensors: 87%|████████▋ | 6.02G/6.94G [00:33<00:04, 209MB/s]\u001b[A\nDownloading model.safetensors: 87%|████████▋ | 6.05G/6.94G [00:33<00:04, 209MB/s]\u001b[A\nDownloading model.safetensors: 88%|████████▊ | 6.08G/6.94G [00:33<00:04, 210MB/s]\u001b[A\nDownloading model.safetensors: 88%|████████▊ | 6.11G/6.94G [00:34<00:03, 209MB/s]\u001b[A\nDownloading model.safetensors: 88%|████████▊ | 6.13G/6.94G [00:34<00:03, 206MB/s]\u001b[A\nDownloading model.safetensors: 89%|████████▉ | 6.17G/6.94G [00:34<00:03, 208MB/s]\u001b[A\nDownloading model.safetensors: 89%|████████▉ | 6.20G/6.94G [00:34<00:03, 210MB/s]\u001b[A\nDownloading model.safetensors: 90%|████████▉ | 6.23G/6.94G [00:34<00:03, 210MB/s]\u001b[A\nDownloading model.safetensors: 90%|█████████ | 6.25G/6.94G [00:34<00:03, 210MB/s]\u001b[A\nDownloading model.safetensors: 90%|█████████ | 6.27G/6.94G [00:34<00:03, 208MB/s]\u001b[A\nDownloading model.safetensors: 91%|█████████ | 6.29G/6.94G [00:34<00:03, 201MB/s]\u001b[A\nDownloading model.safetensors: 91%|█████████ | 6.32G/6.94G [00:35<00:03, 205MB/s]\u001b[A\nDownloading model.safetensors: 91%|█████████▏| 6.34G/6.94G [00:35<00:02, 205MB/s]\u001b[A\nDownloading model.safetensors: 92%|█████████▏| 6.38G/6.94G [00:35<00:02, 207MB/s]\u001b[A\nDownloading model.safetensors: 92%|█████████▏| 6.40G/6.94G [00:35<00:02, 207MB/s]\u001b[A\nDownloading model.safetensors: 93%|█████████▎| 6.43G/6.94G [00:35<00:02, 207MB/s]\u001b[A\nDownloading model.safetensors: 93%|█████████▎| 6.45G/6.94G [00:35<00:02, 208MB/s]\u001b[A\nDownloading model.safetensors: 93%|█████████▎| 6.48G/6.94G [00:35<00:02, 208MB/s]\u001b[A\nDownloading model.safetensors: 94%|█████████▎| 6.50G/6.94G [00:35<00:02, 206MB/s]\u001b[A\nDownloading model.safetensors: 94%|█████████▍| 6.53G/6.94G [00:36<00:01, 208MB/s]\u001b[A\nDownloading model.safetensors: 95%|█████████▍| 6.56G/6.94G [00:36<00:01, 210MB/s]\u001b[A\nDownloading model.safetensors: 95%|█████████▌| 6.60G/6.94G [00:36<00:01, 210MB/s]\u001b[A\nDownloading model.safetensors: 96%|█████████▌| 6.63G/6.94G [00:36<00:01, 210MB/s]\u001b[A\nDownloading model.safetensors: 96%|█████████▌| 6.66G/6.94G [00:36<00:01, 211MB/s]\u001b[A\nDownloading model.safetensors: 96%|█████████▋| 6.69G/6.94G [00:36<00:01, 211MB/s]\u001b[A\nDownloading model.safetensors: 97%|█████████▋| 6.72G/6.94G [00:36<00:01, 210MB/s]\u001b[A\nDownloading model.safetensors: 97%|█████████▋| 6.75G/6.94G [00:37<00:00, 210MB/s]\u001b[A\nDownloading model.safetensors: 98%|█████████▊| 6.78G/6.94G [00:37<00:00, 210MB/s]\u001b[A\nDownloading model.safetensors: 98%|█████████▊| 6.82G/6.94G [00:37<00:00, 211MB/s]\u001b[A\nDownloading model.safetensors: 99%|█████████▊| 6.85G/6.94G [00:37<00:00, 211MB/s]\u001b[A\nDownloading model.safetensors: 99%|█████████▉| 6.88G/6.94G [00:37<00:00, 211MB/s]\u001b[A\nDownloading model.safetensors: 100%|█████████▉| 6.91G/6.94G [00:37<00:00, 211MB/s]\u001b[A\nDownloading model.safetensors: 100%|██████████| 6.94G/6.94G [00:38<00:00, 208MB/s]\u001b[A\nDownloading model.safetensors: 100%|██████████| 6.94G/6.94G [00:38<00:00, 182MB/s]\nFetching 21 files: 5%|▍ | 1/21 [00:39<13:14, 39.73s/it]\nFetching 21 files: 100%|██████████| 21/21 [00:39<00:00, 1.89s/it]\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 5.21it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:01<00:00, 2.27it/s]\nLoading pipeline components...: 86%|████████▌ | 6/7 [00:02<00:00, 2.77it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.09it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.00it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<00:58, 1.20s/it]\n 4%|▍ | 2/50 [00:01<00:27, 1.76it/s]\n 6%|▌ | 3/50 [00:01<00:17, 2.74it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.75it/s]\n 10%|█ | 5/50 [00:01<00:09, 4.71it/s]\n 12%|█▏ | 6/50 [00:01<00:07, 5.57it/s]\n 14%|█▍ | 7/50 [00:01<00:06, 6.30it/s]\n 16%|█▌ | 8/50 [00:02<00:06, 6.82it/s]\n 18%|█▊ | 9/50 [00:02<00:05, 7.20it/s]\n 20%|██ | 10/50 [00:02<00:05, 7.59it/s]\n 22%|██▏ | 11/50 [00:02<00:04, 7.88it/s]\n 24%|██▍ | 12/50 [00:02<00:04, 7.93it/s]\n 26%|██▌ | 13/50 [00:02<00:04, 8.13it/s]\n 28%|██▊ | 14/50 [00:02<00:04, 8.27it/s]\n 30%|███ | 15/50 [00:02<00:04, 8.38it/s]\n 32%|███▏ | 16/50 [00:02<00:04, 8.45it/s]\n 34%|███▍ | 17/50 [00:03<00:03, 8.50it/s]\n 36%|███▌ | 18/50 [00:03<00:03, 8.54it/s]\n 38%|███▊ | 19/50 [00:03<00:03, 8.56it/s]\n 40%|████ | 20/50 [00:03<00:03, 8.57it/s]\n 42%|████▏ | 21/50 [00:03<00:03, 8.58it/s]\n 44%|████▍ | 22/50 [00:03<00:03, 8.60it/s]\n 46%|████▌ | 23/50 [00:03<00:03, 8.61it/s]\n 48%|████▊ | 24/50 [00:03<00:03, 8.61it/s]\n 50%|█████ | 25/50 [00:04<00:02, 8.61it/s]\n 52%|█████▏ | 26/50 [00:04<00:02, 8.61it/s]\n 54%|█████▍ | 27/50 [00:04<00:02, 8.62it/s]\n 56%|█████▌ | 28/50 [00:04<00:02, 8.61it/s]\n 58%|█████▊ | 29/50 [00:04<00:02, 8.56it/s]\n 60%|██████ | 30/50 [00:04<00:02, 8.58it/s]\n 62%|██████▏ | 31/50 [00:04<00:02, 8.59it/s]\n 64%|██████▍ | 32/50 [00:04<00:02, 8.60it/s]\n 66%|██████▌ | 33/50 [00:04<00:01, 8.61it/s]\n 68%|██████▊ | 34/50 [00:05<00:01, 8.60it/s]\n 70%|███████ | 35/50 [00:05<00:01, 8.59it/s]\n 72%|███████▏ | 36/50 [00:05<00:01, 8.60it/s]\n 74%|███████▍ | 37/50 [00:05<00:01, 8.61it/s]\n 76%|███████▌ | 38/50 [00:05<00:01, 8.36it/s]\n 78%|███████▊ | 39/50 [00:05<00:01, 8.43it/s]\n 80%|████████ | 40/50 [00:05<00:01, 8.48it/s]\n 82%|████████▏ | 41/50 [00:05<00:01, 8.52it/s]\n 84%|████████▍ | 42/50 [00:06<00:00, 8.50it/s]\n 86%|████████▌ | 43/50 [00:06<00:00, 8.53it/s]\n 88%|████████▊ | 44/50 [00:06<00:00, 8.55it/s]\n 90%|█████████ | 45/50 [00:06<00:00, 8.57it/s]\n 92%|█████████▏| 46/50 [00:06<00:00, 8.57it/s]\n 94%|█████████▍| 47/50 [00:06<00:00, 8.43it/s]\n 96%|█████████▌| 48/50 [00:06<00:00, 8.48it/s]\n 98%|█████████▊| 49/50 [00:06<00:00, 8.52it/s]\n100%|██████████| 50/50 [00:06<00:00, 8.55it/s]\n100%|██████████| 50/50 [00:06<00:00, 7.20it/s]", "metrics": { "predict_time": 55.021086, "total_time": 155.436233 }, "output": [ "https://replicate.delivery/pbxt/fi3OdXiHQV1wP6ECU62JpV5hFWjS4k07QfNqU8XcXPV3H6mRA/out-0.png" ], "started_at": "2023-09-22T19:49:20.984567Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/il2nujjbto52sf5gvuekxtx6pq", "cancel": "https://api.replicate.com/v1/predictions/il2nujjbto52sf5gvuekxtx6pq/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 13694 Loading sdxl pipeline... Downloading (…)ain/model_index.json: 0%| | 0.00/609 [00:00<?, ?B/s] Downloading (…)ain/model_index.json: 100%|██████████| 609/609 [00:00<00:00, 104kB/s] A mixture of fp16 and non-fp16 filenames will be loaded. Loaded fp16 filenames: [vae/diffusion_pytorch_model.fp16.safetensors, text_encoder/model.fp16.safetensors, text_encoder_2/model.fp16.safetensors, vae_0_9/diffusion_pytorch_model.fp16.safetensors, vae_1_0/diffusion_pytorch_model.fp16.safetensors, unet/diffusion_pytorch_model.fp16.safetensors] Loaded non-fp16 filenames: [model.safetensors If this behavior is not expected, please check your folder structure. Fetching 21 files: 0%| | 0/21 [00:00<?, ?it/s] Downloading (…)cial_tokens_map.json: 0%| | 0.00/472 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 472/472 [00:00<00:00, 68.7kB/s] Downloading (…)cheduler_config.json: 0%| | 0.00/479 [00:00<?, ?B/s] Downloading (…)cheduler_config.json: 100%|██████████| 479/479 [00:00<00:00, 61.2kB/s] Downloading (…)_encoder/config.json: 0%| | 0.00/565 [00:00<?, ?B/s] Downloading (…)_encoder/config.json: 100%|██████████| 565/565 [00:00<00:00, 83.3kB/s] Downloading (…)okenizer_config.json: 0%| | 0.00/737 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 737/737 [00:00<00:00, 353kB/s] Downloading (…)tokenizer/vocab.json: 0%| | 0.00/1.06M [00:00<?, ?B/s] Downloading (…)tokenizer/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s] Downloading (…)ncoder_2/config.json: 0%| | 0.00/575 [00:00<?, ?B/s] Downloading (…)ncoder_2/config.json: 100%|██████████| 575/575 [00:00<00:00, 65.1kB/s] Downloading (…)tokenizer/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 10.1MB/s] Downloading (…)cial_tokens_map.json: 0%| | 0.00/460 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 460/460 [00:00<00:00, 259kB/s] Downloading (…)tokenizer/vocab.json: 100%|██████████| 1.06M/1.06M [00:00<00:00, 11.7MB/s] Downloading model.safetensors: 0%| | 0.00/6.94G [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 0%| | 0.00/725 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 725/725 [00:00<00:00, 404kB/s] Downloading model.fp16.safetensors: 0%| | 0.00/1.39G [00:00<?, ?B/s] Downloading (…)kenizer_2/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s] Downloading model.fp16.safetensors: 0%| | 0.00/246M [00:00<?, ?B/s] Downloading (…)84e/unet/config.json: 0%| | 0.00/1.68k [00:00<?, ?B/s] Downloading (…)84e/unet/config.json: 100%|██████████| 1.68k/1.68k [00:00<00:00, 872kB/s] Downloading (…)kenizer_2/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 9.04MB/s] Downloading model.safetensors: 0%| | 10.5M/6.94G [00:00<01:36, 72.0MB/s] Downloading model.fp16.safetensors: 1%| | 10.5M/1.39G [00:00<00:20, 66.6MB/s] Downloading model.fp16.safetensors: 4%|▍ | 10.5M/246M [00:00<00:03, 61.5MB/s] Downloading (…)del.fp16.safetensors: 0%| | 0.00/5.14G [00:00<?, ?B/s] Downloading model.safetensors: 0%| | 31.5M/6.94G [00:00<01:05, 106MB/s] Downloading (…)284e/vae/config.json: 0%| | 0.00/607 [00:00<?, ?B/s] Downloading (…)284e/vae/config.json: 100%|██████████| 607/607 [00:00<00:00, 295kB/s] Downloading model.fp16.safetensors: 2%|▏ | 31.5M/1.39G [00:00<00:13, 102MB/s] Downloading model.fp16.safetensors: 13%|█▎ | 31.5M/246M [00:00<00:02, 101MB/s] Downloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s] Downloading (…)del.fp16.safetensors: 0%| | 10.5M/5.14G [00:00<01:24, 60.6MB/s] Downloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s] Downloading model.safetensors: 1%| | 52.4M/6.94G [00:00<00:56, 122MB/s] Downloading model.fp16.safetensors: 3%|▎ | 41.9M/1.39G [00:00<00:13, 98.7MB/s] Downloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s] Downloading (…)del.fp16.safetensors: 0%| | 21.0M/5.14G [00:00<01:09, 73.7MB/s] Downloading model.fp16.safetensors: 21%|██▏ | 52.4M/246M [00:00<00:01, 109MB/s] Downloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:02, 53.9MB/s] Downloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:03, 50.0MB/s] Downloading model.fp16.safetensors: 4%|▍ | 52.4M/1.39G [00:00<00:16, 80.6MB/s] Downloading model.safetensors: 1%| | 73.4M/6.94G [00:00<01:04, 107MB/s] Downloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:03, 50.3MB/s] Downloading (…)del.fp16.safetensors: 1%| | 31.5M/5.14G [00:00<01:24, 60.3MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:02, 57.5MB/s] Downloading model.fp16.safetensors: 5%|▍ | 62.9M/1.39G [00:00<00:17, 76.5MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:02, 52.3MB/s] Downloading model.fp16.safetensors: 30%|██▉ | 73.4M/246M [00:00<00:01, 92.5MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:02, 59.1MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 31.5M/167M [00:00<00:02, 64.2MB/s] Downloading (…)del.fp16.safetensors: 1%| | 41.9M/5.14G [00:00<01:24, 60.3MB/s] Downloading model.fp16.safetensors: 5%|▌ | 73.4M/1.39G [00:00<00:17, 76.8MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 31.5M/167M [00:00<00:02, 58.9MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 31.5M/167M [00:00<00:01, 69.9MB/s] Downloading model.fp16.safetensors: 34%|███▍ | 83.9M/246M [00:00<00:01, 85.1MB/s] Downloading model.safetensors: 1%|▏ | 94.4M/6.94G [00:01<01:19, 86.1MB/s] Downloading (…)del.fp16.safetensors: 1%| | 52.4M/5.14G [00:00<01:18, 64.7MB/s] Downloading model.fp16.safetensors: 6%|▌ | 83.9M/1.39G [00:01<00:16, 78.1MB/s] Downloading (…)del.fp16.safetensors: 25%|██▌ | 41.9M/167M [00:00<00:01, 63.0MB/s] Downloading (…)del.fp16.safetensors: 25%|██▌ | 41.9M/167M [00:00<00:01, 66.2MB/s] Downloading (…)del.fp16.safetensors: 25%|██▌ | 41.9M/167M [00:00<00:01, 75.2MB/s] Downloading model.fp16.safetensors: 38%|███▊ | 94.4M/246M [00:01<00:01, 79.4MB/s] Downloading model.safetensors: 2%|▏ | 105M/6.94G [00:01<01:24, 80.8MB/s] Downloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:00<00:01, 70.3MB/s] Downloading (…)del.fp16.safetensors: 1%| | 62.9M/5.14G [00:00<01:16, 66.2MB/s] Downloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:00<00:01, 72.6MB/s] Downloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:00<00:01, 79.3MB/s] Downloading model.fp16.safetensors: 7%|▋ | 94.4M/1.39G [00:01<00:17, 72.5MB/s] Downloading model.fp16.safetensors: 43%|████▎ | 105M/246M [00:01<00:01, 78.6MB/s] Downloading model.safetensors: 2%|▏ | 115M/6.94G [00:01<01:25, 80.3MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:00<00:01, 74.7MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:00<00:01, 78.3MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:00<00:01, 82.2MB/s] Downloading (…)del.fp16.safetensors: 1%|▏ | 73.4M/5.14G [00:01<01:15, 66.7MB/s] Downloading model.fp16.safetensors: 8%|▊ | 105M/1.39G [00:01<00:17, 72.0MB/s] Downloading model.fp16.safetensors: 47%|████▋ | 115M/246M [00:01<00:01, 77.1MB/s] Downloading (…)del.fp16.safetensors: 44%|████▍ | 73.4M/167M [00:01<00:01, 78.9MB/s] Downloading model.safetensors: 2%|▏ | 126M/6.94G [00:01<01:27, 78.1MB/s] Downloading (…)del.fp16.safetensors: 44%|████▍ | 73.4M/167M [00:01<00:01, 76.5MB/s] Downloading (…)del.fp16.safetensors: 2%|▏ | 83.9M/5.14G [00:01<01:12, 69.5MB/s] Downloading (…)del.fp16.safetensors: 44%|████▍ | 73.4M/167M [00:01<00:01, 73.8MB/s] Downloading model.fp16.safetensors: 8%|▊ | 115M/1.39G [00:01<00:17, 72.1MB/s] Downloading model.fp16.safetensors: 51%|█████ | 126M/246M [00:01<00:01, 78.9MB/s] Downloading (…)del.fp16.safetensors: 50%|█████ | 83.9M/167M [00:01<00:01, 80.4MB/s] Downloading model.safetensors: 2%|▏ | 136M/6.94G [00:01<01:25, 79.2MB/s] Downloading (…)del.fp16.safetensors: 50%|█████ | 83.9M/167M [00:01<00:01, 74.3MB/s] Downloading (…)del.fp16.safetensors: 2%|▏ | 94.4M/5.14G [00:01<01:10, 71.6MB/s] Downloading (…)del.fp16.safetensors: 50%|█████ | 83.9M/167M [00:01<00:01, 71.7MB/s] Downloading model.fp16.safetensors: 9%|▉ | 126M/1.39G [00:01<00:17, 70.8MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▋ | 94.4M/167M [00:01<00:00, 80.5MB/s] Downloading model.safetensors: 2%|▏ | 147M/6.94G [00:01<01:25, 79.8MB/s] Downloading model.fp16.safetensors: 55%|█████▌ | 136M/246M [00:01<00:01, 74.4MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▋ | 94.4M/167M [00:01<00:01, 73.0MB/s] Downloading (…)del.fp16.safetensors: 2%|▏ | 105M/5.14G [00:01<01:08, 73.4MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▋ | 94.4M/167M [00:01<00:00, 76.1MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 105M/167M [00:01<00:00, 81.3MB/s] Downloading model.fp16.safetensors: 10%|▉ | 136M/1.39G [00:01<00:17, 71.2MB/s] Downloading model.safetensors: 2%|▏ | 157M/6.94G [00:01<01:25, 79.0MB/s] Downloading model.fp16.safetensors: 60%|█████▉ | 147M/246M [00:01<00:01, 74.2MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 105M/167M [00:01<00:00, 75.1MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 105M/167M [00:01<00:00, 78.4MB/s] Downloading (…)del.fp16.safetensors: 2%|▏ | 115M/5.14G [00:01<01:10, 71.6MB/s] Downloading model.safetensors: 2%|▏ | 168M/6.94G [00:01<01:21, 83.0MB/s] Downloading model.fp16.safetensors: 64%|██████▍ | 157M/246M [00:01<00:01, 78.8MB/s] Downloading model.fp16.safetensors: 11%|█ | 147M/1.39G [00:01<00:17, 71.3MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:01<00:00, 73.9MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:01<00:00, 77.5MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:01<00:00, 76.8MB/s] Downloading model.safetensors: 3%|▎ | 178M/6.94G [00:02<01:21, 82.7MB/s] Downloading model.fp16.safetensors: 68%|██████▊ | 168M/246M [00:02<00:00, 78.8MB/s] Downloading model.fp16.safetensors: 11%|█▏ | 157M/1.39G [00:02<00:16, 73.3MB/s] Downloading (…)del.fp16.safetensors: 2%|▏ | 126M/5.14G [00:01<01:16, 65.4MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▌ | 126M/167M [00:01<00:00, 74.5MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▌ | 126M/167M [00:01<00:00, 75.5MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▌ | 126M/167M [00:01<00:00, 74.4MB/s] Downloading model.safetensors: 3%|▎ | 189M/6.94G [00:02<01:24, 79.5MB/s] Downloading model.fp16.safetensors: 72%|███████▏ | 178M/246M [00:02<00:00, 79.5MB/s] Downloading (…)del.fp16.safetensors: 81%|████████▏ | 136M/167M [00:01<00:00, 79.0MB/s] Downloading model.fp16.safetensors: 12%|█▏ | 168M/1.39G [00:02<00:17, 71.3MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 136M/5.14G [00:02<01:16, 65.8MB/s] Downloading (…)del.fp16.safetensors: 81%|████████▏ | 136M/167M [00:01<00:00, 75.9MB/s] Downloading (…)del.fp16.safetensors: 81%|████████▏ | 136M/167M [00:01<00:00, 75.8MB/s] Downloading model.safetensors: 3%|▎ | 199M/6.94G [00:02<01:26, 78.2MB/s] Downloading model.fp16.safetensors: 77%|███████▋ | 189M/246M [00:02<00:00, 77.6MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:01<00:00, 77.4MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 147M/5.14G [00:02<01:12, 68.7MB/s] Downloading model.fp16.safetensors: 13%|█▎ | 178M/1.39G [00:02<00:17, 69.6MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:02<00:00, 77.6MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:01<00:00, 80.1MB/s] Downloading model.safetensors: 3%|▎ | 210M/6.94G [00:02<01:23, 80.3MB/s] Downloading model.fp16.safetensors: 81%|████████ | 199M/246M [00:02<00:00, 80.4MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 157M/5.14G [00:02<01:06, 75.1MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▍| 157M/167M [00:02<00:00, 72.6MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▍| 157M/167M [00:02<00:00, 81.0MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▍| 157M/167M [00:02<00:00, 82.7MB/s] Downloading model.fp16.safetensors: 14%|█▎ | 189M/1.39G [00:02<00:18, 66.7MB/s] Downloading model.safetensors: 3%|▎ | 220M/6.94G [00:02<01:22, 81.0MB/s] Downloading model.fp16.safetensors: 85%|████████▌ | 210M/246M [00:02<00:00, 81.3MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 168M/5.14G [00:02<01:06, 75.2MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 72.8MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 78.8MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 72.8MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 73.1MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 78.7MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 75.3MB/s] Downloading model.fp16.safetensors: 14%|█▍ | 199M/1.39G [00:02<00:17, 69.4MB/s] Downloading model.safetensors: 3%|▎ | 231M/6.94G [00:02<01:23, 80.3MB/s] Downloading model.fp16.safetensors: 89%|████████▉ | 220M/246M [00:02<00:00, 79.6MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 178M/5.14G [00:02<01:01, 80.4MB/s] Downloading model.safetensors: 4%|▎ | 252M/6.94G [00:02<01:06, 101MB/s] Downloading model.fp16.safetensors: 98%|█████████▊| 241M/246M [00:02<00:00, 100MB/s] Downloading model.fp16.safetensors: 16%|█▌ | 220M/1.39G [00:02<00:13, 85.6MB/s] Downloading (…)del.fp16.safetensors: 4%|▍ | 199M/5.14G [00:02<00:49, 98.9MB/s] Downloading model.fp16.safetensors: 100%|██████████| 246M/246M [00:02<00:00, 85.0MB/s] Downloading model.safetensors: 4%|▍ | 273M/6.94G [00:03<00:56, 117MB/s] Downloading (…)del.fp16.safetensors: 4%|▍ | 220M/5.14G [00:02<00:42, 116MB/s] Downloading model.fp16.safetensors: 17%|█▋ | 241M/1.39G [00:03<00:11, 99.7MB/s] Downloading model.safetensors: 4%|▍ | 294M/6.94G [00:03<00:50, 132MB/s] Downloading (…)del.fp16.safetensors: 5%|▍ | 241M/5.14G [00:02<00:37, 130MB/s] Downloading model.fp16.safetensors: 19%|█▉ | 262M/1.39G [00:03<00:09, 115MB/s] Downloading model.safetensors: 5%|▍ | 315M/6.94G [00:03<00:46, 141MB/s] Downloading (…)del.fp16.safetensors: 5%|▌ | 262M/5.14G [00:03<00:34, 143MB/s] Downloading model.fp16.safetensors: 20%|██ | 283M/1.39G [00:03<00:08, 128MB/s] Downloading model.safetensors: 5%|▍ | 336M/6.94G [00:03<00:44, 150MB/s] Downloading (…)del.fp16.safetensors: 6%|▌ | 283M/5.14G [00:03<00:31, 153MB/s] Downloading model.fp16.safetensors: 22%|██▏ | 304M/1.39G [00:03<00:07, 140MB/s] Downloading model.safetensors: 5%|▌ | 357M/6.94G [00:03<00:41, 157MB/s] Downloading (…)del.fp16.safetensors: 6%|▌ | 304M/5.14G [00:03<00:29, 161MB/s] Downloading model.fp16.safetensors: 23%|██▎ | 325M/1.39G [00:03<00:06, 152MB/s] Downloading model.safetensors: 5%|▌ | 377M/6.94G [00:03<00:39, 165MB/s] Downloading (…)del.fp16.safetensors: 6%|▋ | 325M/5.14G [00:03<00:28, 167MB/s] Downloading model.fp16.safetensors: 25%|██▍ | 346M/1.39G [00:03<00:06, 161MB/s] Downloading model.safetensors: 6%|▌ | 398M/6.94G [00:03<00:39, 166MB/s] Downloading (…)del.fp16.safetensors: 7%|▋ | 346M/5.14G [00:03<00:28, 170MB/s] Downloading model.fp16.safetensors: 26%|██▋ | 367M/1.39G [00:03<00:06, 165MB/s] Downloading model.safetensors: 6%|▌ | 419M/6.94G [00:03<00:38, 169MB/s] Downloading (…)del.fp16.safetensors: 7%|▋ | 367M/5.14G [00:03<00:27, 172MB/s] Downloading model.fp16.safetensors: 28%|██▊ | 388M/1.39G [00:03<00:05, 170MB/s] Downloading model.safetensors: 6%|▋ | 440M/6.94G [00:03<00:37, 172MB/s] Downloading (…)del.fp16.safetensors: 8%|▊ | 388M/5.14G [00:03<00:26, 177MB/s] Downloading model.fp16.safetensors: 29%|██▉ | 409M/1.39G [00:03<00:05, 174MB/s] Downloading model.safetensors: 7%|▋ | 461M/6.94G [00:04<00:36, 177MB/s] Downloading (…)del.fp16.safetensors: 8%|▊ | 409M/5.14G [00:03<00:26, 180MB/s] Downloading model.fp16.safetensors: 31%|███ | 430M/1.39G [00:04<00:05, 178MB/s] Downloading model.safetensors: 7%|▋ | 482M/6.94G [00:04<00:36, 174MB/s] Downloading (…)del.fp16.safetensors: 8%|▊ | 430M/5.14G [00:03<00:26, 179MB/s] Downloading model.fp16.safetensors: 32%|███▏ | 451M/1.39G [00:04<00:05, 176MB/s] Downloading model.safetensors: 7%|▋ | 503M/6.94G [00:04<00:35, 179MB/s] Downloading (…)del.fp16.safetensors: 9%|▉ | 451M/5.14G [00:04<00:25, 181MB/s] Downloading model.fp16.safetensors: 34%|███▍ | 472M/1.39G [00:04<00:05, 180MB/s] Downloading model.safetensors: 8%|▊ | 524M/6.94G [00:04<00:35, 182MB/s] Downloading (…)del.fp16.safetensors: 9%|▉ | 472M/5.14G [00:04<00:25, 180MB/s] Downloading model.fp16.safetensors: 35%|███▌ | 493M/1.39G [00:04<00:05, 178MB/s] Downloading model.safetensors: 8%|▊ | 545M/6.94G [00:04<00:34, 184MB/s] Downloading (…)del.fp16.safetensors: 10%|▉ | 493M/5.14G [00:04<00:26, 177MB/s] Downloading model.fp16.safetensors: 37%|███▋ | 514M/1.39G [00:04<00:04, 178MB/s] Downloading model.safetensors: 8%|▊ | 566M/6.94G [00:04<00:34, 182MB/s] Downloading (…)del.fp16.safetensors: 10%|█ | 514M/5.14G [00:04<00:26, 177MB/s] Downloading model.fp16.safetensors: 38%|███▊ | 535M/1.39G [00:04<00:04, 182MB/s] Downloading model.safetensors: 8%|▊ | 587M/6.94G [00:04<00:34, 183MB/s] Downloading (…)del.fp16.safetensors: 10%|█ | 535M/5.14G [00:04<00:25, 177MB/s] Downloading model.fp16.safetensors: 40%|███▉ | 556M/1.39G [00:04<00:04, 180MB/s] Downloading model.safetensors: 9%|▉ | 608M/6.94G [00:04<00:34, 183MB/s] Downloading (…)del.fp16.safetensors: 11%|█ | 556M/5.14G [00:04<00:25, 180MB/s] Downloading model.fp16.safetensors: 42%|████▏ | 577M/1.39G [00:04<00:04, 179MB/s] Downloading model.safetensors: 9%|▉ | 629M/6.94G [00:05<00:34, 182MB/s] Downloading (…)del.fp16.safetensors: 11%|█ | 577M/5.14G [00:04<00:25, 180MB/s] Downloading model.fp16.safetensors: 43%|████▎ | 598M/1.39G [00:05<00:04, 179MB/s] Downloading model.safetensors: 9%|▉ | 650M/6.94G [00:05<00:34, 180MB/s] Downloading (…)del.fp16.safetensors: 12%|█▏ | 598M/5.14G [00:04<00:25, 180MB/s] Downloading model.fp16.safetensors: 45%|████▍ | 619M/1.39G [00:05<00:04, 183MB/s] Downloading model.safetensors: 10%|▉ | 671M/6.94G [00:05<00:34, 182MB/s] Downloading (…)del.fp16.safetensors: 12%|█▏ | 619M/5.14G [00:05<00:24, 181MB/s] Downloading model.fp16.safetensors: 46%|████▌ | 640M/1.39G [00:05<00:04, 184MB/s] Downloading model.safetensors: 10%|▉ | 692M/6.94G [00:05<00:34, 180MB/s] Downloading (…)del.fp16.safetensors: 12%|█▏ | 640M/5.14G [00:05<00:24, 180MB/s] Downloading model.fp16.safetensors: 48%|████▊ | 661M/1.39G [00:05<00:03, 183MB/s] Downloading model.safetensors: 10%|█ | 713M/6.94G [00:05<00:34, 179MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 661M/5.14G [00:05<00:24, 182MB/s] Downloading model.fp16.safetensors: 49%|████▉ | 682M/1.39G [00:05<00:03, 184MB/s] Downloading model.safetensors: 11%|█ | 734M/6.94G [00:05<00:34, 182MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 682M/5.14G [00:05<00:24, 181MB/s] Downloading model.fp16.safetensors: 51%|█████ | 703M/1.39G [00:05<00:03, 183MB/s] Downloading model.safetensors: 11%|█ | 755M/6.94G [00:05<00:34, 177MB/s] Downloading (…)del.fp16.safetensors: 14%|█▎ | 703M/5.14G [00:05<00:24, 180MB/s] Downloading model.fp16.safetensors: 52%|█████▏ | 724M/1.39G [00:05<00:03, 180MB/s] Downloading model.safetensors: 11%|█ | 776M/6.94G [00:05<00:35, 173MB/s] Downloading (…)del.fp16.safetensors: 14%|█▍ | 724M/5.14G [00:05<00:25, 176MB/s] Downloading model.fp16.safetensors: 54%|█████▎ | 744M/1.39G [00:05<00:03, 177MB/s] Downloading model.safetensors: 11%|█▏ | 797M/6.94G [00:05<00:34, 176MB/s] Downloading (…)del.fp16.safetensors: 14%|█▍ | 744M/5.14G [00:05<00:24, 180MB/s] Downloading model.fp16.safetensors: 55%|█████▌ | 765M/1.39G [00:05<00:03, 177MB/s] Downloading model.safetensors: 12%|█▏ | 818M/6.94G [00:06<00:34, 175MB/s] Downloading (…)del.fp16.safetensors: 15%|█▍ | 765M/5.14G [00:05<00:24, 180MB/s] Downloading model.fp16.safetensors: 57%|█████▋ | 786M/1.39G [00:06<00:03, 176MB/s] Downloading model.safetensors: 12%|█▏ | 839M/6.94G [00:06<00:34, 179MB/s] Downloading (…)del.fp16.safetensors: 15%|█▌ | 786M/5.14G [00:05<00:24, 179MB/s] Downloading model.fp16.safetensors: 58%|█████▊ | 807M/1.39G [00:06<00:03, 170MB/s] Downloading model.safetensors: 12%|█▏ | 860M/6.94G [00:06<00:34, 175MB/s] Downloading (…)del.fp16.safetensors: 16%|█▌ | 807M/5.14G [00:06<00:25, 170MB/s] Downloading model.fp16.safetensors: 60%|█████▉ | 828M/1.39G [00:06<00:03, 171MB/s] Downloading model.safetensors: 13%|█▎ | 881M/6.94G [00:06<00:34, 177MB/s] Downloading (…)del.fp16.safetensors: 16%|█▌ | 828M/5.14G [00:06<00:25, 170MB/s] Downloading model.fp16.safetensors: 61%|██████ | 849M/1.39G [00:06<00:03, 174MB/s] Downloading model.safetensors: 13%|█▎ | 902M/6.94G [00:06<00:33, 178MB/s] Downloading (…)del.fp16.safetensors: 17%|█▋ | 849M/5.14G [00:06<00:24, 175MB/s] Downloading model.fp16.safetensors: 63%|██████▎ | 870M/1.39G [00:06<00:02, 175MB/s] Downloading model.safetensors: 13%|█▎ | 923M/6.94G [00:06<00:33, 178MB/s] Downloading (…)del.fp16.safetensors: 17%|█▋ | 870M/5.14G [00:06<00:24, 176MB/s] Downloading model.fp16.safetensors: 64%|██████▍ | 891M/1.39G [00:06<00:02, 179MB/s] Downloading model.safetensors: 14%|█▎ | 944M/6.94G [00:06<00:33, 179MB/s] Downloading (…)del.fp16.safetensors: 17%|█▋ | 891M/5.14G [00:06<00:23, 178MB/s] Downloading model.fp16.safetensors: 66%|██████▌ | 912M/1.39G [00:06<00:02, 180MB/s] Downloading model.safetensors: 14%|█▍ | 965M/6.94G [00:06<00:33, 179MB/s] Downloading (…)del.fp16.safetensors: 18%|█▊ | 912M/5.14G [00:06<00:23, 180MB/s] Downloading model.fp16.safetensors: 67%|██████▋ | 933M/1.39G [00:06<00:02, 183MB/s] Downloading model.safetensors: 14%|█▍ | 986M/6.94G [00:07<00:33, 178MB/s] Downloading (…)del.fp16.safetensors: 18%|█▊ | 933M/5.14G [00:06<00:23, 183MB/s] Downloading model.fp16.safetensors: 69%|██████▊ | 954M/1.39G [00:07<00:02, 184MB/s] Downloading model.safetensors: 15%|█▍ | 1.01G/6.94G [00:07<00:33, 175MB/s] Downloading (…)del.fp16.safetensors: 19%|█▊ | 954M/5.14G [00:06<00:22, 183MB/s] Downloading model.fp16.safetensors: 70%|███████ | 975M/1.39G [00:07<00:02, 184MB/s] Downloading model.safetensors: 15%|█▍ | 1.03G/6.94G [00:07<00:34, 173MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 975M/5.14G [00:07<00:23, 179MB/s] Downloading model.fp16.safetensors: 72%|███████▏ | 996M/1.39G [00:07<00:02, 178MB/s] Downloading model.safetensors: 15%|█▌ | 1.05G/6.94G [00:07<00:33, 175MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 996M/5.14G [00:07<00:23, 175MB/s] Downloading model.fp16.safetensors: 73%|███████▎ | 1.02G/1.39G [00:07<00:02, 175MB/s] Downloading model.safetensors: 15%|█▌ | 1.07G/6.94G [00:07<00:33, 174MB/s] Downloading (…)del.fp16.safetensors: 20%|█▉ | 1.02G/5.14G [00:07<00:23, 176MB/s] Downloading model.fp16.safetensors: 75%|███████▍ | 1.04G/1.39G [00:07<00:01, 177MB/s] Downloading model.safetensors: 16%|█▌ | 1.09G/6.94G [00:07<00:33, 174MB/s] Downloading (…)del.fp16.safetensors: 20%|██ | 1.04G/5.14G [00:07<00:23, 176MB/s] Downloading model.fp16.safetensors: 76%|███████▌ | 1.06G/1.39G [00:07<00:01, 178MB/s] Downloading model.safetensors: 16%|█▌ | 1.11G/6.94G [00:07<00:32, 178MB/s] Downloading (…)del.fp16.safetensors: 21%|██ | 1.06G/5.14G [00:07<00:22, 179MB/s] Downloading model.fp16.safetensors: 78%|███████▊ | 1.08G/1.39G [00:07<00:01, 180MB/s] Downloading model.safetensors: 16%|█▋ | 1.13G/6.94G [00:07<00:32, 181MB/s] Downloading (…)del.fp16.safetensors: 21%|██ | 1.08G/5.14G [00:07<00:22, 181MB/s] Downloading model.fp16.safetensors: 79%|███████▉ | 1.10G/1.39G [00:07<00:01, 182MB/s] Downloading model.safetensors: 17%|█▋ | 1.15G/6.94G [00:07<00:31, 181MB/s] Downloading (…)del.fp16.safetensors: 21%|██▏ | 1.10G/5.14G [00:07<00:22, 182MB/s] Downloading model.fp16.safetensors: 81%|████████ | 1.12G/1.39G [00:07<00:01, 183MB/s] Downloading model.safetensors: 17%|█▋ | 1.17G/6.94G [00:08<00:31, 183MB/s] Downloading (…)del.fp16.safetensors: 22%|██▏ | 1.12G/5.14G [00:07<00:21, 183MB/s] Downloading model.fp16.safetensors: 82%|████████▏ | 1.14G/1.39G [00:08<00:01, 184MB/s] Downloading model.safetensors: 17%|█▋ | 1.20G/6.94G [00:08<00:31, 184MB/s] Downloading (…)del.fp16.safetensors: 22%|██▏ | 1.14G/5.14G [00:07<00:21, 184MB/s] Downloading model.fp16.safetensors: 84%|████████▍ | 1.16G/1.39G [00:08<00:01, 185MB/s] Downloading model.safetensors: 18%|█▊ | 1.22G/6.94G [00:08<00:32, 177MB/s] Downloading (…)del.fp16.safetensors: 23%|██▎ | 1.16G/5.14G [00:08<00:22, 178MB/s] Downloading model.fp16.safetensors: 85%|████████▌ | 1.18G/1.39G [00:08<00:01, 178MB/s] Downloading model.safetensors: 18%|█▊ | 1.24G/6.94G [00:08<00:31, 183MB/s] Downloading (…)del.fp16.safetensors: 23%|██▎ | 1.18G/5.14G [00:08<00:21, 183MB/s] Downloading model.fp16.safetensors: 87%|████████▋ | 1.21G/1.39G [00:08<00:01, 183MB/s] Downloading model.safetensors: 18%|█▊ | 1.26G/6.94G [00:08<00:30, 185MB/s] Downloading (…)del.fp16.safetensors: 23%|██▎ | 1.21G/5.14G [00:08<00:21, 186MB/s] Downloading model.fp16.safetensors: 88%|████████▊ | 1.23G/1.39G [00:08<00:00, 185MB/s] Downloading model.safetensors: 18%|█▊ | 1.28G/6.94G [00:08<00:30, 186MB/s] Downloading (…)del.fp16.safetensors: 24%|██▍ | 1.23G/5.14G [00:08<00:21, 186MB/s] Downloading model.fp16.safetensors: 90%|████████▉ | 1.25G/1.39G [00:08<00:00, 186MB/s] Downloading model.safetensors: 19%|█▊ | 1.30G/6.94G [00:08<00:30, 188MB/s] Downloading (…)del.fp16.safetensors: 24%|██▍ | 1.25G/5.14G [00:08<00:20, 187MB/s] Downloading model.fp16.safetensors: 91%|█████████▏| 1.27G/1.39G [00:08<00:00, 188MB/s] Downloading model.safetensors: 19%|█▉ | 1.32G/6.94G [00:08<00:29, 189MB/s] Downloading (…)del.fp16.safetensors: 25%|██▍ | 1.27G/5.14G [00:08<00:20, 188MB/s] Downloading model.fp16.safetensors: 93%|█████████▎| 1.29G/1.39G [00:08<00:00, 189MB/s] Downloading model.safetensors: 19%|█▉ | 1.34G/6.94G [00:08<00:29, 189MB/s] Downloading (…)del.fp16.safetensors: 25%|██▌ | 1.29G/5.14G [00:08<00:20, 189MB/s] Downloading model.fp16.safetensors: 94%|█████████▍| 1.31G/1.39G [00:08<00:00, 188MB/s] Downloading model.safetensors: 20%|█▉ | 1.36G/6.94G [00:09<00:29, 186MB/s] Downloading (…)del.fp16.safetensors: 26%|██▌ | 1.31G/5.14G [00:08<00:20, 187MB/s] Downloading model.fp16.safetensors: 96%|█████████▌| 1.33G/1.39G [00:09<00:00, 187MB/s] Downloading model.safetensors: 20%|█▉ | 1.38G/6.94G [00:09<00:29, 188MB/s] Downloading (…)del.fp16.safetensors: 26%|██▌ | 1.33G/5.14G [00:08<00:20, 188MB/s] Downloading model.fp16.safetensors: 97%|█████████▋| 1.35G/1.39G [00:09<00:00, 188MB/s] Downloading model.safetensors: 20%|██ | 1.41G/6.94G [00:09<00:30, 183MB/s] Downloading (…)del.fp16.safetensors: 26%|██▋ | 1.35G/5.14G [00:09<00:20, 185MB/s] Downloading model.fp16.safetensors: 99%|█████████▉| 1.37G/1.39G [00:09<00:00, 184MB/s] Downloading model.fp16.safetensors: 100%|██████████| 1.39G/1.39G [00:09<00:00, 148MB/s] Downloading model.safetensors: 21%|██ | 1.43G/6.94G [00:09<00:30, 184MB/s] Downloading (…)del.fp16.safetensors: 27%|██▋ | 1.37G/5.14G [00:09<00:20, 184MB/s] Downloading model.safetensors: 21%|██ | 1.45G/6.94G [00:09<00:29, 187MB/s] Downloading (…)del.fp16.safetensors: 27%|██▋ | 1.39G/5.14G [00:09<00:19, 187MB/s] Downloading model.safetensors: 21%|██ | 1.47G/6.94G [00:09<00:28, 190MB/s] Downloading (…)del.fp16.safetensors: 28%|██▊ | 1.42G/5.14G [00:09<00:19, 191MB/s] Downloading model.safetensors: 21%|██▏ | 1.49G/6.94G [00:09<00:28, 193MB/s] Downloading (…)del.fp16.safetensors: 28%|██▊ | 1.44G/5.14G [00:09<00:19, 193MB/s] Downloading model.safetensors: 22%|██▏ | 1.51G/6.94G [00:09<00:27, 195MB/s] Downloading (…)del.fp16.safetensors: 28%|██▊ | 1.46G/5.14G [00:09<00:18, 195MB/s] Downloading model.safetensors: 22%|██▏ | 1.53G/6.94G [00:09<00:27, 196MB/s] Downloading (…)del.fp16.safetensors: 29%|██▉ | 1.48G/5.14G [00:09<00:18, 196MB/s] Downloading model.safetensors: 22%|██▏ | 1.55G/6.94G [00:10<00:27, 195MB/s] Downloading (…)del.fp16.safetensors: 29%|██▉ | 1.50G/5.14G [00:09<00:18, 196MB/s] Downloading model.safetensors: 23%|██▎ | 1.57G/6.94G [00:10<00:27, 197MB/s] Downloading (…)del.fp16.safetensors: 30%|██▉ | 1.52G/5.14G [00:09<00:18, 198MB/s] Downloading model.safetensors: 23%|██▎ | 1.59G/6.94G [00:10<00:27, 197MB/s] Downloading (…)del.fp16.safetensors: 30%|███ | 1.54G/5.14G [00:10<00:18, 197MB/s] Downloading model.safetensors: 23%|██▎ | 1.61G/6.94G [00:10<00:27, 194MB/s] Downloading (…)del.fp16.safetensors: 30%|███ | 1.56G/5.14G [00:10<00:18, 194MB/s] Downloading model.safetensors: 24%|██▎ | 1.64G/6.94G [00:10<00:27, 195MB/s] Downloading (…)del.fp16.safetensors: 31%|███ | 1.58G/5.14G [00:10<00:19, 182MB/s] Downloading model.safetensors: 24%|██▍ | 1.66G/6.94G [00:10<00:27, 194MB/s] Downloading model.safetensors: 24%|██▍ | 1.68G/6.94G [00:10<00:27, 193MB/s] Downloading (…)del.fp16.safetensors: 31%|███ | 1.60G/5.14G [00:10<00:27, 128MB/s] Downloading model.safetensors: 24%|██▍ | 1.70G/6.94G [00:10<00:26, 196MB/s] Downloading (…)del.fp16.safetensors: 32%|███▏ | 1.63G/5.14G [00:10<00:24, 143MB/s] Downloading model.safetensors: 25%|██▍ | 1.72G/6.94G [00:10<00:26, 197MB/s] Downloading (…)del.fp16.safetensors: 32%|███▏ | 1.65G/5.14G [00:10<00:22, 156MB/s] Downloading model.safetensors: 25%|██▌ | 1.74G/6.94G [00:11<00:26, 197MB/s] Downloading (…)del.fp16.safetensors: 32%|███▏ | 1.67G/5.14G [00:10<00:20, 166MB/s] Downloading model.safetensors: 25%|██▌ | 1.76G/6.94G [00:11<00:26, 196MB/s] Downloading (…)del.fp16.safetensors: 33%|███▎ | 1.69G/5.14G [00:11<00:19, 175MB/s] Downloading model.safetensors: 26%|██▌ | 1.78G/6.94G [00:11<00:26, 197MB/s] Downloading (…)del.fp16.safetensors: 33%|███▎ | 1.71G/5.14G [00:11<00:18, 182MB/s] Downloading model.safetensors: 26%|██▌ | 1.80G/6.94G [00:11<00:25, 198MB/s] Downloading (…)del.fp16.safetensors: 34%|███▎ | 1.73G/5.14G [00:11<00:18, 187MB/s] Downloading model.safetensors: 26%|██▋ | 1.82G/6.94G [00:11<00:25, 199MB/s] Downloading (…)del.fp16.safetensors: 34%|███▍ | 1.75G/5.14G [00:11<00:17, 191MB/s] Downloading model.safetensors: 27%|██▋ | 1.85G/6.94G [00:11<00:25, 199MB/s] Downloading (…)del.fp16.safetensors: 35%|███▍ | 1.77G/5.14G [00:11<00:17, 193MB/s] Downloading model.safetensors: 27%|██▋ | 1.87G/6.94G [00:11<00:25, 198MB/s] Downloading (…)del.fp16.safetensors: 35%|███▍ | 1.79G/5.14G [00:11<00:17, 192MB/s] Downloading model.safetensors: 27%|██▋ | 1.89G/6.94G [00:11<00:26, 192MB/s] Downloading (…)del.fp16.safetensors: 35%|███▌ | 1.81G/5.14G [00:11<00:17, 195MB/s] Downloading model.safetensors: 28%|██▊ | 1.91G/6.94G [00:11<00:26, 192MB/s] Downloading (…)del.fp16.safetensors: 36%|███▌ | 1.84G/5.14G [00:11<00:17, 193MB/s] Downloading model.safetensors: 28%|██▊ | 1.93G/6.94G [00:12<00:26, 191MB/s] Downloading (…)del.fp16.safetensors: 36%|███▌ | 1.86G/5.14G [00:11<00:17, 193MB/s] Downloading model.safetensors: 28%|██▊ | 1.95G/6.94G [00:12<00:26, 191MB/s] Downloading (…)del.fp16.safetensors: 37%|███▋ | 1.88G/5.14G [00:11<00:16, 192MB/s] Downloading model.safetensors: 28%|██▊ | 1.97G/6.94G [00:12<00:26, 191MB/s] Downloading (…)del.fp16.safetensors: 37%|███▋ | 1.90G/5.14G [00:12<00:16, 192MB/s] Downloading model.safetensors: 29%|██▊ | 1.99G/6.94G [00:12<00:26, 190MB/s] Downloading (…)del.fp16.safetensors: 37%|███▋ | 1.92G/5.14G [00:12<00:17, 187MB/s] Downloading model.safetensors: 29%|██▉ | 2.01G/6.94G [00:12<00:26, 188MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 1.94G/5.14G [00:12<00:16, 189MB/s] Downloading model.safetensors: 29%|██▉ | 2.03G/6.94G [00:12<00:26, 188MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 1.96G/5.14G [00:12<00:16, 190MB/s] Downloading model.safetensors: 30%|██▉ | 2.06G/6.94G [00:12<00:25, 189MB/s] Downloading (…)del.fp16.safetensors: 39%|███▊ | 1.98G/5.14G [00:12<00:16, 190MB/s] Downloading model.safetensors: 30%|██▉ | 2.08G/6.94G [00:12<00:25, 189MB/s] Downloading (…)del.fp16.safetensors: 39%|███▉ | 2.00G/5.14G [00:12<00:16, 189MB/s] Downloading model.safetensors: 30%|███ | 2.10G/6.94G [00:12<00:25, 189MB/s] Downloading (…)del.fp16.safetensors: 39%|███▉ | 2.02G/5.14G [00:12<00:16, 189MB/s] Downloading model.safetensors: 31%|███ | 2.12G/6.94G [00:13<00:25, 190MB/s] Downloading model.safetensors: 31%|███ | 2.14G/6.94G [00:13<00:24, 192MB/s] Downloading (…)del.fp16.safetensors: 40%|███▉ | 2.04G/5.14G [00:12<00:20, 154MB/s] Downloading model.safetensors: 31%|███ | 2.16G/6.94G [00:13<00:24, 194MB/s] Downloading model.safetensors: 31%|███▏ | 2.18G/6.94G [00:13<00:24, 193MB/s] Downloading (…)del.fp16.safetensors: 40%|████ | 2.07G/5.14G [00:13<00:24, 127MB/s] Downloading model.safetensors: 32%|███▏ | 2.20G/6.94G [00:13<00:24, 194MB/s] Downloading model.safetensors: 32%|███▏ | 2.22G/6.94G [00:13<00:24, 196MB/s] Downloading (…)del.fp16.safetensors: 41%|████ | 2.09G/5.14G [00:13<00:24, 127MB/s] Downloading model.safetensors: 32%|███▏ | 2.24G/6.94G [00:13<00:24, 193MB/s] Downloading (…)del.fp16.safetensors: 41%|████ | 2.11G/5.14G [00:13<00:22, 137MB/s] Downloading model.safetensors: 33%|███▎ | 2.26G/6.94G [00:13<00:24, 192MB/s] Downloading (…)del.fp16.safetensors: 41%|████▏ | 2.13G/5.14G [00:13<00:19, 152MB/s] Downloading model.safetensors: 33%|███▎ | 2.29G/6.94G [00:13<00:23, 194MB/s] Downloading (…)del.fp16.safetensors: 42%|████▏ | 2.15G/5.14G [00:13<00:18, 163MB/s] Downloading model.safetensors: 33%|███▎ | 2.31G/6.94G [00:13<00:23, 195MB/s] Downloading (…)del.fp16.safetensors: 42%|████▏ | 2.17G/5.14G [00:13<00:17, 172MB/s] Downloading model.safetensors: 34%|███▎ | 2.33G/6.94G [00:14<00:23, 194MB/s] Downloading (…)del.fp16.safetensors: 43%|████▎ | 2.19G/5.14G [00:13<00:16, 177MB/s] Downloading model.safetensors: 34%|███▍ | 2.35G/6.94G [00:14<00:23, 195MB/s] Downloading (…)del.fp16.safetensors: 43%|████▎ | 2.21G/5.14G [00:14<00:15, 183MB/s] Downloading model.safetensors: 34%|███▍ | 2.37G/6.94G [00:14<00:23, 196MB/s] Downloading (…)del.fp16.safetensors: 43%|████▎ | 2.23G/5.14G [00:14<00:15, 187MB/s] Downloading model.safetensors: 34%|███▍ | 2.39G/6.94G [00:14<00:23, 197MB/s] Downloading (…)del.fp16.safetensors: 44%|████▍ | 2.25G/5.14G [00:14<00:15, 188MB/s] Downloading model.safetensors: 35%|███▍ | 2.41G/6.94G [00:14<00:23, 194MB/s] Downloading (…)del.fp16.safetensors: 44%|████▍ | 2.28G/5.14G [00:14<00:14, 191MB/s] Downloading model.safetensors: 35%|███▌ | 2.43G/6.94G [00:14<00:23, 196MB/s] Downloading (…)del.fp16.safetensors: 45%|████▍ | 2.30G/5.14G [00:14<00:14, 193MB/s] Downloading model.safetensors: 35%|███▌ | 2.45G/6.94G [00:14<00:23, 189MB/s] Downloading (…)del.fp16.safetensors: 45%|████▌ | 2.32G/5.14G [00:14<00:14, 194MB/s] Downloading model.safetensors: 36%|███▌ | 2.47G/6.94G [00:14<00:23, 188MB/s] Downloading (…)del.fp16.safetensors: 46%|████▌ | 2.34G/5.14G [00:14<00:14, 192MB/s] Downloading model.safetensors: 36%|███▌ | 2.50G/6.94G [00:14<00:23, 189MB/s] Downloading (…)del.fp16.safetensors: 46%|████▌ | 2.36G/5.14G [00:14<00:14, 192MB/s] Downloading model.safetensors: 36%|███▋ | 2.52G/6.94G [00:15<00:23, 189MB/s] Downloading (…)del.fp16.safetensors: 46%|████▋ | 2.38G/5.14G [00:14<00:14, 191MB/s] Downloading model.safetensors: 37%|███▋ | 2.54G/6.94G [00:15<00:23, 190MB/s] Downloading (…)del.fp16.safetensors: 47%|████▋ | 2.40G/5.14G [00:14<00:14, 191MB/s] Downloading model.safetensors: 37%|███▋ | 2.56G/6.94G [00:15<00:23, 190MB/s] Downloading (…)del.fp16.safetensors: 47%|████▋ | 2.42G/5.14G [00:15<00:14, 191MB/s] Downloading model.safetensors: 37%|███▋ | 2.58G/6.94G [00:15<00:22, 191MB/s] Downloading (…)del.fp16.safetensors: 48%|████▊ | 2.44G/5.14G [00:15<00:14, 192MB/s] Downloading model.safetensors: 37%|███▋ | 2.60G/6.94G [00:15<00:23, 187MB/s] Downloading (…)del.fp16.safetensors: 48%|████▊ | 2.46G/5.14G [00:15<00:14, 188MB/s] Downloading model.safetensors: 38%|███▊ | 2.62G/6.94G [00:15<00:22, 189MB/s] Downloading (…)del.fp16.safetensors: 48%|████▊ | 2.49G/5.14G [00:15<00:14, 189MB/s] Downloading model.safetensors: 38%|███▊ | 2.64G/6.94G [00:15<00:22, 188MB/s] Downloading (…)del.fp16.safetensors: 49%|████▉ | 2.51G/5.14G [00:15<00:13, 188MB/s] Downloading model.safetensors: 38%|███▊ | 2.66G/6.94G [00:15<00:22, 189MB/s] Downloading (…)del.fp16.safetensors: 49%|████▉ | 2.53G/5.14G [00:15<00:13, 188MB/s] Downloading model.safetensors: 39%|███▊ | 2.68G/6.94G [00:15<00:22, 189MB/s] Downloading (…)del.fp16.safetensors: 50%|████▉ | 2.55G/5.14G [00:15<00:13, 189MB/s] Downloading model.safetensors: 39%|███▉ | 2.71G/6.94G [00:16<00:22, 189MB/s] Downloading (…)del.fp16.safetensors: 50%|█████ | 2.57G/5.14G [00:15<00:13, 189MB/s] Downloading model.safetensors: 39%|███▉ | 2.73G/6.94G [00:16<00:22, 190MB/s] Downloading (…)del.fp16.safetensors: 50%|█████ | 2.59G/5.14G [00:15<00:13, 190MB/s] Downloading model.safetensors: 40%|███▉ | 2.75G/6.94G [00:16<00:22, 190MB/s] Downloading (…)del.fp16.safetensors: 51%|█████ | 2.61G/5.14G [00:16<00:13, 190MB/s] Downloading model.safetensors: 40%|███▉ | 2.77G/6.94G [00:16<00:22, 189MB/s] Downloading (…)del.fp16.safetensors: 51%|█████▏ | 2.63G/5.14G [00:16<00:13, 189MB/s] Downloading model.safetensors: 40%|████ | 2.79G/6.94G [00:16<00:22, 182MB/s] Downloading (…)del.fp16.safetensors: 52%|█████▏ | 2.65G/5.14G [00:16<00:13, 184MB/s] Downloading model.safetensors: 41%|████ | 2.81G/6.94G [00:16<00:22, 181MB/s] Downloading (…)del.fp16.safetensors: 52%|█████▏ | 2.67G/5.14G [00:16<00:13, 182MB/s] Downloading model.safetensors: 41%|████ | 2.83G/6.94G [00:16<00:22, 180MB/s] Downloading (…)del.fp16.safetensors: 52%|█████▏ | 2.69G/5.14G [00:16<00:13, 184MB/s] Downloading model.safetensors: 41%|████ | 2.85G/6.94G [00:16<00:22, 182MB/s] Downloading (…)del.fp16.safetensors: 53%|█████▎ | 2.72G/5.14G [00:16<00:13, 186MB/s] Downloading model.safetensors: 41%|████▏ | 2.87G/6.94G [00:16<00:21, 186MB/s] Downloading (…)del.fp16.safetensors: 53%|█████▎ | 2.74G/5.14G [00:16<00:12, 187MB/s] Downloading model.safetensors: 42%|████▏ | 2.89G/6.94G [00:17<00:21, 188MB/s] Downloading (…)del.fp16.safetensors: 54%|█████▎ | 2.76G/5.14G [00:16<00:12, 188MB/s] Downloading model.safetensors: 42%|████▏ | 2.92G/6.94G [00:17<00:21, 188MB/s] Downloading (…)del.fp16.safetensors: 54%|█████▍ | 2.78G/5.14G [00:16<00:12, 189MB/s] Downloading model.safetensors: 42%|████▏ | 2.94G/6.94G [00:17<00:21, 189MB/s] Downloading (…)del.fp16.safetensors: 55%|█████▍ | 2.80G/5.14G [00:17<00:12, 189MB/s] Downloading model.safetensors: 43%|████▎ | 2.96G/6.94G [00:17<00:20, 190MB/s] Downloading (…)del.fp16.safetensors: 55%|█████▍ | 2.82G/5.14G [00:17<00:12, 190MB/s] Downloading model.safetensors: 43%|████▎ | 2.98G/6.94G [00:17<00:20, 190MB/s] Downloading (…)del.fp16.safetensors: 55%|█████▌ | 2.84G/5.14G [00:17<00:12, 190MB/s] Downloading model.safetensors: 43%|████▎ | 3.00G/6.94G [00:17<00:20, 190MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▌ | 2.86G/5.14G [00:17<00:11, 190MB/s] Downloading model.safetensors: 44%|████▎ | 3.02G/6.94G [00:17<00:20, 190MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▌ | 2.88G/5.14G [00:17<00:11, 190MB/s] Downloading model.safetensors: 44%|████▍ | 3.04G/6.94G [00:17<00:20, 190MB/s] Downloading (…)del.fp16.safetensors: 57%|█████▋ | 2.90G/5.14G [00:17<00:11, 191MB/s] Downloading model.safetensors: 44%|████▍ | 3.06G/6.94G [00:17<00:20, 191MB/s] Downloading (…)del.fp16.safetensors: 57%|█████▋ | 2.93G/5.14G [00:17<00:11, 191MB/s] Downloading model.safetensors: 44%|████▍ | 3.08G/6.94G [00:18<00:20, 191MB/s] Downloading (…)del.fp16.safetensors: 57%|█████▋ | 2.95G/5.14G [00:17<00:11, 191MB/s] Downloading model.safetensors: 45%|████▍ | 3.10G/6.94G [00:18<00:20, 191MB/s] Downloading (…)del.fp16.safetensors: 58%|█████▊ | 2.97G/5.14G [00:17<00:11, 191MB/s] Downloading model.safetensors: 45%|████▌ | 3.12G/6.94G [00:18<00:20, 191MB/s] Downloading (…)del.fp16.safetensors: 58%|█████▊ | 2.99G/5.14G [00:18<00:11, 191MB/s] Downloading model.safetensors: 45%|████▌ | 3.15G/6.94G [00:18<00:19, 191MB/s] Downloading (…)del.fp16.safetensors: 59%|█████▊ | 3.01G/5.14G [00:18<00:11, 190MB/s] Downloading model.safetensors: 46%|████▌ | 3.17G/6.94G [00:18<00:19, 191MB/s] Downloading (…)del.fp16.safetensors: 59%|█████▉ | 3.03G/5.14G [00:18<00:11, 191MB/s] Downloading model.safetensors: 46%|████▌ | 3.19G/6.94G [00:18<00:19, 191MB/s] Downloading (…)del.fp16.safetensors: 59%|█████▉ | 3.05G/5.14G [00:18<00:10, 191MB/s] Downloading model.safetensors: 46%|████▌ | 3.21G/6.94G [00:18<00:19, 191MB/s] Downloading (…)del.fp16.safetensors: 60%|█████▉ | 3.07G/5.14G [00:18<00:10, 193MB/s] Downloading model.safetensors: 47%|████▋ | 3.23G/6.94G [00:18<00:19, 193MB/s] Downloading (…)del.fp16.safetensors: 60%|██████ | 3.09G/5.14G [00:18<00:10, 194MB/s] Downloading model.safetensors: 47%|████▋ | 3.25G/6.94G [00:18<00:18, 194MB/s] Downloading (…)del.fp16.safetensors: 61%|██████ | 3.11G/5.14G [00:18<00:10, 195MB/s] Downloading model.safetensors: 47%|████▋ | 3.27G/6.94G [00:19<00:18, 195MB/s] Downloading (…)del.fp16.safetensors: 61%|██████ | 3.14G/5.14G [00:18<00:10, 195MB/s] Downloading model.safetensors: 47%|████▋ | 3.29G/6.94G [00:19<00:18, 195MB/s] Downloading (…)del.fp16.safetensors: 61%|██████▏ | 3.16G/5.14G [00:18<00:10, 194MB/s] Downloading model.safetensors: 48%|████▊ | 3.31G/6.94G [00:19<00:18, 193MB/s] Downloading (…)del.fp16.safetensors: 62%|██████▏ | 3.18G/5.14G [00:19<00:10, 193MB/s] Downloading model.safetensors: 48%|████▊ | 3.33G/6.94G [00:19<00:18, 194MB/s] Downloading (…)del.fp16.safetensors: 62%|██████▏ | 3.20G/5.14G [00:19<00:09, 195MB/s] Downloading model.safetensors: 48%|████▊ | 3.36G/6.94G [00:19<00:18, 195MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 3.22G/5.14G [00:19<00:09, 196MB/s] Downloading model.safetensors: 49%|████▊ | 3.38G/6.94G [00:19<00:18, 197MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 3.24G/5.14G [00:19<00:09, 197MB/s] Downloading model.safetensors: 49%|████▉ | 3.40G/6.94G [00:19<00:18, 193MB/s] Downloading (…)del.fp16.safetensors: 64%|██████▎ | 3.26G/5.14G [00:19<00:09, 194MB/s] Downloading model.safetensors: 49%|████▉ | 3.42G/6.94G [00:19<00:18, 194MB/s] Downloading (…)del.fp16.safetensors: 64%|██████▍ | 3.28G/5.14G [00:19<00:09, 194MB/s] Downloading model.safetensors: 50%|████▉ | 3.44G/6.94G [00:19<00:17, 194MB/s] Downloading (…)del.fp16.safetensors: 64%|██████▍ | 3.30G/5.14G [00:19<00:09, 194MB/s] Downloading model.safetensors: 50%|████▉ | 3.46G/6.94G [00:20<00:17, 194MB/s] Downloading (…)del.fp16.safetensors: 65%|██████▍ | 3.32G/5.14G [00:19<00:09, 191MB/s] Downloading model.safetensors: 50%|█████ | 3.48G/6.94G [00:20<00:18, 191MB/s] Downloading (…)del.fp16.safetensors: 65%|██████▌ | 3.34G/5.14G [00:19<00:09, 191MB/s] Downloading model.safetensors: 50%|█████ | 3.50G/6.94G [00:20<00:18, 191MB/s] Downloading (…)del.fp16.safetensors: 66%|██████▌ | 3.37G/5.14G [00:20<00:09, 189MB/s] Downloading model.safetensors: 51%|█████ | 3.52G/6.94G [00:20<00:18, 189MB/s] Downloading (…)del.fp16.safetensors: 66%|██████▌ | 3.39G/5.14G [00:20<00:09, 187MB/s] Downloading model.safetensors: 51%|█████ | 3.54G/6.94G [00:20<00:18, 186MB/s] Downloading (…)del.fp16.safetensors: 66%|██████▋ | 3.41G/5.14G [00:20<00:09, 186MB/s] Downloading model.safetensors: 51%|█████▏ | 3.57G/6.94G [00:20<00:18, 186MB/s] Downloading model.safetensors: 52%|█████▏ | 3.59G/6.94G [00:20<00:17, 190MB/s] Downloading model.safetensors: 52%|█████▏ | 3.61G/6.94G [00:20<00:17, 194MB/s] Downloading (…)del.fp16.safetensors: 67%|██████▋ | 3.43G/5.14G [00:20<00:14, 119MB/s] Downloading model.safetensors: 52%|█████▏ | 3.63G/6.94G [00:20<00:17, 194MB/s] Downloading (…)del.fp16.safetensors: 67%|██████▋ | 3.45G/5.14G [00:20<00:12, 135MB/s] Downloading model.safetensors: 53%|█████▎ | 3.65G/6.94G [00:21<00:16, 194MB/s] Downloading (…)del.fp16.safetensors: 68%|██████▊ | 3.47G/5.14G [00:20<00:11, 148MB/s] Downloading model.safetensors: 53%|█████▎ | 3.67G/6.94G [00:21<00:16, 194MB/s] Downloading (…)del.fp16.safetensors: 68%|██████▊ | 3.49G/5.14G [00:20<00:10, 159MB/s] Downloading model.safetensors: 53%|█████▎ | 3.69G/6.94G [00:21<00:16, 192MB/s] Downloading (…)del.fp16.safetensors: 68%|██████▊ | 3.51G/5.14G [00:21<00:09, 167MB/s] Downloading model.safetensors: 54%|█████▎ | 3.71G/6.94G [00:21<00:16, 191MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 3.53G/5.14G [00:21<00:09, 173MB/s] Downloading model.safetensors: 54%|█████▍ | 3.73G/6.94G [00:21<00:17, 188MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 3.55G/5.14G [00:21<00:08, 178MB/s] Downloading model.safetensors: 54%|█████▍ | 3.75G/6.94G [00:21<00:16, 188MB/s] Downloading (…)del.fp16.safetensors: 70%|██████▉ | 3.58G/5.14G [00:21<00:08, 180MB/s] Downloading model.safetensors: 54%|█████▍ | 3.77G/6.94G [00:21<00:17, 184MB/s] Downloading (…)del.fp16.safetensors: 70%|███████ | 3.60G/5.14G [00:21<00:08, 182MB/s] Downloading model.safetensors: 55%|█████▍ | 3.80G/6.94G [00:21<00:16, 189MB/s] Downloading (…)del.fp16.safetensors: 70%|███████ | 3.62G/5.14G [00:21<00:08, 187MB/s] Downloading model.safetensors: 55%|█████▌ | 3.82G/6.94G [00:21<00:16, 192MB/s] Downloading (…)del.fp16.safetensors: 71%|███████ | 3.64G/5.14G [00:21<00:07, 190MB/s] Downloading model.safetensors: 55%|█████▌ | 3.84G/6.94G [00:22<00:16, 193MB/s] Downloading (…)del.fp16.safetensors: 71%|███████▏ | 3.66G/5.14G [00:21<00:07, 191MB/s] Downloading model.safetensors: 56%|█████▌ | 3.86G/6.94G [00:22<00:16, 191MB/s] Downloading (…)del.fp16.safetensors: 72%|███████▏ | 3.68G/5.14G [00:21<00:07, 192MB/s] Downloading model.safetensors: 56%|█████▌ | 3.88G/6.94G [00:22<00:15, 194MB/s] Downloading (…)del.fp16.safetensors: 72%|███████▏ | 3.70G/5.14G [00:22<00:07, 194MB/s] Downloading model.safetensors: 56%|█████▌ | 3.90G/6.94G [00:22<00:15, 195MB/s] Downloading (…)del.fp16.safetensors: 72%|███████▏ | 3.72G/5.14G [00:22<00:07, 195MB/s] Downloading model.safetensors: 57%|█████▋ | 3.92G/6.94G [00:22<00:15, 196MB/s] Downloading (…)del.fp16.safetensors: 73%|███████▎ | 3.74G/5.14G [00:22<00:07, 195MB/s] Downloading model.safetensors: 57%|█████▋ | 3.94G/6.94G [00:22<00:15, 197MB/s] Downloading (…)del.fp16.safetensors: 73%|███████▎ | 3.76G/5.14G [00:22<00:07, 196MB/s] Downloading model.safetensors: 57%|█████▋ | 3.96G/6.94G [00:22<00:15, 193MB/s] Downloading (…)del.fp16.safetensors: 74%|███████▎ | 3.79G/5.14G [00:22<00:06, 194MB/s] Downloading model.safetensors: 57%|█████▋ | 3.98G/6.94G [00:22<00:15, 193MB/s] Downloading (…)del.fp16.safetensors: 74%|███████▍ | 3.81G/5.14G [00:22<00:06, 194MB/s] Downloading model.safetensors: 58%|█████▊ | 4.01G/6.94G [00:22<00:15, 195MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▍ | 3.83G/5.14G [00:22<00:06, 196MB/s] Downloading model.safetensors: 58%|█████▊ | 4.03G/6.94G [00:22<00:14, 196MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▍ | 3.85G/5.14G [00:22<00:06, 197MB/s] Downloading model.safetensors: 58%|█████▊ | 4.05G/6.94G [00:23<00:14, 197MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▌ | 3.87G/5.14G [00:22<00:06, 197MB/s] Downloading model.safetensors: 59%|█████▊ | 4.07G/6.94G [00:23<00:14, 198MB/s] Downloading (…)del.fp16.safetensors: 76%|███████▌ | 3.89G/5.14G [00:22<00:06, 194MB/s] Downloading model.safetensors: 59%|█████▉ | 4.09G/6.94G [00:23<00:14, 194MB/s] Downloading (…)del.fp16.safetensors: 76%|███████▌ | 3.91G/5.14G [00:23<00:06, 193MB/s] Downloading model.safetensors: 59%|█████▉ | 4.11G/6.94G [00:23<00:14, 195MB/s] Downloading (…)del.fp16.safetensors: 77%|███████▋ | 3.93G/5.14G [00:23<00:06, 195MB/s] Downloading model.safetensors: 60%|█████▉ | 4.13G/6.94G [00:23<00:14, 196MB/s] Downloading (…)del.fp16.safetensors: 77%|███████▋ | 3.95G/5.14G [00:23<00:06, 196MB/s] Downloading model.safetensors: 60%|█████▉ | 4.15G/6.94G [00:23<00:14, 196MB/s] Downloading (…)del.fp16.safetensors: 77%|███████▋ | 3.97G/5.14G [00:23<00:06, 191MB/s] Downloading model.safetensors: 60%|██████ | 4.17G/6.94G [00:23<00:14, 188MB/s] Downloading (…)del.fp16.safetensors: 78%|███████▊ | 4.00G/5.14G [00:23<00:06, 178MB/s] Downloading model.safetensors: 60%|██████ | 4.19G/6.94G [00:23<00:15, 177MB/s] Downloading (…)del.fp16.safetensors: 78%|███████▊ | 4.02G/5.14G [00:23<00:06, 161MB/s] Downloading model.safetensors: 61%|██████ | 4.22G/6.94G [00:23<00:14, 185MB/s] Downloading model.safetensors: 61%|██████ | 4.24G/6.94G [00:24<00:14, 187MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▊ | 4.04G/5.14G [00:23<00:08, 129MB/s] Downloading model.safetensors: 61%|██████▏ | 4.26G/6.94G [00:24<00:14, 189MB/s] Downloading model.safetensors: 62%|██████▏ | 4.28G/6.94G [00:24<00:13, 191MB/s] Downloading model.safetensors: 62%|██████▏ | 4.30G/6.94G [00:24<00:13, 193MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▉ | 4.06G/5.14G [00:24<00:09, 114MB/s] Downloading model.safetensors: 62%|██████▏ | 4.32G/6.94G [00:24<00:13, 195MB/s] Downloading model.safetensors: 63%|██████▎ | 4.34G/6.94G [00:24<00:13, 194MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▉ | 4.08G/5.14G [00:24<00:09, 107MB/s] Downloading model.safetensors: 63%|██████▎ | 4.36G/6.94G [00:24<00:13, 192MB/s] Downloading (…)del.fp16.safetensors: 80%|███████▉ | 4.10G/5.14G [00:24<00:08, 118MB/s] Downloading model.safetensors: 63%|██████▎ | 4.38G/6.94G [00:24<00:13, 195MB/s] Downloading (…)del.fp16.safetensors: 80%|████████ | 4.12G/5.14G [00:24<00:07, 135MB/s] Downloading model.safetensors: 63%|██████▎ | 4.40G/6.94G [00:24<00:13, 194MB/s] Downloading (…)del.fp16.safetensors: 81%|████████ | 4.14G/5.14G [00:24<00:07, 138MB/s] Downloading model.safetensors: 64%|██████▍ | 4.42G/6.94G [00:25<00:12, 194MB/s] Downloading (…)del.fp16.safetensors: 81%|████████ | 4.16G/5.14G [00:24<00:06, 145MB/s] Downloading model.safetensors: 64%|██████▍ | 4.45G/6.94G [00:25<00:12, 196MB/s] Downloading model.safetensors: 64%|██████▍ | 4.47G/6.94G [00:25<00:12, 195MB/s] Downloading model.safetensors: 65%|██████▍ | 4.49G/6.94G [00:25<00:12, 196MB/s] Downloading (…)del.fp16.safetensors: 81%|████████▏ | 4.18G/5.14G [00:25<00:07, 120MB/s] Downloading model.safetensors: 65%|██████▍ | 4.51G/6.94G [00:25<00:12, 197MB/s] Downloading model.safetensors: 65%|██████▌ | 4.53G/6.94G [00:25<00:23, 104MB/s] Downloading (…)del.fp16.safetensors: 82%|████████▏ | 4.20G/5.14G [00:25<00:12, 73.5MB/s] Downloading model.safetensors: 66%|██████▌ | 4.55G/6.94G [00:26<00:19, 120MB/s] Downloading (…)del.fp16.safetensors: 82%|████████▏ | 4.23G/5.14G [00:25<00:10, 84.1MB/s] Downloading model.safetensors: 66%|██████▌ | 4.57G/6.94G [00:26<00:17, 135MB/s] Downloading model.safetensors: 66%|██████▌ | 4.59G/6.94G [00:26<00:15, 148MB/s] Downloading (…)del.fp16.safetensors: 83%|████████▎ | 4.25G/5.14G [00:26<00:09, 95.7MB/s] Downloading model.safetensors: 66%|██████▋ | 4.61G/6.94G [00:26<00:14, 159MB/s] Downloading (…)del.fp16.safetensors: 83%|████████▎ | 4.27G/5.14G [00:26<00:08, 101MB/s] Downloading model.safetensors: 67%|██████▋ | 4.63G/6.94G [00:26<00:13, 168MB/s] Downloading model.safetensors: 67%|██████▋ | 4.66G/6.94G [00:26<00:12, 177MB/s] Downloading model.safetensors: 67%|██████▋ | 4.68G/6.94G [00:26<00:12, 183MB/s] Downloading (…)del.fp16.safetensors: 84%|████████▎ | 4.29G/5.14G [00:26<00:08, 95.2MB/s] Downloading model.safetensors: 68%|██████▊ | 4.70G/6.94G [00:26<00:12, 185MB/s] Downloading model.safetensors: 68%|██████▊ | 4.72G/6.94G [00:26<00:11, 188MB/s] Downloading model.safetensors: 68%|██████▊ | 4.74G/6.94G [00:27<00:11, 191MB/s] Downloading model.safetensors: 69%|██████▊ | 4.76G/6.94G [00:27<00:11, 194MB/s] Downloading (…)del.fp16.safetensors: 84%|████████▍ | 4.31G/5.14G [00:26<00:11, 72.4MB/s] Downloading model.safetensors: 69%|██████▉ | 4.78G/6.94G [00:27<00:11, 195MB/s] Downloading (…)del.fp16.safetensors: 84%|████████▍ | 4.32G/5.14G [00:27<00:11, 71.8MB/s] Downloading model.safetensors: 69%|██████▉ | 4.80G/6.94G [00:27<00:10, 197MB/s] Downloading model.safetensors: 70%|██████▉ | 4.82G/6.94G [00:27<00:10, 197MB/s] Downloading (…)del.fp16.safetensors: 85%|████████▍ | 4.34G/5.14G [00:27<00:09, 83.8MB/s] Downloading model.safetensors: 70%|██████▉ | 4.84G/6.94G [00:27<00:10, 197MB/s] Downloading (…)del.fp16.safetensors: 85%|████████▍ | 4.36G/5.14G [00:27<00:07, 99.6MB/s] Downloading model.safetensors: 70%|███████ | 4.87G/6.94G [00:27<00:10, 200MB/s] Downloading (…)del.fp16.safetensors: 85%|████████▌ | 4.38G/5.14G [00:27<00:06, 116MB/s] Downloading model.safetensors: 70%|███████ | 4.89G/6.94G [00:27<00:10, 189MB/s] Downloading (…)del.fp16.safetensors: 86%|████████▌ | 4.40G/5.14G [00:27<00:05, 128MB/s] Downloading model.safetensors: 71%|███████ | 4.91G/6.94G [00:27<00:10, 188MB/s] Downloading (…)del.fp16.safetensors: 86%|████████▌ | 4.42G/5.14G [00:27<00:04, 143MB/s] Downloading model.safetensors: 71%|███████ | 4.93G/6.94G [00:27<00:10, 189MB/s] Downloading (…)del.fp16.safetensors: 87%|████████▋ | 4.45G/5.14G [00:27<00:04, 155MB/s] Downloading model.safetensors: 71%|███████▏ | 4.95G/6.94G [00:28<00:10, 193MB/s] Downloading (…)del.fp16.safetensors: 87%|████████▋ | 4.47G/5.14G [00:27<00:03, 167MB/s] Downloading model.safetensors: 72%|███████▏ | 4.97G/6.94G [00:28<00:10, 196MB/s] Downloading (…)del.fp16.safetensors: 87%|████████▋ | 4.49G/5.14G [00:28<00:03, 176MB/s] Downloading model.safetensors: 72%|███████▏ | 4.99G/6.94G [00:28<00:09, 199MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 4.51G/5.14G [00:28<00:03, 183MB/s] Downloading model.safetensors: 72%|███████▏ | 5.01G/6.94G [00:28<00:09, 198MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 4.53G/5.14G [00:28<00:03, 189MB/s] Downloading model.safetensors: 73%|███████▎ | 5.03G/6.94G [00:28<00:09, 201MB/s] Downloading (…)del.fp16.safetensors: 89%|████████▊ | 4.55G/5.14G [00:28<00:03, 193MB/s] Downloading model.safetensors: 73%|███████▎ | 5.05G/6.94G [00:28<00:09, 202MB/s] Downloading (…)del.fp16.safetensors: 89%|████████▉ | 4.57G/5.14G [00:28<00:02, 194MB/s] Downloading model.safetensors: 73%|███████▎ | 5.08G/6.94G [00:28<00:09, 201MB/s] Downloading (…)del.fp16.safetensors: 89%|████████▉ | 4.59G/5.14G [00:28<00:02, 187MB/s] Downloading model.safetensors: 73%|███████▎ | 5.10G/6.94G [00:28<00:09, 193MB/s] Downloading model.safetensors: 74%|███████▍ | 5.12G/6.94G [00:28<00:09, 195MB/s] Downloading (…)del.fp16.safetensors: 90%|█████████ | 4.62G/5.14G [00:28<00:02, 194MB/s] Downloading model.safetensors: 74%|███████▍ | 5.14G/6.94G [00:29<00:09, 196MB/s] Downloading (…)del.fp16.safetensors: 90%|█████████ | 4.65G/5.14G [00:28<00:02, 196MB/s] Downloading model.safetensors: 74%|███████▍ | 5.16G/6.94G [00:29<00:09, 197MB/s] Downloading (…)del.fp16.safetensors: 91%|█████████ | 4.67G/5.14G [00:28<00:02, 197MB/s] Downloading model.safetensors: 75%|███████▍ | 5.18G/6.94G [00:29<00:09, 195MB/s] Downloading (…)del.fp16.safetensors: 91%|█████████▏| 4.69G/5.14G [00:29<00:02, 196MB/s] Downloading model.safetensors: 75%|███████▍ | 5.20G/6.94G [00:29<00:08, 195MB/s] Downloading (…)del.fp16.safetensors: 92%|█████████▏| 4.71G/5.14G [00:29<00:02, 198MB/s] Downloading model.safetensors: 75%|███████▌ | 5.22G/6.94G [00:29<00:08, 196MB/s] Downloading (…)del.fp16.safetensors: 92%|█████████▏| 4.73G/5.14G [00:29<00:02, 199MB/s] Downloading model.safetensors: 76%|███████▌ | 5.24G/6.94G [00:29<00:08, 198MB/s] Downloading (…)del.fp16.safetensors: 93%|█████████▎| 4.75G/5.14G [00:29<00:01, 201MB/s] Downloading model.safetensors: 76%|███████▌ | 5.26G/6.94G [00:29<00:08, 200MB/s] Downloading (…)del.fp16.safetensors: 93%|█████████▎| 4.77G/5.14G [00:29<00:01, 202MB/s] Downloading model.safetensors: 76%|███████▌ | 5.28G/6.94G [00:29<00:08, 201MB/s] Downloading (…)del.fp16.safetensors: 93%|█████████▎| 4.79G/5.14G [00:29<00:01, 194MB/s] Downloading model.safetensors: 76%|███████▋ | 5.31G/6.94G [00:29<00:08, 200MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▎| 4.81G/5.14G [00:29<00:01, 197MB/s] Downloading model.safetensors: 77%|███████▋ | 5.33G/6.94G [00:29<00:08, 199MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▍| 4.83G/5.14G [00:29<00:01, 198MB/s] Downloading model.safetensors: 77%|███████▋ | 5.35G/6.94G [00:30<00:07, 199MB/s] Downloading (…)del.fp16.safetensors: 95%|█████████▍| 4.85G/5.14G [00:29<00:01, 198MB/s] Downloading model.safetensors: 77%|███████▋ | 5.37G/6.94G [00:30<00:07, 200MB/s] Downloading (…)del.fp16.safetensors: 95%|█████████▍| 4.88G/5.14G [00:29<00:01, 199MB/s] Downloading model.safetensors: 78%|███████▊ | 5.39G/6.94G [00:30<00:07, 200MB/s] Downloading (…)del.fp16.safetensors: 95%|█████████▌| 4.90G/5.14G [00:30<00:01, 150MB/s] Downloading model.safetensors: 78%|███████▊ | 5.42G/6.94G [00:30<00:07, 202MB/s] Downloading (…)del.fp16.safetensors: 96%|█████████▌| 4.92G/5.14G [00:30<00:01, 163MB/s] Downloading model.safetensors: 78%|███████▊ | 5.44G/6.94G [00:30<00:07, 202MB/s] Downloading (…)del.fp16.safetensors: 96%|█████████▌| 4.94G/5.14G [00:30<00:01, 174MB/s] Downloading model.safetensors: 79%|███████▊ | 5.46G/6.94G [00:30<00:07, 203MB/s] Downloading model.safetensors: 79%|███████▉ | 5.48G/6.94G [00:30<00:07, 202MB/s] Downloading (…)del.fp16.safetensors: 97%|█████████▋| 4.96G/5.14G [00:30<00:01, 174MB/s] Downloading model.safetensors: 79%|███████▉ | 5.51G/6.94G [00:30<00:07, 201MB/s] Downloading (…)del.fp16.safetensors: 97%|█████████▋| 4.98G/5.14G [00:30<00:00, 181MB/s] Downloading (…)del.fp16.safetensors: 97%|█████████▋| 5.00G/5.14G [00:30<00:00, 188MB/s] Downloading (…)del.fp16.safetensors: 98%|█████████▊| 5.03G/5.14G [00:30<00:00, 195MB/s] Downloading model.safetensors: 80%|███████▉ | 5.53G/6.94G [00:31<00:11, 124MB/s] Downloading (…)del.fp16.safetensors: 98%|█████████▊| 5.05G/5.14G [00:30<00:00, 197MB/s] Downloading model.safetensors: 80%|███████▉ | 5.55G/6.94G [00:31<00:10, 131MB/s] Downloading (…)del.fp16.safetensors: 99%|█████████▉| 5.08G/5.14G [00:31<00:00, 196MB/s] Downloading model.safetensors: 80%|████████ | 5.57G/6.94G [00:31<00:09, 144MB/s] Downloading (…)del.fp16.safetensors: 99%|█████████▉| 5.10G/5.14G [00:31<00:00, 194MB/s] Downloading model.safetensors: 81%|████████ | 5.59G/6.94G [00:31<00:08, 158MB/s] Downloading (…)del.fp16.safetensors: 100%|█████████▉| 5.12G/5.14G [00:31<00:00, 197MB/s] Downloading model.safetensors: 81%|████████ | 5.61G/6.94G [00:31<00:07, 170MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 5.14G/5.14G [00:31<00:00, 164MB/s] Downloading model.safetensors: 81%|████████ | 5.63G/6.94G [00:31<00:07, 179MB/s] Downloading model.safetensors: 81%|████████▏ | 5.65G/6.94G [00:31<00:06, 184MB/s] Downloading model.safetensors: 82%|████████▏ | 5.67G/6.94G [00:31<00:06, 190MB/s] Downloading model.safetensors: 82%|████████▏ | 5.69G/6.94G [00:32<00:06, 195MB/s] Downloading model.safetensors: 83%|████████▎ | 5.73G/6.94G [00:32<00:06, 200MB/s] Downloading model.safetensors: 83%|████████▎ | 5.76G/6.94G [00:32<00:05, 204MB/s] Downloading model.safetensors: 83%|████████▎ | 5.78G/6.94G [00:32<00:05, 204MB/s] Downloading model.safetensors: 84%|████████▎ | 5.80G/6.94G [00:32<00:05, 204MB/s] Downloading model.safetensors: 84%|████████▍ | 5.83G/6.94G [00:32<00:05, 206MB/s] Downloading model.safetensors: 84%|████████▍ | 5.85G/6.94G [00:32<00:05, 206MB/s] Downloading model.safetensors: 85%|████████▍ | 5.87G/6.94G [00:32<00:05, 203MB/s] Downloading model.safetensors: 85%|████████▍ | 5.89G/6.94G [00:33<00:05, 204MB/s] Downloading model.safetensors: 85%|████████▌ | 5.91G/6.94G [00:33<00:04, 205MB/s] Downloading model.safetensors: 86%|████████▌ | 5.95G/6.94G [00:33<00:04, 209MB/s] Downloading model.safetensors: 86%|████████▌ | 5.97G/6.94G [00:33<00:04, 209MB/s] Downloading model.safetensors: 86%|████████▋ | 6.00G/6.94G [00:33<00:04, 210MB/s] Downloading model.safetensors: 87%|████████▋ | 6.02G/6.94G [00:33<00:04, 209MB/s] Downloading model.safetensors: 87%|████████▋ | 6.05G/6.94G [00:33<00:04, 209MB/s] Downloading model.safetensors: 88%|████████▊ | 6.08G/6.94G [00:33<00:04, 210MB/s] Downloading model.safetensors: 88%|████████▊ | 6.11G/6.94G [00:34<00:03, 209MB/s] Downloading model.safetensors: 88%|████████▊ | 6.13G/6.94G [00:34<00:03, 206MB/s] Downloading model.safetensors: 89%|████████▉ | 6.17G/6.94G [00:34<00:03, 208MB/s] Downloading model.safetensors: 89%|████████▉ | 6.20G/6.94G [00:34<00:03, 210MB/s] Downloading model.safetensors: 90%|████████▉ | 6.23G/6.94G [00:34<00:03, 210MB/s] Downloading model.safetensors: 90%|█████████ | 6.25G/6.94G [00:34<00:03, 210MB/s] Downloading model.safetensors: 90%|█████████ | 6.27G/6.94G [00:34<00:03, 208MB/s] Downloading model.safetensors: 91%|█████████ | 6.29G/6.94G [00:34<00:03, 201MB/s] Downloading model.safetensors: 91%|█████████ | 6.32G/6.94G [00:35<00:03, 205MB/s] Downloading model.safetensors: 91%|█████████▏| 6.34G/6.94G [00:35<00:02, 205MB/s] Downloading model.safetensors: 92%|█████████▏| 6.38G/6.94G [00:35<00:02, 207MB/s] Downloading model.safetensors: 92%|█████████▏| 6.40G/6.94G [00:35<00:02, 207MB/s] Downloading model.safetensors: 93%|█████████▎| 6.43G/6.94G [00:35<00:02, 207MB/s] Downloading model.safetensors: 93%|█████████▎| 6.45G/6.94G [00:35<00:02, 208MB/s] Downloading model.safetensors: 93%|█████████▎| 6.48G/6.94G [00:35<00:02, 208MB/s] Downloading model.safetensors: 94%|█████████▎| 6.50G/6.94G [00:35<00:02, 206MB/s] Downloading model.safetensors: 94%|█████████▍| 6.53G/6.94G [00:36<00:01, 208MB/s] Downloading model.safetensors: 95%|█████████▍| 6.56G/6.94G [00:36<00:01, 210MB/s] Downloading model.safetensors: 95%|█████████▌| 6.60G/6.94G [00:36<00:01, 210MB/s] Downloading model.safetensors: 96%|█████████▌| 6.63G/6.94G [00:36<00:01, 210MB/s] Downloading model.safetensors: 96%|█████████▌| 6.66G/6.94G [00:36<00:01, 211MB/s] Downloading model.safetensors: 96%|█████████▋| 6.69G/6.94G [00:36<00:01, 211MB/s] Downloading model.safetensors: 97%|█████████▋| 6.72G/6.94G [00:36<00:01, 210MB/s] Downloading model.safetensors: 97%|█████████▋| 6.75G/6.94G [00:37<00:00, 210MB/s] Downloading model.safetensors: 98%|█████████▊| 6.78G/6.94G [00:37<00:00, 210MB/s] Downloading model.safetensors: 98%|█████████▊| 6.82G/6.94G [00:37<00:00, 211MB/s] Downloading model.safetensors: 99%|█████████▊| 6.85G/6.94G [00:37<00:00, 211MB/s] Downloading model.safetensors: 99%|█████████▉| 6.88G/6.94G [00:37<00:00, 211MB/s] Downloading model.safetensors: 100%|█████████▉| 6.91G/6.94G [00:37<00:00, 211MB/s] Downloading model.safetensors: 100%|██████████| 6.94G/6.94G [00:38<00:00, 208MB/s] Downloading model.safetensors: 100%|██████████| 6.94G/6.94G [00:38<00:00, 182MB/s] Fetching 21 files: 5%|▍ | 1/21 [00:39<13:14, 39.73s/it] Fetching 21 files: 100%|██████████| 21/21 [00:39<00:00, 1.89s/it] Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 5.21it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:01<00:00, 2.27it/s] Loading pipeline components...: 86%|████████▌ | 6/7 [00:02<00:00, 2.77it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.09it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.00it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<00:58, 1.20s/it] 4%|▍ | 2/50 [00:01<00:27, 1.76it/s] 6%|▌ | 3/50 [00:01<00:17, 2.74it/s] 8%|▊ | 4/50 [00:01<00:12, 3.75it/s] 10%|█ | 5/50 [00:01<00:09, 4.71it/s] 12%|█▏ | 6/50 [00:01<00:07, 5.57it/s] 14%|█▍ | 7/50 [00:01<00:06, 6.30it/s] 16%|█▌ | 8/50 [00:02<00:06, 6.82it/s] 18%|█▊ | 9/50 [00:02<00:05, 7.20it/s] 20%|██ | 10/50 [00:02<00:05, 7.59it/s] 22%|██▏ | 11/50 [00:02<00:04, 7.88it/s] 24%|██▍ | 12/50 [00:02<00:04, 7.93it/s] 26%|██▌ | 13/50 [00:02<00:04, 8.13it/s] 28%|██▊ | 14/50 [00:02<00:04, 8.27it/s] 30%|███ | 15/50 [00:02<00:04, 8.38it/s] 32%|███▏ | 16/50 [00:02<00:04, 8.45it/s] 34%|███▍ | 17/50 [00:03<00:03, 8.50it/s] 36%|███▌ | 18/50 [00:03<00:03, 8.54it/s] 38%|███▊ | 19/50 [00:03<00:03, 8.56it/s] 40%|████ | 20/50 [00:03<00:03, 8.57it/s] 42%|████▏ | 21/50 [00:03<00:03, 8.58it/s] 44%|████▍ | 22/50 [00:03<00:03, 8.60it/s] 46%|████▌ | 23/50 [00:03<00:03, 8.61it/s] 48%|████▊ | 24/50 [00:03<00:03, 8.61it/s] 50%|█████ | 25/50 [00:04<00:02, 8.61it/s] 52%|█████▏ | 26/50 [00:04<00:02, 8.61it/s] 54%|█████▍ | 27/50 [00:04<00:02, 8.62it/s] 56%|█████▌ | 28/50 [00:04<00:02, 8.61it/s] 58%|█████▊ | 29/50 [00:04<00:02, 8.56it/s] 60%|██████ | 30/50 [00:04<00:02, 8.58it/s] 62%|██████▏ | 31/50 [00:04<00:02, 8.59it/s] 64%|██████▍ | 32/50 [00:04<00:02, 8.60it/s] 66%|██████▌ | 33/50 [00:04<00:01, 8.61it/s] 68%|██████▊ | 34/50 [00:05<00:01, 8.60it/s] 70%|███████ | 35/50 [00:05<00:01, 8.59it/s] 72%|███████▏ | 36/50 [00:05<00:01, 8.60it/s] 74%|███████▍ | 37/50 [00:05<00:01, 8.61it/s] 76%|███████▌ | 38/50 [00:05<00:01, 8.36it/s] 78%|███████▊ | 39/50 [00:05<00:01, 8.43it/s] 80%|████████ | 40/50 [00:05<00:01, 8.48it/s] 82%|████████▏ | 41/50 [00:05<00:01, 8.52it/s] 84%|████████▍ | 42/50 [00:06<00:00, 8.50it/s] 86%|████████▌ | 43/50 [00:06<00:00, 8.53it/s] 88%|████████▊ | 44/50 [00:06<00:00, 8.55it/s] 90%|█████████ | 45/50 [00:06<00:00, 8.57it/s] 92%|█████████▏| 46/50 [00:06<00:00, 8.57it/s] 94%|█████████▍| 47/50 [00:06<00:00, 8.43it/s] 96%|█████████▌| 48/50 [00:06<00:00, 8.48it/s] 98%|█████████▊| 49/50 [00:06<00:00, 8.52it/s] 100%|██████████| 50/50 [00:06<00:00, 8.55it/s] 100%|██████████| 50/50 [00:06<00:00, 7.20it/s]
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764IDwwhxk6rbuksj2qucmd3swphcdmStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- seed
- null
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3
- scheduler
- PNDM
- base_model
- FFusion/FFusionXL-BASE
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting
- num_inference_steps
- 50
{ "seed": null, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "PNDM", "base_model": "FFusion/FFusionXL-BASE", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", scheduler: "PNDM", base_model: "FFusion/FFusionXL-BASE", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "PNDM", "base_model": "FFusion/FFusionXL-BASE", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "PNDM", "base_model": "FFusion/FFusionXL-BASE", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T20:02:12.199470Z", "created_at": "2023-09-22T20:01:59.458620Z", "data_removed": false, "error": null, "id": "wwhxk6rbuksj2qucmd3swphcdm", "input": { "seed": null, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "PNDM", "base_model": "FFusion/FFusionXL-BASE", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }, "logs": "Using seed: 7649\nLoading sdxl pipeline...\nA mixture of fp16 and non-fp16 filenames will be loaded.\nLoaded fp16 filenames:\n[text_encoder/model.fp16.safetensors, vae_0_9/diffusion_pytorch_model.fp16.safetensors, text_encoder_2/model.fp16.safetensors, vae_1_0/diffusion_pytorch_model.fp16.safetensors, unet/diffusion_pytorch_model.fp16.safetensors, vae/diffusion_pytorch_model.fp16.safetensors]\nLoaded non-fp16 filenames:\n[model.safetensors\nIf this behavior is not expected, please check your folder structure.\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.66it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.77it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 11.31it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.29it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.04it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.73it/s]\n 4%|▍ | 2/50 [00:00<00:08, 5.60it/s]\n 6%|▌ | 3/50 [00:00<00:07, 6.66it/s]\n 8%|▊ | 4/50 [00:00<00:06, 7.27it/s]\n 10%|█ | 5/50 [00:00<00:05, 7.67it/s]\n 12%|█▏ | 6/50 [00:00<00:05, 7.97it/s]\n 14%|█▍ | 7/50 [00:00<00:05, 8.17it/s]\n 16%|█▌ | 8/50 [00:01<00:05, 8.31it/s]\n 18%|█▊ | 9/50 [00:01<00:04, 8.40it/s]\n 20%|██ | 10/50 [00:01<00:04, 8.46it/s]\n 22%|██▏ | 11/50 [00:01<00:04, 8.51it/s]\n 24%|██▍ | 12/50 [00:01<00:04, 8.54it/s]\n 26%|██▌ | 13/50 [00:01<00:04, 8.56it/s]\n 28%|██▊ | 14/50 [00:01<00:04, 8.47it/s]\n 30%|███ | 15/50 [00:01<00:04, 8.51it/s]\n 32%|███▏ | 16/50 [00:02<00:03, 8.54it/s]\n 34%|███▍ | 17/50 [00:02<00:03, 8.56it/s]\n 36%|███▌ | 18/50 [00:02<00:03, 8.58it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 8.59it/s]\n 40%|████ | 20/50 [00:02<00:03, 8.60it/s]\n 42%|████▏ | 21/50 [00:02<00:03, 8.52it/s]\n 44%|████▍ | 22/50 [00:02<00:03, 8.44it/s]\n 46%|████▌ | 23/50 [00:02<00:03, 8.48it/s]\n 48%|████▊ | 24/50 [00:02<00:03, 8.52it/s]\n 50%|█████ | 25/50 [00:03<00:02, 8.55it/s]\n 52%|█████▏ | 26/50 [00:03<00:02, 8.57it/s]\n 54%|█████▍ | 27/50 [00:03<00:03, 7.53it/s]\n 56%|█████▌ | 28/50 [00:03<00:02, 7.76it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 8.00it/s]\n 60%|██████ | 30/50 [00:03<00:02, 8.17it/s]\n 62%|██████▏ | 31/50 [00:03<00:02, 8.21it/s]\n 64%|██████▍ | 32/50 [00:03<00:02, 8.32it/s]\n 66%|██████▌ | 33/50 [00:04<00:02, 8.41it/s]\n 68%|██████▊ | 34/50 [00:04<00:01, 8.40it/s]\n 70%|███████ | 35/50 [00:04<00:01, 8.46it/s]\n 72%|███████▏ | 36/50 [00:04<00:01, 8.51it/s]\n 74%|███████▍ | 37/50 [00:04<00:01, 8.54it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 8.56it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 8.56it/s]\n 80%|████████ | 40/50 [00:04<00:01, 8.57it/s]\n 82%|████████▏ | 41/50 [00:04<00:01, 8.58it/s]\n 84%|████████▍ | 42/50 [00:05<00:00, 8.59it/s]\n 86%|████████▌ | 43/50 [00:05<00:00, 8.59it/s]\n 88%|████████▊ | 44/50 [00:05<00:00, 8.60it/s]\n 90%|█████████ | 45/50 [00:05<00:00, 8.52it/s]\n 92%|█████████▏| 46/50 [00:05<00:00, 8.36it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 8.42it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 8.42it/s]\n 98%|█████████▊| 49/50 [00:05<00:00, 8.47it/s]\n100%|██████████| 50/50 [00:06<00:00, 8.51it/s]\n100%|██████████| 50/50 [00:06<00:00, 8.25it/s]", "metrics": { "predict_time": 12.821431, "total_time": 12.74085 }, "output": [ "https://replicate.delivery/pbxt/YRnIHam8EYa0Bhe902tLRSmcrPweduCEuKJ9PkjkCfYGm0NjA/out-0.png" ], "started_at": "2023-09-22T20:01:59.378039Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/wwhxk6rbuksj2qucmd3swphcdm", "cancel": "https://api.replicate.com/v1/predictions/wwhxk6rbuksj2qucmd3swphcdm/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 7649 Loading sdxl pipeline... A mixture of fp16 and non-fp16 filenames will be loaded. Loaded fp16 filenames: [text_encoder/model.fp16.safetensors, vae_0_9/diffusion_pytorch_model.fp16.safetensors, text_encoder_2/model.fp16.safetensors, vae_1_0/diffusion_pytorch_model.fp16.safetensors, unet/diffusion_pytorch_model.fp16.safetensors, vae/diffusion_pytorch_model.fp16.safetensors] Loaded non-fp16 filenames: [model.safetensors If this behavior is not expected, please check your folder structure. Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.66it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.77it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 11.31it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.29it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.04it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.73it/s] 4%|▍ | 2/50 [00:00<00:08, 5.60it/s] 6%|▌ | 3/50 [00:00<00:07, 6.66it/s] 8%|▊ | 4/50 [00:00<00:06, 7.27it/s] 10%|█ | 5/50 [00:00<00:05, 7.67it/s] 12%|█▏ | 6/50 [00:00<00:05, 7.97it/s] 14%|█▍ | 7/50 [00:00<00:05, 8.17it/s] 16%|█▌ | 8/50 [00:01<00:05, 8.31it/s] 18%|█▊ | 9/50 [00:01<00:04, 8.40it/s] 20%|██ | 10/50 [00:01<00:04, 8.46it/s] 22%|██▏ | 11/50 [00:01<00:04, 8.51it/s] 24%|██▍ | 12/50 [00:01<00:04, 8.54it/s] 26%|██▌ | 13/50 [00:01<00:04, 8.56it/s] 28%|██▊ | 14/50 [00:01<00:04, 8.47it/s] 30%|███ | 15/50 [00:01<00:04, 8.51it/s] 32%|███▏ | 16/50 [00:02<00:03, 8.54it/s] 34%|███▍ | 17/50 [00:02<00:03, 8.56it/s] 36%|███▌ | 18/50 [00:02<00:03, 8.58it/s] 38%|███▊ | 19/50 [00:02<00:03, 8.59it/s] 40%|████ | 20/50 [00:02<00:03, 8.60it/s] 42%|████▏ | 21/50 [00:02<00:03, 8.52it/s] 44%|████▍ | 22/50 [00:02<00:03, 8.44it/s] 46%|████▌ | 23/50 [00:02<00:03, 8.48it/s] 48%|████▊ | 24/50 [00:02<00:03, 8.52it/s] 50%|█████ | 25/50 [00:03<00:02, 8.55it/s] 52%|█████▏ | 26/50 [00:03<00:02, 8.57it/s] 54%|█████▍ | 27/50 [00:03<00:03, 7.53it/s] 56%|█████▌ | 28/50 [00:03<00:02, 7.76it/s] 58%|█████▊ | 29/50 [00:03<00:02, 8.00it/s] 60%|██████ | 30/50 [00:03<00:02, 8.17it/s] 62%|██████▏ | 31/50 [00:03<00:02, 8.21it/s] 64%|██████▍ | 32/50 [00:03<00:02, 8.32it/s] 66%|██████▌ | 33/50 [00:04<00:02, 8.41it/s] 68%|██████▊ | 34/50 [00:04<00:01, 8.40it/s] 70%|███████ | 35/50 [00:04<00:01, 8.46it/s] 72%|███████▏ | 36/50 [00:04<00:01, 8.51it/s] 74%|███████▍ | 37/50 [00:04<00:01, 8.54it/s] 76%|███████▌ | 38/50 [00:04<00:01, 8.56it/s] 78%|███████▊ | 39/50 [00:04<00:01, 8.56it/s] 80%|████████ | 40/50 [00:04<00:01, 8.57it/s] 82%|████████▏ | 41/50 [00:04<00:01, 8.58it/s] 84%|████████▍ | 42/50 [00:05<00:00, 8.59it/s] 86%|████████▌ | 43/50 [00:05<00:00, 8.59it/s] 88%|████████▊ | 44/50 [00:05<00:00, 8.60it/s] 90%|█████████ | 45/50 [00:05<00:00, 8.52it/s] 92%|█████████▏| 46/50 [00:05<00:00, 8.36it/s] 94%|█████████▍| 47/50 [00:05<00:00, 8.42it/s] 96%|█████████▌| 48/50 [00:05<00:00, 8.42it/s] 98%|█████████▊| 49/50 [00:05<00:00, 8.47it/s] 100%|██████████| 50/50 [00:06<00:00, 8.51it/s] 100%|██████████| 50/50 [00:06<00:00, 8.25it/s]
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764IDlhbcbtbbym4akhxyyy55uwj5xaStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- seed
- null
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3
- scheduler
- DDIM
- base_model
- Lykon/absolute-realism-1.6525
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting
- num_inference_steps
- 50
{ "seed": null, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "DDIM", "base_model": "Lykon/absolute-realism-1.6525", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", scheduler: "DDIM", base_model: "Lykon/absolute-realism-1.6525", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "DDIM", "base_model": "Lykon/absolute-realism-1.6525", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "DDIM", "base_model": "Lykon/absolute-realism-1.6525", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T20:04:35.019898Z", "created_at": "2023-09-22T20:03:46.168471Z", "data_removed": false, "error": null, "id": "lhbcbtbbym4akhxyyy55uwj5xa", "input": { "seed": null, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "DDIM", "base_model": "Lykon/absolute-realism-1.6525", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }, "logs": "Using seed: 36119\nLoading sdxl pipeline...\nDownloading (…)ain/model_index.json: 0%| | 0.00/662 [00:00<?, ?B/s]\nDownloading (…)ain/model_index.json: 100%|██████████| 662/662 [00:00<00:00, 342kB/s]\nFetching 15 files: 0%| | 0/15 [00:00<?, ?it/s]\nDownloading (…)_encoder/config.json: 0%| | 0.00/744 [00:00<?, ?B/s]\u001b[A\nDownloading (…)_encoder/config.json: 100%|██████████| 744/744 [00:00<00:00, 435kB/s]\nDownloading (…)tokenizer/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s]\u001b[A\nDownloading (…)cial_tokens_map.json: 0%| | 0.00/472 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)cial_tokens_map.json: 100%|██████████| 472/472 [00:00<00:00, 282kB/s]\nDownloading (…)_checker/config.json: 0%| | 0.00/816 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)_checker/config.json: 100%|██████████| 816/816 [00:00<00:00, 453kB/s]\nDownloading (…)cheduler_config.json: 0%| | 0.00/614 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)cheduler_config.json: 100%|██████████| 614/614 [00:00<00:00, 345kB/s]\nDownloading (…)rocessor_config.json: 0%| | 0.00/520 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)rocessor_config.json: 100%|██████████| 520/520 [00:00<00:00, 290kB/s]\nFetching 15 files: 7%|▋ | 1/15 [00:01<00:21, 1.51s/it]\nDownloading (…)tokenizer/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 6.87MB/s]\nDownloading (…)okenizer_config.json: 0%| | 0.00/737 [00:00<?, ?B/s]\u001b[A\nDownloading (…)okenizer_config.json: 100%|██████████| 737/737 [00:00<00:00, 441kB/s]\nDownloading (…)tokenizer/vocab.json: 0%| | 0.00/1.06M [00:00<?, ?B/s]\u001b[A\nDownloading (…)8d2/unet/config.json: 0%| | 0.00/1.89k [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)8d2/unet/config.json: 100%|██████████| 1.89k/1.89k [00:00<00:00, 1.15MB/s]\nDownloading (…)c8d2/vae/config.json: 0%| | 0.00/776 [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)c8d2/vae/config.json: 100%|██████████| 776/776 [00:00<00:00, 402kB/s]\nDownloading (…)tokenizer/vocab.json: 100%|██████████| 1.06M/1.06M [00:00<00:00, 10.6MB/s]\nDownloading model.fp16.safetensors: 0%| | 0.00/246M [00:00<?, ?B/s]\u001b[A\nDownloading model.fp16.safetensors: 0%| | 0.00/608M [00:00<?, ?B/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 0.00/1.72G [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 4%|▍ | 10.5M/246M [00:00<00:03, 78.0MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 2%|▏ | 10.5M/608M [00:00<00:09, 61.1MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 1%| | 10.5M/1.72G [00:00<00:22, 76.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 13%|█▎ | 31.5M/246M [00:00<00:03, 65.4MB/s]\u001b[A\nDownloading model.fp16.safetensors: 5%|▌ | 31.5M/608M [00:00<00:09, 60.7MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:07, 22.3MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 2%|▏ | 31.5M/1.72G [00:00<00:34, 48.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:03, 38.4MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 9%|▊ | 52.4M/608M [00:00<00:07, 71.9MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 21%|██▏ | 52.4M/246M [00:00<00:03, 59.7MB/s]\u001b[A\nDownloading model.fp16.safetensors: 12%|█▏ | 73.4M/608M [00:00<00:05, 91.8MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 26%|██▌ | 62.9M/246M [00:00<00:02, 64.4MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 31.5M/167M [00:00<00:03, 38.5MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 3%|▎ | 52.4M/1.72G [00:00<00:30, 54.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 14%|█▍ | 83.9M/608M [00:01<00:06, 84.9MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 4%|▍ | 73.4M/1.72G [00:01<00:21, 77.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:01<00:01, 57.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 17%|█▋ | 105M/608M [00:01<00:07, 68.8MB/s] \u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:01<00:02, 47.8MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 34%|███▍ | 83.9M/246M [00:01<00:03, 41.7MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 5%|▌ | 94.4M/1.72G [00:01<00:30, 53.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 38%|███▊ | 94.4M/246M [00:01<00:03, 43.5MB/s]\u001b[A\nDownloading model.fp16.safetensors: 22%|██▏ | 136M/608M [00:01<00:06, 67.6MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▋ | 94.4M/167M [00:01<00:01, 57.6MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 6%|▌ | 105M/1.72G [00:02<00:39, 41.0MB/s] \u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 43%|████▎ | 105M/246M [00:02<00:03, 39.5MB/s] \u001b[A\nDownloading model.fp16.safetensors: 26%|██▌ | 157M/608M [00:02<00:06, 67.9MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 7%|▋ | 126M/1.72G [00:02<00:27, 58.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 29%|██▉ | 178M/608M [00:02<00:05, 84.9MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:02<00:00, 57.3MB/s] \u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 47%|████▋ | 115M/246M [00:02<00:03, 42.3MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▌ | 126M/167M [00:02<00:00, 60.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 51%|█████ | 126M/246M [00:02<00:02, 48.3MB/s]\u001b[A\nDownloading model.fp16.safetensors: 33%|███▎ | 199M/608M [00:02<00:05, 78.9MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 9%|▊ | 147M/1.72G [00:02<00:28, 54.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:02<00:00, 57.9MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 34%|███▍ | 210M/608M [00:02<00:06, 64.1MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 55%|█████▌ | 136M/246M [00:03<00:03, 36.5MB/s]\u001b[A\nDownloading model.fp16.safetensors: 36%|███▌ | 220M/608M [00:03<00:05, 67.8MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 69.2MB/s]\u001b[A\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 56.6MB/s]\nDownloading (…)del.fp16.safetensors: 9%|▉ | 157M/1.72G [00:03<00:34, 45.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 60%|█████▉ | 147M/246M [00:03<00:02, 42.5MB/s]\u001b[A\nDownloading model.fp16.safetensors: 38%|███▊ | 231M/608M [00:03<00:05, 73.2MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 10%|▉ | 168M/1.72G [00:03<00:32, 47.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 64%|██████▍ | 157M/246M [00:03<00:02, 41.7MB/s]\u001b[A\nDownloading model.fp16.safetensors: 68%|██████▊ | 168M/246M [00:03<00:01, 50.6MB/s]\u001b[A\nDownloading model.fp16.safetensors: 72%|███████▏ | 178M/246M [00:03<00:01, 54.2MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 11%|█ | 189M/1.72G [00:03<00:33, 45.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 40%|███▉ | 241M/608M [00:03<00:09, 37.9MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 12%|█▏ | 210M/1.72G [00:04<00:29, 51.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 13%|█▎ | 220M/1.72G [00:04<00:26, 57.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 77%|███████▋ | 189M/246M [00:04<00:01, 35.1MB/s]\u001b[A\nDownloading model.fp16.safetensors: 43%|████▎ | 262M/608M [00:04<00:08, 41.5MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 47%|████▋ | 283M/608M [00:04<00:05, 58.8MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 14%|█▍ | 241M/1.72G [00:04<00:22, 64.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 85%|████████▌ | 210M/246M [00:04<00:00, 42.5MB/s]\u001b[A\nDownloading model.fp16.safetensors: 48%|████▊ | 294M/608M [00:04<00:05, 56.5MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 94%|█████████▎| 231M/246M [00:04<00:00, 62.1MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 15%|█▌ | 262M/1.72G [00:04<00:24, 59.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 52%|█████▏ | 315M/608M [00:04<00:05, 57.2MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 55%|█████▌ | 336M/608M [00:05<00:03, 72.8MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 98%|█████████▊| 241M/246M [00:05<00:00, 43.1MB/s]\u001b[A\nDownloading (…)del.fp16.safetensors: 17%|█▋ | 294M/1.72G [00:05<00:20, 69.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 100%|██████████| 246M/246M [00:05<00:00, 46.5MB/s]\nDownloading model.fp16.safetensors: 57%|█████▋ | 346M/608M [00:05<00:04, 63.5MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 18%|█▊ | 315M/1.72G [00:05<00:20, 69.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 60%|██████ | 367M/608M [00:05<00:03, 65.4MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 19%|█▉ | 325M/1.72G [00:05<00:20, 67.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 62%|██████▏ | 377M/608M [00:05<00:03, 69.7MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 20%|██ | 346M/1.72G [00:05<00:20, 68.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 66%|██████▌ | 398M/608M [00:06<00:03, 62.3MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 21%|██▏ | 367M/1.72G [00:06<00:22, 59.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 23%|██▎ | 388M/1.72G [00:06<00:18, 73.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 69%|██████▉ | 419M/608M [00:06<00:03, 50.4MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 74%|███████▍ | 451M/608M [00:06<00:02, 73.5MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 23%|██▎ | 398M/1.72G [00:06<00:25, 52.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 78%|███████▊ | 472M/608M [00:07<00:01, 74.5MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 81%|████████ | 493M/608M [00:07<00:01, 88.4MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 24%|██▍ | 419M/1.72G [00:07<00:22, 57.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 85%|████████▍ | 514M/608M [00:07<00:01, 69.3MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 26%|██▌ | 451M/1.72G [00:07<00:20, 61.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 86%|████████▌ | 524M/608M [00:07<00:01, 66.1MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 90%|████████▉ | 545M/608M [00:08<00:00, 84.6MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 27%|██▋ | 472M/1.72G [00:08<00:19, 63.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 28%|██▊ | 482M/1.72G [00:08<00:18, 65.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 93%|█████████▎| 566M/608M [00:08<00:00, 84.1MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 29%|██▉ | 503M/1.72G [00:08<00:25, 47.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 97%|█████████▋| 587M/608M [00:08<00:00, 55.0MB/s]\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 30%|██▉ | 514M/1.72G [00:09<00:23, 50.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 30%|███ | 524M/1.72G [00:09<00:24, 49.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 32%|███▏ | 545M/1.72G [00:09<00:17, 68.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 100%|██████████| 608M/608M [00:09<00:00, 50.5MB/s]\u001b[A\u001b[A\nDownloading model.fp16.safetensors: 100%|██████████| 608M/608M [00:09<00:00, 64.1MB/s]\nFetching 15 files: 27%|██▋ | 4/15 [00:11<00:33, 3.02s/it]\nDownloading (…)del.fp16.safetensors: 32%|███▏ | 556M/1.72G [00:09<00:18, 62.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 34%|███▎ | 577M/1.72G [00:09<00:16, 68.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 35%|███▌ | 608M/1.72G [00:10<00:18, 58.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 37%|███▋ | 629M/1.72G [00:10<00:19, 56.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 38%|███▊ | 650M/1.72G [00:10<00:14, 72.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 39%|███▉ | 671M/1.72G [00:11<00:18, 55.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 40%|███▉ | 682M/1.72G [00:12<00:22, 45.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 41%|████ | 703M/1.72G [00:12<00:18, 55.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 41%|████▏ | 713M/1.72G [00:12<00:20, 49.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 43%|████▎ | 734M/1.72G [00:13<00:24, 39.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 43%|████▎ | 744M/1.72G [00:13<00:21, 45.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 45%|████▍ | 765M/1.72G [00:13<00:17, 55.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 45%|████▌ | 776M/1.72G [00:13<00:17, 52.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 46%|████▌ | 786M/1.72G [00:14<00:19, 48.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 46%|████▋ | 797M/1.72G [00:14<00:18, 49.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 48%|████▊ | 818M/1.72G [00:14<00:16, 55.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 49%|████▉ | 839M/1.72G [00:14<00:15, 56.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 49%|████▉ | 849M/1.72G [00:15<00:16, 53.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 51%|█████ | 870M/1.72G [00:15<00:15, 53.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 52%|█████▏ | 891M/1.72G [00:16<00:15, 52.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 52%|█████▏ | 902M/1.72G [00:16<00:14, 56.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 54%|█████▎ | 923M/1.72G [00:16<00:16, 48.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 55%|█████▍ | 944M/1.72G [00:17<00:15, 50.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 56%|█████▌ | 965M/1.72G [00:17<00:12, 58.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 57%|█████▋ | 975M/1.72G [00:17<00:17, 43.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 58%|█████▊ | 996M/1.72G [00:18<00:15, 45.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 59%|█████▊ | 1.01G/1.72G [00:18<00:14, 50.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 60%|█████▉ | 1.03G/1.72G [00:18<00:15, 45.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 61%|██████ | 1.05G/1.72G [00:19<00:14, 47.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 62%|██████▏ | 1.06G/1.72G [00:19<00:16, 40.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 62%|██████▏ | 1.07G/1.72G [00:19<00:14, 46.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 63%|██████▎ | 1.08G/1.72G [00:20<00:16, 38.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 64%|██████▍ | 1.10G/1.72G [00:20<00:12, 47.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 65%|██████▍ | 1.11G/1.72G [00:20<00:11, 51.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 66%|██████▌ | 1.13G/1.72G [00:21<00:17, 34.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 67%|██████▋ | 1.15G/1.72G [00:21<00:14, 39.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 68%|██████▊ | 1.16G/1.72G [00:22<00:12, 43.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 69%|██████▉ | 1.18G/1.72G [00:22<00:13, 39.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 70%|██████▉ | 1.20G/1.72G [00:22<00:11, 43.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 70%|███████ | 1.21G/1.72G [00:23<00:12, 40.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 71%|███████▏ | 1.23G/1.72G [00:23<00:08, 55.8MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 72%|███████▏ | 1.24G/1.72G [00:23<00:09, 50.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 73%|███████▎ | 1.25G/1.72G [00:23<00:08, 57.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 73%|███████▎ | 1.26G/1.72G [00:24<00:09, 49.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 74%|███████▍ | 1.27G/1.72G [00:24<00:08, 55.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 75%|███████▌ | 1.29G/1.72G [00:24<00:08, 52.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 76%|███████▌ | 1.30G/1.72G [00:24<00:08, 51.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 76%|███████▌ | 1.31G/1.72G [00:25<00:09, 42.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 77%|███████▋ | 1.32G/1.72G [00:25<00:09, 41.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 77%|███████▋ | 1.33G/1.72G [00:25<00:08, 45.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 78%|███████▊ | 1.34G/1.72G [00:26<00:10, 37.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▊ | 1.35G/1.72G [00:26<00:09, 37.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 79%|███████▉ | 1.36G/1.72G [00:26<00:10, 34.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████ | 1.38G/1.72G [00:26<00:07, 45.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 81%|████████ | 1.39G/1.72G [00:27<00:09, 33.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 82%|████████▏ | 1.41G/1.72G [00:27<00:09, 34.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 82%|████████▏ | 1.42G/1.72G [00:28<00:08, 34.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 83%|████████▎ | 1.43G/1.72G [00:28<00:07, 40.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 84%|████████▍ | 1.45G/1.72G [00:28<00:06, 44.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 85%|████████▌ | 1.47G/1.72G [00:29<00:06, 40.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 86%|████████▌ | 1.48G/1.72G [00:29<00:05, 45.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 87%|████████▋ | 1.50G/1.72G [00:29<00:04, 47.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 88%|████████▊ | 1.52G/1.72G [00:30<00:04, 44.6MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 89%|████████▉ | 1.53G/1.72G [00:30<00:03, 49.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 90%|█████████ | 1.55G/1.72G [00:30<00:03, 48.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 91%|█████████ | 1.56G/1.72G [00:31<00:03, 43.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 91%|█████████▏| 1.57G/1.72G [00:31<00:03, 41.0MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 92%|█████████▏| 1.58G/1.72G [00:31<00:03, 35.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 93%|█████████▎| 1.60G/1.72G [00:32<00:03, 37.4MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 94%|█████████▍| 1.61G/1.72G [00:32<00:02, 38.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 95%|█████████▍| 1.63G/1.72G [00:32<00:02, 38.9MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 96%|█████████▌| 1.65G/1.72G [00:33<00:01, 57.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 96%|█████████▋| 1.66G/1.72G [00:33<00:01, 36.5MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 97%|█████████▋| 1.67G/1.72G [00:33<00:01, 39.7MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 98%|█████████▊| 1.68G/1.72G [00:34<00:01, 30.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 98%|█████████▊| 1.69G/1.72G [00:34<00:00, 33.2MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 99%|█████████▉| 1.71G/1.72G [00:35<00:00, 37.1MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 1.72G/1.72G [00:35<00:00, 31.3MB/s]\u001b[A\u001b[A\u001b[A\nDownloading (…)del.fp16.safetensors: 100%|██████████| 1.72G/1.72G [00:35<00:00, 48.1MB/s]\nFetching 15 files: 87%|████████▋ | 13/15 [00:37<00:05, 2.94s/it]\nFetching 15 files: 100%|██████████| 15/15 [00:37<00:00, 2.53s/it]\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.43it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.71it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 5.97it/s]/root/.pyenv/versions/3.9.18/lib/python3.9/site-packages/transformers/models/clip/feature_extraction_clip.py:28: FutureWarning: The class CLIPFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use CLIPImageProcessor instead.\nwarnings.warn(\nThe config attributes {'attention_type': 'default'} were passed to UNet2DConditionModel, but are not expected and will be ignored. Please verify your config.json configuration file.\nLoading pipeline components...: 100%|██████████| 7/7 [00:01<00:00, 5.49it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:01<00:00, 5.85it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:07, 6.62it/s]\n 4%|▍ | 2/50 [00:00<00:06, 6.95it/s]\n 6%|▌ | 3/50 [00:00<00:06, 7.06it/s]\n 8%|▊ | 4/50 [00:00<00:06, 7.13it/s]\n 10%|█ | 5/50 [00:00<00:06, 7.17it/s]\n 12%|█▏ | 6/50 [00:00<00:06, 7.19it/s]\n 14%|█▍ | 7/50 [00:00<00:05, 7.21it/s]\n 16%|█▌ | 8/50 [00:01<00:05, 7.20it/s]\n 18%|█▊ | 9/50 [00:01<00:05, 7.21it/s]\n 20%|██ | 10/50 [00:01<00:05, 7.22it/s]\n 22%|██▏ | 11/50 [00:01<00:05, 7.22it/s]\n 24%|██▍ | 12/50 [00:01<00:05, 7.23it/s]\n 26%|██▌ | 13/50 [00:01<00:05, 7.23it/s]\n 28%|██▊ | 14/50 [00:01<00:04, 7.22it/s]\n 30%|███ | 15/50 [00:02<00:04, 7.23it/s]\n 32%|███▏ | 16/50 [00:02<00:04, 7.22it/s]\n 34%|███▍ | 17/50 [00:02<00:04, 7.23it/s]\n 36%|███▌ | 18/50 [00:02<00:04, 7.23it/s]\n 38%|███▊ | 19/50 [00:02<00:04, 7.22it/s]\n 40%|████ | 20/50 [00:02<00:04, 7.23it/s]\n 42%|████▏ | 21/50 [00:02<00:04, 7.23it/s]\n 44%|████▍ | 22/50 [00:03<00:03, 7.23it/s]\n 46%|████▌ | 23/50 [00:03<00:03, 7.23it/s]\n 48%|████▊ | 24/50 [00:03<00:03, 7.23it/s]\n 50%|█████ | 25/50 [00:03<00:03, 7.23it/s]\n 52%|█████▏ | 26/50 [00:03<00:03, 7.23it/s]\n 54%|█████▍ | 27/50 [00:03<00:03, 7.23it/s]\n 56%|█████▌ | 28/50 [00:03<00:03, 7.23it/s]\n 58%|█████▊ | 29/50 [00:04<00:02, 7.23it/s]\n 60%|██████ | 30/50 [00:04<00:02, 7.23it/s]\n 62%|██████▏ | 31/50 [00:04<00:02, 7.23it/s]\n 64%|██████▍ | 32/50 [00:04<00:02, 7.23it/s]\n 66%|██████▌ | 33/50 [00:04<00:02, 7.23it/s]\n 68%|██████▊ | 34/50 [00:04<00:02, 7.23it/s]\n 70%|███████ | 35/50 [00:04<00:02, 7.23it/s]\n 72%|███████▏ | 36/50 [00:04<00:01, 7.23it/s]\n 74%|███████▍ | 37/50 [00:05<00:01, 7.23it/s]\n 76%|███████▌ | 38/50 [00:05<00:01, 7.23it/s]\n 78%|███████▊ | 39/50 [00:05<00:01, 7.23it/s]\n 80%|████████ | 40/50 [00:05<00:01, 7.22it/s]\n 82%|████████▏ | 41/50 [00:05<00:01, 7.22it/s]\n 84%|████████▍ | 42/50 [00:05<00:01, 7.22it/s]\n 86%|████████▌ | 43/50 [00:05<00:00, 7.22it/s]\n 88%|████████▊ | 44/50 [00:06<00:00, 7.22it/s]\n 90%|█████████ | 45/50 [00:06<00:00, 7.22it/s]\n 92%|█████████▏| 46/50 [00:06<00:00, 7.22it/s]\n 94%|█████████▍| 47/50 [00:06<00:00, 7.22it/s]\n 96%|█████████▌| 48/50 [00:06<00:00, 7.22it/s]\n 98%|█████████▊| 49/50 [00:06<00:00, 7.22it/s]\n100%|██████████| 50/50 [00:06<00:00, 7.22it/s]\n100%|██████████| 50/50 [00:06<00:00, 7.21it/s]", "metrics": { "predict_time": 48.887603, "total_time": 48.851427 }, "output": [ "https://replicate.delivery/pbxt/1Rqs1fTPjYQfWkGlY3b2tXoOmiPYAwhzfXvoGVtmkh7lq0NjA/out-0.png" ], "started_at": "2023-09-22T20:03:46.132295Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/lhbcbtbbym4akhxyyy55uwj5xa", "cancel": "https://api.replicate.com/v1/predictions/lhbcbtbbym4akhxyyy55uwj5xa/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 36119 Loading sdxl pipeline... Downloading (…)ain/model_index.json: 0%| | 0.00/662 [00:00<?, ?B/s] Downloading (…)ain/model_index.json: 100%|██████████| 662/662 [00:00<00:00, 342kB/s] Fetching 15 files: 0%| | 0/15 [00:00<?, ?it/s] Downloading (…)_encoder/config.json: 0%| | 0.00/744 [00:00<?, ?B/s] Downloading (…)_encoder/config.json: 100%|██████████| 744/744 [00:00<00:00, 435kB/s] Downloading (…)tokenizer/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 0%| | 0.00/472 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 472/472 [00:00<00:00, 282kB/s] Downloading (…)_checker/config.json: 0%| | 0.00/816 [00:00<?, ?B/s] Downloading (…)_checker/config.json: 100%|██████████| 816/816 [00:00<00:00, 453kB/s] Downloading (…)cheduler_config.json: 0%| | 0.00/614 [00:00<?, ?B/s] Downloading (…)cheduler_config.json: 100%|██████████| 614/614 [00:00<00:00, 345kB/s] Downloading (…)rocessor_config.json: 0%| | 0.00/520 [00:00<?, ?B/s] Downloading (…)rocessor_config.json: 100%|██████████| 520/520 [00:00<00:00, 290kB/s] Fetching 15 files: 7%|▋ | 1/15 [00:01<00:21, 1.51s/it] Downloading (…)tokenizer/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 6.87MB/s] Downloading (…)okenizer_config.json: 0%| | 0.00/737 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 737/737 [00:00<00:00, 441kB/s] Downloading (…)tokenizer/vocab.json: 0%| | 0.00/1.06M [00:00<?, ?B/s] Downloading (…)8d2/unet/config.json: 0%| | 0.00/1.89k [00:00<?, ?B/s] Downloading (…)8d2/unet/config.json: 100%|██████████| 1.89k/1.89k [00:00<00:00, 1.15MB/s] Downloading (…)c8d2/vae/config.json: 0%| | 0.00/776 [00:00<?, ?B/s] Downloading (…)c8d2/vae/config.json: 100%|██████████| 776/776 [00:00<00:00, 402kB/s] Downloading (…)tokenizer/vocab.json: 100%|██████████| 1.06M/1.06M [00:00<00:00, 10.6MB/s] Downloading model.fp16.safetensors: 0%| | 0.00/246M [00:00<?, ?B/s] Downloading model.fp16.safetensors: 0%| | 0.00/608M [00:00<?, ?B/s] Downloading (…)del.fp16.safetensors: 0%| | 0.00/1.72G [00:00<?, ?B/s] Downloading model.fp16.safetensors: 4%|▍ | 10.5M/246M [00:00<00:03, 78.0MB/s] Downloading (…)del.fp16.safetensors: 0%| | 0.00/167M [00:00<?, ?B/s] Downloading model.fp16.safetensors: 2%|▏ | 10.5M/608M [00:00<00:09, 61.1MB/s] Downloading (…)del.fp16.safetensors: 1%| | 10.5M/1.72G [00:00<00:22, 76.3MB/s] Downloading model.fp16.safetensors: 13%|█▎ | 31.5M/246M [00:00<00:03, 65.4MB/s] Downloading model.fp16.safetensors: 5%|▌ | 31.5M/608M [00:00<00:09, 60.7MB/s] Downloading (…)del.fp16.safetensors: 6%|▋ | 10.5M/167M [00:00<00:07, 22.3MB/s] Downloading (…)del.fp16.safetensors: 2%|▏ | 31.5M/1.72G [00:00<00:34, 48.4MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 21.0M/167M [00:00<00:03, 38.4MB/s] Downloading model.fp16.safetensors: 9%|▊ | 52.4M/608M [00:00<00:07, 71.9MB/s] Downloading model.fp16.safetensors: 21%|██▏ | 52.4M/246M [00:00<00:03, 59.7MB/s] Downloading model.fp16.safetensors: 12%|█▏ | 73.4M/608M [00:00<00:05, 91.8MB/s] Downloading model.fp16.safetensors: 26%|██▌ | 62.9M/246M [00:00<00:02, 64.4MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 31.5M/167M [00:00<00:03, 38.5MB/s] Downloading (…)del.fp16.safetensors: 3%|▎ | 52.4M/1.72G [00:00<00:30, 54.4MB/s] Downloading model.fp16.safetensors: 14%|█▍ | 83.9M/608M [00:01<00:06, 84.9MB/s] Downloading (…)del.fp16.safetensors: 4%|▍ | 73.4M/1.72G [00:01<00:21, 77.9MB/s] Downloading (…)del.fp16.safetensors: 31%|███▏ | 52.4M/167M [00:01<00:01, 57.6MB/s] Downloading model.fp16.safetensors: 17%|█▋ | 105M/608M [00:01<00:07, 68.8MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 62.9M/167M [00:01<00:02, 47.8MB/s] Downloading model.fp16.safetensors: 34%|███▍ | 83.9M/246M [00:01<00:03, 41.7MB/s] Downloading (…)del.fp16.safetensors: 5%|▌ | 94.4M/1.72G [00:01<00:30, 53.7MB/s] Downloading model.fp16.safetensors: 38%|███▊ | 94.4M/246M [00:01<00:03, 43.5MB/s] Downloading model.fp16.safetensors: 22%|██▏ | 136M/608M [00:01<00:06, 67.6MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▋ | 94.4M/167M [00:01<00:01, 57.6MB/s] Downloading (…)del.fp16.safetensors: 6%|▌ | 105M/1.72G [00:02<00:39, 41.0MB/s] Downloading model.fp16.safetensors: 43%|████▎ | 105M/246M [00:02<00:03, 39.5MB/s] Downloading model.fp16.safetensors: 26%|██▌ | 157M/608M [00:02<00:06, 67.9MB/s] Downloading (…)del.fp16.safetensors: 7%|▋ | 126M/1.72G [00:02<00:27, 58.5MB/s] Downloading model.fp16.safetensors: 29%|██▉ | 178M/608M [00:02<00:05, 84.9MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 115M/167M [00:02<00:00, 57.3MB/s] Downloading model.fp16.safetensors: 47%|████▋ | 115M/246M [00:02<00:03, 42.3MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▌ | 126M/167M [00:02<00:00, 60.2MB/s] Downloading model.fp16.safetensors: 51%|█████ | 126M/246M [00:02<00:02, 48.3MB/s] Downloading model.fp16.safetensors: 33%|███▎ | 199M/608M [00:02<00:05, 78.9MB/s] Downloading (…)del.fp16.safetensors: 9%|▊ | 147M/1.72G [00:02<00:28, 54.4MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 147M/167M [00:02<00:00, 57.9MB/s] Downloading model.fp16.safetensors: 34%|███▍ | 210M/608M [00:02<00:06, 64.1MB/s] Downloading model.fp16.safetensors: 55%|█████▌ | 136M/246M [00:03<00:03, 36.5MB/s] Downloading model.fp16.safetensors: 36%|███▌ | 220M/608M [00:03<00:05, 67.8MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 69.2MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 167M/167M [00:02<00:00, 56.6MB/s] Downloading (…)del.fp16.safetensors: 9%|▉ | 157M/1.72G [00:03<00:34, 45.4MB/s] Downloading model.fp16.safetensors: 60%|█████▉ | 147M/246M [00:03<00:02, 42.5MB/s] Downloading model.fp16.safetensors: 38%|███▊ | 231M/608M [00:03<00:05, 73.2MB/s] Downloading (…)del.fp16.safetensors: 10%|▉ | 168M/1.72G [00:03<00:32, 47.9MB/s] Downloading model.fp16.safetensors: 64%|██████▍ | 157M/246M [00:03<00:02, 41.7MB/s] Downloading model.fp16.safetensors: 68%|██████▊ | 168M/246M [00:03<00:01, 50.6MB/s] Downloading model.fp16.safetensors: 72%|███████▏ | 178M/246M [00:03<00:01, 54.2MB/s] Downloading (…)del.fp16.safetensors: 11%|█ | 189M/1.72G [00:03<00:33, 45.9MB/s] Downloading model.fp16.safetensors: 40%|███▉ | 241M/608M [00:03<00:09, 37.9MB/s] Downloading (…)del.fp16.safetensors: 12%|█▏ | 210M/1.72G [00:04<00:29, 51.1MB/s] Downloading (…)del.fp16.safetensors: 13%|█▎ | 220M/1.72G [00:04<00:26, 57.0MB/s] Downloading model.fp16.safetensors: 77%|███████▋ | 189M/246M [00:04<00:01, 35.1MB/s] Downloading model.fp16.safetensors: 43%|████▎ | 262M/608M [00:04<00:08, 41.5MB/s] Downloading model.fp16.safetensors: 47%|████▋ | 283M/608M [00:04<00:05, 58.8MB/s] Downloading (…)del.fp16.safetensors: 14%|█▍ | 241M/1.72G [00:04<00:22, 64.7MB/s] Downloading model.fp16.safetensors: 85%|████████▌ | 210M/246M [00:04<00:00, 42.5MB/s] Downloading model.fp16.safetensors: 48%|████▊ | 294M/608M [00:04<00:05, 56.5MB/s] Downloading model.fp16.safetensors: 94%|█████████▎| 231M/246M [00:04<00:00, 62.1MB/s] Downloading (…)del.fp16.safetensors: 15%|█▌ | 262M/1.72G [00:04<00:24, 59.4MB/s] Downloading model.fp16.safetensors: 52%|█████▏ | 315M/608M [00:04<00:05, 57.2MB/s] Downloading model.fp16.safetensors: 55%|█████▌ | 336M/608M [00:05<00:03, 72.8MB/s] Downloading model.fp16.safetensors: 98%|█████████▊| 241M/246M [00:05<00:00, 43.1MB/s] Downloading (…)del.fp16.safetensors: 17%|█▋ | 294M/1.72G [00:05<00:20, 69.1MB/s] Downloading model.fp16.safetensors: 100%|██████████| 246M/246M [00:05<00:00, 46.5MB/s] Downloading model.fp16.safetensors: 57%|█████▋ | 346M/608M [00:05<00:04, 63.5MB/s] Downloading (…)del.fp16.safetensors: 18%|█▊ | 315M/1.72G [00:05<00:20, 69.1MB/s] Downloading model.fp16.safetensors: 60%|██████ | 367M/608M [00:05<00:03, 65.4MB/s] Downloading (…)del.fp16.safetensors: 19%|█▉ | 325M/1.72G [00:05<00:20, 67.9MB/s] Downloading model.fp16.safetensors: 62%|██████▏ | 377M/608M [00:05<00:03, 69.7MB/s] Downloading (…)del.fp16.safetensors: 20%|██ | 346M/1.72G [00:05<00:20, 68.6MB/s] Downloading model.fp16.safetensors: 66%|██████▌ | 398M/608M [00:06<00:03, 62.3MB/s] Downloading (…)del.fp16.safetensors: 21%|██▏ | 367M/1.72G [00:06<00:22, 59.2MB/s] Downloading (…)del.fp16.safetensors: 23%|██▎ | 388M/1.72G [00:06<00:18, 73.7MB/s] Downloading model.fp16.safetensors: 69%|██████▉ | 419M/608M [00:06<00:03, 50.4MB/s] Downloading model.fp16.safetensors: 74%|███████▍ | 451M/608M [00:06<00:02, 73.5MB/s] Downloading (…)del.fp16.safetensors: 23%|██▎ | 398M/1.72G [00:06<00:25, 52.3MB/s] Downloading model.fp16.safetensors: 78%|███████▊ | 472M/608M [00:07<00:01, 74.5MB/s] Downloading model.fp16.safetensors: 81%|████████ | 493M/608M [00:07<00:01, 88.4MB/s] Downloading (…)del.fp16.safetensors: 24%|██▍ | 419M/1.72G [00:07<00:22, 57.5MB/s] Downloading model.fp16.safetensors: 85%|████████▍ | 514M/608M [00:07<00:01, 69.3MB/s] Downloading (…)del.fp16.safetensors: 26%|██▌ | 451M/1.72G [00:07<00:20, 61.0MB/s] Downloading model.fp16.safetensors: 86%|████████▌ | 524M/608M [00:07<00:01, 66.1MB/s] Downloading model.fp16.safetensors: 90%|████████▉ | 545M/608M [00:08<00:00, 84.6MB/s] Downloading (…)del.fp16.safetensors: 27%|██▋ | 472M/1.72G [00:08<00:19, 63.2MB/s] Downloading (…)del.fp16.safetensors: 28%|██▊ | 482M/1.72G [00:08<00:18, 65.2MB/s] Downloading model.fp16.safetensors: 93%|█████████▎| 566M/608M [00:08<00:00, 84.1MB/s] Downloading (…)del.fp16.safetensors: 29%|██▉ | 503M/1.72G [00:08<00:25, 47.9MB/s] Downloading model.fp16.safetensors: 97%|█████████▋| 587M/608M [00:08<00:00, 55.0MB/s] Downloading (…)del.fp16.safetensors: 30%|██▉ | 514M/1.72G [00:09<00:23, 50.5MB/s] Downloading (…)del.fp16.safetensors: 30%|███ | 524M/1.72G [00:09<00:24, 49.1MB/s] Downloading (…)del.fp16.safetensors: 32%|███▏ | 545M/1.72G [00:09<00:17, 68.7MB/s] Downloading model.fp16.safetensors: 100%|██████████| 608M/608M [00:09<00:00, 50.5MB/s] Downloading model.fp16.safetensors: 100%|██████████| 608M/608M [00:09<00:00, 64.1MB/s] Fetching 15 files: 27%|██▋ | 4/15 [00:11<00:33, 3.02s/it] Downloading (…)del.fp16.safetensors: 32%|███▏ | 556M/1.72G [00:09<00:18, 62.5MB/s] Downloading (…)del.fp16.safetensors: 34%|███▎ | 577M/1.72G [00:09<00:16, 68.4MB/s] Downloading (…)del.fp16.safetensors: 35%|███▌ | 608M/1.72G [00:10<00:18, 58.8MB/s] Downloading (…)del.fp16.safetensors: 37%|███▋ | 629M/1.72G [00:10<00:19, 56.8MB/s] Downloading (…)del.fp16.safetensors: 38%|███▊ | 650M/1.72G [00:10<00:14, 72.3MB/s] Downloading (…)del.fp16.safetensors: 39%|███▉ | 671M/1.72G [00:11<00:18, 55.5MB/s] Downloading (…)del.fp16.safetensors: 40%|███▉ | 682M/1.72G [00:12<00:22, 45.3MB/s] Downloading (…)del.fp16.safetensors: 41%|████ | 703M/1.72G [00:12<00:18, 55.5MB/s] Downloading (…)del.fp16.safetensors: 41%|████▏ | 713M/1.72G [00:12<00:20, 49.0MB/s] Downloading (…)del.fp16.safetensors: 43%|████▎ | 734M/1.72G [00:13<00:24, 39.7MB/s] Downloading (…)del.fp16.safetensors: 43%|████▎ | 744M/1.72G [00:13<00:21, 45.2MB/s] Downloading (…)del.fp16.safetensors: 45%|████▍ | 765M/1.72G [00:13<00:17, 55.2MB/s] Downloading (…)del.fp16.safetensors: 45%|████▌ | 776M/1.72G [00:13<00:17, 52.5MB/s] Downloading (…)del.fp16.safetensors: 46%|████▌ | 786M/1.72G [00:14<00:19, 48.8MB/s] Downloading (…)del.fp16.safetensors: 46%|████▋ | 797M/1.72G [00:14<00:18, 49.3MB/s] Downloading (…)del.fp16.safetensors: 48%|████▊ | 818M/1.72G [00:14<00:16, 55.9MB/s] Downloading (…)del.fp16.safetensors: 49%|████▉ | 839M/1.72G [00:14<00:15, 56.0MB/s] Downloading (…)del.fp16.safetensors: 49%|████▉ | 849M/1.72G [00:15<00:16, 53.9MB/s] Downloading (…)del.fp16.safetensors: 51%|█████ | 870M/1.72G [00:15<00:15, 53.7MB/s] Downloading (…)del.fp16.safetensors: 52%|█████▏ | 891M/1.72G [00:16<00:15, 52.6MB/s] Downloading (…)del.fp16.safetensors: 52%|█████▏ | 902M/1.72G [00:16<00:14, 56.8MB/s] Downloading (…)del.fp16.safetensors: 54%|█████▎ | 923M/1.72G [00:16<00:16, 48.4MB/s] Downloading (…)del.fp16.safetensors: 55%|█████▍ | 944M/1.72G [00:17<00:15, 50.4MB/s] Downloading (…)del.fp16.safetensors: 56%|█████▌ | 965M/1.72G [00:17<00:12, 58.9MB/s] Downloading (…)del.fp16.safetensors: 57%|█████▋ | 975M/1.72G [00:17<00:17, 43.1MB/s] Downloading (…)del.fp16.safetensors: 58%|█████▊ | 996M/1.72G [00:18<00:15, 45.2MB/s] Downloading (…)del.fp16.safetensors: 59%|█████▊ | 1.01G/1.72G [00:18<00:14, 50.9MB/s] Downloading (…)del.fp16.safetensors: 60%|█████▉ | 1.03G/1.72G [00:18<00:15, 45.6MB/s] Downloading (…)del.fp16.safetensors: 61%|██████ | 1.05G/1.72G [00:19<00:14, 47.1MB/s] Downloading (…)del.fp16.safetensors: 62%|██████▏ | 1.06G/1.72G [00:19<00:16, 40.3MB/s] Downloading (…)del.fp16.safetensors: 62%|██████▏ | 1.07G/1.72G [00:19<00:14, 46.4MB/s] Downloading (…)del.fp16.safetensors: 63%|██████▎ | 1.08G/1.72G [00:20<00:16, 38.4MB/s] Downloading (…)del.fp16.safetensors: 64%|██████▍ | 1.10G/1.72G [00:20<00:12, 47.6MB/s] Downloading (…)del.fp16.safetensors: 65%|██████▍ | 1.11G/1.72G [00:20<00:11, 51.7MB/s] Downloading (…)del.fp16.safetensors: 66%|██████▌ | 1.13G/1.72G [00:21<00:17, 34.3MB/s] Downloading (…)del.fp16.safetensors: 67%|██████▋ | 1.15G/1.72G [00:21<00:14, 39.8MB/s] Downloading (…)del.fp16.safetensors: 68%|██████▊ | 1.16G/1.72G [00:22<00:12, 43.6MB/s] Downloading (…)del.fp16.safetensors: 69%|██████▉ | 1.18G/1.72G [00:22<00:13, 39.8MB/s] Downloading (…)del.fp16.safetensors: 70%|██████▉ | 1.20G/1.72G [00:22<00:11, 43.9MB/s] Downloading (…)del.fp16.safetensors: 70%|███████ | 1.21G/1.72G [00:23<00:12, 40.3MB/s] Downloading (…)del.fp16.safetensors: 71%|███████▏ | 1.23G/1.72G [00:23<00:08, 55.8MB/s] Downloading (…)del.fp16.safetensors: 72%|███████▏ | 1.24G/1.72G [00:23<00:09, 50.6MB/s] Downloading (…)del.fp16.safetensors: 73%|███████▎ | 1.25G/1.72G [00:23<00:08, 57.4MB/s] Downloading (…)del.fp16.safetensors: 73%|███████▎ | 1.26G/1.72G [00:24<00:09, 49.3MB/s] Downloading (…)del.fp16.safetensors: 74%|███████▍ | 1.27G/1.72G [00:24<00:08, 55.1MB/s] Downloading (…)del.fp16.safetensors: 75%|███████▌ | 1.29G/1.72G [00:24<00:08, 52.4MB/s] Downloading (…)del.fp16.safetensors: 76%|███████▌ | 1.30G/1.72G [00:24<00:08, 51.5MB/s] Downloading (…)del.fp16.safetensors: 76%|███████▌ | 1.31G/1.72G [00:25<00:09, 42.3MB/s] Downloading (…)del.fp16.safetensors: 77%|███████▋ | 1.32G/1.72G [00:25<00:09, 41.9MB/s] Downloading (…)del.fp16.safetensors: 77%|███████▋ | 1.33G/1.72G [00:25<00:08, 45.9MB/s] Downloading (…)del.fp16.safetensors: 78%|███████▊ | 1.34G/1.72G [00:26<00:10, 37.6MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▊ | 1.35G/1.72G [00:26<00:09, 37.5MB/s] Downloading (…)del.fp16.safetensors: 79%|███████▉ | 1.36G/1.72G [00:26<00:10, 34.3MB/s] Downloading (…)del.fp16.safetensors: 81%|████████ | 1.38G/1.72G [00:26<00:07, 45.5MB/s] Downloading (…)del.fp16.safetensors: 81%|████████ | 1.39G/1.72G [00:27<00:09, 33.0MB/s] Downloading (…)del.fp16.safetensors: 82%|████████▏ | 1.41G/1.72G [00:27<00:09, 34.7MB/s] Downloading (…)del.fp16.safetensors: 82%|████████▏ | 1.42G/1.72G [00:28<00:08, 34.3MB/s] Downloading (…)del.fp16.safetensors: 83%|████████▎ | 1.43G/1.72G [00:28<00:07, 40.3MB/s] Downloading (…)del.fp16.safetensors: 84%|████████▍ | 1.45G/1.72G [00:28<00:06, 44.9MB/s] Downloading (…)del.fp16.safetensors: 85%|████████▌ | 1.47G/1.72G [00:29<00:06, 40.3MB/s] Downloading (…)del.fp16.safetensors: 86%|████████▌ | 1.48G/1.72G [00:29<00:05, 45.6MB/s] Downloading (…)del.fp16.safetensors: 87%|████████▋ | 1.50G/1.72G [00:29<00:04, 47.6MB/s] Downloading (…)del.fp16.safetensors: 88%|████████▊ | 1.52G/1.72G [00:30<00:04, 44.6MB/s] Downloading (…)del.fp16.safetensors: 89%|████████▉ | 1.53G/1.72G [00:30<00:03, 49.0MB/s] Downloading (…)del.fp16.safetensors: 90%|█████████ | 1.55G/1.72G [00:30<00:03, 48.3MB/s] Downloading (…)del.fp16.safetensors: 91%|█████████ | 1.56G/1.72G [00:31<00:03, 43.9MB/s] Downloading (…)del.fp16.safetensors: 91%|█████████▏| 1.57G/1.72G [00:31<00:03, 41.0MB/s] Downloading (…)del.fp16.safetensors: 92%|█████████▏| 1.58G/1.72G [00:31<00:03, 35.4MB/s] Downloading (…)del.fp16.safetensors: 93%|█████████▎| 1.60G/1.72G [00:32<00:03, 37.4MB/s] Downloading (…)del.fp16.safetensors: 94%|█████████▍| 1.61G/1.72G [00:32<00:02, 38.2MB/s] Downloading (…)del.fp16.safetensors: 95%|█████████▍| 1.63G/1.72G [00:32<00:02, 38.9MB/s] Downloading (…)del.fp16.safetensors: 96%|█████████▌| 1.65G/1.72G [00:33<00:01, 57.5MB/s] Downloading (…)del.fp16.safetensors: 96%|█████████▋| 1.66G/1.72G [00:33<00:01, 36.5MB/s] Downloading (…)del.fp16.safetensors: 97%|█████████▋| 1.67G/1.72G [00:33<00:01, 39.7MB/s] Downloading (…)del.fp16.safetensors: 98%|█████████▊| 1.68G/1.72G [00:34<00:01, 30.3MB/s] Downloading (…)del.fp16.safetensors: 98%|█████████▊| 1.69G/1.72G [00:34<00:00, 33.2MB/s] Downloading (…)del.fp16.safetensors: 99%|█████████▉| 1.71G/1.72G [00:35<00:00, 37.1MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 1.72G/1.72G [00:35<00:00, 31.3MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 1.72G/1.72G [00:35<00:00, 48.1MB/s] Fetching 15 files: 87%|████████▋ | 13/15 [00:37<00:05, 2.94s/it] Fetching 15 files: 100%|██████████| 15/15 [00:37<00:00, 2.53s/it] Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.43it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.71it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 5.97it/s]/root/.pyenv/versions/3.9.18/lib/python3.9/site-packages/transformers/models/clip/feature_extraction_clip.py:28: FutureWarning: The class CLIPFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use CLIPImageProcessor instead. warnings.warn( The config attributes {'attention_type': 'default'} were passed to UNet2DConditionModel, but are not expected and will be ignored. Please verify your config.json configuration file. Loading pipeline components...: 100%|██████████| 7/7 [00:01<00:00, 5.49it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:01<00:00, 5.85it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:07, 6.62it/s] 4%|▍ | 2/50 [00:00<00:06, 6.95it/s] 6%|▌ | 3/50 [00:00<00:06, 7.06it/s] 8%|▊ | 4/50 [00:00<00:06, 7.13it/s] 10%|█ | 5/50 [00:00<00:06, 7.17it/s] 12%|█▏ | 6/50 [00:00<00:06, 7.19it/s] 14%|█▍ | 7/50 [00:00<00:05, 7.21it/s] 16%|█▌ | 8/50 [00:01<00:05, 7.20it/s] 18%|█▊ | 9/50 [00:01<00:05, 7.21it/s] 20%|██ | 10/50 [00:01<00:05, 7.22it/s] 22%|██▏ | 11/50 [00:01<00:05, 7.22it/s] 24%|██▍ | 12/50 [00:01<00:05, 7.23it/s] 26%|██▌ | 13/50 [00:01<00:05, 7.23it/s] 28%|██▊ | 14/50 [00:01<00:04, 7.22it/s] 30%|███ | 15/50 [00:02<00:04, 7.23it/s] 32%|███▏ | 16/50 [00:02<00:04, 7.22it/s] 34%|███▍ | 17/50 [00:02<00:04, 7.23it/s] 36%|███▌ | 18/50 [00:02<00:04, 7.23it/s] 38%|███▊ | 19/50 [00:02<00:04, 7.22it/s] 40%|████ | 20/50 [00:02<00:04, 7.23it/s] 42%|████▏ | 21/50 [00:02<00:04, 7.23it/s] 44%|████▍ | 22/50 [00:03<00:03, 7.23it/s] 46%|████▌ | 23/50 [00:03<00:03, 7.23it/s] 48%|████▊ | 24/50 [00:03<00:03, 7.23it/s] 50%|█████ | 25/50 [00:03<00:03, 7.23it/s] 52%|█████▏ | 26/50 [00:03<00:03, 7.23it/s] 54%|█████▍ | 27/50 [00:03<00:03, 7.23it/s] 56%|█████▌ | 28/50 [00:03<00:03, 7.23it/s] 58%|█████▊ | 29/50 [00:04<00:02, 7.23it/s] 60%|██████ | 30/50 [00:04<00:02, 7.23it/s] 62%|██████▏ | 31/50 [00:04<00:02, 7.23it/s] 64%|██████▍ | 32/50 [00:04<00:02, 7.23it/s] 66%|██████▌ | 33/50 [00:04<00:02, 7.23it/s] 68%|██████▊ | 34/50 [00:04<00:02, 7.23it/s] 70%|███████ | 35/50 [00:04<00:02, 7.23it/s] 72%|███████▏ | 36/50 [00:04<00:01, 7.23it/s] 74%|███████▍ | 37/50 [00:05<00:01, 7.23it/s] 76%|███████▌ | 38/50 [00:05<00:01, 7.23it/s] 78%|███████▊ | 39/50 [00:05<00:01, 7.23it/s] 80%|████████ | 40/50 [00:05<00:01, 7.22it/s] 82%|████████▏ | 41/50 [00:05<00:01, 7.22it/s] 84%|████████▍ | 42/50 [00:05<00:01, 7.22it/s] 86%|████████▌ | 43/50 [00:05<00:00, 7.22it/s] 88%|████████▊ | 44/50 [00:06<00:00, 7.22it/s] 90%|█████████ | 45/50 [00:06<00:00, 7.22it/s] 92%|█████████▏| 46/50 [00:06<00:00, 7.22it/s] 94%|█████████▍| 47/50 [00:06<00:00, 7.22it/s] 96%|█████████▌| 48/50 [00:06<00:00, 7.22it/s] 98%|█████████▊| 49/50 [00:06<00:00, 7.22it/s] 100%|██████████| 50/50 [00:06<00:00, 7.22it/s] 100%|██████████| 50/50 [00:06<00:00, 7.21it/s]
Prediction
alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764IDb4t7gijbat6zn6wn4i5pj225aaStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- seed
- null
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3
- scheduler
- HeunDiscrete
- base_model
- Lykon/dreamshaper-xl-1-0
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting
- num_inference_steps
- 50
{ "seed": null, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "HeunDiscrete", "base_model": "Lykon/dreamshaper-xl-1-0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", { input: { width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", scheduler: "HeunDiscrete", base_model: "Lykon/dreamshaper-xl-1-0", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", input={ "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "HeunDiscrete", "base_model": "Lykon/dreamshaper-xl-1-0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764", "input": { "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "HeunDiscrete", "base_model": "Lykon/dreamshaper-xl-1-0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-22T20:07:35.596016Z", "created_at": "2023-09-22T20:07:16.969723Z", "data_removed": false, "error": null, "id": "b4t7gijbat6zn6wn4i5pj225aa", "input": { "seed": null, "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3", "scheduler": "HeunDiscrete", "base_model": "Lykon/dreamshaper-xl-1-0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }, "logs": "Using seed: 46728\nLoading sdxl pipeline...\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:01, 5.30it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.27it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 10.59it/s]The config attributes {'attention_type': 'default'} were passed to UNet2DConditionModel, but are not expected and will be ignored. Please verify your config.json configuration file.\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.29it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.00it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.55it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.80it/s]\n 6%|▌ | 3/50 [00:00<00:11, 4.02it/s]\n 8%|▊ | 4/50 [00:00<00:11, 4.13it/s]\n 10%|█ | 5/50 [00:01<00:10, 4.19it/s]\n 12%|█▏ | 6/50 [00:01<00:10, 4.24it/s]\n 14%|█▍ | 7/50 [00:01<00:10, 4.26it/s]\n 16%|█▌ | 8/50 [00:01<00:09, 4.27it/s]\n 18%|█▊ | 9/50 [00:02<00:09, 4.28it/s]\n 20%|██ | 10/50 [00:02<00:09, 4.25it/s]\n 22%|██▏ | 11/50 [00:02<00:09, 4.25it/s]\n 24%|██▍ | 12/50 [00:02<00:08, 4.27it/s]\n 26%|██▌ | 13/50 [00:03<00:08, 4.28it/s]\n 28%|██▊ | 14/50 [00:03<00:08, 4.29it/s]\n 30%|███ | 15/50 [00:03<00:08, 4.30it/s]\n 32%|███▏ | 16/50 [00:03<00:07, 4.30it/s]\n 34%|███▍ | 17/50 [00:04<00:07, 4.30it/s]\n 36%|███▌ | 18/50 [00:04<00:07, 4.30it/s]\n 38%|███▊ | 19/50 [00:04<00:07, 4.27it/s]\n 40%|████ | 20/50 [00:04<00:07, 4.28it/s]\n 42%|████▏ | 21/50 [00:04<00:06, 4.29it/s]\n 44%|████▍ | 22/50 [00:05<00:06, 4.30it/s]\n 46%|████▌ | 23/50 [00:05<00:06, 4.30it/s]\n 48%|████▊ | 24/50 [00:05<00:06, 4.30it/s]\n 50%|█████ | 25/50 [00:05<00:05, 4.29it/s]\n 52%|█████▏ | 26/50 [00:06<00:05, 4.30it/s]\n 54%|█████▍ | 27/50 [00:06<00:05, 4.27it/s]\n 56%|█████▌ | 28/50 [00:06<00:05, 4.25it/s]\n 58%|█████▊ | 29/50 [00:06<00:04, 4.26it/s]\n 60%|██████ | 30/50 [00:07<00:04, 4.27it/s]\n 62%|██████▏ | 31/50 [00:07<00:04, 4.28it/s]\n 64%|██████▍ | 32/50 [00:07<00:04, 4.25it/s]\n 66%|██████▌ | 33/50 [00:07<00:03, 4.26it/s]\n 68%|██████▊ | 34/50 [00:07<00:03, 4.27it/s]\n 70%|███████ | 35/50 [00:08<00:03, 4.29it/s]\n 72%|███████▏ | 36/50 [00:08<00:03, 4.29it/s]\n 74%|███████▍ | 37/50 [00:08<00:03, 4.28it/s]\n 76%|███████▌ | 38/50 [00:08<00:02, 4.29it/s]\n 78%|███████▊ | 39/50 [00:09<00:02, 4.29it/s]\n 80%|████████ | 40/50 [00:09<00:02, 4.30it/s]\n 82%|████████▏ | 41/50 [00:09<00:02, 4.30it/s]\n 84%|████████▍ | 42/50 [00:09<00:01, 4.30it/s]\n 86%|████████▌ | 43/50 [00:10<00:01, 4.30it/s]\n 88%|████████▊ | 44/50 [00:10<00:01, 4.31it/s]\n 90%|█████████ | 45/50 [00:10<00:01, 4.31it/s]\n 92%|█████████▏| 46/50 [00:10<00:00, 4.31it/s]\n 94%|█████████▍| 47/50 [00:11<00:00, 4.31it/s]\n 96%|█████████▌| 48/50 [00:11<00:00, 4.31it/s]\n 98%|█████████▊| 49/50 [00:11<00:00, 4.31it/s]\n100%|██████████| 50/50 [00:11<00:00, 5.07it/s]\n100%|██████████| 50/50 [00:11<00:00, 4.31it/s]", "metrics": { "predict_time": 18.662869, "total_time": 18.626293 }, "output": [ "https://replicate.delivery/pbxt/KOn9zb3ilh7cNln1sXqhuMBQU8ffe39q3NdePn219ekxAT3MC/out-0.png" ], "started_at": "2023-09-22T20:07:16.933147Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/b4t7gijbat6zn6wn4i5pj225aa", "cancel": "https://api.replicate.com/v1/predictions/b4t7gijbat6zn6wn4i5pj225aa/cancel" }, "version": "cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764" }
Generated inUsing seed: 46728 Loading sdxl pipeline... Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:01, 5.30it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 8.27it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 10.59it/s]The config attributes {'attention_type': 'default'} were passed to UNet2DConditionModel, but are not expected and will be ignored. Please verify your config.json configuration file. Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 2.29it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:02<00:00, 3.00it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.55it/s] 4%|▍ | 2/50 [00:00<00:12, 3.80it/s] 6%|▌ | 3/50 [00:00<00:11, 4.02it/s] 8%|▊ | 4/50 [00:00<00:11, 4.13it/s] 10%|█ | 5/50 [00:01<00:10, 4.19it/s] 12%|█▏ | 6/50 [00:01<00:10, 4.24it/s] 14%|█▍ | 7/50 [00:01<00:10, 4.26it/s] 16%|█▌ | 8/50 [00:01<00:09, 4.27it/s] 18%|█▊ | 9/50 [00:02<00:09, 4.28it/s] 20%|██ | 10/50 [00:02<00:09, 4.25it/s] 22%|██▏ | 11/50 [00:02<00:09, 4.25it/s] 24%|██▍ | 12/50 [00:02<00:08, 4.27it/s] 26%|██▌ | 13/50 [00:03<00:08, 4.28it/s] 28%|██▊ | 14/50 [00:03<00:08, 4.29it/s] 30%|███ | 15/50 [00:03<00:08, 4.30it/s] 32%|███▏ | 16/50 [00:03<00:07, 4.30it/s] 34%|███▍ | 17/50 [00:04<00:07, 4.30it/s] 36%|███▌ | 18/50 [00:04<00:07, 4.30it/s] 38%|███▊ | 19/50 [00:04<00:07, 4.27it/s] 40%|████ | 20/50 [00:04<00:07, 4.28it/s] 42%|████▏ | 21/50 [00:04<00:06, 4.29it/s] 44%|████▍ | 22/50 [00:05<00:06, 4.30it/s] 46%|████▌ | 23/50 [00:05<00:06, 4.30it/s] 48%|████▊ | 24/50 [00:05<00:06, 4.30it/s] 50%|█████ | 25/50 [00:05<00:05, 4.29it/s] 52%|█████▏ | 26/50 [00:06<00:05, 4.30it/s] 54%|█████▍ | 27/50 [00:06<00:05, 4.27it/s] 56%|█████▌ | 28/50 [00:06<00:05, 4.25it/s] 58%|█████▊ | 29/50 [00:06<00:04, 4.26it/s] 60%|██████ | 30/50 [00:07<00:04, 4.27it/s] 62%|██████▏ | 31/50 [00:07<00:04, 4.28it/s] 64%|██████▍ | 32/50 [00:07<00:04, 4.25it/s] 66%|██████▌ | 33/50 [00:07<00:03, 4.26it/s] 68%|██████▊ | 34/50 [00:07<00:03, 4.27it/s] 70%|███████ | 35/50 [00:08<00:03, 4.29it/s] 72%|███████▏ | 36/50 [00:08<00:03, 4.29it/s] 74%|███████▍ | 37/50 [00:08<00:03, 4.28it/s] 76%|███████▌ | 38/50 [00:08<00:02, 4.29it/s] 78%|███████▊ | 39/50 [00:09<00:02, 4.29it/s] 80%|████████ | 40/50 [00:09<00:02, 4.30it/s] 82%|████████▏ | 41/50 [00:09<00:02, 4.30it/s] 84%|████████▍ | 42/50 [00:09<00:01, 4.30it/s] 86%|████████▌ | 43/50 [00:10<00:01, 4.30it/s] 88%|████████▊ | 44/50 [00:10<00:01, 4.31it/s] 90%|█████████ | 45/50 [00:10<00:01, 4.31it/s] 92%|█████████▏| 46/50 [00:10<00:00, 4.31it/s] 94%|█████████▍| 47/50 [00:11<00:00, 4.31it/s] 96%|█████████▌| 48/50 [00:11<00:00, 4.31it/s] 98%|█████████▊| 49/50 [00:11<00:00, 4.31it/s] 100%|██████████| 50/50 [00:11<00:00, 5.07it/s] 100%|██████████| 50/50 [00:11<00:00, 4.31it/s]
Prediction
alexgenovese/test-endpoint:7b1b908e2e28ee517404087adadabe32602530d4f44d20cfac8941b9a05ce267IDdcryyglb4todquy2vksldlis4uStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still
- scheduler
- K_EULER
- base_model
- SG161222/RealVisXL_V2.0
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- negative_prompt
- worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V2.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "alexgenovese/test-endpoint:7b1b908e2e28ee517404087adadabe32602530d4f44d20cfac8941b9a05ce267", { input: { width: 1024, height: 1024, prompt: "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", scheduler: "K_EULER", base_model: "SG161222/RealVisXL_V2.0", num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, negative_prompt: "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", num_inference_steps: 50 } } ); // 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 alexgenovese/test-endpoint using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "alexgenovese/test-endpoint:7b1b908e2e28ee517404087adadabe32602530d4f44d20cfac8941b9a05ce267", input={ "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V2.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run alexgenovese/test-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/test-endpoint:7b1b908e2e28ee517404087adadabe32602530d4f44d20cfac8941b9a05ce267", "input": { "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V2.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-10-22T16:06:46.262524Z", "created_at": "2023-10-22T16:05:59.171330Z", "data_removed": false, "error": null, "id": "dcryyglb4todquy2vksldlis4u", "input": { "width": 1024, "height": 1024, "prompt": "A realistic fashion photography of an elegant 30 years old blonde woman in an hotel with one red bag. ((full shot)) 8k uhd, dslr, soft lighting, high quality, Fujifilm XT3. detailed face and detailed skin. cinematic lighting, movie still", "scheduler": "K_EULER", "base_model": "SG161222/RealVisXL_V2.0", "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "negative_prompt": "worst quality, normal quality, low quality, low res, blurry, text, watermark, logo, banner, extra digits, cropped, jpeg artifacts, signature, username, error, sketch ,duplicate, ugly, monochrome, horror, geometry, mutation, disgusting", "num_inference_steps": 50 }, "logs": "Using seed: 41257\nLoading sdxl pipeline...\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 57%|█████▋ | 4/7 [00:00<00:00, 9.65it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 7.90it/s]\nLoading pipeline components...: 86%|████████▌ | 6/7 [00:01<00:00, 3.18it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:06<00:00, 1.69s/it]\nLoading pipeline components...: 100%|██████████| 7/7 [00:06<00:00, 1.06it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:05, 8.74it/s]\n 4%|▍ | 2/50 [00:00<00:05, 8.77it/s]\n 6%|▌ | 3/50 [00:00<00:05, 8.79it/s]\n 8%|▊ | 4/50 [00:00<00:05, 8.80it/s]\n 10%|█ | 5/50 [00:00<00:05, 8.82it/s]\n 12%|█▏ | 6/50 [00:00<00:04, 8.82it/s]\n 14%|█▍ | 7/50 [00:00<00:04, 8.83it/s]\n 16%|█▌ | 8/50 [00:00<00:04, 8.82it/s]\n 18%|█▊ | 9/50 [00:01<00:04, 8.82it/s]\n 20%|██ | 10/50 [00:01<00:04, 8.81it/s]\n 22%|██▏ | 11/50 [00:01<00:04, 8.79it/s]\n 24%|██▍ | 12/50 [00:01<00:04, 8.80it/s]\n 26%|██▌ | 13/50 [00:01<00:04, 8.78it/s]\n 28%|██▊ | 14/50 [00:01<00:04, 8.78it/s]\n 30%|███ | 15/50 [00:01<00:03, 8.79it/s]\n 32%|███▏ | 16/50 [00:01<00:03, 8.78it/s]\n 34%|███▍ | 17/50 [00:01<00:03, 8.77it/s]\n 36%|███▌ | 18/50 [00:02<00:03, 8.78it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 8.78it/s]\n 40%|████ | 20/50 [00:02<00:03, 8.79it/s]\n 42%|████▏ | 21/50 [00:02<00:03, 8.78it/s]\n 44%|████▍ | 22/50 [00:02<00:03, 8.78it/s]\n 46%|████▌ | 23/50 [00:02<00:03, 8.79it/s]\n 48%|████▊ | 24/50 [00:02<00:02, 8.79it/s]\n 50%|█████ | 25/50 [00:02<00:02, 8.78it/s]\n 52%|█████▏ | 26/50 [00:02<00:02, 8.77it/s]\n 54%|█████▍ | 27/50 [00:03<00:02, 8.78it/s]\n 56%|█████▌ | 28/50 [00:03<00:02, 8.77it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 8.77it/s]\n 60%|██████ | 30/50 [00:03<00:02, 8.77it/s]\n 62%|██████▏ | 31/50 [00:03<00:02, 8.77it/s]\n 64%|██████▍ | 32/50 [00:03<00:02, 8.76it/s]\n 66%|██████▌ | 33/50 [00:03<00:01, 8.76it/s]\n 68%|██████▊ | 34/50 [00:03<00:01, 8.76it/s]\n 70%|███████ | 35/50 [00:03<00:01, 8.77it/s]\n 72%|███████▏ | 36/50 [00:04<00:01, 8.77it/s]\n 74%|███████▍ | 37/50 [00:04<00:01, 8.76it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 8.75it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 8.75it/s]\n 80%|████████ | 40/50 [00:04<00:01, 8.75it/s]\n 82%|████████▏ | 41/50 [00:04<00:01, 8.77it/s]\n 84%|████████▍ | 42/50 [00:04<00:00, 8.76it/s]\n 86%|████████▌ | 43/50 [00:04<00:00, 8.76it/s]\n 88%|████████▊ | 44/50 [00:05<00:00, 8.76it/s]\n 90%|█████████ | 45/50 [00:05<00:00, 8.76it/s]\n 92%|█████████▏| 46/50 [00:05<00:00, 8.78it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 8.77it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 8.77it/s]\n 98%|█████████▊| 49/50 [00:05<00:00, 8.77it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.77it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.78it/s]", "metrics": { "predict_time": 15.106766, "total_time": 47.091194 }, "output": [ "https://replicate.delivery/pbxt/ezGhBFfjQLiyRUPmwV9jpgEy6keXie8s7tIFJrEofXIqS9FOC/out-0.png" ], "started_at": "2023-10-22T16:06:31.155758Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/dcryyglb4todquy2vksldlis4u", "cancel": "https://api.replicate.com/v1/predictions/dcryyglb4todquy2vksldlis4u/cancel" }, "version": "7b1b908e2e28ee517404087adadabe32602530d4f44d20cfac8941b9a05ce267" }
Generated inUsing seed: 41257 Loading sdxl pipeline... Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 57%|█████▋ | 4/7 [00:00<00:00, 9.65it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:00<00:00, 7.90it/s] Loading pipeline components...: 86%|████████▌ | 6/7 [00:01<00:00, 3.18it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:06<00:00, 1.69s/it] Loading pipeline components...: 100%|██████████| 7/7 [00:06<00:00, 1.06it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:05, 8.74it/s] 4%|▍ | 2/50 [00:00<00:05, 8.77it/s] 6%|▌ | 3/50 [00:00<00:05, 8.79it/s] 8%|▊ | 4/50 [00:00<00:05, 8.80it/s] 10%|█ | 5/50 [00:00<00:05, 8.82it/s] 12%|█▏ | 6/50 [00:00<00:04, 8.82it/s] 14%|█▍ | 7/50 [00:00<00:04, 8.83it/s] 16%|█▌ | 8/50 [00:00<00:04, 8.82it/s] 18%|█▊ | 9/50 [00:01<00:04, 8.82it/s] 20%|██ | 10/50 [00:01<00:04, 8.81it/s] 22%|██▏ | 11/50 [00:01<00:04, 8.79it/s] 24%|██▍ | 12/50 [00:01<00:04, 8.80it/s] 26%|██▌ | 13/50 [00:01<00:04, 8.78it/s] 28%|██▊ | 14/50 [00:01<00:04, 8.78it/s] 30%|███ | 15/50 [00:01<00:03, 8.79it/s] 32%|███▏ | 16/50 [00:01<00:03, 8.78it/s] 34%|███▍ | 17/50 [00:01<00:03, 8.77it/s] 36%|███▌ | 18/50 [00:02<00:03, 8.78it/s] 38%|███▊ | 19/50 [00:02<00:03, 8.78it/s] 40%|████ | 20/50 [00:02<00:03, 8.79it/s] 42%|████▏ | 21/50 [00:02<00:03, 8.78it/s] 44%|████▍ | 22/50 [00:02<00:03, 8.78it/s] 46%|████▌ | 23/50 [00:02<00:03, 8.79it/s] 48%|████▊ | 24/50 [00:02<00:02, 8.79it/s] 50%|█████ | 25/50 [00:02<00:02, 8.78it/s] 52%|█████▏ | 26/50 [00:02<00:02, 8.77it/s] 54%|█████▍ | 27/50 [00:03<00:02, 8.78it/s] 56%|█████▌ | 28/50 [00:03<00:02, 8.77it/s] 58%|█████▊ | 29/50 [00:03<00:02, 8.77it/s] 60%|██████ | 30/50 [00:03<00:02, 8.77it/s] 62%|██████▏ | 31/50 [00:03<00:02, 8.77it/s] 64%|██████▍ | 32/50 [00:03<00:02, 8.76it/s] 66%|██████▌ | 33/50 [00:03<00:01, 8.76it/s] 68%|██████▊ | 34/50 [00:03<00:01, 8.76it/s] 70%|███████ | 35/50 [00:03<00:01, 8.77it/s] 72%|███████▏ | 36/50 [00:04<00:01, 8.77it/s] 74%|███████▍ | 37/50 [00:04<00:01, 8.76it/s] 76%|███████▌ | 38/50 [00:04<00:01, 8.75it/s] 78%|███████▊ | 39/50 [00:04<00:01, 8.75it/s] 80%|████████ | 40/50 [00:04<00:01, 8.75it/s] 82%|████████▏ | 41/50 [00:04<00:01, 8.77it/s] 84%|████████▍ | 42/50 [00:04<00:00, 8.76it/s] 86%|████████▌ | 43/50 [00:04<00:00, 8.76it/s] 88%|████████▊ | 44/50 [00:05<00:00, 8.76it/s] 90%|█████████ | 45/50 [00:05<00:00, 8.76it/s] 92%|█████████▏| 46/50 [00:05<00:00, 8.78it/s] 94%|█████████▍| 47/50 [00:05<00:00, 8.77it/s] 96%|█████████▌| 48/50 [00:05<00:00, 8.77it/s] 98%|█████████▊| 49/50 [00:05<00:00, 8.77it/s] 100%|██████████| 50/50 [00:05<00:00, 8.77it/s] 100%|██████████| 50/50 [00:05<00:00, 8.78it/s]
Want to make some of these yourself?
Run this model