Readme
This model doesn't have a readme.
Ava is a young social media influencer
Run this model in Node.js with one line of code:
npm install replicateREPLICATE_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 diaphinus/avax using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"diaphinus/avax:313b7fec92bb23523458b6c18d2982f8f5b06113899959333b2cc7379dd39e30",
{
input: {
seed: -1,
model: "dev",
prompt: "Full body shot AvaX wearing a pink hand cut crop top vapor wave 80s “Ride Me” graphic t-shirt a pink thong under her low rise distressed jean short shorts outside Max Fish bar, a bar that has a giant neon cigarette hanging over its door",
go_fast: false,
lora_scale: 1,
megapixels: "1",
num_outputs: 4,
aspect_ratio: "9:16",
output_format: "png",
guidance_scale: 3,
output_quality: 80,
prompt_strength: 0.8,
extra_lora_scale: 1,
num_inference_steps: 28
}
}
);
// 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 replicateREPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>Find your API token in your account settings.
import replicateRun diaphinus/avax using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"diaphinus/avax:313b7fec92bb23523458b6c18d2982f8f5b06113899959333b2cc7379dd39e30",
input={
"seed": -1,
"model": "dev",
"prompt": "Full body shot AvaX wearing a pink hand cut crop top vapor wave 80s “Ride Me” graphic t-shirt a pink thong under her low rise distressed jean short shorts outside Max Fish bar, a bar that has a giant neon cigarette hanging over its door",
"go_fast": False,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 4,
"aspect_ratio": "9:16",
"output_format": "png",
"guidance_scale": 3,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 1,
"num_inference_steps": 28
}
)
# To access the file URL:
print(output[0].url())
#=> "http://example.com"
# To write the file to disk:
with open("my-image.png", "wb") as file:
file.write(output[0].read())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 diaphinus/avax 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": "diaphinus/avax:313b7fec92bb23523458b6c18d2982f8f5b06113899959333b2cc7379dd39e30",
"input": {
"seed": -1,
"model": "dev",
"prompt": "Full body shot AvaX wearing a pink hand cut crop top vapor wave 80s “Ride Me” graphic t-shirt a pink thong under her low rise distressed jean short shorts outside Max Fish bar, a bar that has a giant neon cigarette hanging over its door",
"go_fast": false,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 4,
"aspect_ratio": "9:16",
"output_format": "png",
"guidance_scale": 3,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 1,
"num_inference_steps": 28
}
}' \
https://api.replicate.com/v1/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
Sign in to run this model
By signing in, you agree to our
terms of service and privacy policy
{
"completed_at": "2025-06-11T19:33:24.492382Z",
"created_at": "2025-06-11T19:32:54.513000Z",
"data_removed": false,
"error": null,
"id": "ae3fy2sce5rma0cqc1xsksqtnw",
"input": {
"seed": -1,
"model": "dev",
"prompt": "Full body shot AvaX wearing a pink hand cut crop top vapor wave 80s “Ride Me” graphic t-shirt a pink thong under her low rise distressed jean short shorts outside Max Fish bar, a bar that has a giant neon cigarette hanging over its door",
"go_fast": false,
"lora_scale": 1,
"megapixels": "1",
"num_outputs": 4,
"aspect_ratio": "9:16",
"output_format": "png",
"guidance_scale": 3,
"output_quality": 80,
"prompt_strength": 0.8,
"extra_lora_scale": 1,
"num_inference_steps": 28
},
"logs": "free=26625188106240\nDownloading weights\n2025-06-11T19:32:54Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp242mv06v/weights url=https://replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar\n2025-06-11T19:32:54Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-11T19:32:54Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar url=https://replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar\n2025-06-11T19:32:54Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/dba28c7003f58050f8db44b41353276702cdb4115fb149933a38fa596db9f840?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250611%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250611T193254Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=1d00c374e5d922ab18f3a49511111e07e5c5416478130599d63d51267e411998 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar\n2025-06-11T19:32:55Z | INFO | [ Complete ] dest=/tmp/tmp242mv06v/weights size=\"172 MB\" total_elapsed=0.282s url=https://replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar\nDownloaded weights in 0.34s\nLoaded LoRAs in 0.87s\nUsing seed: 46545\nPrompt: Full body shot AvaX wearing a pink hand cut crop top vapor wave 80s “Ride Me” graphic t-shirt a pink thong under her low rise distressed jean short shorts outside Max Fish bar, a bar that has a giant neon cigarette hanging over its door\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:25, 1.05it/s]\n 7%|▋ | 2/28 [00:01<00:21, 1.19it/s]\n 11%|█ | 3/28 [00:02<00:22, 1.12it/s]\n 14%|█▍ | 4/28 [00:03<00:22, 1.09it/s]\n 18%|█▊ | 5/28 [00:04<00:21, 1.07it/s]\n 21%|██▏ | 6/28 [00:05<00:20, 1.06it/s]\n 25%|██▌ | 7/28 [00:06<00:19, 1.06it/s]\n 29%|██▊ | 8/28 [00:07<00:19, 1.05it/s]\n 32%|███▏ | 9/28 [00:08<00:18, 1.05it/s]\n 36%|███▌ | 10/28 [00:09<00:17, 1.05it/s]\n 39%|███▉ | 11/28 [00:10<00:16, 1.04it/s]\n 43%|████▎ | 12/28 [00:11<00:15, 1.04it/s]\n 46%|████▋ | 13/28 [00:12<00:14, 1.04it/s]\n 50%|█████ | 14/28 [00:13<00:13, 1.04it/s]\n 54%|█████▎ | 15/28 [00:14<00:12, 1.04it/s]\n 57%|█████▋ | 16/28 [00:15<00:11, 1.04it/s]\n 61%|██████ | 17/28 [00:16<00:10, 1.04it/s]\n 64%|██████▍ | 18/28 [00:17<00:09, 1.04it/s]\n 68%|██████▊ | 19/28 [00:18<00:08, 1.04it/s]\n 71%|███████▏ | 20/28 [00:19<00:07, 1.04it/s]\n 75%|███████▌ | 21/28 [00:19<00:06, 1.04it/s]\n 79%|███████▊ | 22/28 [00:20<00:05, 1.04it/s]\n 82%|████████▏ | 23/28 [00:21<00:04, 1.04it/s]\n 86%|████████▌ | 24/28 [00:22<00:03, 1.04it/s]\n 89%|████████▉ | 25/28 [00:23<00:02, 1.04it/s]\n 93%|█████████▎| 26/28 [00:24<00:01, 1.04it/s]\n 96%|█████████▋| 27/28 [00:25<00:00, 1.04it/s]\n100%|██████████| 28/28 [00:26<00:00, 1.04it/s]\n100%|██████████| 28/28 [00:26<00:00, 1.05it/s]\nTotal safe images: 4 out of 4",
"metrics": {
"predict_time": 29.760231457,
"total_time": 29.979382
},
"output": [
"https://replicate.delivery/xezq/ecriik8rnM0aBCRQUoFER8Zf9SubBD8SOOZYGbYrNOVEw41UA/out-0.png",
"https://replicate.delivery/xezq/oBaCYa8gClYJPh7wL4JfWMxC7Zarf9STeKnieKqPVfHkAGvmC/out-1.png",
"https://replicate.delivery/xezq/518B8SYwa2pMINfRTZ91BaBfDl24DRCe7g9Q4eQgMHVQAjXTB/out-2.png",
"https://replicate.delivery/xezq/UeqHr4q2oBTldacb05XYGe3tStjfsIjrUPP8rThzGdeTAjXTB/out-3.png"
],
"started_at": "2025-06-11T19:32:54.732151Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/bcwr-u345ttidh3olmj4etrjqykzteda4hohpzvlsitg3x3247pzybraq",
"get": "https://api.replicate.com/v1/predictions/ae3fy2sce5rma0cqc1xsksqtnw",
"cancel": "https://api.replicate.com/v1/predictions/ae3fy2sce5rma0cqc1xsksqtnw/cancel"
},
"version": "313b7fec92bb23523458b6c18d2982f8f5b06113899959333b2cc7379dd39e30"
}free=26625188106240
Downloading weights
2025-06-11T19:32:54Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp242mv06v/weights url=https://replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar
2025-06-11T19:32:54Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local
2025-06-11T19:32:54Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar url=https://replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar
2025-06-11T19:32:54Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/dba28c7003f58050f8db44b41353276702cdb4115fb149933a38fa596db9f840?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250611%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250611T193254Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=1d00c374e5d922ab18f3a49511111e07e5c5416478130599d63d51267e411998 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar
2025-06-11T19:32:55Z | INFO | [ Complete ] dest=/tmp/tmp242mv06v/weights size="172 MB" total_elapsed=0.282s url=https://replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar
Downloaded weights in 0.34s
Loaded LoRAs in 0.87s
Using seed: 46545
Prompt: Full body shot AvaX wearing a pink hand cut crop top vapor wave 80s “Ride Me” graphic t-shirt a pink thong under her low rise distressed jean short shorts outside Max Fish bar, a bar that has a giant neon cigarette hanging over its door
[!] txt2img mode
0%| | 0/28 [00:00<?, ?it/s]
4%|▎ | 1/28 [00:00<00:25, 1.05it/s]
7%|▋ | 2/28 [00:01<00:21, 1.19it/s]
11%|█ | 3/28 [00:02<00:22, 1.12it/s]
14%|█▍ | 4/28 [00:03<00:22, 1.09it/s]
18%|█▊ | 5/28 [00:04<00:21, 1.07it/s]
21%|██▏ | 6/28 [00:05<00:20, 1.06it/s]
25%|██▌ | 7/28 [00:06<00:19, 1.06it/s]
29%|██▊ | 8/28 [00:07<00:19, 1.05it/s]
32%|███▏ | 9/28 [00:08<00:18, 1.05it/s]
36%|███▌ | 10/28 [00:09<00:17, 1.05it/s]
39%|███▉ | 11/28 [00:10<00:16, 1.04it/s]
43%|████▎ | 12/28 [00:11<00:15, 1.04it/s]
46%|████▋ | 13/28 [00:12<00:14, 1.04it/s]
50%|█████ | 14/28 [00:13<00:13, 1.04it/s]
54%|█████▎ | 15/28 [00:14<00:12, 1.04it/s]
57%|█████▋ | 16/28 [00:15<00:11, 1.04it/s]
61%|██████ | 17/28 [00:16<00:10, 1.04it/s]
64%|██████▍ | 18/28 [00:17<00:09, 1.04it/s]
68%|██████▊ | 19/28 [00:18<00:08, 1.04it/s]
71%|███████▏ | 20/28 [00:19<00:07, 1.04it/s]
75%|███████▌ | 21/28 [00:19<00:06, 1.04it/s]
79%|███████▊ | 22/28 [00:20<00:05, 1.04it/s]
82%|████████▏ | 23/28 [00:21<00:04, 1.04it/s]
86%|████████▌ | 24/28 [00:22<00:03, 1.04it/s]
89%|████████▉ | 25/28 [00:23<00:02, 1.04it/s]
93%|█████████▎| 26/28 [00:24<00:01, 1.04it/s]
96%|█████████▋| 27/28 [00:25<00:00, 1.04it/s]
100%|██████████| 28/28 [00:26<00:00, 1.04it/s]
100%|██████████| 28/28 [00:26<00:00, 1.05it/s]
Total safe images: 4 out of 4This 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 booted and ready for API calls.
This model runs on H100 hardware which costs $0.001525 per second
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=26625188106240
Downloading weights
2025-06-11T19:32:54Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp242mv06v/weights url=https://replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar
2025-06-11T19:32:54Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local
2025-06-11T19:32:54Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar url=https://replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar
2025-06-11T19:32:54Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/dba28c7003f58050f8db44b41353276702cdb4115fb149933a38fa596db9f840?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250611%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250611T193254Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=1d00c374e5d922ab18f3a49511111e07e5c5416478130599d63d51267e411998 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar
2025-06-11T19:32:55Z | INFO | [ Complete ] dest=/tmp/tmp242mv06v/weights size="172 MB" total_elapsed=0.282s url=https://replicate.delivery/xezq/Bf4loBlKrzQPGy5grUuAvURZ9QRgN5RvNRgoYPDp8qZVL8aKA/flux-lora.tar
Downloaded weights in 0.34s
Loaded LoRAs in 0.87s
Using seed: 46545
Prompt: Full body shot AvaX wearing a pink hand cut crop top vapor wave 80s “Ride Me” graphic t-shirt a pink thong under her low rise distressed jean short shorts outside Max Fish bar, a bar that has a giant neon cigarette hanging over its door
[!] txt2img mode
0%| | 0/28 [00:00<?, ?it/s]
4%|▎ | 1/28 [00:00<00:25, 1.05it/s]
7%|▋ | 2/28 [00:01<00:21, 1.19it/s]
11%|█ | 3/28 [00:02<00:22, 1.12it/s]
14%|█▍ | 4/28 [00:03<00:22, 1.09it/s]
18%|█▊ | 5/28 [00:04<00:21, 1.07it/s]
21%|██▏ | 6/28 [00:05<00:20, 1.06it/s]
25%|██▌ | 7/28 [00:06<00:19, 1.06it/s]
29%|██▊ | 8/28 [00:07<00:19, 1.05it/s]
32%|███▏ | 9/28 [00:08<00:18, 1.05it/s]
36%|███▌ | 10/28 [00:09<00:17, 1.05it/s]
39%|███▉ | 11/28 [00:10<00:16, 1.04it/s]
43%|████▎ | 12/28 [00:11<00:15, 1.04it/s]
46%|████▋ | 13/28 [00:12<00:14, 1.04it/s]
50%|█████ | 14/28 [00:13<00:13, 1.04it/s]
54%|█████▎ | 15/28 [00:14<00:12, 1.04it/s]
57%|█████▋ | 16/28 [00:15<00:11, 1.04it/s]
61%|██████ | 17/28 [00:16<00:10, 1.04it/s]
64%|██████▍ | 18/28 [00:17<00:09, 1.04it/s]
68%|██████▊ | 19/28 [00:18<00:08, 1.04it/s]
71%|███████▏ | 20/28 [00:19<00:07, 1.04it/s]
75%|███████▌ | 21/28 [00:19<00:06, 1.04it/s]
79%|███████▊ | 22/28 [00:20<00:05, 1.04it/s]
82%|████████▏ | 23/28 [00:21<00:04, 1.04it/s]
86%|████████▌ | 24/28 [00:22<00:03, 1.04it/s]
89%|████████▉ | 25/28 [00:23<00:02, 1.04it/s]
93%|█████████▎| 26/28 [00:24<00:01, 1.04it/s]
96%|█████████▋| 27/28 [00:25<00:00, 1.04it/s]
100%|██████████| 28/28 [00:26<00:00, 1.04it/s]
100%|██████████| 28/28 [00:26<00:00, 1.05it/s]
Total safe images: 4 out of 4


