default3 fish in a fish tank wearing adorable outfits, best quality, hd
typetext
{
"apply_watermark": true,
"guidance_scale": 2,
"height": 1024,
"negative_prompt": "nsfw, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, ugly, jpeg artifacts, deformed, noisy image",
"num_inference_steps": 8,
"num_outputs": 1,
"prompt": "jpeg Full Body Photo of a weird imaginary Female creatures captured on celluloid film, (((ghost))),heavy rain, thunder, snow, water's surface, night, expressionless, Blood, Japan God,(school), Ultra Realistic, ((Scary)),looking at camera, screem, plaintive cries, Long claws, fangs, scales,8k, HDR, 500px, mysterious and ornate digital art, photic, intricate, fantasy aesthetic.",
"prompt_strength": 0.8,
"scheduler": "K_EULER_ANCESTRAL",
"width": 1024
}npm install replicate
REPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=r8_LUb**********************************
This is your API token. Keep it to yourself.
import Replicate from "replicate";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run datacte/proteus-v0.4-lightning using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"datacte/proteus-v0.4-lightning:21464a198e9baa3b583f93d8daaaa9e851b91ae1e32accb96ce5081a18a2d87c",
{
input: {
apply_watermark: true,
guidance_scale: 2,
height: 1024,
negative_prompt: "nsfw, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, ugly, jpeg artifacts, deformed, noisy image",
num_inference_steps: 8,
num_outputs: 1,
prompt: "jpeg Full Body Photo of a weird imaginary Female creatures captured on celluloid film, (((ghost))),heavy rain, thunder, snow, water's surface, night, expressionless, Blood, Japan God,(school), Ultra Realistic, ((Scary)),looking at camera, screem, plaintive cries, Long claws, fangs, scales,8k, HDR, 500px, mysterious and ornate digital art, photic, intricate, fantasy aesthetic.",
prompt_strength: 0.8,
scheduler: "K_EULER_ANCESTRAL",
width: 1024
}
}
);
// 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=r8_LUb**********************************
This is your API token. Keep it to yourself.
import replicate
Run datacte/proteus-v0.4-lightning using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"datacte/proteus-v0.4-lightning:21464a198e9baa3b583f93d8daaaa9e851b91ae1e32accb96ce5081a18a2d87c",
input={
"apply_watermark": True,
"guidance_scale": 2,
"height": 1024,
"negative_prompt": "nsfw, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, ugly, jpeg artifacts, deformed, noisy image",
"num_inference_steps": 8,
"num_outputs": 1,
"prompt": "jpeg Full Body Photo of a weird imaginary Female creatures captured on celluloid film, (((ghost))),heavy rain, thunder, snow, water's surface, night, expressionless, Blood, Japan God,(school), Ultra Realistic, ((Scary)),looking at camera, screem, plaintive cries, Long claws, fangs, scales,8k, HDR, 500px, mysterious and ornate digital art, photic, intricate, fantasy aesthetic.",
"prompt_strength": 0.8,
"scheduler": "K_EULER_ANCESTRAL",
"width": 1024
}
)
# 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=r8_LUb**********************************
This is your API token. Keep it to yourself.
Run datacte/proteus-v0.4-lightning 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": "datacte/proteus-v0.4-lightning:21464a198e9baa3b583f93d8daaaa9e851b91ae1e32accb96ce5081a18a2d87c",
"input": {
"apply_watermark": true,
"guidance_scale": 2,
"height": 1024,
"negative_prompt": "nsfw, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, ugly, jpeg artifacts, deformed, noisy image",
"num_inference_steps": 8,
"num_outputs": 1,
"prompt": "jpeg Full Body Photo of a weird imaginary Female creatures captured on celluloid film, (((ghost))),heavy rain, thunder, snow, water\'s surface, night, expressionless, Blood, Japan God,(school), Ultra Realistic, ((Scary)),looking at camera, screem, plaintive cries, Long claws, fangs, scales,8k, HDR, 500px, mysterious and ornate digital art, photic, intricate, fantasy aesthetic.",
"prompt_strength": 0.8,
"scheduler": "K_EULER_ANCESTRAL",
"width": 1024
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
{
"id": "xipbfr3bpwwfm3ydrbcb6z3fim",
"model": "datacte/proteus-v0.4-lightning",
"version": "21464a198e9baa3b583f93d8daaaa9e851b91ae1e32accb96ce5081a18a2d87c",
"input": {
"apply_watermark": true,
"guidance_scale": 2,
"height": 1024,
"negative_prompt": "nsfw, bad quality, bad anatomy, worst quality, low quality, low resolutions, extra fingers, blur, blurry, ugly, wrongs proportions, watermark, image artifacts, lowres, ugly, jpeg artifacts, deformed, noisy image",
"num_inference_steps": 8,
"num_outputs": 1,
"prompt": "jpeg Full Body Photo of a weird imaginary Female creatures captured on celluloid film, (((ghost))),heavy rain, thunder, snow, water's surface, night, expressionless, Blood, Japan God,(school), Ultra Realistic, ((Scary)),looking at camera, screem, plaintive cries, Long claws, fangs, scales,8k, HDR, 500px, mysterious and ornate digital art, photic, intricate, fantasy aesthetic.",
"prompt_strength": 0.8,
"scheduler": "K_EULER_ANCESTRAL",
"width": 1024
},
"logs": "Using seed: 1668726104\nPrompt: jpeg Full Body Photo of a weird imaginary Female creatures captured on celluloid film, (((ghost))),heavy rain, thunder, snow, water's surface, night, expressionless, Blood, Japan God,(school), Ultra Realistic, ((Scary)),looking at camera, screem, plaintive cries, Long claws, fangs, scales,8k, HDR, 500px, mysterious and ornate digital art, photic, intricate, fantasy aesthetic.\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['hdr, 5 0 0 px, mysterious and ornate digital art, photic, intricate, fantasy aesthetic.']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['hdr, 5 0 0 px, mysterious and ornate digital art, photic, intricate, fantasy aesthetic.']\n 0%| | 0/8 [00:00<?, ?it/s]\n 25%|██▌ | 2/8 [00:00<00:00, 6.79it/s]\n 38%|███▊ | 3/8 [00:00<00:00, 5.90it/s]\n 50%|█████ | 4/8 [00:00<00:00, 5.52it/s]\n 62%|██████▎ | 5/8 [00:00<00:00, 5.31it/s]\n 75%|███████▌ | 6/8 [00:01<00:00, 5.19it/s]\n 88%|████████▊ | 7/8 [00:01<00:00, 5.11it/s]\n100%|██████████| 8/8 [00:01<00:00, 5.07it/s]\n100%|██████████| 8/8 [00:01<00:00, 5.33it/s]",
"output": [
"https://replicate.delivery/pbxt/SLGE0lls1hJeY6ragXfHMJJGxuFXJ7wkXS5MHeDASjGFtoykA/out-0.png"
],
"data_removed": false,
"error": null,
"source": "web",
"status": "succeeded",
"created_at": "2024-02-22T18:34:08.125968Z",
"started_at": "2024-02-22T18:34:08.143173Z",
"completed_at": "2024-02-22T18:34:10.858916Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/xipbfr3bpwwfm3ydrbcb6z3fim/cancel",
"get": "https://api.replicate.com/v1/predictions/xipbfr3bpwwfm3ydrbcb6z3fim"
},
"metrics": {
"predict_time": 2.715743,
"total_time": 2.732948
}
}