You're looking at a specific version of this model. Jump to the model overview.
alexgenovese /test-endpoint:cacd901f
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run alexgenovese/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.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run alexgenovese/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.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
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.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/alexgenovese/test-endpoint@sha256:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764 \
-i 'seed=13694' \
-i 'width=1024' \
-i 'height=1024' \
-i '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"' \
-i 'scheduler="K_EULER"' \
-i 'base_model="FFusion/FFusionXL-BASE"' \
-i 'num_outputs=1' \
-i 'guidance_scale=7.5' \
-i 'apply_watermark=true' \
-i '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"' \
-i 'num_inference_steps=50'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/alexgenovese/test-endpoint@sha256:cacd901fa63f464ab00d47dcca090658defb4d3d75ff047f564151f854d23764
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "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 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.019. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
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"
}
Using 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]