pielgrin / sdxl-omaji-sport
(Updated 1 year, 9 months ago)
- Public
- 97 runs
-
L40S
- SDXL fine-tune
Prediction
pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448IDgxbzy73bhd5kgjk7xngeyfiyl4StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A TOK emoji skydiver in the sky with white skin and dark hair
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 3
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no helmet
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A TOK emoji skydiver in the sky with white skin and dark hair", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no helmet", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", { input: { width: 1024, height: 1024, prompt: "A TOK emoji skydiver in the sky with white skin and dark hair", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 3, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no helmet", 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", input={ "width": 1024, "height": 1024, "prompt": "A TOK emoji skydiver in the sky with white skin and dark hair", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no helmet", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pielgrin/sdxl-omaji-sport 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": "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", "input": { "width": 1024, "height": 1024, "prompt": "A TOK emoji skydiver in the sky with white skin and dark hair", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no helmet", "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.
Output
{ "completed_at": "2023-09-13T16:02:30.385307Z", "created_at": "2023-09-13T16:01:45.709837Z", "data_removed": false, "error": null, "id": "gxbzy73bhd5kgjk7xngeyfiyl4", "input": { "width": 1024, "height": 1024, "prompt": "A TOK emoji skydiver in the sky with white skin and dark hair", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no helmet", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": null, "metrics": { "predict_time": 44.704038, "total_time": 44.67547 }, "output": [ "https://replicate.delivery/pbxt/DenfvlIQREjYNUc7IypjHsuZF8jtXW3oZxD1t5eretmQxjPGB/out-0.png", "https://replicate.delivery/pbxt/cYZqSCGUKLLDIBt9epvJBXDHhxNrmze5qisqgymetytr4xHjA/out-1.png", "https://replicate.delivery/pbxt/oziVnEriwbqqIp10SxkGoupWgG8d4jwOGh7AMjpjMTYFPexIA/out-2.png" ], "started_at": "2023-09-13T16:01:45.681269Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gxbzy73bhd5kgjk7xngeyfiyl4", "cancel": "https://api.replicate.com/v1/predictions/gxbzy73bhd5kgjk7xngeyfiyl4/cancel" }, "version": "f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448" }
Generated inPrediction
pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448IDlzoj3clbbybgwfoxixzmolv3cyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A TOK emoji skydiver in the sky with white skin and dark hair
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 3
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no helmet
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A TOK emoji skydiver in the sky with white skin and dark hair", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no helmet", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", { input: { width: 1024, height: 1024, prompt: "A TOK emoji skydiver in the sky with white skin and dark hair", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 3, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no helmet", 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", input={ "width": 1024, "height": 1024, "prompt": "A TOK emoji skydiver in the sky with white skin and dark hair", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no helmet", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pielgrin/sdxl-omaji-sport 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": "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", "input": { "width": 1024, "height": 1024, "prompt": "A TOK emoji skydiver in the sky with white skin and dark hair", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no helmet", "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.
Output
{ "completed_at": "2023-09-13T16:04:08.226577Z", "created_at": "2023-09-13T16:03:23.685567Z", "data_removed": false, "error": null, "id": "lzoj3clbbybgwfoxixzmolv3cy", "input": { "width": 1024, "height": 1024, "prompt": "A TOK emoji skydiver in the sky with white skin and dark hair", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no helmet", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": null, "metrics": { "predict_time": 44.599884, "total_time": 44.54101 }, "output": [ "https://replicate.delivery/pbxt/BNfg7vI3tHWNKKunM9GDRBp8XZeE7IEs5o56f3qoWE2t7xHjA/out-0.png", "https://replicate.delivery/pbxt/WfJ6u65fyErjaU5eaorpooXfmeh7U2zjUCk5aSpXfXH1dPexIA/out-1.png", "https://replicate.delivery/pbxt/XGeQeZe82RIRdpVIpgI5IRsVfmmkdHhY5slh1gHqtHmfuHfYE/out-2.png" ], "started_at": "2023-09-13T16:03:23.626693Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/lzoj3clbbybgwfoxixzmolv3cy", "cancel": "https://api.replicate.com/v1/predictions/lzoj3clbbybgwfoxixzmolv3cy/cancel" }, "version": "f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448" }
Generated inPrediction
pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448IDmstf3ctbzi4i7wvbymm27yra5mStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A TOK emoji surfer with brown skin and pink hair surfing a wave
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 3
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A TOK emoji surfer with brown skin and pink hair surfing a wave", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", { input: { width: 1024, height: 1024, prompt: "A TOK emoji surfer with brown skin and pink hair surfing a wave", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 3, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", input={ "width": 1024, "height": 1024, "prompt": "A TOK emoji surfer with brown skin and pink hair surfing a wave", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pielgrin/sdxl-omaji-sport 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": "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", "input": { "width": 1024, "height": 1024, "prompt": "A TOK emoji surfer with brown skin and pink hair surfing a wave", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "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.
Output
{ "completed_at": "2023-09-13T16:08:37.164554Z", "created_at": "2023-09-13T16:07:52.678425Z", "data_removed": false, "error": null, "id": "mstf3ctbzi4i7wvbymm27yra5m", "input": { "width": 1024, "height": 1024, "prompt": "A TOK emoji surfer with brown skin and pink hair surfing a wave", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": null, "metrics": { "predict_time": 44.502647, "total_time": 44.486129 }, "output": [ "https://replicate.delivery/pbxt/4eFPzdNuoAxNKqpYwU7epD8Vdg2Gr4l8cXahvH5CdK2DC5jRA/out-0.png", "https://replicate.delivery/pbxt/Y4iRApieq3UfmklEr85nfYs2wNkOtLmw1DmejnV1S8GRIkPGB/out-1.png", "https://replicate.delivery/pbxt/bowfrKPGzh1Oa6D1XnUPa0OQVAlUdkPO7jmjCKJiQtQCh8xIA/out-2.png" ], "started_at": "2023-09-13T16:07:52.661907Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mstf3ctbzi4i7wvbymm27yra5m", "cancel": "https://api.replicate.com/v1/predictions/mstf3ctbzi4i7wvbymm27yra5m/cancel" }, "version": "f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448" }
Generated inPrediction
pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448IDhhwyqutbye6duhleai7iitr6guStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- a photo of TOK emoji dancing in a club
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 3
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "a photo of TOK emoji dancing in a club", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", { input: { width: 1024, height: 1024, prompt: "a photo of TOK emoji dancing in a club", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 3, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", input={ "width": 1024, "height": 1024, "prompt": "a photo of TOK emoji dancing in a club", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pielgrin/sdxl-omaji-sport 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": "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", "input": { "width": 1024, "height": 1024, "prompt": "a photo of TOK emoji dancing in a club", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "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.
Output
{ "completed_at": "2023-09-14T15:09:06.755944Z", "created_at": "2023-09-14T15:08:21.991522Z", "data_removed": false, "error": null, "id": "hhwyqutbye6duhleai7iitr6gu", "input": { "width": 1024, "height": 1024, "prompt": "a photo of TOK emoji dancing in a club", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": null, "metrics": { "predict_time": 44.753163, "total_time": 44.764422 }, "output": [ "https://replicate.delivery/pbxt/4VPPk8WhED7vOJ7KThMOfGlvtf5IqvzvSqZwgaWfBRdhgaIjA/out-0.png", "https://replicate.delivery/pbxt/ZHDmeBfFLeUTGImMbqTC0VDEheGaee81YFrun7It5eLwIoGyIA/out-1.png", "https://replicate.delivery/pbxt/lXe9fOw2rJu9R0BgYq9ewfmy0KhpdrBOaUe5FORhaKxTCqhMC/out-2.png" ], "started_at": "2023-09-14T15:08:22.002781Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/hhwyqutbye6duhleai7iitr6gu", "cancel": "https://api.replicate.com/v1/predictions/hhwyqutbye6duhleai7iitr6gu/cancel" }, "version": "f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448" }
Generated inPrediction
pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448IDyr4vtstb2jzwi6gudgacsos5peStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- a photo of TOK emoji running
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 3
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "a photo of TOK emoji running", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", { input: { width: 1024, height: 1024, prompt: "a photo of TOK emoji running", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 3, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", input={ "width": 1024, "height": 1024, "prompt": "a photo of TOK emoji running", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pielgrin/sdxl-omaji-sport 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": "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", "input": { "width": 1024, "height": 1024, "prompt": "a photo of TOK emoji running", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "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.
Output
{ "completed_at": "2023-09-14T15:13:23.325401Z", "created_at": "2023-09-14T15:12:38.710793Z", "data_removed": false, "error": null, "id": "yr4vtstb2jzwi6gudgacsos5pe", "input": { "width": 1024, "height": 1024, "prompt": "a photo of TOK emoji running", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": null, "metrics": { "predict_time": 44.654152, "total_time": 44.614608 }, "output": [ "https://replicate.delivery/pbxt/HT6ID9FYZZIUJdJw7uEa1Cx7mjBlgP9Yp1xeR6PpEeJRUNkRA/out-0.png", "https://replicate.delivery/pbxt/1cR3TMdBTfWUYSplnO1sA6rPyPKMTA1n1D4DPjAdFVFJqGyIA/out-1.png", "https://replicate.delivery/pbxt/LDGuzt5L22YRMZg8HCfIMio52CTzSDZZH4LMoB5t6iOJqGyIA/out-2.png" ], "started_at": "2023-09-14T15:12:38.671249Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/yr4vtstb2jzwi6gudgacsos5pe", "cancel": "https://api.replicate.com/v1/predictions/yr4vtstb2jzwi6gudgacsos5pe/cancel" }, "version": "f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448" }
Generated inPrediction
pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448IDltqv2d3blptd2457g5bophbquuStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- An alien TOK emoji getting out of his spaceship
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no logo, no text
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "An alien TOK emoji getting out of his spaceship", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no logo, no text", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", { input: { width: 1024, height: 1024, prompt: "An alien TOK emoji getting out of his spaceship", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no logo, no text", 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", input={ "width": 1024, "height": 1024, "prompt": "An alien TOK emoji getting out of his spaceship", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no logo, no text", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pielgrin/sdxl-omaji-sport 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": "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", "input": { "width": 1024, "height": 1024, "prompt": "An alien TOK emoji getting out of his spaceship", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no logo, no text", "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.
Output
{ "completed_at": "2023-09-14T15:30:46.084597Z", "created_at": "2023-09-14T15:29:46.766820Z", "data_removed": false, "error": null, "id": "ltqv2d3blptd2457g5bophbquu", "input": { "width": 1024, "height": 1024, "prompt": "An alien TOK emoji getting out of his spaceship", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no logo, no text", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": null, "metrics": { "predict_time": 59.351389, "total_time": 59.317777 }, "output": [ "https://replicate.delivery/pbxt/TKqKuYeu7IR1Lqm1D3QxmgFeh4RNvf6kMFX4SQKRte9NS2QGB/out-0.png", "https://replicate.delivery/pbxt/Uj9k0xn0gK4wCFw3rOpGlSSH2B5AWYyUBf0s19HpM9aSyGyIA/out-1.png", "https://replicate.delivery/pbxt/WpjnsAzwRJZ7ClKx211zn97DLetr2WHyPVq8gevuakclkNkRA/out-2.png", "https://replicate.delivery/pbxt/Wa8J7P2M1hKmJFwKHXL2foYa3OeNrcOoIsvoerdjo3oKJbIjA/out-3.png" ], "started_at": "2023-09-14T15:29:46.733208Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ltqv2d3blptd2457g5bophbquu", "cancel": "https://api.replicate.com/v1/predictions/ltqv2d3blptd2457g5bophbquu/cancel" }, "version": "f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448" }
Generated inPrediction
pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448IDiew3hllbqbrntjxadivaypxas4StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- mask
- null
- image
- null
- width
- 1024
- height
- 1024
- prompt
- a photo of a TOK emoji riding a BMX bike during Olympics 2024
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 3
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no yellow face
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "mask": null, "image": null, "width": 1024, "height": 1024, "prompt": "a photo of a TOK emoji riding a BMX bike during Olympics 2024", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no yellow face", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", { input: { width: 1024, height: 1024, prompt: "a photo of a TOK emoji riding a BMX bike during Olympics 2024", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 3, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no yellow face", 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run pielgrin/sdxl-omaji-sport using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", input={ "width": 1024, "height": 1024, "prompt": "a photo of a TOK emoji riding a BMX bike during Olympics 2024", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no yellow face", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pielgrin/sdxl-omaji-sport 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": "pielgrin/sdxl-omaji-sport:f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448", "input": { "width": 1024, "height": 1024, "prompt": "a photo of a TOK emoji riding a BMX bike during Olympics 2024", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no yellow face", "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.
Output
{ "completed_at": "2023-09-14T16:08:32.561520Z", "created_at": "2023-09-14T16:07:47.609030Z", "data_removed": false, "error": null, "id": "iew3hllbqbrntjxadivaypxas4", "input": { "mask": null, "image": null, "width": 1024, "height": 1024, "prompt": "a photo of a TOK emoji riding a BMX bike during Olympics 2024", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 3, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no yellow face", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": null, "metrics": { "predict_time": 44.965668, "total_time": 44.95249 }, "output": [ "https://replicate.delivery/pbxt/swmUVbsqmcZ7HpNdfqAdNLhTXjtlv3o10VuVOdpBb1OfHOkRA/out-0.png", "https://replicate.delivery/pbxt/rnrUPZ5OEireMykVaKcnXY7eeDYTLoqmgbt8E4Y9UpDffwhMC/out-1.png", "https://replicate.delivery/pbxt/cPgODwqzJ8bPDdknzW8VFriYYFO0FZw6VeJnTi9K22MAEHyIA/out-2.png" ], "started_at": "2023-09-14T16:07:47.595852Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/iew3hllbqbrntjxadivaypxas4", "cancel": "https://api.replicate.com/v1/predictions/iew3hllbqbrntjxadivaypxas4/cancel" }, "version": "f028d5da8a801a4d029b330f0330226af687457b0d267e27f0ad6025afa39448" }
Generated in
Want to make some of these yourself?
Run this model