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 10thecreator/ai-nicky using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"10thecreator/ai-nicky:e0d0f3f5724cdd95354ab873e103f9f95f3cca5f53ae8ee3c24de85a7de18195",
{
input: {
model: "dev",
prompt: "A confident and dynamic digital creator, Nicky is seen in a high-tech studio setup, surrounded by sleek AI-powered tools, digital screens displaying social media analytics, and vibrant neon accents. Nicky wears a stylish, futuristic outfit with a modern urban edge, embodying the essence of an AI-driven influencer. Nicky expression is focused yet approachable, exuding expertise in AI content creation. The scene is lit with soft but professional lighting, highlighting Nicky as a thought leader in the AI and digital branding space. The background features subtle but powerful elements of AI innovation, including floating UI panels, interactive holograms, and social media growth graphs, reinforcing Nicky role as a trailblazer in AI-powered content strategy. The overall vibe is polished, high-tech, and inspiring, with cinematic composition and hyper-realistic detail.",
go_fast: false,
lora_scale: 1,
megapixels: "1",
num_outputs: 4,
aspect_ratio: "1:1",
output_format: "png",
guidance_scale: 3,
output_quality: 80,
prompt_strength: 0.8,
extra_lora_scale: 1,
num_inference_steps: 32
}
}
);
// 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 10thecreator/ai-nicky using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"10thecreator/ai-nicky:e0d0f3f5724cdd95354ab873e103f9f95f3cca5f53ae8ee3c24de85a7de18195",
input={
"model": "dev",
"prompt": "A confident and dynamic digital creator, Nicky is seen in a high-tech studio setup, surrounded by sleek AI-powered tools, digital screens displaying social media analytics, and vibrant neon accents. Nicky wears a stylish, futuristic outfit with a modern urban edge, embodying the essence of an AI-driven influencer. Nicky expression is focused yet approachable, exuding expertise in AI content creation. The scene is lit with soft but professional lighting, highlighting Nicky as a thought leader in the AI and digital branding space. The background features subtle but powerful elements of AI innovation, including floating UI panels, interactive holograms, and social media growth graphs, reinforcing Nicky role as a trailblazer in AI-powered content strategy. The overall vibe is polished, high-tech, and inspiring, with cinematic composition and hyper-realistic detail.",
"go_fast": False,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 4,
"aspect_ratio": "1:1",
"output_format": "png",
"guidance_scale": 3,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 1,
"num_inference_steps": 32
}
)
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 10thecreator/ai-nicky 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": "10thecreator/ai-nicky:e0d0f3f5724cdd95354ab873e103f9f95f3cca5f53ae8ee3c24de85a7de18195",
"input": {
"model": "dev",
"prompt": "A confident and dynamic digital creator, Nicky is seen in a high-tech studio setup, surrounded by sleek AI-powered tools, digital screens displaying social media analytics, and vibrant neon accents. Nicky wears a stylish, futuristic outfit with a modern urban edge, embodying the essence of an AI-driven influencer. Nicky expression is focused yet approachable, exuding expertise in AI content creation. The scene is lit with soft but professional lighting, highlighting Nicky as a thought leader in the AI and digital branding space. The background features subtle but powerful elements of AI innovation, including floating UI panels, interactive holograms, and social media growth graphs, reinforcing Nicky role as a trailblazer in AI-powered content strategy. The overall vibe is polished, high-tech, and inspiring, with cinematic composition and hyper-realistic detail.",
"go_fast": false,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 4,
"aspect_ratio": "1:1",
"output_format": "png",
"guidance_scale": 3,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 1,
"num_inference_steps": 32
}
}' \
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": "2025-03-07T22:25:37.576578Z",
"created_at": "2025-03-07T22:25:01.544000Z",
"data_removed": false,
"error": null,
"id": "9z505ja0d1rme0cneavavmtqk0",
"input": {
"model": "dev",
"prompt": "A confident and dynamic digital creator, Nicky is seen in a high-tech studio setup, surrounded by sleek AI-powered tools, digital screens displaying social media analytics, and vibrant neon accents. Nicky wears a stylish, futuristic outfit with a modern urban edge, embodying the essence of an AI-driven influencer. Nicky expression is focused yet approachable, exuding expertise in AI content creation. The scene is lit with soft but professional lighting, highlighting Nicky as a thought leader in the AI and digital branding space. The background features subtle but powerful elements of AI innovation, including floating UI panels, interactive holograms, and social media growth graphs, reinforcing Nicky role as a trailblazer in AI-powered content strategy. The overall vibe is polished, high-tech, and inspiring, with cinematic composition and hyper-realistic detail.",
"go_fast": false,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 4,
"aspect_ratio": "1:1",
"output_format": "png",
"guidance_scale": 3,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 1,
"num_inference_steps": 32
},
"logs": "free=27368517148672\nDownloading weights\n2025-03-07T22:25:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpmj73s13u/weights url=https://replicate.delivery/xezq/L2DYNNCcMW7AMpeJ5fpiYQ5grBzZl7rbxNyA73SODwJLyRWUA/trained_model.tar\n2025-03-07T22:25:03Z | INFO | [ Complete ] dest=/tmp/tmpmj73s13u/weights size=\"172 MB\" total_elapsed=1.874s url=https://replicate.delivery/xezq/L2DYNNCcMW7AMpeJ5fpiYQ5grBzZl7rbxNyA73SODwJLyRWUA/trained_model.tar\nDownloaded weights in 1.90s\nLoaded LoRAs in 4.44s\nUsing seed: 22191\nPrompt: A confident and dynamic digital creator, Nicky is seen in a high-tech studio setup, surrounded by sleek AI-powered tools, digital screens displaying social media analytics, and vibrant neon accents. Nicky wears a stylish, futuristic outfit with a modern urban edge, embodying the essence of an AI-driven influencer. Nicky expression is focused yet approachable, exuding expertise in AI content creation. The scene is lit with soft but professional lighting, highlighting Nicky as a thought leader in the AI and digital branding space. The background features subtle but powerful elements of AI innovation, including floating UI panels, interactive holograms, and social media growth graphs, reinforcing Nicky role as a trailblazer in AI-powered content strategy. The overall vibe is polished, high-tech, and inspiring, with cinematic composition and hyper-realistic detail.\n[!] txt2img mode\n 0%| | 0/32 [00:00<?, ?it/s]\n 3%|▎ | 1/32 [00:00<00:28, 1.08it/s]\n 6%|▋ | 2/32 [00:01<00:24, 1.22it/s]\n 9%|▉ | 3/32 [00:02<00:25, 1.15it/s]\n 12%|█▎ | 4/32 [00:03<00:25, 1.12it/s]\n 16%|█▌ | 5/32 [00:04<00:24, 1.11it/s]\n 19%|█▉ | 6/32 [00:05<00:23, 1.10it/s]\n 22%|██▏ | 7/32 [00:06<00:22, 1.09it/s]\n 25%|██▌ | 8/32 [00:07<00:22, 1.08it/s]\n 28%|██▊ | 9/32 [00:08<00:21, 1.08it/s]\n 31%|███▏ | 10/32 [00:09<00:20, 1.08it/s]\n 34%|███▍ | 11/32 [00:10<00:19, 1.08it/s]\n 38%|███▊ | 12/32 [00:10<00:18, 1.08it/s]\n 41%|████ | 13/32 [00:11<00:17, 1.08it/s]\n 44%|████▍ | 14/32 [00:12<00:16, 1.08it/s]\n 47%|████▋ | 15/32 [00:13<00:15, 1.08it/s]\n 50%|█████ | 16/32 [00:14<00:14, 1.08it/s]\n 53%|█████▎ | 17/32 [00:15<00:13, 1.08it/s]\n 56%|█████▋ | 18/32 [00:16<00:13, 1.08it/s]\n 59%|█████▉ | 19/32 [00:17<00:12, 1.07it/s]\n 62%|██████▎ | 20/32 [00:18<00:11, 1.08it/s]\n 66%|██████▌ | 21/32 [00:19<00:10, 1.07it/s]\n 69%|██████▉ | 22/32 [00:20<00:09, 1.07it/s]\n 72%|███████▏ | 23/32 [00:21<00:08, 1.07it/s]\n 75%|███████▌ | 24/32 [00:22<00:07, 1.08it/s]\n 78%|███████▊ | 25/32 [00:23<00:06, 1.08it/s]\n 81%|████████▏ | 26/32 [00:23<00:05, 1.08it/s]\n 84%|████████▍ | 27/32 [00:24<00:04, 1.08it/s]\n 88%|████████▊ | 28/32 [00:25<00:03, 1.08it/s]\n 91%|█████████ | 29/32 [00:26<00:02, 1.08it/s]\n 94%|█████████▍| 30/32 [00:27<00:01, 1.08it/s]\n 97%|█████████▋| 31/32 [00:28<00:00, 1.08it/s]\n100%|██████████| 32/32 [00:29<00:00, 1.08it/s]\n100%|██████████| 32/32 [00:29<00:00, 1.08it/s]\nTotal safe images: 4 out of 4",
"metrics": {
"predict_time": 36.001003896,
"total_time": 36.032578
},
"output": [
"https://replicate.delivery/xezq/m2lb8Sz11xqtH145AcvpbCR89kBRm4mVMi4iEigdU5bYkkFF/out-0.png",
"https://replicate.delivery/xezq/bjc88KxqchJABdEM8LW3G0vtnsiaUvZcvHR40UFJitfwIJLKA/out-1.png",
"https://replicate.delivery/xezq/Njgbo5CBwubKGd7IB76VgDqCnfHenU9rN4InlP3XdMEhRSWUA/out-2.png",
"https://replicate.delivery/xezq/iRJivLluGZreXKVV7HN9Y6GO7koWqUzP1Gn6yyCKRjuwIJLKA/out-3.png"
],
"started_at": "2025-03-07T22:25:01.575574Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/bcwr-jkc5bwsqnw4eyucd4f5ihbtk3c4cqgc3q22nq4u3bsoxavth4nfa",
"get": "https://api.replicate.com/v1/predictions/9z505ja0d1rme0cneavavmtqk0",
"cancel": "https://api.replicate.com/v1/predictions/9z505ja0d1rme0cneavavmtqk0/cancel"
},
"version": "e0d0f3f5724cdd95354ab873e103f9f95f3cca5f53ae8ee3c24de85a7de18195"
}
free=27368517148672
Downloading weights
2025-03-07T22:25:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpmj73s13u/weights url=https://replicate.delivery/xezq/L2DYNNCcMW7AMpeJ5fpiYQ5grBzZl7rbxNyA73SODwJLyRWUA/trained_model.tar
2025-03-07T22:25:03Z | INFO | [ Complete ] dest=/tmp/tmpmj73s13u/weights size="172 MB" total_elapsed=1.874s url=https://replicate.delivery/xezq/L2DYNNCcMW7AMpeJ5fpiYQ5grBzZl7rbxNyA73SODwJLyRWUA/trained_model.tar
Downloaded weights in 1.90s
Loaded LoRAs in 4.44s
Using seed: 22191
Prompt: A confident and dynamic digital creator, Nicky is seen in a high-tech studio setup, surrounded by sleek AI-powered tools, digital screens displaying social media analytics, and vibrant neon accents. Nicky wears a stylish, futuristic outfit with a modern urban edge, embodying the essence of an AI-driven influencer. Nicky expression is focused yet approachable, exuding expertise in AI content creation. The scene is lit with soft but professional lighting, highlighting Nicky as a thought leader in the AI and digital branding space. The background features subtle but powerful elements of AI innovation, including floating UI panels, interactive holograms, and social media growth graphs, reinforcing Nicky role as a trailblazer in AI-powered content strategy. The overall vibe is polished, high-tech, and inspiring, with cinematic composition and hyper-realistic detail.
[!] txt2img mode
0%| | 0/32 [00:00<?, ?it/s]
3%|▎ | 1/32 [00:00<00:28, 1.08it/s]
6%|▋ | 2/32 [00:01<00:24, 1.22it/s]
9%|▉ | 3/32 [00:02<00:25, 1.15it/s]
12%|█▎ | 4/32 [00:03<00:25, 1.12it/s]
16%|█▌ | 5/32 [00:04<00:24, 1.11it/s]
19%|█▉ | 6/32 [00:05<00:23, 1.10it/s]
22%|██▏ | 7/32 [00:06<00:22, 1.09it/s]
25%|██▌ | 8/32 [00:07<00:22, 1.08it/s]
28%|██▊ | 9/32 [00:08<00:21, 1.08it/s]
31%|███▏ | 10/32 [00:09<00:20, 1.08it/s]
34%|███▍ | 11/32 [00:10<00:19, 1.08it/s]
38%|███▊ | 12/32 [00:10<00:18, 1.08it/s]
41%|████ | 13/32 [00:11<00:17, 1.08it/s]
44%|████▍ | 14/32 [00:12<00:16, 1.08it/s]
47%|████▋ | 15/32 [00:13<00:15, 1.08it/s]
50%|█████ | 16/32 [00:14<00:14, 1.08it/s]
53%|█████▎ | 17/32 [00:15<00:13, 1.08it/s]
56%|█████▋ | 18/32 [00:16<00:13, 1.08it/s]
59%|█████▉ | 19/32 [00:17<00:12, 1.07it/s]
62%|██████▎ | 20/32 [00:18<00:11, 1.08it/s]
66%|██████▌ | 21/32 [00:19<00:10, 1.07it/s]
69%|██████▉ | 22/32 [00:20<00:09, 1.07it/s]
72%|███████▏ | 23/32 [00:21<00:08, 1.07it/s]
75%|███████▌ | 24/32 [00:22<00:07, 1.08it/s]
78%|███████▊ | 25/32 [00:23<00:06, 1.08it/s]
81%|████████▏ | 26/32 [00:23<00:05, 1.08it/s]
84%|████████▍ | 27/32 [00:24<00:04, 1.08it/s]
88%|████████▊ | 28/32 [00:25<00:03, 1.08it/s]
91%|█████████ | 29/32 [00:26<00:02, 1.08it/s]
94%|█████████▍| 30/32 [00:27<00:01, 1.08it/s]
97%|█████████▋| 31/32 [00:28<00:00, 1.08it/s]
100%|██████████| 32/32 [00:29<00:00, 1.08it/s]
100%|██████████| 32/32 [00:29<00:00, 1.08it/s]
Total safe images: 4 out of 4
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
free=27368517148672
Downloading weights
2025-03-07T22:25:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpmj73s13u/weights url=https://replicate.delivery/xezq/L2DYNNCcMW7AMpeJ5fpiYQ5grBzZl7rbxNyA73SODwJLyRWUA/trained_model.tar
2025-03-07T22:25:03Z | INFO | [ Complete ] dest=/tmp/tmpmj73s13u/weights size="172 MB" total_elapsed=1.874s url=https://replicate.delivery/xezq/L2DYNNCcMW7AMpeJ5fpiYQ5grBzZl7rbxNyA73SODwJLyRWUA/trained_model.tar
Downloaded weights in 1.90s
Loaded LoRAs in 4.44s
Using seed: 22191
Prompt: A confident and dynamic digital creator, Nicky is seen in a high-tech studio setup, surrounded by sleek AI-powered tools, digital screens displaying social media analytics, and vibrant neon accents. Nicky wears a stylish, futuristic outfit with a modern urban edge, embodying the essence of an AI-driven influencer. Nicky expression is focused yet approachable, exuding expertise in AI content creation. The scene is lit with soft but professional lighting, highlighting Nicky as a thought leader in the AI and digital branding space. The background features subtle but powerful elements of AI innovation, including floating UI panels, interactive holograms, and social media growth graphs, reinforcing Nicky role as a trailblazer in AI-powered content strategy. The overall vibe is polished, high-tech, and inspiring, with cinematic composition and hyper-realistic detail.
[!] txt2img mode
0%| | 0/32 [00:00<?, ?it/s]
3%|▎ | 1/32 [00:00<00:28, 1.08it/s]
6%|▋ | 2/32 [00:01<00:24, 1.22it/s]
9%|▉ | 3/32 [00:02<00:25, 1.15it/s]
12%|█▎ | 4/32 [00:03<00:25, 1.12it/s]
16%|█▌ | 5/32 [00:04<00:24, 1.11it/s]
19%|█▉ | 6/32 [00:05<00:23, 1.10it/s]
22%|██▏ | 7/32 [00:06<00:22, 1.09it/s]
25%|██▌ | 8/32 [00:07<00:22, 1.08it/s]
28%|██▊ | 9/32 [00:08<00:21, 1.08it/s]
31%|███▏ | 10/32 [00:09<00:20, 1.08it/s]
34%|███▍ | 11/32 [00:10<00:19, 1.08it/s]
38%|███▊ | 12/32 [00:10<00:18, 1.08it/s]
41%|████ | 13/32 [00:11<00:17, 1.08it/s]
44%|████▍ | 14/32 [00:12<00:16, 1.08it/s]
47%|████▋ | 15/32 [00:13<00:15, 1.08it/s]
50%|█████ | 16/32 [00:14<00:14, 1.08it/s]
53%|█████▎ | 17/32 [00:15<00:13, 1.08it/s]
56%|█████▋ | 18/32 [00:16<00:13, 1.08it/s]
59%|█████▉ | 19/32 [00:17<00:12, 1.07it/s]
62%|██████▎ | 20/32 [00:18<00:11, 1.08it/s]
66%|██████▌ | 21/32 [00:19<00:10, 1.07it/s]
69%|██████▉ | 22/32 [00:20<00:09, 1.07it/s]
72%|███████▏ | 23/32 [00:21<00:08, 1.07it/s]
75%|███████▌ | 24/32 [00:22<00:07, 1.08it/s]
78%|███████▊ | 25/32 [00:23<00:06, 1.08it/s]
81%|████████▏ | 26/32 [00:23<00:05, 1.08it/s]
84%|████████▍ | 27/32 [00:24<00:04, 1.08it/s]
88%|████████▊ | 28/32 [00:25<00:03, 1.08it/s]
91%|█████████ | 29/32 [00:26<00:02, 1.08it/s]
94%|█████████▍| 30/32 [00:27<00:01, 1.08it/s]
97%|█████████▋| 31/32 [00:28<00:00, 1.08it/s]
100%|██████████| 32/32 [00:29<00:00, 1.08it/s]
100%|██████████| 32/32 [00:29<00:00, 1.08it/s]
Total safe images: 4 out of 4