Readme
This model doesn't have a readme.
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 ah77ac/majestyrabbit-flux-lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"ah77ac/majestyrabbit-flux-lora:a83352238c390a66baf3c905fa22a076af87991214c46c6c1041a971edfdf1ec",
{
input: {
model: "schnell",
width: 640,
height: 640,
prompt: "majesty_rabbit, while reflecting on Lif’s balanced and thoughtful nature, always reminds us of the importance of living in peace with our thoughts. Lif represents the calm and wisdom that lie within, and in the story, you will discover the deep wisdom hidden in Lif’s character. The clothing should blend traditional Egyptian and Victorian or French-style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting.\n\nThe background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.",
go_fast: false,
lora_scale: 1,
megapixels: "1",
num_outputs: 1,
aspect_ratio: "1:1",
output_format: "jpg",
guidance_scale: 3.5,
output_quality: 80,
prompt_strength: 0.8,
extra_lora_scale: 0.8,
num_inference_steps: 20
}
}
);
// 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 ah77ac/majestyrabbit-flux-lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"ah77ac/majestyrabbit-flux-lora:a83352238c390a66baf3c905fa22a076af87991214c46c6c1041a971edfdf1ec",
input={
"model": "schnell",
"width": 640,
"height": 640,
"prompt": "majesty_rabbit, while reflecting on Lif’s balanced and thoughtful nature, always reminds us of the importance of living in peace with our thoughts. Lif represents the calm and wisdom that lie within, and in the story, you will discover the deep wisdom hidden in Lif’s character. The clothing should blend traditional Egyptian and Victorian or French-style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting.\n\nThe background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.",
"go_fast": False,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "jpg",
"guidance_scale": 3.5,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 0.8,
"num_inference_steps": 20
}
)
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 ah77ac/majestyrabbit-flux-lora 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": "a83352238c390a66baf3c905fa22a076af87991214c46c6c1041a971edfdf1ec",
"input": {
"model": "schnell",
"width": 640,
"height": 640,
"prompt": "majesty_rabbit, while reflecting on Lif’s balanced and thoughtful nature, always reminds us of the importance of living in peace with our thoughts. Lif represents the calm and wisdom that lie within, and in the story, you will discover the deep wisdom hidden in Lif’s character. The clothing should blend traditional Egyptian and Victorian or French-style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting.\\n\\nThe background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.",
"go_fast": false,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "jpg",
"guidance_scale": 3.5,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 0.8,
"num_inference_steps": 20
}
}' \
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-09-04T13:51:02.359130Z",
"created_at": "2024-09-04T13:50:40.880000Z",
"data_removed": false,
"error": null,
"id": "rht8sbsty1rm00chqn6v9saatm",
"input": {
"model": "schnell",
"width": 640,
"height": 640,
"prompt": "majesty_rabbit, while reflecting on Lif’s balanced and thoughtful nature, always reminds us of the importance of living in peace with our thoughts. Lif represents the calm and wisdom that lie within, and in the story, you will discover the deep wisdom hidden in Lif’s character. The clothing should blend traditional Egyptian and Victorian or French-style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting.\n\nThe background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.",
"lora_scale": 1,
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "jpg",
"guidance_scale": 3.5,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 0.8,
"num_inference_steps": 20
},
"logs": "Using seed: 23129\nPrompt: majesty_rabbit, while reflecting on Lif’s balanced and thoughtful nature, always reminds us of the importance of living in peace with our thoughts. Lif represents the calm and wisdom that lie within, and in the story, you will discover the deep wisdom hidden in Lif’s character. The clothing should blend traditional Egyptian and Victorian or French-style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting.\nThe background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.\ntxt2img mode\nUsing schnell model\nfree=9757265199104\nDownloading weights\n2024-09-04T13:50:44Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp9hydnu5s/weights url=https://replicate.delivery/yhqm/drKMwv2PKmosJd3wmfVkP6cf3IpJ6eKSGqzBHAlYfCWJb6lNB/trained_model.tar\n2024-09-04T13:50:46Z | INFO | [ Complete ] dest=/tmp/tmp9hydnu5s/weights size=\"172 MB\" total_elapsed=1.571s url=https://replicate.delivery/yhqm/drKMwv2PKmosJd3wmfVkP6cf3IpJ6eKSGqzBHAlYfCWJb6lNB/trained_model.tar\nDownloaded weights in 1.61s\nLoaded LoRAs in 11.62s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lace and french curve relief frames. male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. accessories should be appropriate for their gender, with no exaggerated or mismatched items ( e. g., no skirts on male characters, no ties on female characters unless historically accurate ). the color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting. the background should remain light and victorian or french - style, with some egyptian influences in the decor. ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned ( e. g., no merging of objects like fireplaces with chairs or staircases inside fireplaces ). the setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. the overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.']\nThe following part of your input was truncated because `max_sequence_length` is set to 256 tokens: ['style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting. The background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.']\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:05, 3.67it/s]\n 10%|█ | 2/20 [00:00<00:04, 4.13it/s]\n 15%|█▌ | 3/20 [00:00<00:04, 3.91it/s]\n 20%|██ | 4/20 [00:01<00:04, 3.80it/s]\n 25%|██▌ | 5/20 [00:01<00:03, 3.75it/s]\n 30%|███ | 6/20 [00:01<00:03, 3.72it/s]\n 35%|███▌ | 7/20 [00:01<00:03, 3.70it/s]\n 40%|████ | 8/20 [00:02<00:03, 3.69it/s]\n 45%|████▌ | 9/20 [00:02<00:02, 3.68it/s]\n 50%|█████ | 10/20 [00:02<00:02, 3.68it/s]\n 55%|█████▌ | 11/20 [00:02<00:02, 3.68it/s]\n 60%|██████ | 12/20 [00:03<00:02, 3.67it/s]\n 65%|██████▌ | 13/20 [00:03<00:01, 3.67it/s]\n 70%|███████ | 14/20 [00:03<00:01, 3.67it/s]\n 75%|███████▌ | 15/20 [00:04<00:01, 3.67it/s]\n 80%|████████ | 16/20 [00:04<00:01, 3.67it/s]\n 85%|████████▌ | 17/20 [00:04<00:00, 3.67it/s]\n 90%|█████████ | 18/20 [00:04<00:00, 3.67it/s]\n 95%|█████████▌| 19/20 [00:05<00:00, 3.67it/s]\n100%|██████████| 20/20 [00:05<00:00, 3.67it/s]\n100%|██████████| 20/20 [00:05<00:00, 3.70it/s]",
"metrics": {
"predict_time": 17.504638087,
"total_time": 21.47913
},
"output": [
"https://replicate.delivery/yhqm/Trszb0XRcwKuB5veOe3LgNvG41ytRIGfgDuinIxr2Hfa8FmNB/out-0.jpg"
],
"started_at": "2024-09-04T13:50:44.854492Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/rht8sbsty1rm00chqn6v9saatm",
"cancel": "https://api.replicate.com/v1/predictions/rht8sbsty1rm00chqn6v9saatm/cancel"
},
"version": "a83352238c390a66baf3c905fa22a076af87991214c46c6c1041a971edfdf1ec"
}
Using seed: 23129
Prompt: majesty_rabbit, while reflecting on Lif’s balanced and thoughtful nature, always reminds us of the importance of living in peace with our thoughts. Lif represents the calm and wisdom that lie within, and in the story, you will discover the deep wisdom hidden in Lif’s character. The clothing should blend traditional Egyptian and Victorian or French-style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting.
The background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.
txt2img mode
Using schnell model
free=9757265199104
Downloading weights
2024-09-04T13:50:44Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp9hydnu5s/weights url=https://replicate.delivery/yhqm/drKMwv2PKmosJd3wmfVkP6cf3IpJ6eKSGqzBHAlYfCWJb6lNB/trained_model.tar
2024-09-04T13:50:46Z | INFO | [ Complete ] dest=/tmp/tmp9hydnu5s/weights size="172 MB" total_elapsed=1.571s url=https://replicate.delivery/yhqm/drKMwv2PKmosJd3wmfVkP6cf3IpJ6eKSGqzBHAlYfCWJb6lNB/trained_model.tar
Downloaded weights in 1.61s
Loaded LoRAs in 11.62s
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lace and french curve relief frames. male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. accessories should be appropriate for their gender, with no exaggerated or mismatched items ( e. g., no skirts on male characters, no ties on female characters unless historically accurate ). the color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting. the background should remain light and victorian or french - style, with some egyptian influences in the decor. ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned ( e. g., no merging of objects like fireplaces with chairs or staircases inside fireplaces ). the setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. the overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.']
The following part of your input was truncated because `max_sequence_length` is set to 256 tokens: ['style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting. The background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.']
0%| | 0/20 [00:00<?, ?it/s]
5%|▌ | 1/20 [00:00<00:05, 3.67it/s]
10%|█ | 2/20 [00:00<00:04, 4.13it/s]
15%|█▌ | 3/20 [00:00<00:04, 3.91it/s]
20%|██ | 4/20 [00:01<00:04, 3.80it/s]
25%|██▌ | 5/20 [00:01<00:03, 3.75it/s]
30%|███ | 6/20 [00:01<00:03, 3.72it/s]
35%|███▌ | 7/20 [00:01<00:03, 3.70it/s]
40%|████ | 8/20 [00:02<00:03, 3.69it/s]
45%|████▌ | 9/20 [00:02<00:02, 3.68it/s]
50%|█████ | 10/20 [00:02<00:02, 3.68it/s]
55%|█████▌ | 11/20 [00:02<00:02, 3.68it/s]
60%|██████ | 12/20 [00:03<00:02, 3.67it/s]
65%|██████▌ | 13/20 [00:03<00:01, 3.67it/s]
70%|███████ | 14/20 [00:03<00:01, 3.67it/s]
75%|███████▌ | 15/20 [00:04<00:01, 3.67it/s]
80%|████████ | 16/20 [00:04<00:01, 3.67it/s]
85%|████████▌ | 17/20 [00:04<00:00, 3.67it/s]
90%|█████████ | 18/20 [00:04<00:00, 3.67it/s]
95%|█████████▌| 19/20 [00:05<00:00, 3.67it/s]
100%|██████████| 20/20 [00:05<00:00, 3.67it/s]
100%|██████████| 20/20 [00:05<00:00, 3.70it/s]
This model runs on Nvidia H100 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 warm. 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: 23129
Prompt: majesty_rabbit, while reflecting on Lif’s balanced and thoughtful nature, always reminds us of the importance of living in peace with our thoughts. Lif represents the calm and wisdom that lie within, and in the story, you will discover the deep wisdom hidden in Lif’s character. The clothing should blend traditional Egyptian and Victorian or French-style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting.
The background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.
txt2img mode
Using schnell model
free=9757265199104
Downloading weights
2024-09-04T13:50:44Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp9hydnu5s/weights url=https://replicate.delivery/yhqm/drKMwv2PKmosJd3wmfVkP6cf3IpJ6eKSGqzBHAlYfCWJb6lNB/trained_model.tar
2024-09-04T13:50:46Z | INFO | [ Complete ] dest=/tmp/tmp9hydnu5s/weights size="172 MB" total_elapsed=1.571s url=https://replicate.delivery/yhqm/drKMwv2PKmosJd3wmfVkP6cf3IpJ6eKSGqzBHAlYfCWJb6lNB/trained_model.tar
Downloaded weights in 1.61s
Loaded LoRAs in 11.62s
The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lace and french curve relief frames. male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. accessories should be appropriate for their gender, with no exaggerated or mismatched items ( e. g., no skirts on male characters, no ties on female characters unless historically accurate ). the color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting. the background should remain light and victorian or french - style, with some egyptian influences in the decor. ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned ( e. g., no merging of objects like fireplaces with chairs or staircases inside fireplaces ). the setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. the overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.']
The following part of your input was truncated because `max_sequence_length` is set to 256 tokens: ['style attire, incorporating elements like lace and French curve relief frames. Male characters should wear traditionally masculine attire, such as suits or pants, and female characters should wear traditionally feminine attire, such as dresses or skirts. Accessories should be appropriate for their gender, with no exaggerated or mismatched items (e.g., no skirts on male characters, no ties on female characters unless historically accurate). The color palette should include cream, white, light olive, light pink, terracotta, and sea green, harmoniously integrated into both the attire and the setting. The background should remain light and Victorian or French-style, with some Egyptian influences in the decor. Ensure that architectural elements, furniture, and other objects are realistically placed and logically aligned (e.g., no merging of objects like fireplaces with chairs or staircases inside fireplaces). The setting should feel coherent, with clear distinctions between different parts of the room and no impossible or illogical structures. Ensure the background is highly realistic, incorporating detailed textures and lighting effects to create a sense of depth and authenticity. The overall scene should convey elegance, sophistication, and realism, adhering to the established concept colors while maintaining a realistic and lifelike atmosphere.']
0%| | 0/20 [00:00<?, ?it/s]
5%|▌ | 1/20 [00:00<00:05, 3.67it/s]
10%|█ | 2/20 [00:00<00:04, 4.13it/s]
15%|█▌ | 3/20 [00:00<00:04, 3.91it/s]
20%|██ | 4/20 [00:01<00:04, 3.80it/s]
25%|██▌ | 5/20 [00:01<00:03, 3.75it/s]
30%|███ | 6/20 [00:01<00:03, 3.72it/s]
35%|███▌ | 7/20 [00:01<00:03, 3.70it/s]
40%|████ | 8/20 [00:02<00:03, 3.69it/s]
45%|████▌ | 9/20 [00:02<00:02, 3.68it/s]
50%|█████ | 10/20 [00:02<00:02, 3.68it/s]
55%|█████▌ | 11/20 [00:02<00:02, 3.68it/s]
60%|██████ | 12/20 [00:03<00:02, 3.67it/s]
65%|██████▌ | 13/20 [00:03<00:01, 3.67it/s]
70%|███████ | 14/20 [00:03<00:01, 3.67it/s]
75%|███████▌ | 15/20 [00:04<00:01, 3.67it/s]
80%|████████ | 16/20 [00:04<00:01, 3.67it/s]
85%|████████▌ | 17/20 [00:04<00:00, 3.67it/s]
90%|█████████ | 18/20 [00:04<00:00, 3.67it/s]
95%|█████████▌| 19/20 [00:05<00:00, 3.67it/s]
100%|██████████| 20/20 [00:05<00:00, 3.67it/s]
100%|██████████| 20/20 [00:05<00:00, 3.70it/s]