simonheese
/
flux-thefinger
For my AI punk band The Buttredettes I wanted the option to generate images where they show the finger. This gesture is either censored in all major models or not trained. This lora should fix it. It's not working all the time, but more often than not.
- Public
- 249 runs
-
H100
Prediction
simonheese/flux-thefinger:84b9e95eIDjp4eqqcgjhrm40chsbqb11pbx4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Punk girl showing the finger to the camera
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 2:3
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Punk girl showing the finger to the camera", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", { input: { model: "dev", prompt: "Punk girl showing the finger to the camera", lora_scale: 1, num_outputs: 1, aspect_ratio: "2:3", output_format: "png", guidance_scale: 3.5, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", input={ "model": "dev", "prompt": "Punk girl showing the finger to the camera", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run simonheese/flux-thefinger 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": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", "input": { "model": "dev", "prompt": "Punk girl showing the finger to the camera", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "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-07T05:22:17.293131Z", "created_at": "2024-09-07T05:21:57.908000Z", "data_removed": false, "error": null, "id": "jp4eqqcgjhrm40chsbqb11pbx4", "input": { "model": "dev", "prompt": "Punk girl showing the finger to the camera", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 48906\nPrompt: Punk girl showing the finger to the camera\n[!] txt2img mode\nUsing dev model\nfree=8565215215616\nDownloading weights\n2024-09-07T05:21:57Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpq1x8llyo/weights url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar\n2024-09-07T05:21:59Z | INFO | [ Complete ] dest=/tmp/tmpq1x8llyo/weights size=\"172 MB\" total_elapsed=1.433s url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar\nDownloaded weights in 1.54s\nLoaded LoRAs in 10.44s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.57it/s]\n 7%|▋ | 2/28 [00:00<00:06, 4.04it/s]\n 11%|█ | 3/28 [00:00<00:06, 3.81it/s]\n 14%|█▍ | 4/28 [00:01<00:06, 3.72it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.66it/s]\n 21%|██▏ | 6/28 [00:01<00:06, 3.63it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.61it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.60it/s]\n 32%|███▏ | 9/28 [00:02<00:05, 3.59it/s]\n 36%|███▌ | 10/28 [00:02<00:05, 3.59it/s]\n 39%|███▉ | 11/28 [00:03<00:04, 3.58it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.58it/s]\n 46%|████▋ | 13/28 [00:03<00:04, 3.58it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.58it/s]\n 54%|█████▎ | 15/28 [00:04<00:03, 3.58it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.58it/s]\n 61%|██████ | 17/28 [00:04<00:03, 3.58it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.58it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.58it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.58it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.58it/s]\n 79%|███████▊ | 22/28 [00:06<00:01, 3.58it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.58it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.58it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.58it/s]\n 93%|█████████▎| 26/28 [00:07<00:00, 3.58it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.58it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.58it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.60it/s]", "metrics": { "predict_time": 19.376018764, "total_time": 19.385131 }, "output": [ "https://replicate.delivery/yhqm/bxWliq8uow4JCxgTNhIh2GNGjukcomspeATjaZwitJ6EqMtJA/out-0.png" ], "started_at": "2024-09-07T05:21:57.917112Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/jp4eqqcgjhrm40chsbqb11pbx4", "cancel": "https://api.replicate.com/v1/predictions/jp4eqqcgjhrm40chsbqb11pbx4/cancel" }, "version": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209" }
Generated inUsing seed: 48906 Prompt: Punk girl showing the finger to the camera [!] txt2img mode Using dev model free=8565215215616 Downloading weights 2024-09-07T05:21:57Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpq1x8llyo/weights url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar 2024-09-07T05:21:59Z | INFO | [ Complete ] dest=/tmp/tmpq1x8llyo/weights size="172 MB" total_elapsed=1.433s url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar Downloaded weights in 1.54s Loaded LoRAs in 10.44s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.57it/s] 7%|▋ | 2/28 [00:00<00:06, 4.04it/s] 11%|█ | 3/28 [00:00<00:06, 3.81it/s] 14%|█▍ | 4/28 [00:01<00:06, 3.72it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.66it/s] 21%|██▏ | 6/28 [00:01<00:06, 3.63it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.61it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.60it/s] 32%|███▏ | 9/28 [00:02<00:05, 3.59it/s] 36%|███▌ | 10/28 [00:02<00:05, 3.59it/s] 39%|███▉ | 11/28 [00:03<00:04, 3.58it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.58it/s] 46%|████▋ | 13/28 [00:03<00:04, 3.58it/s] 50%|█████ | 14/28 [00:03<00:03, 3.58it/s] 54%|█████▎ | 15/28 [00:04<00:03, 3.58it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.58it/s] 61%|██████ | 17/28 [00:04<00:03, 3.58it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.58it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.58it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.58it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.58it/s] 79%|███████▊ | 22/28 [00:06<00:01, 3.58it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.58it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.58it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.58it/s] 93%|█████████▎| 26/28 [00:07<00:00, 3.58it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.58it/s] 100%|██████████| 28/28 [00:07<00:00, 3.58it/s] 100%|██████████| 28/28 [00:07<00:00, 3.60it/s]
Prediction
simonheese/flux-thefinger:84b9e95eID9j9bmw0dxdrm00chsbr8sdkrzcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Drunk Punk girl showing the finger to the camera, night club party, flashlight photograph
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 2:3
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Drunk Punk girl showing the finger to the camera, night club party, flashlight photograph ", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", { input: { model: "dev", prompt: "Drunk Punk girl showing the finger to the camera, night club party, flashlight photograph ", lora_scale: 1, num_outputs: 1, aspect_ratio: "2:3", output_format: "png", guidance_scale: 3.5, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", input={ "model": "dev", "prompt": "Drunk Punk girl showing the finger to the camera, night club party, flashlight photograph ", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run simonheese/flux-thefinger 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": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", "input": { "model": "dev", "prompt": "Drunk Punk girl showing the finger to the camera, night club party, flashlight photograph ", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "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-07T05:23:44.153053Z", "created_at": "2024-09-07T05:23:35.531000Z", "data_removed": false, "error": null, "id": "9j9bmw0dxdrm00chsbr8sdkrzc", "input": { "model": "dev", "prompt": "Drunk Punk girl showing the finger to the camera, night club party, flashlight photograph ", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 57365\nPrompt: Drunk Punk girl showing the finger to the camera, night club party, flashlight photograph\n[!] txt2img mode\nUsing dev model\nWeights already loaded\nLoaded LoRAs in 0.03s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.58it/s]\n 7%|▋ | 2/28 [00:00<00:06, 4.05it/s]\n 11%|█ | 3/28 [00:00<00:06, 3.83it/s]\n 14%|█▍ | 4/28 [00:01<00:06, 3.73it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.68it/s]\n 21%|██▏ | 6/28 [00:01<00:06, 3.65it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.63it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.61it/s]\n 32%|███▏ | 9/28 [00:02<00:05, 3.60it/s]\n 36%|███▌ | 10/28 [00:02<00:05, 3.60it/s]\n 39%|███▉ | 11/28 [00:03<00:04, 3.59it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.59it/s]\n 46%|████▋ | 13/28 [00:03<00:04, 3.59it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.59it/s]\n 54%|█████▎ | 15/28 [00:04<00:03, 3.59it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.59it/s]\n 61%|██████ | 17/28 [00:04<00:03, 3.59it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.59it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.59it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.59it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.59it/s]\n 79%|███████▊ | 22/28 [00:06<00:01, 3.59it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.59it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.58it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.58it/s]\n 93%|█████████▎| 26/28 [00:07<00:00, 3.58it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.58it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.58it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.61it/s]", "metrics": { "predict_time": 8.616984932, "total_time": 8.622053 }, "output": [ "https://replicate.delivery/yhqm/p3xb7eeXcyoNfInRLMBcacB59s0fwjyK8wfN3Cyen7ufvqMtJA/out-0.png" ], "started_at": "2024-09-07T05:23:35.536068Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/9j9bmw0dxdrm00chsbr8sdkrzc", "cancel": "https://api.replicate.com/v1/predictions/9j9bmw0dxdrm00chsbr8sdkrzc/cancel" }, "version": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209" }
Generated inUsing seed: 57365 Prompt: Drunk Punk girl showing the finger to the camera, night club party, flashlight photograph [!] txt2img mode Using dev model Weights already loaded Loaded LoRAs in 0.03s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.58it/s] 7%|▋ | 2/28 [00:00<00:06, 4.05it/s] 11%|█ | 3/28 [00:00<00:06, 3.83it/s] 14%|█▍ | 4/28 [00:01<00:06, 3.73it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.68it/s] 21%|██▏ | 6/28 [00:01<00:06, 3.65it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.63it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.61it/s] 32%|███▏ | 9/28 [00:02<00:05, 3.60it/s] 36%|███▌ | 10/28 [00:02<00:05, 3.60it/s] 39%|███▉ | 11/28 [00:03<00:04, 3.59it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.59it/s] 46%|████▋ | 13/28 [00:03<00:04, 3.59it/s] 50%|█████ | 14/28 [00:03<00:03, 3.59it/s] 54%|█████▎ | 15/28 [00:04<00:03, 3.59it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.59it/s] 61%|██████ | 17/28 [00:04<00:03, 3.59it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.59it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.59it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.59it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.59it/s] 79%|███████▊ | 22/28 [00:06<00:01, 3.59it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.59it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.58it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.58it/s] 93%|█████████▎| 26/28 [00:07<00:00, 3.58it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.58it/s] 100%|██████████| 28/28 [00:07<00:00, 3.58it/s] 100%|██████████| 28/28 [00:07<00:00, 3.61it/s]
Prediction
simonheese/flux-thefinger:84b9e95eID9b15kysczsrm60chsbsrnksad8StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Comic illustration of a Drunk Punk girl showing the finger to the camera, night club party, pulp magazine comic illustration, style of Mike Mignola
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 2:3
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Comic illustration of a Drunk Punk girl showing the finger to the camera, night club party, pulp magazine comic illustration, style of Mike Mignola", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", { input: { model: "dev", prompt: "Comic illustration of a Drunk Punk girl showing the finger to the camera, night club party, pulp magazine comic illustration, style of Mike Mignola", lora_scale: 1, num_outputs: 1, aspect_ratio: "2:3", output_format: "png", guidance_scale: 3.5, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", input={ "model": "dev", "prompt": "Comic illustration of a Drunk Punk girl showing the finger to the camera, night club party, pulp magazine comic illustration, style of Mike Mignola", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run simonheese/flux-thefinger 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": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", "input": { "model": "dev", "prompt": "Comic illustration of a Drunk Punk girl showing the finger to the camera, night club party, pulp magazine comic illustration, style of Mike Mignola", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "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-07T05:27:19.060706Z", "created_at": "2024-09-07T05:27:00.094000Z", "data_removed": false, "error": null, "id": "9b15kysczsrm60chsbsrnksad8", "input": { "model": "dev", "prompt": "Comic illustration of a Drunk Punk girl showing the finger to the camera, night club party, pulp magazine comic illustration, style of Mike Mignola", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 19572\nPrompt: Comic illustration of a Drunk Punk girl showing the finger to the camera, night club party, pulp magazine comic illustration, style of Mike Mignola\n[!] txt2img mode\nUsing dev model\nfree=8351846203392\nDownloading weights\n2024-09-07T05:27:00Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp2my47ru0/weights url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar\n2024-09-07T05:27:02Z | INFO | [ Complete ] dest=/tmp/tmp2my47ru0/weights size=\"172 MB\" total_elapsed=2.501s url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar\nDownloaded weights in 2.54s\nLoaded LoRAs in 10.32s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.55it/s]\n 7%|▋ | 2/28 [00:00<00:06, 4.01it/s]\n 11%|█ | 3/28 [00:00<00:06, 3.80it/s]\n 14%|█▍ | 4/28 [00:01<00:06, 3.69it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.64it/s]\n 21%|██▏ | 6/28 [00:01<00:06, 3.61it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.60it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.58it/s]\n 32%|███▏ | 9/28 [00:02<00:05, 3.58it/s]\n 36%|███▌ | 10/28 [00:02<00:05, 3.57it/s]\n 39%|███▉ | 11/28 [00:03<00:04, 3.56it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.56it/s]\n 46%|████▋ | 13/28 [00:03<00:04, 3.56it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.56it/s]\n 54%|█████▎ | 15/28 [00:04<00:03, 3.56it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.56it/s]\n 61%|██████ | 17/28 [00:04<00:03, 3.56it/s]\n 64%|██████▍ | 18/28 [00:05<00:02, 3.56it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.56it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.56it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.56it/s]\n 79%|███████▊ | 22/28 [00:06<00:01, 3.56it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.56it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.56it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.56it/s]\n 93%|█████████▎| 26/28 [00:07<00:00, 3.56it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.56it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.56it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.58it/s]", "metrics": { "predict_time": 18.956214052, "total_time": 18.966706 }, "output": [ "https://replicate.delivery/yhqm/MDqgujJxOfWDWaiEsMgL1S8JSR6njlmQaoJsF2D0rKGbsMtJA/out-0.png" ], "started_at": "2024-09-07T05:27:00.104492Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/9b15kysczsrm60chsbsrnksad8", "cancel": "https://api.replicate.com/v1/predictions/9b15kysczsrm60chsbsrnksad8/cancel" }, "version": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209" }
Generated inUsing seed: 19572 Prompt: Comic illustration of a Drunk Punk girl showing the finger to the camera, night club party, pulp magazine comic illustration, style of Mike Mignola [!] txt2img mode Using dev model free=8351846203392 Downloading weights 2024-09-07T05:27:00Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp2my47ru0/weights url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar 2024-09-07T05:27:02Z | INFO | [ Complete ] dest=/tmp/tmp2my47ru0/weights size="172 MB" total_elapsed=2.501s url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar Downloaded weights in 2.54s Loaded LoRAs in 10.32s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.55it/s] 7%|▋ | 2/28 [00:00<00:06, 4.01it/s] 11%|█ | 3/28 [00:00<00:06, 3.80it/s] 14%|█▍ | 4/28 [00:01<00:06, 3.69it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.64it/s] 21%|██▏ | 6/28 [00:01<00:06, 3.61it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.60it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.58it/s] 32%|███▏ | 9/28 [00:02<00:05, 3.58it/s] 36%|███▌ | 10/28 [00:02<00:05, 3.57it/s] 39%|███▉ | 11/28 [00:03<00:04, 3.56it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.56it/s] 46%|████▋ | 13/28 [00:03<00:04, 3.56it/s] 50%|█████ | 14/28 [00:03<00:03, 3.56it/s] 54%|█████▎ | 15/28 [00:04<00:03, 3.56it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.56it/s] 61%|██████ | 17/28 [00:04<00:03, 3.56it/s] 64%|██████▍ | 18/28 [00:05<00:02, 3.56it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.56it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.56it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.56it/s] 79%|███████▊ | 22/28 [00:06<00:01, 3.56it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.56it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.56it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.56it/s] 93%|█████████▎| 26/28 [00:07<00:00, 3.56it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.56it/s] 100%|██████████| 28/28 [00:07<00:00, 3.56it/s] 100%|██████████| 28/28 [00:07<00:00, 3.58it/s]
Prediction
simonheese/flux-thefinger:84b9e95eIDjd23mag5ksrm60chsbtrw82xq8StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Amateur photograph of a person in a poo bear costume showing the middle finger, Disneyland, Polaroid, 1978
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Amateur photograph of a person in a poo bear costume showing the middle finger, Disneyland, Polaroid, 1978", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", { input: { model: "dev", prompt: "Amateur photograph of a person in a poo bear costume showing the middle finger, Disneyland, Polaroid, 1978", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "png", guidance_scale: 3.5, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", input={ "model": "dev", "prompt": "Amateur photograph of a person in a poo bear costume showing the middle finger, Disneyland, Polaroid, 1978", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run simonheese/flux-thefinger 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": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", "input": { "model": "dev", "prompt": "Amateur photograph of a person in a poo bear costume showing the middle finger, Disneyland, Polaroid, 1978", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "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-07T05:29:18.583721Z", "created_at": "2024-09-07T05:29:01.086000Z", "data_removed": false, "error": null, "id": "jd23mag5ksrm60chsbtrw82xq8", "input": { "model": "dev", "prompt": "Amateur photograph of a person in a poo bear costume showing the middle finger, Disneyland, Polaroid, 1978", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 62166\nPrompt: Amateur photograph of a person in a poo bear costume showing the middle finger, Disneyland, Polaroid, 1978\n[!] txt2img mode\nUsing dev model\nLoaded LoRAs in 8.36s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.47it/s]\n 7%|▋ | 2/28 [00:00<00:06, 3.93it/s]\n 11%|█ | 3/28 [00:00<00:06, 3.70it/s]\n 14%|█▍ | 4/28 [00:01<00:06, 3.61it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.56it/s]\n 21%|██▏ | 6/28 [00:01<00:06, 3.52it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.50it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.49it/s]\n 32%|███▏ | 9/28 [00:02<00:05, 3.48it/s]\n 36%|███▌ | 10/28 [00:02<00:05, 3.47it/s]\n 39%|███▉ | 11/28 [00:03<00:04, 3.47it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.47it/s]\n 46%|████▋ | 13/28 [00:03<00:04, 3.47it/s]\n 50%|█████ | 14/28 [00:03<00:04, 3.47it/s]\n 54%|█████▎ | 15/28 [00:04<00:03, 3.47it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.46it/s]\n 61%|██████ | 17/28 [00:04<00:03, 3.46it/s]\n 64%|██████▍ | 18/28 [00:05<00:02, 3.46it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.46it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.46it/s]\n 75%|███████▌ | 21/28 [00:06<00:02, 3.46it/s]\n 79%|███████▊ | 22/28 [00:06<00:01, 3.46it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.46it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.46it/s]\n 89%|████████▉ | 25/28 [00:07<00:00, 3.46it/s]\n 93%|█████████▎| 26/28 [00:07<00:00, 3.46it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.47it/s]\n100%|██████████| 28/28 [00:08<00:00, 3.47it/s]\n100%|██████████| 28/28 [00:08<00:00, 3.49it/s]", "metrics": { "predict_time": 17.490411398, "total_time": 17.497721 }, "output": [ "https://replicate.delivery/yhqm/N8GKsXGWHKYkH1wx09BLb8wrYxoFQGo2wUS18aYPD9rrWm2E/out-0.png" ], "started_at": "2024-09-07T05:29:01.093309Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/jd23mag5ksrm60chsbtrw82xq8", "cancel": "https://api.replicate.com/v1/predictions/jd23mag5ksrm60chsbtrw82xq8/cancel" }, "version": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209" }
Generated inUsing seed: 62166 Prompt: Amateur photograph of a person in a poo bear costume showing the middle finger, Disneyland, Polaroid, 1978 [!] txt2img mode Using dev model Loaded LoRAs in 8.36s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.47it/s] 7%|▋ | 2/28 [00:00<00:06, 3.93it/s] 11%|█ | 3/28 [00:00<00:06, 3.70it/s] 14%|█▍ | 4/28 [00:01<00:06, 3.61it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.56it/s] 21%|██▏ | 6/28 [00:01<00:06, 3.52it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.50it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.49it/s] 32%|███▏ | 9/28 [00:02<00:05, 3.48it/s] 36%|███▌ | 10/28 [00:02<00:05, 3.47it/s] 39%|███▉ | 11/28 [00:03<00:04, 3.47it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.47it/s] 46%|████▋ | 13/28 [00:03<00:04, 3.47it/s] 50%|█████ | 14/28 [00:03<00:04, 3.47it/s] 54%|█████▎ | 15/28 [00:04<00:03, 3.47it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.46it/s] 61%|██████ | 17/28 [00:04<00:03, 3.46it/s] 64%|██████▍ | 18/28 [00:05<00:02, 3.46it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.46it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.46it/s] 75%|███████▌ | 21/28 [00:06<00:02, 3.46it/s] 79%|███████▊ | 22/28 [00:06<00:01, 3.46it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.46it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.46it/s] 89%|████████▉ | 25/28 [00:07<00:00, 3.46it/s] 93%|█████████▎| 26/28 [00:07<00:00, 3.46it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.47it/s] 100%|██████████| 28/28 [00:08<00:00, 3.47it/s] 100%|██████████| 28/28 [00:08<00:00, 3.49it/s]
Prediction
simonheese/flux-thefinger:84b9e95eIDnxjxfyek7srm60chsbws33a0wmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Alternate version of Mona Lisa where she is showing the finger, raised middle finger, flipping the bird, raised fist with raised middle finger
- lora_scale
- 0.99
- num_outputs
- 1
- aspect_ratio
- 2:3
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Alternate version of Mona Lisa where she is showing the finger, raised middle finger, flipping the bird, raised fist with raised middle finger", "lora_scale": 0.99, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", { input: { model: "dev", prompt: "Alternate version of Mona Lisa where she is showing the finger, raised middle finger, flipping the bird, raised fist with raised middle finger", lora_scale: 0.99, num_outputs: 1, aspect_ratio: "2:3", output_format: "png", guidance_scale: 3.5, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", input={ "model": "dev", "prompt": "Alternate version of Mona Lisa where she is showing the finger, raised middle finger, flipping the bird, raised fist with raised middle finger", "lora_scale": 0.99, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run simonheese/flux-thefinger 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": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", "input": { "model": "dev", "prompt": "Alternate version of Mona Lisa where she is showing the finger, raised middle finger, flipping the bird, raised fist with raised middle finger", "lora_scale": 0.99, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "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-07T05:34:31.205184Z", "created_at": "2024-09-07T05:34:15.870000Z", "data_removed": false, "error": null, "id": "nxjxfyek7srm60chsbws33a0wm", "input": { "model": "dev", "prompt": "Alternate version of Mona Lisa where she is showing the finger, raised middle finger, flipping the bird, raised fist with raised middle finger", "lora_scale": 0.99, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 35218\nPrompt: Alternate version of Mona Lisa where she is showing the finger, raised middle finger, flipping the bird, raised fist with raised middle finger\n[!] txt2img mode\nUsing dev model\nLoaded LoRAs in 6.59s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.47it/s]\n 7%|▋ | 2/28 [00:00<00:06, 3.85it/s]\n 11%|█ | 3/28 [00:00<00:06, 3.71it/s]\n 14%|█▍ | 4/28 [00:01<00:06, 3.66it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.62it/s]\n 21%|██▏ | 6/28 [00:01<00:06, 3.61it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.59it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.59it/s]\n 32%|███▏ | 9/28 [00:02<00:05, 3.58it/s]\n 36%|███▌ | 10/28 [00:02<00:05, 3.58it/s]\n 39%|███▉ | 11/28 [00:03<00:04, 3.58it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.57it/s]\n 46%|████▋ | 13/28 [00:03<00:04, 3.57it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.57it/s]\n 54%|█████▎ | 15/28 [00:04<00:03, 3.57it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.57it/s]\n 61%|██████ | 17/28 [00:04<00:03, 3.57it/s]\n 64%|██████▍ | 18/28 [00:05<00:02, 3.57it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.57it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.57it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.57it/s]\n 79%|███████▊ | 22/28 [00:06<00:01, 3.57it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.57it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.57it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.57it/s]\n 93%|█████████▎| 26/28 [00:07<00:00, 3.57it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.57it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.57it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.58it/s]", "metrics": { "predict_time": 15.327510501, "total_time": 15.335184 }, "output": [ "https://replicate.delivery/yhqm/NBapTJItzW72El35mEPUUbtJwYYSM4YjGjgK9hnOKJu5Xm2E/out-0.png" ], "started_at": "2024-09-07T05:34:15.877674Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nxjxfyek7srm60chsbws33a0wm", "cancel": "https://api.replicate.com/v1/predictions/nxjxfyek7srm60chsbws33a0wm/cancel" }, "version": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209" }
Generated inUsing seed: 35218 Prompt: Alternate version of Mona Lisa where she is showing the finger, raised middle finger, flipping the bird, raised fist with raised middle finger [!] txt2img mode Using dev model Loaded LoRAs in 6.59s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.47it/s] 7%|▋ | 2/28 [00:00<00:06, 3.85it/s] 11%|█ | 3/28 [00:00<00:06, 3.71it/s] 14%|█▍ | 4/28 [00:01<00:06, 3.66it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.62it/s] 21%|██▏ | 6/28 [00:01<00:06, 3.61it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.59it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.59it/s] 32%|███▏ | 9/28 [00:02<00:05, 3.58it/s] 36%|███▌ | 10/28 [00:02<00:05, 3.58it/s] 39%|███▉ | 11/28 [00:03<00:04, 3.58it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.57it/s] 46%|████▋ | 13/28 [00:03<00:04, 3.57it/s] 50%|█████ | 14/28 [00:03<00:03, 3.57it/s] 54%|█████▎ | 15/28 [00:04<00:03, 3.57it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.57it/s] 61%|██████ | 17/28 [00:04<00:03, 3.57it/s] 64%|██████▍ | 18/28 [00:05<00:02, 3.57it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.57it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.57it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.57it/s] 79%|███████▊ | 22/28 [00:06<00:01, 3.57it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.57it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.57it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.57it/s] 93%|█████████▎| 26/28 [00:07<00:00, 3.57it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.57it/s] 100%|██████████| 28/28 [00:07<00:00, 3.57it/s] 100%|██████████| 28/28 [00:07<00:00, 3.58it/s]
Prediction
simonheese/flux-thefinger:84b9e95eID07pvha9az9rm60chsctvd1y7vcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Paparazzi photograph of queen Elizabeth where she is showing the finger with both hands, raised middle finger, flipping the bird, both hands raised to fist with raised middle fingers
- lora_scale
- 0.99
- num_outputs
- 1
- aspect_ratio
- 2:3
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Paparazzi photograph of queen Elizabeth where she is showing the finger with both hands, raised middle finger, flipping the bird, both hands raised to fist with raised middle fingers", "lora_scale": 0.99, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", { input: { model: "dev", prompt: "Paparazzi photograph of queen Elizabeth where she is showing the finger with both hands, raised middle finger, flipping the bird, both hands raised to fist with raised middle fingers", lora_scale: 0.99, num_outputs: 1, aspect_ratio: "2:3", output_format: "png", guidance_scale: 3.5, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", input={ "model": "dev", "prompt": "Paparazzi photograph of queen Elizabeth where she is showing the finger with both hands, raised middle finger, flipping the bird, both hands raised to fist with raised middle fingers", "lora_scale": 0.99, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run simonheese/flux-thefinger 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": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", "input": { "model": "dev", "prompt": "Paparazzi photograph of queen Elizabeth where she is showing the finger with both hands, raised middle finger, flipping the bird, both hands raised to fist with raised middle fingers", "lora_scale": 0.99, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "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-07T06:39:22.122635Z", "created_at": "2024-09-07T06:39:04.954000Z", "data_removed": false, "error": null, "id": "07pvha9az9rm60chsctvd1y7vc", "input": { "model": "dev", "prompt": "Paparazzi photograph of queen Elizabeth where she is showing the finger with both hands, raised middle finger, flipping the bird, both hands raised to fist with raised middle fingers", "lora_scale": 0.99, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 36924\nPrompt: Paparazzi photograph of queen Elizabeth where she is showing the finger with both hands, raised middle finger, flipping the bird, both hands raised to fist with raised middle fingers\n[!] txt2img mode\nUsing dev model\nLoaded LoRAs in 8.35s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:07, 3.49it/s]\n 7%|▋ | 2/28 [00:00<00:06, 3.87it/s]\n 11%|█ | 3/28 [00:00<00:06, 3.74it/s]\n 14%|█▍ | 4/28 [00:01<00:06, 3.68it/s]\n 18%|█▊ | 5/28 [00:01<00:06, 3.64it/s]\n 21%|██▏ | 6/28 [00:01<00:06, 3.63it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.61it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.61it/s]\n 32%|███▏ | 9/28 [00:02<00:05, 3.60it/s]\n 36%|███▌ | 10/28 [00:02<00:05, 3.60it/s]\n 39%|███▉ | 11/28 [00:03<00:04, 3.60it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.59it/s]\n 46%|████▋ | 13/28 [00:03<00:04, 3.59it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.59it/s]\n 54%|█████▎ | 15/28 [00:04<00:03, 3.59it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.59it/s]\n 61%|██████ | 17/28 [00:04<00:03, 3.59it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.59it/s]\n 68%|██████▊ | 19/28 [00:05<00:02, 3.59it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.59it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.59it/s]\n 79%|███████▊ | 22/28 [00:06<00:01, 3.59it/s]\n 82%|████████▏ | 23/28 [00:06<00:01, 3.59it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.59it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.58it/s]\n 93%|█████████▎| 26/28 [00:07<00:00, 3.59it/s]\n 96%|█████████▋| 27/28 [00:07<00:00, 3.59it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.59it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.60it/s]", "metrics": { "predict_time": 17.163611189, "total_time": 17.168635 }, "output": [ "https://replicate.delivery/yhqm/qJtfDGuj0aUXDiS1Bz2zmghFgICN3O1KvKEtfowWo8NZcaaTA/out-0.png" ], "started_at": "2024-09-07T06:39:04.959024Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/07pvha9az9rm60chsctvd1y7vc", "cancel": "https://api.replicate.com/v1/predictions/07pvha9az9rm60chsctvd1y7vc/cancel" }, "version": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209" }
Generated inUsing seed: 36924 Prompt: Paparazzi photograph of queen Elizabeth where she is showing the finger with both hands, raised middle finger, flipping the bird, both hands raised to fist with raised middle fingers [!] txt2img mode Using dev model Loaded LoRAs in 8.35s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:07, 3.49it/s] 7%|▋ | 2/28 [00:00<00:06, 3.87it/s] 11%|█ | 3/28 [00:00<00:06, 3.74it/s] 14%|█▍ | 4/28 [00:01<00:06, 3.68it/s] 18%|█▊ | 5/28 [00:01<00:06, 3.64it/s] 21%|██▏ | 6/28 [00:01<00:06, 3.63it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.61it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.61it/s] 32%|███▏ | 9/28 [00:02<00:05, 3.60it/s] 36%|███▌ | 10/28 [00:02<00:05, 3.60it/s] 39%|███▉ | 11/28 [00:03<00:04, 3.60it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.59it/s] 46%|████▋ | 13/28 [00:03<00:04, 3.59it/s] 50%|█████ | 14/28 [00:03<00:03, 3.59it/s] 54%|█████▎ | 15/28 [00:04<00:03, 3.59it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.59it/s] 61%|██████ | 17/28 [00:04<00:03, 3.59it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.59it/s] 68%|██████▊ | 19/28 [00:05<00:02, 3.59it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.59it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.59it/s] 79%|███████▊ | 22/28 [00:06<00:01, 3.59it/s] 82%|████████▏ | 23/28 [00:06<00:01, 3.59it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.59it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.58it/s] 93%|█████████▎| 26/28 [00:07<00:00, 3.59it/s] 96%|█████████▋| 27/28 [00:07<00:00, 3.59it/s] 100%|██████████| 28/28 [00:07<00:00, 3.59it/s] 100%|██████████| 28/28 [00:07<00:00, 3.60it/s]
Prediction
simonheese/flux-thefinger:84b9e95eID6mrjm6d9vsrm60chsf3rx13k2gStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Little cute girl showing the finger to the camera
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 2:3
- output_format
- png
- guidance_scale
- 3.5
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Little cute girl showing the finger to the camera", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", { input: { model: "dev", prompt: "Little cute girl showing the finger to the camera", lora_scale: 1, num_outputs: 1, aspect_ratio: "2:3", output_format: "png", guidance_scale: 3.5, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run simonheese/flux-thefinger using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "simonheese/flux-thefinger:84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", input={ "model": "dev", "prompt": "Little cute girl showing the finger to the camera", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run simonheese/flux-thefinger 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": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209", "input": { "model": "dev", "prompt": "Little cute girl showing the finger to the camera", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "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-07T09:19:25.961804Z", "created_at": "2024-09-07T09:19:05.694000Z", "data_removed": false, "error": null, "id": "6mrjm6d9vsrm60chsf3rx13k2g", "input": { "model": "dev", "prompt": "Little cute girl showing the finger to the camera", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "2:3", "output_format": "png", "guidance_scale": 3.5, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 56300\nPrompt: Little cute girl showing the finger to the camera\n[!] txt2img mode\nUsing dev model\nfree=9199385440256\nDownloading weights\n2024-09-07T09:19:06Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpw4cxg2ps/weights url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar\n2024-09-07T09:19:10Z | INFO | [ Complete ] dest=/tmp/tmpw4cxg2ps/weights size=\"172 MB\" total_elapsed=3.028s url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar\nDownloaded weights in 3.06s\nLoaded LoRAs in 10.70s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:06, 3.86it/s]\n 7%|▋ | 2/28 [00:00<00:05, 4.35it/s]\n 11%|█ | 3/28 [00:00<00:06, 4.11it/s]\n 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s]\n 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s]\n 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s]\n 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s]\n 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s]\n 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s]\n 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s]\n 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s]\n 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s]\n 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s]\n 50%|█████ | 14/28 [00:03<00:03, 3.85it/s]\n 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s]\n 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s]\n 61%|██████ | 17/28 [00:04<00:02, 3.85it/s]\n 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s]\n 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s]\n 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s]\n 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s]\n 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s]\n 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s]\n 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s]\n 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s]\n 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s]\n 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.85it/s]\n100%|██████████| 28/28 [00:07<00:00, 3.88it/s]", "metrics": { "predict_time": 19.017272621, "total_time": 20.267804 }, "output": [ "https://replicate.delivery/yhqm/o6ABKkMhhIZ3JprL1EnkGjt4uQQdNDxqPF5iguRovTQnMn2E/out-0.png" ], "started_at": "2024-09-07T09:19:06.944531Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6mrjm6d9vsrm60chsf3rx13k2g", "cancel": "https://api.replicate.com/v1/predictions/6mrjm6d9vsrm60chsf3rx13k2g/cancel" }, "version": "84b9e95eaff6e7cea9eced959517eb1eff2a4aeeb9755d2dc0671f82cc7ba209" }
Generated inUsing seed: 56300 Prompt: Little cute girl showing the finger to the camera [!] txt2img mode Using dev model free=9199385440256 Downloading weights 2024-09-07T09:19:06Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpw4cxg2ps/weights url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar 2024-09-07T09:19:10Z | INFO | [ Complete ] dest=/tmp/tmpw4cxg2ps/weights size="172 MB" total_elapsed=3.028s url=https://replicate.delivery/yhqm/AG886bWdL9qGGlOeok0IeRnbwK6jjfHXXb0yTYYi7LuIRq0mA/trained_model.tar Downloaded weights in 3.06s Loaded LoRAs in 10.70s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:06, 3.86it/s] 7%|▋ | 2/28 [00:00<00:05, 4.35it/s] 11%|█ | 3/28 [00:00<00:06, 4.11it/s] 14%|█▍ | 4/28 [00:00<00:05, 4.01it/s] 18%|█▊ | 5/28 [00:01<00:05, 3.95it/s] 21%|██▏ | 6/28 [00:01<00:05, 3.92it/s] 25%|██▌ | 7/28 [00:01<00:05, 3.89it/s] 29%|██▊ | 8/28 [00:02<00:05, 3.88it/s] 32%|███▏ | 9/28 [00:02<00:04, 3.87it/s] 36%|███▌ | 10/28 [00:02<00:04, 3.87it/s] 39%|███▉ | 11/28 [00:02<00:04, 3.86it/s] 43%|████▎ | 12/28 [00:03<00:04, 3.86it/s] 46%|████▋ | 13/28 [00:03<00:03, 3.86it/s] 50%|█████ | 14/28 [00:03<00:03, 3.85it/s] 54%|█████▎ | 15/28 [00:03<00:03, 3.85it/s] 57%|█████▋ | 16/28 [00:04<00:03, 3.85it/s] 61%|██████ | 17/28 [00:04<00:02, 3.85it/s] 64%|██████▍ | 18/28 [00:04<00:02, 3.85it/s] 68%|██████▊ | 19/28 [00:04<00:02, 3.85it/s] 71%|███████▏ | 20/28 [00:05<00:02, 3.85it/s] 75%|███████▌ | 21/28 [00:05<00:01, 3.85it/s] 79%|███████▊ | 22/28 [00:05<00:01, 3.85it/s] 82%|████████▏ | 23/28 [00:05<00:01, 3.85it/s] 86%|████████▌ | 24/28 [00:06<00:01, 3.85it/s] 89%|████████▉ | 25/28 [00:06<00:00, 3.85it/s] 93%|█████████▎| 26/28 [00:06<00:00, 3.85it/s] 96%|█████████▋| 27/28 [00:06<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.85it/s] 100%|██████████| 28/28 [00:07<00:00, 3.88it/s]
Want to make some of these yourself?
Run this model