Prediction
colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767dID183tdwvgn5rm60chwhvr47f3zgStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- A woman fashion model walking runway in high fashion outfit in the style of TOK
- lora_scale
- 1
- num_outputs
- 2
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "A woman fashion model walking runway in high fashion outfit in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 colin7780/runway_fashion_lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d", { input: { model: "dev", prompt: "A woman fashion model walking runway in high fashion outfit in the style of TOK", lora_scale: 1, num_outputs: 2, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 90, 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run colin7780/runway_fashion_lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d", input={ "model": "dev", "prompt": "A woman fashion model walking runway in high fashion outfit in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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.
Run colin7780/runway_fashion_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": "colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d", "input": { "model": "dev", "prompt": "A woman fashion model walking runway in high fashion outfit in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-12T04:22:21.849762Z", "created_at": "2024-09-12T04:21:58.569000Z", "data_removed": false, "error": null, "id": "183tdwvgn5rm60chwhvr47f3zg", "input": { "model": "dev", "prompt": "A woman fashion model walking runway in high fashion outfit in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 47746\nPrompt: A woman fashion model walking runway in high fashion outfit in the style of TOK\n[!] txt2img mode\nUsing dev model\nfree=6764167581696\nDownloading weights\n2024-09-12T04:21:58Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmposvdqz21/weights url=https://replicate.delivery/yhqm/5Prr1vNSCvIsP1A9hxT56KAYCdrIDXz3YZhCqVYsbOPBdA3E/trained_model.tar\n2024-09-12T04:22:00Z | INFO | [ Complete ] dest=/tmp/tmposvdqz21/weights size=\"172 MB\" total_elapsed=1.664s url=https://replicate.delivery/yhqm/5Prr1vNSCvIsP1A9hxT56KAYCdrIDXz3YZhCqVYsbOPBdA3E/trained_model.tar\nDownloaded weights in 1.76s\nLoaded LoRAs in 9.08s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:12, 2.10it/s]\n 7%|▋ | 2/28 [00:00<00:10, 2.37it/s]\n 11%|█ | 3/28 [00:01<00:11, 2.24it/s]\n 14%|█▍ | 4/28 [00:01<00:11, 2.18it/s]\n 18%|█▊ | 5/28 [00:02<00:10, 2.15it/s]\n 21%|██▏ | 6/28 [00:02<00:10, 2.13it/s]\n 25%|██▌ | 7/28 [00:03<00:09, 2.12it/s]\n 29%|██▊ | 8/28 [00:03<00:09, 2.11it/s]\n 32%|███▏ | 9/28 [00:04<00:09, 2.10it/s]\n 36%|███▌ | 10/28 [00:04<00:08, 2.10it/s]\n 39%|███▉ | 11/28 [00:05<00:08, 2.10it/s]\n 43%|████▎ | 12/28 [00:05<00:07, 2.10it/s]\n 46%|████▋ | 13/28 [00:06<00:07, 2.09it/s]\n 50%|█████ | 14/28 [00:06<00:06, 2.09it/s]\n 54%|█████▎ | 15/28 [00:07<00:06, 2.09it/s]\n 57%|█████▋ | 16/28 [00:07<00:05, 2.09it/s]\n 61%|██████ | 17/28 [00:08<00:05, 2.09it/s]\n 64%|██████▍ | 18/28 [00:08<00:04, 2.09it/s]\n 68%|██████▊ | 19/28 [00:08<00:04, 2.09it/s]\n 71%|███████▏ | 20/28 [00:09<00:03, 2.09it/s]\n 75%|███████▌ | 21/28 [00:09<00:03, 2.09it/s]\n 79%|███████▊ | 22/28 [00:10<00:02, 2.09it/s]\n 82%|████████▏ | 23/28 [00:10<00:02, 2.09it/s]\n 86%|████████▌ | 24/28 [00:11<00:01, 2.09it/s]\n 89%|████████▉ | 25/28 [00:11<00:01, 2.09it/s]\n 93%|█████████▎| 26/28 [00:12<00:00, 2.09it/s]\n 96%|█████████▋| 27/28 [00:12<00:00, 2.09it/s]\n100%|██████████| 28/28 [00:13<00:00, 2.09it/s]\n100%|██████████| 28/28 [00:13<00:00, 2.11it/s]", "metrics": { "predict_time": 23.271369519, "total_time": 23.280762 }, "output": [ "https://replicate.delivery/yhqm/WPtk7e2tljS2Vi8T18ReGelBTr8EJudyO4QSrvL3ETB7zD4mA/out-0.webp", "https://replicate.delivery/yhqm/R0BDMD79c7pSEhgfL167DxT7Ccj5jBgPEPhJotRk4use5BcTA/out-1.webp" ], "started_at": "2024-09-12T04:21:58.578393Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/183tdwvgn5rm60chwhvr47f3zg", "cancel": "https://api.replicate.com/v1/predictions/183tdwvgn5rm60chwhvr47f3zg/cancel" }, "version": "f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d" }
Generated inUsing seed: 47746 Prompt: A woman fashion model walking runway in high fashion outfit in the style of TOK [!] txt2img mode Using dev model free=6764167581696 Downloading weights 2024-09-12T04:21:58Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmposvdqz21/weights url=https://replicate.delivery/yhqm/5Prr1vNSCvIsP1A9hxT56KAYCdrIDXz3YZhCqVYsbOPBdA3E/trained_model.tar 2024-09-12T04:22:00Z | INFO | [ Complete ] dest=/tmp/tmposvdqz21/weights size="172 MB" total_elapsed=1.664s url=https://replicate.delivery/yhqm/5Prr1vNSCvIsP1A9hxT56KAYCdrIDXz3YZhCqVYsbOPBdA3E/trained_model.tar Downloaded weights in 1.76s Loaded LoRAs in 9.08s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:12, 2.10it/s] 7%|▋ | 2/28 [00:00<00:10, 2.37it/s] 11%|█ | 3/28 [00:01<00:11, 2.24it/s] 14%|█▍ | 4/28 [00:01<00:11, 2.18it/s] 18%|█▊ | 5/28 [00:02<00:10, 2.15it/s] 21%|██▏ | 6/28 [00:02<00:10, 2.13it/s] 25%|██▌ | 7/28 [00:03<00:09, 2.12it/s] 29%|██▊ | 8/28 [00:03<00:09, 2.11it/s] 32%|███▏ | 9/28 [00:04<00:09, 2.10it/s] 36%|███▌ | 10/28 [00:04<00:08, 2.10it/s] 39%|███▉ | 11/28 [00:05<00:08, 2.10it/s] 43%|████▎ | 12/28 [00:05<00:07, 2.10it/s] 46%|████▋ | 13/28 [00:06<00:07, 2.09it/s] 50%|█████ | 14/28 [00:06<00:06, 2.09it/s] 54%|█████▎ | 15/28 [00:07<00:06, 2.09it/s] 57%|█████▋ | 16/28 [00:07<00:05, 2.09it/s] 61%|██████ | 17/28 [00:08<00:05, 2.09it/s] 64%|██████▍ | 18/28 [00:08<00:04, 2.09it/s] 68%|██████▊ | 19/28 [00:08<00:04, 2.09it/s] 71%|███████▏ | 20/28 [00:09<00:03, 2.09it/s] 75%|███████▌ | 21/28 [00:09<00:03, 2.09it/s] 79%|███████▊ | 22/28 [00:10<00:02, 2.09it/s] 82%|████████▏ | 23/28 [00:10<00:02, 2.09it/s] 86%|████████▌ | 24/28 [00:11<00:01, 2.09it/s] 89%|████████▉ | 25/28 [00:11<00:01, 2.09it/s] 93%|█████████▎| 26/28 [00:12<00:00, 2.09it/s] 96%|█████████▋| 27/28 [00:12<00:00, 2.09it/s] 100%|██████████| 28/28 [00:13<00:00, 2.09it/s] 100%|██████████| 28/28 [00:13<00:00, 2.11it/s]
Prediction
colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767dID18vcq3vwtnrm60chwhxs8ynr9wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Futuristic haute couture runway outfit featuring asymmetrical geometric shapes, holographic fabrics, and levitating accessories. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK
- lora_scale
- 1
- num_outputs
- 2
- aspect_ratio
- 4:5
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Futuristic haute couture runway outfit featuring asymmetrical geometric shapes, holographic fabrics, and levitating accessories. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 colin7780/runway_fashion_lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d", { input: { model: "dev", prompt: "Futuristic haute couture runway outfit featuring asymmetrical geometric shapes, holographic fabrics, and levitating accessories. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", lora_scale: 1, num_outputs: 2, aspect_ratio: "4:5", output_format: "webp", guidance_scale: 3.5, output_quality: 90, 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run colin7780/runway_fashion_lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d", input={ "model": "dev", "prompt": "Futuristic haute couture runway outfit featuring asymmetrical geometric shapes, holographic fabrics, and levitating accessories. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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.
Run colin7780/runway_fashion_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": "colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d", "input": { "model": "dev", "prompt": "Futuristic haute couture runway outfit featuring asymmetrical geometric shapes, holographic fabrics, and levitating accessories. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-12T04:26:45.055773Z", "created_at": "2024-09-12T04:26:23.829000Z", "data_removed": false, "error": null, "id": "18vcq3vwtnrm60chwhxs8ynr9w", "input": { "model": "dev", "prompt": "Futuristic haute couture runway outfit featuring asymmetrical geometric shapes, holographic fabrics, and levitating accessories. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "4:5", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 8425\nPrompt: Futuristic haute couture runway outfit featuring asymmetrical geometric shapes, holographic fabrics, and levitating accessories. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK\n[!] txt2img mode\nUsing dev model\nLoaded LoRAs in 7.13s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:12, 2.11it/s]\n 7%|▋ | 2/28 [00:00<00:10, 2.38it/s]\n 11%|█ | 3/28 [00:01<00:11, 2.25it/s]\n 14%|█▍ | 4/28 [00:01<00:10, 2.19it/s]\n 18%|█▊ | 5/28 [00:02<00:10, 2.16it/s]\n 21%|██▏ | 6/28 [00:02<00:10, 2.14it/s]\n 25%|██▌ | 7/28 [00:03<00:09, 2.13it/s]\n 29%|██▊ | 8/28 [00:03<00:09, 2.13it/s]\n 32%|███▏ | 9/28 [00:04<00:08, 2.12it/s]\n 36%|███▌ | 10/28 [00:04<00:08, 2.12it/s]\n 39%|███▉ | 11/28 [00:05<00:08, 2.12it/s]\n 43%|████▎ | 12/28 [00:05<00:07, 2.11it/s]\n 46%|████▋ | 13/28 [00:06<00:07, 2.11it/s]\n 50%|█████ | 14/28 [00:06<00:06, 2.11it/s]\n 54%|█████▎ | 15/28 [00:07<00:06, 2.11it/s]\n 57%|█████▋ | 16/28 [00:07<00:05, 2.11it/s]\n 61%|██████ | 17/28 [00:07<00:05, 2.11it/s]\n 64%|██████▍ | 18/28 [00:08<00:04, 2.11it/s]\n 68%|██████▊ | 19/28 [00:08<00:04, 2.11it/s]\n 71%|███████▏ | 20/28 [00:09<00:03, 2.11it/s]\n 75%|███████▌ | 21/28 [00:09<00:03, 2.11it/s]\n 79%|███████▊ | 22/28 [00:10<00:02, 2.11it/s]\n 82%|████████▏ | 23/28 [00:10<00:02, 2.11it/s]\n 86%|████████▌ | 24/28 [00:11<00:01, 2.11it/s]\n 89%|████████▉ | 25/28 [00:11<00:01, 2.11it/s]\n 93%|█████████▎| 26/28 [00:12<00:00, 2.11it/s]\n 96%|█████████▋| 27/28 [00:12<00:00, 2.11it/s]\n100%|██████████| 28/28 [00:13<00:00, 2.11it/s]\n100%|██████████| 28/28 [00:13<00:00, 2.12it/s]", "metrics": { "predict_time": 21.216643087, "total_time": 21.226773 }, "output": [ "https://replicate.delivery/yhqm/kWQQadjtyWZkI1RM3uHtphPefYelYEkehea6fxfgJe0pEeD4mA/out-0.webp", "https://replicate.delivery/yhqm/emOfkpF2QIm4EUoyympzUIHAFtrWohRp37gcepjkbTzJ8D4mA/out-1.webp" ], "started_at": "2024-09-12T04:26:23.839130Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/18vcq3vwtnrm60chwhxs8ynr9w", "cancel": "https://api.replicate.com/v1/predictions/18vcq3vwtnrm60chwhxs8ynr9w/cancel" }, "version": "f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d" }
Generated inUsing seed: 8425 Prompt: Futuristic haute couture runway outfit featuring asymmetrical geometric shapes, holographic fabrics, and levitating accessories. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK [!] txt2img mode Using dev model Loaded LoRAs in 7.13s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:12, 2.11it/s] 7%|▋ | 2/28 [00:00<00:10, 2.38it/s] 11%|█ | 3/28 [00:01<00:11, 2.25it/s] 14%|█▍ | 4/28 [00:01<00:10, 2.19it/s] 18%|█▊ | 5/28 [00:02<00:10, 2.16it/s] 21%|██▏ | 6/28 [00:02<00:10, 2.14it/s] 25%|██▌ | 7/28 [00:03<00:09, 2.13it/s] 29%|██▊ | 8/28 [00:03<00:09, 2.13it/s] 32%|███▏ | 9/28 [00:04<00:08, 2.12it/s] 36%|███▌ | 10/28 [00:04<00:08, 2.12it/s] 39%|███▉ | 11/28 [00:05<00:08, 2.12it/s] 43%|████▎ | 12/28 [00:05<00:07, 2.11it/s] 46%|████▋ | 13/28 [00:06<00:07, 2.11it/s] 50%|█████ | 14/28 [00:06<00:06, 2.11it/s] 54%|█████▎ | 15/28 [00:07<00:06, 2.11it/s] 57%|█████▋ | 16/28 [00:07<00:05, 2.11it/s] 61%|██████ | 17/28 [00:07<00:05, 2.11it/s] 64%|██████▍ | 18/28 [00:08<00:04, 2.11it/s] 68%|██████▊ | 19/28 [00:08<00:04, 2.11it/s] 71%|███████▏ | 20/28 [00:09<00:03, 2.11it/s] 75%|███████▌ | 21/28 [00:09<00:03, 2.11it/s] 79%|███████▊ | 22/28 [00:10<00:02, 2.11it/s] 82%|████████▏ | 23/28 [00:10<00:02, 2.11it/s] 86%|████████▌ | 24/28 [00:11<00:01, 2.11it/s] 89%|████████▉ | 25/28 [00:11<00:01, 2.11it/s] 93%|█████████▎| 26/28 [00:12<00:00, 2.11it/s] 96%|█████████▋| 27/28 [00:12<00:00, 2.11it/s] 100%|██████████| 28/28 [00:13<00:00, 2.11it/s] 100%|██████████| 28/28 [00:13<00:00, 2.12it/s]
Prediction
colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767dID0cssc1m34nrm40chwhz9axjdvcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Avant garde runway outfit. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK
- lora_scale
- 1
- num_outputs
- 2
- aspect_ratio
- 9:16
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Avant garde runway outfit. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 colin7780/runway_fashion_lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d", { input: { model: "dev", prompt: "Avant garde runway outfit. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", lora_scale: 1, num_outputs: 2, aspect_ratio: "9:16", output_format: "webp", guidance_scale: 3.5, output_quality: 90, 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run colin7780/runway_fashion_lora using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d", input={ "model": "dev", "prompt": "Avant garde runway outfit. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "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.
Run colin7780/runway_fashion_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": "colin7780/runway_fashion_lora:f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d", "input": { "model": "dev", "prompt": "Avant garde runway outfit. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-12T04:30:08.572539Z", "created_at": "2024-09-12T04:29:42.053000Z", "data_removed": false, "error": null, "id": "0cssc1m34nrm40chwhz9axjdvc", "input": { "model": "dev", "prompt": "Avant garde runway outfit. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK", "lora_scale": 1, "num_outputs": 2, "aspect_ratio": "9:16", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 56386\nPrompt: Avant garde runway outfit. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK\n[!] txt2img mode\nUsing dev model\nLoaded LoRAs in 10.71s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:36, 1.36s/it]\n 7%|▋ | 2/28 [00:01<00:20, 1.25it/s]\n 11%|█ | 3/28 [00:02<00:16, 1.51it/s]\n 14%|█▍ | 4/28 [00:02<00:14, 1.67it/s]\n 18%|█▊ | 5/28 [00:03<00:13, 1.77it/s]\n 21%|██▏ | 6/28 [00:03<00:11, 1.84it/s]\n 25%|██▌ | 7/28 [00:04<00:11, 1.88it/s]\n 29%|██▊ | 8/28 [00:04<00:10, 1.91it/s]\n 32%|███▏ | 9/28 [00:05<00:09, 1.93it/s]\n 36%|███▌ | 10/28 [00:05<00:09, 1.95it/s]\n 39%|███▉ | 11/28 [00:06<00:08, 1.96it/s]\n 43%|████▎ | 12/28 [00:06<00:08, 1.97it/s]\n 46%|████▋ | 13/28 [00:07<00:07, 1.97it/s]\n 50%|█████ | 14/28 [00:07<00:07, 1.97it/s]\n 54%|█████▎ | 15/28 [00:08<00:06, 1.98it/s]\n 57%|█████▋ | 16/28 [00:08<00:06, 1.98it/s]\n 61%|██████ | 17/28 [00:09<00:05, 1.98it/s]\n 64%|██████▍ | 18/28 [00:09<00:05, 1.98it/s]\n 68%|██████▊ | 19/28 [00:10<00:04, 1.98it/s]\n 71%|███████▏ | 20/28 [00:10<00:04, 1.98it/s]\n 75%|███████▌ | 21/28 [00:11<00:03, 1.98it/s]\n 79%|███████▊ | 22/28 [00:11<00:03, 1.98it/s]\n 82%|████████▏ | 23/28 [00:12<00:02, 1.98it/s]\n 86%|████████▌ | 24/28 [00:12<00:02, 1.98it/s]\n 89%|████████▉ | 25/28 [00:13<00:01, 1.98it/s]\n 93%|█████████▎| 26/28 [00:13<00:01, 1.98it/s]\n 96%|█████████▋| 27/28 [00:14<00:00, 1.98it/s]\n100%|██████████| 28/28 [00:14<00:00, 1.98it/s]\n100%|██████████| 28/28 [00:14<00:00, 1.88it/s]", "metrics": { "predict_time": 26.512833808, "total_time": 26.519539 }, "output": [ "https://replicate.delivery/yhqm/hqusPZ1y7YqNPlovfzc7YIj5s1TGOjRIawqXovd1Wf3QBCcTA/out-0.webp", "https://replicate.delivery/yhqm/PnAy4dI0WXIrE1FYwi9OteqnFomSr9pKwzee0lY5lI6hCE4mA/out-1.webp" ], "started_at": "2024-09-12T04:29:42.059706Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/0cssc1m34nrm40chwhz9axjdvc", "cancel": "https://api.replicate.com/v1/predictions/0cssc1m34nrm40chwhz9axjdvc/cancel" }, "version": "f5189b68680d67d39399cf26d550c4a83146f747c1e6b13a325e07997d64767d" }
Generated inUsing seed: 56386 Prompt: Avant garde runway outfit. The overall silhouette is bold and unconventional, challenging traditional notions of clothing structure and form, in the style of TOK [!] txt2img mode Using dev model Loaded LoRAs in 10.71s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:36, 1.36s/it] 7%|▋ | 2/28 [00:01<00:20, 1.25it/s] 11%|█ | 3/28 [00:02<00:16, 1.51it/s] 14%|█▍ | 4/28 [00:02<00:14, 1.67it/s] 18%|█▊ | 5/28 [00:03<00:13, 1.77it/s] 21%|██▏ | 6/28 [00:03<00:11, 1.84it/s] 25%|██▌ | 7/28 [00:04<00:11, 1.88it/s] 29%|██▊ | 8/28 [00:04<00:10, 1.91it/s] 32%|███▏ | 9/28 [00:05<00:09, 1.93it/s] 36%|███▌ | 10/28 [00:05<00:09, 1.95it/s] 39%|███▉ | 11/28 [00:06<00:08, 1.96it/s] 43%|████▎ | 12/28 [00:06<00:08, 1.97it/s] 46%|████▋ | 13/28 [00:07<00:07, 1.97it/s] 50%|█████ | 14/28 [00:07<00:07, 1.97it/s] 54%|█████▎ | 15/28 [00:08<00:06, 1.98it/s] 57%|█████▋ | 16/28 [00:08<00:06, 1.98it/s] 61%|██████ | 17/28 [00:09<00:05, 1.98it/s] 64%|██████▍ | 18/28 [00:09<00:05, 1.98it/s] 68%|██████▊ | 19/28 [00:10<00:04, 1.98it/s] 71%|███████▏ | 20/28 [00:10<00:04, 1.98it/s] 75%|███████▌ | 21/28 [00:11<00:03, 1.98it/s] 79%|███████▊ | 22/28 [00:11<00:03, 1.98it/s] 82%|████████▏ | 23/28 [00:12<00:02, 1.98it/s] 86%|████████▌ | 24/28 [00:12<00:02, 1.98it/s] 89%|████████▉ | 25/28 [00:13<00:01, 1.98it/s] 93%|█████████▎| 26/28 [00:13<00:01, 1.98it/s] 96%|█████████▋| 27/28 [00:14<00:00, 1.98it/s] 100%|██████████| 28/28 [00:14<00:00, 1.98it/s] 100%|██████████| 28/28 [00:14<00:00, 1.88it/s]
Want to make some of these yourself?
Run this model