Readme
This model doesn't have a readme.
Model
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";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run omniedgeio/aquaaibase using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"omniedgeio/aquaaibase:905504d6a9a49716e92bb519c91494912dfb5dec43e20277679dfdbee0907bef",
{
input: {
hdr: 0,
width: 640,
height: 840,
prompt: "The woman in the photo is wearing a blue dress and standing in a white room. She looks elegant and sophisticated, with her posture and outfit drawing attention. The white room serves as a simple and clean background for her attire.The lighting is bright and natural, realist detail, ue5, detailed character expressions, amazing quality, wallpaper, analog film grain. one person, 8k. In the style of EveningDressDF",
refine: "base_image_refiner",
strength: 0.8,
scheduler: "K_EULER_ANCESTRAL",
lora_scale: 0.6,
num_outputs: 1,
refine_steps: 10,
guidance_scale: 7.5,
apply_watermark: false,
condition_scale: 1.1,
high_noise_frac: 0.8,
negative_prompt: "cropped face, cover face, cover visage, mutated hands, bad anatomy, bad hands, three hands, three legs, bad arms,(missing legs), missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate, not human, no head,(low quality, worst quality:1.4), cgi, text, signature, watermark, extra limbs, cleavage",
prompt_strength: 0.8,
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 omniedgeio/aquaaibase using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"omniedgeio/aquaaibase:905504d6a9a49716e92bb519c91494912dfb5dec43e20277679dfdbee0907bef",
input={
"hdr": 0,
"width": 640,
"height": 840,
"prompt": "The woman in the photo is wearing a blue dress and standing in a white room. She looks elegant and sophisticated, with her posture and outfit drawing attention. The white room serves as a simple and clean background for her attire.The lighting is bright and natural, realist detail, ue5, detailed character expressions, amazing quality, wallpaper, analog film grain. one person, 8k. In the style of EveningDressDF",
"refine": "base_image_refiner",
"strength": 0.8,
"scheduler": "K_EULER_ANCESTRAL",
"lora_scale": 0.6,
"num_outputs": 1,
"refine_steps": 10,
"guidance_scale": 7.5,
"apply_watermark": False,
"condition_scale": 1.1,
"high_noise_frac": 0.8,
"negative_prompt": "cropped face, cover face, cover visage, mutated hands, bad anatomy, bad hands, three hands, three legs, bad arms,(missing legs), missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate, not human, no head,(low quality, worst quality:1.4), cgi, text, signature, watermark, extra limbs, cleavage",
"prompt_strength": 0.8,
"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 omniedgeio/aquaaibase 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": "omniedgeio/aquaaibase:905504d6a9a49716e92bb519c91494912dfb5dec43e20277679dfdbee0907bef",
"input": {
"hdr": 0,
"width": 640,
"height": 840,
"prompt": "The woman in the photo is wearing a blue dress and standing in a white room. She looks elegant and sophisticated, with her posture and outfit drawing attention. The white room serves as a simple and clean background for her attire.The lighting is bright and natural, realist detail, ue5, detailed character expressions, amazing quality, wallpaper, analog film grain. one person, 8k. In the style of EveningDressDF",
"refine": "base_image_refiner",
"strength": 0.8,
"scheduler": "K_EULER_ANCESTRAL",
"lora_scale": 0.6,
"num_outputs": 1,
"refine_steps": 10,
"guidance_scale": 7.5,
"apply_watermark": false,
"condition_scale": 1.1,
"high_noise_frac": 0.8,
"negative_prompt": "cropped face, cover face, cover visage, mutated hands, bad anatomy, bad hands, three hands, three legs, bad arms,(missing legs), missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate, not human, no head,(low quality, worst quality:1.4), cgi, text, signature, watermark, extra limbs, cleavage",
"prompt_strength": 0.8,
"num_inference_steps": 50
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
{
"completed_at": "2024-03-17T09:00:51.430850Z",
"created_at": "2024-03-17T08:59:16.432454Z",
"data_removed": false,
"error": null,
"id": "mhsoi4lbyzfbkqzd5duwz74zxq",
"input": {
"width": 640,
"height": 840,
"prompt": "The woman in the photo is wearing a blue dress and standing in a white room. She looks elegant and sophisticated, with her posture and outfit drawing attention. The white room serves as a simple and clean background for her attire.The lighting is bright and natural, realist detail, ue5, detailed character expressions, amazing quality, wallpaper, analog film grain. one person, 8k. In the style of EveningDressDF",
"refine": "base_image_refiner",
"scheduler": "K_EULER_ANCESTRAL",
"apply_watermark": false,
"negative_prompt": "cropped face, cover face, cover visage, mutated hands, bad anatomy, bad hands, three hands, three legs, bad arms,(missing legs), missing arms, poorly drawn face, bad face, fused face, cloned face, worst face, three crus, extra crus, fused crus, worst feet, three feet, fused feet, fused thigh, three thigh, fused thigh, extra thigh, worst thigh, missing fingers, extra fingers, ugly fingers, long fingers, horn, extra eyes, huge eyes, 2girl, amputation, disconnected limbs, cartoon, cg, 3d, unreal, animate, not human, no head,(low quality, worst quality:1.4), cgi, text, signature, watermark, extra limbs, cleavage",
"disable_safety_checker": true
},
"logs": "Using seed: 65503\nEnsuring enough disk space...\nFree disk space: 818957369344\nDownloading weights: https://replicate.delivery/pbxt/UP69cUtnOWL6LB8aoHYp5M5AJyfLFoW1gfREoHNzrglQ6BhSA/trained_model.tar\n2024-03-17T09:00:36Z | INFO | [ Initiating ] dest=/src/weights-cache/62014fdd81e3f2bc minimum_chunk_size=150M url=https://replicate.delivery/pbxt/UP69cUtnOWL6LB8aoHYp5M5AJyfLFoW1gfREoHNzrglQ6BhSA/trained_model.tar\n2024-03-17T09:00:41Z | INFO | [ Complete ] dest=/src/weights-cache/62014fdd81e3f2bc size=\"186 MB\" total_elapsed=4.852s url=https://replicate.delivery/pbxt/UP69cUtnOWL6LB8aoHYp5M5AJyfLFoW1gfREoHNzrglQ6BhSA/trained_model.tar\nb''\nDownloaded weights in 4.9480156898498535 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: The woman in the photo is wearing a blue dress and standing in a white room. She looks elegant and sophisticated, with her posture and outfit drawing attention. The white room serves as a simple and clean background for her attire.The lighting is bright and natural, realist detail, ue5, detailed character expressions, amazing quality, wallpaper, analog film grain. one person, 8k. In the style of EveningDressDF\ntxt2img mode\nToken indices sequence length is longer than the specified maximum sequence length for this model (86 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['k. in the style of eveningdressdf']\nToken indices sequence length is longer than the specified maximum sequence length for this model (86 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['k. in the style of eveningdressdf']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:38, 1.26it/s]\n 4%|▍ | 2/50 [00:00<00:18, 2.56it/s]\n 6%|▌ | 3/50 [00:01<00:12, 3.83it/s]\n 8%|▊ | 4/50 [00:01<00:09, 5.00it/s]\n 10%|█ | 5/50 [00:01<00:07, 6.02it/s]\n 12%|█▏ | 6/50 [00:01<00:06, 6.82it/s]\n 14%|█▍ | 7/50 [00:01<00:05, 7.48it/s]\n 16%|█▌ | 8/50 [00:01<00:05, 7.99it/s]\n 18%|█▊ | 9/50 [00:01<00:04, 8.36it/s]\n 20%|██ | 10/50 [00:01<00:04, 8.65it/s]\n 22%|██▏ | 11/50 [00:01<00:04, 8.87it/s]\n 24%|██▍ | 12/50 [00:01<00:04, 9.03it/s]\n 26%|██▌ | 13/50 [00:02<00:04, 9.15it/s]\n 28%|██▊ | 14/50 [00:02<00:03, 9.11it/s]\n 30%|███ | 15/50 [00:02<00:03, 9.16it/s]\n 32%|███▏ | 16/50 [00:02<00:03, 9.19it/s]\n 34%|███▍ | 17/50 [00:02<00:03, 9.22it/s]\n 36%|███▌ | 18/50 [00:02<00:03, 9.26it/s]\n 38%|███▊ | 19/50 [00:02<00:03, 9.28it/s]\n 40%|████ | 20/50 [00:02<00:03, 9.30it/s]\n 42%|████▏ | 21/50 [00:02<00:03, 9.33it/s]\n 44%|████▍ | 22/50 [00:03<00:03, 9.27it/s]\n 46%|████▌ | 23/50 [00:03<00:02, 9.29it/s]\n 48%|████▊ | 24/50 [00:03<00:02, 9.32it/s]\n 50%|█████ | 25/50 [00:03<00:02, 9.31it/s]\n 52%|█████▏ | 26/50 [00:03<00:02, 9.32it/s]\n 54%|█████▍ | 27/50 [00:03<00:02, 9.33it/s]\n 56%|█████▌ | 28/50 [00:03<00:02, 9.31it/s]\n 58%|█████▊ | 29/50 [00:03<00:02, 9.30it/s]\n 60%|██████ | 30/50 [00:03<00:02, 9.25it/s]\n 62%|██████▏ | 31/50 [00:04<00:02, 9.26it/s]\n 64%|██████▍ | 32/50 [00:04<00:01, 9.28it/s]\n 66%|██████▌ | 33/50 [00:04<00:01, 9.28it/s]\n 68%|██████▊ | 34/50 [00:04<00:01, 9.28it/s]\n 70%|███████ | 35/50 [00:04<00:01, 9.29it/s]\n 72%|███████▏ | 36/50 [00:04<00:01, 9.29it/s]\n 74%|███████▍ | 37/50 [00:04<00:01, 9.24it/s]\n 76%|███████▌ | 38/50 [00:04<00:01, 9.23it/s]\n 78%|███████▊ | 39/50 [00:04<00:01, 9.24it/s]\n 80%|████████ | 40/50 [00:04<00:01, 9.26it/s]\n 82%|████████▏ | 41/50 [00:05<00:00, 9.27it/s]\n 84%|████████▍ | 42/50 [00:05<00:00, 9.26it/s]\n 86%|████████▌ | 43/50 [00:05<00:00, 9.26it/s]\n 88%|████████▊ | 44/50 [00:05<00:00, 9.27it/s]\n 90%|█████████ | 45/50 [00:05<00:00, 9.28it/s]\n 92%|█████████▏| 46/50 [00:05<00:00, 9.29it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 9.29it/s]\n 96%|█████████▌| 48/50 [00:05<00:00, 9.25it/s]\n 98%|█████████▊| 49/50 [00:05<00:00, 9.25it/s]\n100%|██████████| 50/50 [00:06<00:00, 9.25it/s]\n100%|██████████| 50/50 [00:06<00:00, 8.24it/s]\nToken indices sequence length is longer than the specified maximum sequence length for this model (86 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['k. in the style of eveningdressdf']\n 0%| | 0/15 [00:00<?, ?it/s]\n 7%|▋ | 1/15 [00:00<00:01, 9.75it/s]\n 20%|██ | 3/15 [00:00<00:00, 13.17it/s]\n 33%|███▎ | 5/15 [00:00<00:00, 14.04it/s]\n 47%|████▋ | 7/15 [00:00<00:00, 14.38it/s]\n 60%|██████ | 9/15 [00:00<00:00, 14.59it/s]\n 73%|███████▎ | 11/15 [00:00<00:00, 14.72it/s]\n 87%|████████▋ | 13/15 [00:00<00:00, 14.81it/s]\n100%|██████████| 15/15 [00:01<00:00, 14.85it/s]\n100%|██████████| 15/15 [00:01<00:00, 14.44it/s]",
"metrics": {
"predict_time": 15.137104,
"total_time": 94.998396
},
"output": [
"https://replicate.delivery/pbxt/a4kBibUqVjaoL1TwYLR4res2epkWzmKBG4SwM9wQLehEaMClA/out-0.png"
],
"started_at": "2024-03-17T09:00:36.293746Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/mhsoi4lbyzfbkqzd5duwz74zxq",
"cancel": "https://api.replicate.com/v1/predictions/mhsoi4lbyzfbkqzd5duwz74zxq/cancel"
},
"version": "59583f621010a8034d8eac35efbd4aeb4040477398c4a75cb8de5f5772b2aac4"
}
Using seed: 65503
Ensuring enough disk space...
Free disk space: 818957369344
Downloading weights: https://replicate.delivery/pbxt/UP69cUtnOWL6LB8aoHYp5M5AJyfLFoW1gfREoHNzrglQ6BhSA/trained_model.tar
2024-03-17T09:00:36Z | INFO | [ Initiating ] dest=/src/weights-cache/62014fdd81e3f2bc minimum_chunk_size=150M url=https://replicate.delivery/pbxt/UP69cUtnOWL6LB8aoHYp5M5AJyfLFoW1gfREoHNzrglQ6BhSA/trained_model.tar
2024-03-17T09:00:41Z | INFO | [ Complete ] dest=/src/weights-cache/62014fdd81e3f2bc size="186 MB" total_elapsed=4.852s url=https://replicate.delivery/pbxt/UP69cUtnOWL6LB8aoHYp5M5AJyfLFoW1gfREoHNzrglQ6BhSA/trained_model.tar
b''
Downloaded weights in 4.9480156898498535 seconds
Loading fine-tuned model
Does not have Unet. assume we are using LoRA
Loading Unet LoRA
Prompt: The woman in the photo is wearing a blue dress and standing in a white room. She looks elegant and sophisticated, with her posture and outfit drawing attention. The white room serves as a simple and clean background for her attire.The lighting is bright and natural, realist detail, ue5, detailed character expressions, amazing quality, wallpaper, analog film grain. one person, 8k. In the style of EveningDressDF
txt2img mode
Token indices sequence length is longer than the specified maximum sequence length for this model (86 > 77). Running this sequence through the model will result in indexing errors
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['k. in the style of eveningdressdf']
Token indices sequence length is longer than the specified maximum sequence length for this model (86 > 77). Running this sequence through the model will result in indexing errors
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['k. in the style of eveningdressdf']
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:38, 1.26it/s]
4%|▍ | 2/50 [00:00<00:18, 2.56it/s]
6%|▌ | 3/50 [00:01<00:12, 3.83it/s]
8%|▊ | 4/50 [00:01<00:09, 5.00it/s]
10%|█ | 5/50 [00:01<00:07, 6.02it/s]
12%|█▏ | 6/50 [00:01<00:06, 6.82it/s]
14%|█▍ | 7/50 [00:01<00:05, 7.48it/s]
16%|█▌ | 8/50 [00:01<00:05, 7.99it/s]
18%|█▊ | 9/50 [00:01<00:04, 8.36it/s]
20%|██ | 10/50 [00:01<00:04, 8.65it/s]
22%|██▏ | 11/50 [00:01<00:04, 8.87it/s]
24%|██▍ | 12/50 [00:01<00:04, 9.03it/s]
26%|██▌ | 13/50 [00:02<00:04, 9.15it/s]
28%|██▊ | 14/50 [00:02<00:03, 9.11it/s]
30%|███ | 15/50 [00:02<00:03, 9.16it/s]
32%|███▏ | 16/50 [00:02<00:03, 9.19it/s]
34%|███▍ | 17/50 [00:02<00:03, 9.22it/s]
36%|███▌ | 18/50 [00:02<00:03, 9.26it/s]
38%|███▊ | 19/50 [00:02<00:03, 9.28it/s]
40%|████ | 20/50 [00:02<00:03, 9.30it/s]
42%|████▏ | 21/50 [00:02<00:03, 9.33it/s]
44%|████▍ | 22/50 [00:03<00:03, 9.27it/s]
46%|████▌ | 23/50 [00:03<00:02, 9.29it/s]
48%|████▊ | 24/50 [00:03<00:02, 9.32it/s]
50%|█████ | 25/50 [00:03<00:02, 9.31it/s]
52%|█████▏ | 26/50 [00:03<00:02, 9.32it/s]
54%|█████▍ | 27/50 [00:03<00:02, 9.33it/s]
56%|█████▌ | 28/50 [00:03<00:02, 9.31it/s]
58%|█████▊ | 29/50 [00:03<00:02, 9.30it/s]
60%|██████ | 30/50 [00:03<00:02, 9.25it/s]
62%|██████▏ | 31/50 [00:04<00:02, 9.26it/s]
64%|██████▍ | 32/50 [00:04<00:01, 9.28it/s]
66%|██████▌ | 33/50 [00:04<00:01, 9.28it/s]
68%|██████▊ | 34/50 [00:04<00:01, 9.28it/s]
70%|███████ | 35/50 [00:04<00:01, 9.29it/s]
72%|███████▏ | 36/50 [00:04<00:01, 9.29it/s]
74%|███████▍ | 37/50 [00:04<00:01, 9.24it/s]
76%|███████▌ | 38/50 [00:04<00:01, 9.23it/s]
78%|███████▊ | 39/50 [00:04<00:01, 9.24it/s]
80%|████████ | 40/50 [00:04<00:01, 9.26it/s]
82%|████████▏ | 41/50 [00:05<00:00, 9.27it/s]
84%|████████▍ | 42/50 [00:05<00:00, 9.26it/s]
86%|████████▌ | 43/50 [00:05<00:00, 9.26it/s]
88%|████████▊ | 44/50 [00:05<00:00, 9.27it/s]
90%|█████████ | 45/50 [00:05<00:00, 9.28it/s]
92%|█████████▏| 46/50 [00:05<00:00, 9.29it/s]
94%|█████████▍| 47/50 [00:05<00:00, 9.29it/s]
96%|█████████▌| 48/50 [00:05<00:00, 9.25it/s]
98%|█████████▊| 49/50 [00:05<00:00, 9.25it/s]
100%|██████████| 50/50 [00:06<00:00, 9.25it/s]
100%|██████████| 50/50 [00:06<00:00, 8.24it/s]
Token indices sequence length is longer than the specified maximum sequence length for this model (86 > 77). Running this sequence through the model will result in indexing errors
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['k. in the style of eveningdressdf']
0%| | 0/15 [00:00<?, ?it/s]
7%|▋ | 1/15 [00:00<00:01, 9.75it/s]
20%|██ | 3/15 [00:00<00:00, 13.17it/s]
33%|███▎ | 5/15 [00:00<00:00, 14.04it/s]
47%|████▋ | 7/15 [00:00<00:00, 14.38it/s]
60%|██████ | 9/15 [00:00<00:00, 14.59it/s]
73%|███████▎ | 11/15 [00:00<00:00, 14.72it/s]
87%|████████▋ | 13/15 [00:00<00:00, 14.81it/s]
100%|██████████| 15/15 [00:01<00:00, 14.85it/s]
100%|██████████| 15/15 [00:01<00:00, 14.44it/s]
This output was created using a different version of the model, omniedgeio/aquaaibase:59583f62.
This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.
This model is cold. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.
Choose a file from your machine
Hint: you can also drag files onto the input
Choose a file from your machine
Hint: you can also drag files onto the input
Using seed: 65503
Ensuring enough disk space...
Free disk space: 818957369344
Downloading weights: https://replicate.delivery/pbxt/UP69cUtnOWL6LB8aoHYp5M5AJyfLFoW1gfREoHNzrglQ6BhSA/trained_model.tar
2024-03-17T09:00:36Z | INFO | [ Initiating ] dest=/src/weights-cache/62014fdd81e3f2bc minimum_chunk_size=150M url=https://replicate.delivery/pbxt/UP69cUtnOWL6LB8aoHYp5M5AJyfLFoW1gfREoHNzrglQ6BhSA/trained_model.tar
2024-03-17T09:00:41Z | INFO | [ Complete ] dest=/src/weights-cache/62014fdd81e3f2bc size="186 MB" total_elapsed=4.852s url=https://replicate.delivery/pbxt/UP69cUtnOWL6LB8aoHYp5M5AJyfLFoW1gfREoHNzrglQ6BhSA/trained_model.tar
b''
Downloaded weights in 4.9480156898498535 seconds
Loading fine-tuned model
Does not have Unet. assume we are using LoRA
Loading Unet LoRA
Prompt: The woman in the photo is wearing a blue dress and standing in a white room. She looks elegant and sophisticated, with her posture and outfit drawing attention. The white room serves as a simple and clean background for her attire.The lighting is bright and natural, realist detail, ue5, detailed character expressions, amazing quality, wallpaper, analog film grain. one person, 8k. In the style of EveningDressDF
txt2img mode
Token indices sequence length is longer than the specified maximum sequence length for this model (86 > 77). Running this sequence through the model will result in indexing errors
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['k. in the style of eveningdressdf']
Token indices sequence length is longer than the specified maximum sequence length for this model (86 > 77). Running this sequence through the model will result in indexing errors
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['k. in the style of eveningdressdf']
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:38, 1.26it/s]
4%|▍ | 2/50 [00:00<00:18, 2.56it/s]
6%|▌ | 3/50 [00:01<00:12, 3.83it/s]
8%|▊ | 4/50 [00:01<00:09, 5.00it/s]
10%|█ | 5/50 [00:01<00:07, 6.02it/s]
12%|█▏ | 6/50 [00:01<00:06, 6.82it/s]
14%|█▍ | 7/50 [00:01<00:05, 7.48it/s]
16%|█▌ | 8/50 [00:01<00:05, 7.99it/s]
18%|█▊ | 9/50 [00:01<00:04, 8.36it/s]
20%|██ | 10/50 [00:01<00:04, 8.65it/s]
22%|██▏ | 11/50 [00:01<00:04, 8.87it/s]
24%|██▍ | 12/50 [00:01<00:04, 9.03it/s]
26%|██▌ | 13/50 [00:02<00:04, 9.15it/s]
28%|██▊ | 14/50 [00:02<00:03, 9.11it/s]
30%|███ | 15/50 [00:02<00:03, 9.16it/s]
32%|███▏ | 16/50 [00:02<00:03, 9.19it/s]
34%|███▍ | 17/50 [00:02<00:03, 9.22it/s]
36%|███▌ | 18/50 [00:02<00:03, 9.26it/s]
38%|███▊ | 19/50 [00:02<00:03, 9.28it/s]
40%|████ | 20/50 [00:02<00:03, 9.30it/s]
42%|████▏ | 21/50 [00:02<00:03, 9.33it/s]
44%|████▍ | 22/50 [00:03<00:03, 9.27it/s]
46%|████▌ | 23/50 [00:03<00:02, 9.29it/s]
48%|████▊ | 24/50 [00:03<00:02, 9.32it/s]
50%|█████ | 25/50 [00:03<00:02, 9.31it/s]
52%|█████▏ | 26/50 [00:03<00:02, 9.32it/s]
54%|█████▍ | 27/50 [00:03<00:02, 9.33it/s]
56%|█████▌ | 28/50 [00:03<00:02, 9.31it/s]
58%|█████▊ | 29/50 [00:03<00:02, 9.30it/s]
60%|██████ | 30/50 [00:03<00:02, 9.25it/s]
62%|██████▏ | 31/50 [00:04<00:02, 9.26it/s]
64%|██████▍ | 32/50 [00:04<00:01, 9.28it/s]
66%|██████▌ | 33/50 [00:04<00:01, 9.28it/s]
68%|██████▊ | 34/50 [00:04<00:01, 9.28it/s]
70%|███████ | 35/50 [00:04<00:01, 9.29it/s]
72%|███████▏ | 36/50 [00:04<00:01, 9.29it/s]
74%|███████▍ | 37/50 [00:04<00:01, 9.24it/s]
76%|███████▌ | 38/50 [00:04<00:01, 9.23it/s]
78%|███████▊ | 39/50 [00:04<00:01, 9.24it/s]
80%|████████ | 40/50 [00:04<00:01, 9.26it/s]
82%|████████▏ | 41/50 [00:05<00:00, 9.27it/s]
84%|████████▍ | 42/50 [00:05<00:00, 9.26it/s]
86%|████████▌ | 43/50 [00:05<00:00, 9.26it/s]
88%|████████▊ | 44/50 [00:05<00:00, 9.27it/s]
90%|█████████ | 45/50 [00:05<00:00, 9.28it/s]
92%|█████████▏| 46/50 [00:05<00:00, 9.29it/s]
94%|█████████▍| 47/50 [00:05<00:00, 9.29it/s]
96%|█████████▌| 48/50 [00:05<00:00, 9.25it/s]
98%|█████████▊| 49/50 [00:05<00:00, 9.25it/s]
100%|██████████| 50/50 [00:06<00:00, 9.25it/s]
100%|██████████| 50/50 [00:06<00:00, 8.24it/s]
Token indices sequence length is longer than the specified maximum sequence length for this model (86 > 77). Running this sequence through the model will result in indexing errors
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['k. in the style of eveningdressdf']
0%| | 0/15 [00:00<?, ?it/s]
7%|▋ | 1/15 [00:00<00:01, 9.75it/s]
20%|██ | 3/15 [00:00<00:00, 13.17it/s]
33%|███▎ | 5/15 [00:00<00:00, 14.04it/s]
47%|████▋ | 7/15 [00:00<00:00, 14.38it/s]
60%|██████ | 9/15 [00:00<00:00, 14.59it/s]
73%|███████▎ | 11/15 [00:00<00:00, 14.72it/s]
87%|████████▋ | 13/15 [00:00<00:00, 14.81it/s]
100%|██████████| 15/15 [00:01<00:00, 14.85it/s]
100%|██████████| 15/15 [00:01<00:00, 14.44it/s]