galleri5
/
symbols
SDXL finetune to generate curvy minimalist shapes and patterns. WIP . Trained on AI generated images that had South Indian alphabets as central motif in prompts to achieve satisfactory rotundness.
- Public
- 784 runs
-
L40S
- SDXL fine-tune
Prediction
galleri5/symbols:aeddcee9IDbrfc5xlbgvejqthoqjauobcufuStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM symbol, cat icon
- refine
- no_refiner
- scheduler
- DPMSolverMultistep
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM symbol, cat icon", "refine": "no_refiner", "scheduler": "DPMSolverMultistep", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM symbol, cat icon", refine: "no_refiner", scheduler: "DPMSolverMultistep", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM symbol, cat icon", "refine": "no_refiner", "scheduler": "DPMSolverMultistep", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM symbol, cat icon", "refine": "no_refiner", "scheduler": "DPMSolverMultistep", "lora_scale": 0.6, "num_outputs": 1, "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-15T06:40:53.664793Z", "created_at": "2023-09-15T06:40:38.712553Z", "data_removed": false, "error": null, "id": "brfc5xlbgvejqthoqjauobcufu", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM symbol, cat icon", "refine": "no_refiner", "scheduler": "DPMSolverMultistep", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 9521\nPrompt: In the style of minimalist curvy IDEOGRAM symbol, cat icon\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.72it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.71it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.70it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.69it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.69it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.69it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.68it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.68it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.68it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.68it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.68it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.68it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.68it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.68it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.68it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.67it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.67it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.68it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.67it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.67it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.67it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.68it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.68it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.68it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.68it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.68it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.68it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.68it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.68it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.68it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.68it/s]", "metrics": { "predict_time": 15.003169, "total_time": 14.95224 }, "output": [ "https://pbxt.replicate.delivery/EEkqBT4X1cZ7J921IZdlrPPNufC6kroDHcZMtSrZAK46cNyIA/out-0.png" ], "started_at": "2023-09-15T06:40:38.661624Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/brfc5xlbgvejqthoqjauobcufu", "cancel": "https://api.replicate.com/v1/predictions/brfc5xlbgvejqthoqjauobcufu/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 9521 Prompt: In the style of minimalist curvy IDEOGRAM symbol, cat icon txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.72it/s] 4%|▍ | 2/50 [00:00<00:12, 3.71it/s] 6%|▌ | 3/50 [00:00<00:12, 3.70it/s] 8%|▊ | 4/50 [00:01<00:12, 3.69it/s] 10%|█ | 5/50 [00:01<00:12, 3.69it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.69it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.68it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.68it/s] 20%|██ | 10/50 [00:02<00:10, 3.68it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.68it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.68it/s] 30%|███ | 15/50 [00:04<00:09, 3.68it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.68it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.68it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.68it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s] 40%|████ | 20/50 [00:05<00:08, 3.67it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.67it/s] 50%|█████ | 25/50 [00:06<00:06, 3.68it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.67it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.67it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.67it/s] 60%|██████ | 30/50 [00:08<00:05, 3.68it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.68it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.68it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s] 70%|███████ | 35/50 [00:09<00:04, 3.68it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.68it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.68it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.68it/s] 80%|████████ | 40/50 [00:10<00:02, 3.68it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.68it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.68it/s]
Prediction
galleri5/symbols:aeddcee9IDqwfm7n3bgricncg2zznirtx7hyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM, proto indo european alphabet
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM, proto indo european alphabet", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM, proto indo european alphabet", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, proto indo european alphabet", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, proto indo european alphabet", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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-15T06:59:50.966891Z", "created_at": "2023-09-15T06:59:36.179655Z", "data_removed": false, "error": null, "id": "qwfm7n3bgricncg2zznirtx7hy", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, proto indo european alphabet", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 18859\nPrompt: In the style of minimalist curvy IDEOGRAM, proto indo european alphabet\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.72it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.70it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.70it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.69it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.69it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.68it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.66it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.67it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.68it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.69it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.70it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.70it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.69it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.70it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.70it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.70it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.69it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.69it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.69it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.69it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.69it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.69it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.69it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.69it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.69it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.69it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.69it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.69it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.69it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.69it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.69it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.69it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.68it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.69it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.68it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.68it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.68it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.68it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.68it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.68it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.69it/s]", "metrics": { "predict_time": 14.820057, "total_time": 14.787236 }, "output": [ "https://pbxt.replicate.delivery/M3AHgN6bHeX1JyiKrq4Lrmh7MGy3oapmPfPjFrtikVnmLbkRA/out-0.png" ], "started_at": "2023-09-15T06:59:36.146834Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/qwfm7n3bgricncg2zznirtx7hy", "cancel": "https://api.replicate.com/v1/predictions/qwfm7n3bgricncg2zznirtx7hy/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 18859 Prompt: In the style of minimalist curvy IDEOGRAM, proto indo european alphabet txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.72it/s] 4%|▍ | 2/50 [00:00<00:12, 3.70it/s] 6%|▌ | 3/50 [00:00<00:12, 3.70it/s] 8%|▊ | 4/50 [00:01<00:12, 3.69it/s] 10%|█ | 5/50 [00:01<00:12, 3.69it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s] 20%|██ | 10/50 [00:02<00:10, 3.68it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.66it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.67it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.68it/s] 30%|███ | 15/50 [00:04<00:09, 3.69it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.70it/s] 40%|████ | 20/50 [00:05<00:08, 3.70it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.69it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.70it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.70it/s] 50%|█████ | 25/50 [00:06<00:06, 3.70it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.69it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.69it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.69it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.69it/s] 60%|██████ | 30/50 [00:08<00:05, 3.69it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.69it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.69it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.69it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.69it/s] 70%|███████ | 35/50 [00:09<00:04, 3.69it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.69it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.69it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.69it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.69it/s] 80%|████████ | 40/50 [00:10<00:02, 3.69it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.69it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.68it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.69it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.68it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.68it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.68it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.68it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.68it/s] 100%|██████████| 50/50 [00:13<00:00, 3.68it/s] 100%|██████████| 50/50 [00:13<00:00, 3.69it/s]
Prediction
galleri5/symbols:aeddcee9IDvclf47lbybaaaypy7zchj2z33aStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM, A single Malayali alphabet
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM, A single Malayali alphabet", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM, A single Malayali alphabet", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, A single Malayali alphabet", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, A single Malayali alphabet", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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-15T07:13:36.063473Z", "created_at": "2023-09-15T07:12:31.476124Z", "data_removed": false, "error": null, "id": "vclf47lbybaaaypy7zchj2z33a", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, A single Malayali alphabet", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 6850\nPrompt: In the style of minimalist curvy IDEOGRAM, A single Malayali alphabet\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:38, 1.26it/s]\n 4%|▍ | 2/50 [00:01<00:23, 2.06it/s]\n 6%|▌ | 3/50 [00:01<00:18, 2.59it/s]\n 8%|▊ | 4/50 [00:01<00:15, 2.94it/s]\n 10%|█ | 5/50 [00:01<00:14, 3.17it/s]\n 12%|█▏ | 6/50 [00:02<00:13, 3.34it/s]\n 14%|█▍ | 7/50 [00:02<00:12, 3.45it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.53it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.58it/s]\n 20%|██ | 10/50 [00:03<00:11, 3.62it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.64it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s]\n 26%|██▌ | 13/50 [00:04<00:10, 3.67it/s]\n 28%|██▊ | 14/50 [00:04<00:09, 3.68it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.69it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s]\n 34%|███▍ | 17/50 [00:05<00:08, 3.69it/s]\n 36%|███▌ | 18/50 [00:05<00:08, 3.69it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.69it/s]\n 42%|████▏ | 21/50 [00:06<00:07, 3.69it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.69it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.69it/s]\n 48%|████▊ | 24/50 [00:07<00:07, 3.69it/s]\n 50%|█████ | 25/50 [00:07<00:06, 3.69it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.69it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.69it/s]\n 56%|█████▌ | 28/50 [00:08<00:05, 3.69it/s]\n 58%|█████▊ | 29/50 [00:08<00:05, 3.69it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.69it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.69it/s]\n 64%|██████▍ | 32/50 [00:09<00:04, 3.68it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.68it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.68it/s]\n 72%|███████▏ | 36/50 [00:10<00:03, 3.68it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.68it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.68it/s]\n 78%|███████▊ | 39/50 [00:11<00:02, 3.68it/s]\n 80%|████████ | 40/50 [00:11<00:02, 3.68it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.69it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.69it/s]\n 86%|████████▌ | 43/50 [00:12<00:01, 3.69it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.68it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.68it/s]\n 94%|█████████▍| 47/50 [00:13<00:00, 3.68it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.68it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.68it/s]\n100%|██████████| 50/50 [00:14<00:00, 3.68it/s]\n100%|██████████| 50/50 [00:14<00:00, 3.55it/s]", "metrics": { "predict_time": 16.588965, "total_time": 64.587349 }, "output": [ "https://pbxt.replicate.delivery/5KuLsVCZeGWoZyjsfXUsrHsGGDRxhF0twHZeiKIMlQffDbjMC/out-0.png" ], "started_at": "2023-09-15T07:13:19.474508Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/vclf47lbybaaaypy7zchj2z33a", "cancel": "https://api.replicate.com/v1/predictions/vclf47lbybaaaypy7zchj2z33a/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 6850 Prompt: In the style of minimalist curvy IDEOGRAM, A single Malayali alphabet txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:38, 1.26it/s] 4%|▍ | 2/50 [00:01<00:23, 2.06it/s] 6%|▌ | 3/50 [00:01<00:18, 2.59it/s] 8%|▊ | 4/50 [00:01<00:15, 2.94it/s] 10%|█ | 5/50 [00:01<00:14, 3.17it/s] 12%|█▏ | 6/50 [00:02<00:13, 3.34it/s] 14%|█▍ | 7/50 [00:02<00:12, 3.45it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.53it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.58it/s] 20%|██ | 10/50 [00:03<00:11, 3.62it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.64it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s] 26%|██▌ | 13/50 [00:04<00:10, 3.67it/s] 28%|██▊ | 14/50 [00:04<00:09, 3.68it/s] 30%|███ | 15/50 [00:04<00:09, 3.69it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s] 34%|███▍ | 17/50 [00:05<00:08, 3.69it/s] 36%|███▌ | 18/50 [00:05<00:08, 3.69it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s] 40%|████ | 20/50 [00:05<00:08, 3.69it/s] 42%|████▏ | 21/50 [00:06<00:07, 3.69it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.69it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.69it/s] 48%|████▊ | 24/50 [00:07<00:07, 3.69it/s] 50%|█████ | 25/50 [00:07<00:06, 3.69it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.69it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.69it/s] 56%|█████▌ | 28/50 [00:08<00:05, 3.69it/s] 58%|█████▊ | 29/50 [00:08<00:05, 3.69it/s] 60%|██████ | 30/50 [00:08<00:05, 3.69it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.69it/s] 64%|██████▍ | 32/50 [00:09<00:04, 3.68it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.68it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s] 70%|███████ | 35/50 [00:09<00:04, 3.68it/s] 72%|███████▏ | 36/50 [00:10<00:03, 3.68it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.68it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.68it/s] 78%|███████▊ | 39/50 [00:11<00:02, 3.68it/s] 80%|████████ | 40/50 [00:11<00:02, 3.68it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.69it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.69it/s] 86%|████████▌ | 43/50 [00:12<00:01, 3.69it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.68it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.68it/s] 94%|█████████▍| 47/50 [00:13<00:00, 3.68it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.68it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.68it/s] 100%|██████████| 50/50 [00:14<00:00, 3.68it/s] 100%|██████████| 50/50 [00:14<00:00, 3.55it/s]
Prediction
galleri5/symbols:aeddcee9IDrbfu2b3bcs52vmjk4e65kloknmStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM, thicc curves, amoeba
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM, thicc curves, amoeba", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM, thicc curves, amoeba", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, amoeba", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, amoeba", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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-21T11:22:13.604258Z", "created_at": "2023-09-21T11:21:58.817851Z", "data_removed": false, "error": null, "id": "rbfu2b3bcs52vmjk4e65kloknm", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, amoeba", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 4634\nPrompt: In the style of minimalist curvy IDEOGRAM, thicc curves, amoeba\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.70it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.69it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.69it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.69it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.69it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.69it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.69it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.68it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.68it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.68it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.68it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.68it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.68it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.68it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.68it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.67it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.67it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.68it/s]", "metrics": { "predict_time": 14.848922, "total_time": 14.786407 }, "output": [ "https://pbxt.replicate.delivery/TeCYyAoGYr2COKNHAfRZGbelsTF8cEu1WQuiR3SWffDosszMC/out-0.png" ], "started_at": "2023-09-21T11:21:58.755336Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/rbfu2b3bcs52vmjk4e65kloknm", "cancel": "https://api.replicate.com/v1/predictions/rbfu2b3bcs52vmjk4e65kloknm/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 4634 Prompt: In the style of minimalist curvy IDEOGRAM, thicc curves, amoeba txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.70it/s] 4%|▍ | 2/50 [00:00<00:13, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.69it/s] 8%|▊ | 4/50 [00:01<00:12, 3.69it/s] 10%|█ | 5/50 [00:01<00:12, 3.69it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.69it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s] 20%|██ | 10/50 [00:02<00:10, 3.69it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s] 30%|███ | 15/50 [00:04<00:09, 3.69it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.68it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.68it/s] 40%|████ | 20/50 [00:05<00:08, 3.68it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s] 50%|█████ | 25/50 [00:06<00:06, 3.68it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.68it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s] 60%|██████ | 30/50 [00:08<00:05, 3.68it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.68it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.68it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s] 70%|███████ | 35/50 [00:09<00:04, 3.67it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s] 80%|████████ | 40/50 [00:10<00:02, 3.67it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.68it/s]
Prediction
galleri5/symbols:aeddcee9IDtj57zptbpp2mtcbwl2bk2vinyqStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM, thicc curves, worm
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM, thicc curves, worm", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM, thicc curves, worm", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, worm", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, worm", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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-21T11:24:51.744789Z", "created_at": "2023-09-21T11:24:37.065515Z", "data_removed": false, "error": null, "id": "tj57zptbpp2mtcbwl2bk2vinyq", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, worm", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 2481\nPrompt: In the style of minimalist curvy IDEOGRAM, thicc curves, worm\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.71it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.69it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.68it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.68it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.68it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.69it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.69it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.69it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.69it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.69it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.69it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.69it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.69it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.69it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.69it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.69it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.68it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.69it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.69it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.68it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.68it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.68it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.68it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.68it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.68it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.68it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.68it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.68it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.68it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.68it/s]", "metrics": { "predict_time": 14.713905, "total_time": 14.679274 }, "output": [ "https://pbxt.replicate.delivery/f7UOZlZGrGWdVCGD5ZmsWu5pJfap8T7lJ71SPNtdedUHQ7MjA/out-0.png" ], "started_at": "2023-09-21T11:24:37.030884Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/tj57zptbpp2mtcbwl2bk2vinyq", "cancel": "https://api.replicate.com/v1/predictions/tj57zptbpp2mtcbwl2bk2vinyq/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 2481 Prompt: In the style of minimalist curvy IDEOGRAM, thicc curves, worm txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.71it/s] 4%|▍ | 2/50 [00:00<00:12, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.69it/s] 8%|▊ | 4/50 [00:01<00:12, 3.68it/s] 10%|█ | 5/50 [00:01<00:12, 3.68it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.68it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s] 20%|██ | 10/50 [00:02<00:10, 3.69it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s] 30%|███ | 15/50 [00:04<00:09, 3.69it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s] 40%|████ | 20/50 [00:05<00:08, 3.69it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.69it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.69it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.69it/s] 50%|█████ | 25/50 [00:06<00:06, 3.69it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.69it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.69it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.69it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.69it/s] 60%|██████ | 30/50 [00:08<00:05, 3.68it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.69it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.69it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s] 70%|███████ | 35/50 [00:09<00:04, 3.68it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.68it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.68it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.68it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.68it/s] 80%|████████ | 40/50 [00:10<00:02, 3.68it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.68it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.68it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.68it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.68it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.68it/s]
Prediction
galleri5/symbols:aeddcee9ID7b4ctztbia42lke2ufcgevrtcyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM, thicc curves, worm, neon slime aesthetic, alien
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM, thicc curves, worm, neon slime aesthetic, alien", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM, thicc curves, worm, neon slime aesthetic, alien", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, worm, neon slime aesthetic, alien", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, worm, neon slime aesthetic, alien", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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-21T11:27:10.091688Z", "created_at": "2023-09-21T11:26:55.319460Z", "data_removed": false, "error": null, "id": "7b4ctztbia42lke2ufcgevrtcy", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, worm, neon slime aesthetic, alien", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 33709\nPrompt: In the style of minimalist curvy IDEOGRAM, thicc curves, worm, neon slime aesthetic, alien\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.70it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.68it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.68it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.67it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.69it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.69it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.69it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.68it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.68it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.68it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.68it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.68it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.68it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.68it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.68it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.68it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.68it/s]", "metrics": { "predict_time": 14.831384, "total_time": 14.772228 }, "output": [ "https://pbxt.replicate.delivery/VOKMZLpjcF5RNtxKNiDqhRNBvsU75mVY6bbfoXn19ZsG1OzIA/out-0.png" ], "started_at": "2023-09-21T11:26:55.260304Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/7b4ctztbia42lke2ufcgevrtcy", "cancel": "https://api.replicate.com/v1/predictions/7b4ctztbia42lke2ufcgevrtcy/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 33709 Prompt: In the style of minimalist curvy IDEOGRAM, thicc curves, worm, neon slime aesthetic, alien txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.70it/s] 4%|▍ | 2/50 [00:00<00:13, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.68it/s] 8%|▊ | 4/50 [00:01<00:12, 3.68it/s] 10%|█ | 5/50 [00:01<00:12, 3.67it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.69it/s] 20%|██ | 10/50 [00:02<00:10, 3.69it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.69it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.69it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.69it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.69it/s] 30%|███ | 15/50 [00:04<00:09, 3.69it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.69it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.69it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.69it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.69it/s] 40%|████ | 20/50 [00:05<00:08, 3.69it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.69it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s] 50%|█████ | 25/50 [00:06<00:06, 3.68it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.68it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s] 60%|██████ | 30/50 [00:08<00:05, 3.68it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.68it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.68it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s] 70%|███████ | 35/50 [00:09<00:04, 3.68it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.68it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.68it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s] 80%|████████ | 40/50 [00:10<00:02, 3.68it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.68it/s]
Prediction
galleri5/symbols:aeddcee9IDnwhboqlbp264m2xcrqtsk7skc4StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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-21T11:54:05.619685Z", "created_at": "2023-09-21T11:53:50.594389Z", "data_removed": false, "error": null, "id": "nwhboqlbp264m2xcrqtsk7skc4", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 22963\nPrompt: In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.69it/s]\n 4%|▍ | 2/50 [00:00<00:12, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.70it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.69it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.69it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.69it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.68it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.68it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.68it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.68it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.68it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.68it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.68it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.68it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.68it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.68it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.67it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.68it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.67it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.67it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.67it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.67it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.67it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.67it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.68it/s]", "metrics": { "predict_time": 15.053065, "total_time": 15.025296 }, "output": [ "https://pbxt.replicate.delivery/n7iDU8WW1oZ9Ep74hlwe6SsOEmyPQppfdTa6MeJKexl1N4ZGB/out-0.png" ], "started_at": "2023-09-21T11:53:50.566620Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nwhboqlbp264m2xcrqtsk7skc4", "cancel": "https://api.replicate.com/v1/predictions/nwhboqlbp264m2xcrqtsk7skc4/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 22963 Prompt: In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.69it/s] 4%|▍ | 2/50 [00:00<00:12, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.70it/s] 8%|▊ | 4/50 [00:01<00:12, 3.69it/s] 10%|█ | 5/50 [00:01<00:12, 3.69it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.69it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.68it/s] 20%|██ | 10/50 [00:02<00:10, 3.68it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.68it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.68it/s] 30%|███ | 15/50 [00:04<00:09, 3.68it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.68it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.68it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.68it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.68it/s] 40%|████ | 20/50 [00:05<00:08, 3.68it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.68it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.68it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.68it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.68it/s] 50%|█████ | 25/50 [00:06<00:06, 3.67it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.68it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.67it/s] 60%|██████ | 30/50 [00:08<00:05, 3.67it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.67it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.67it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s] 70%|███████ | 35/50 [00:09<00:04, 3.67it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s] 80%|████████ | 40/50 [00:10<00:02, 3.67it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.68it/s]
Prediction
galleri5/symbols:aeddcee9IDkc4e263byw6dcdayw3hk4lijbuStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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-21T11:56:41.830816Z", "created_at": "2023-09-21T11:56:26.996597Z", "data_removed": false, "error": null, "id": "kc4e263byw6dcdayw3hk4lijbu", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 7110\nPrompt: In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.68it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.69it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.69it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.69it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.69it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.68it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.68it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.68it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.68it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.68it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.68it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.68it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.67it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.67it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.67it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.67it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.67it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.67it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.67it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.67it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.67it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.67it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.67it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.67it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.67it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.67it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.67it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.66it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.66it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.66it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.66it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.66it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.66it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.66it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]", "metrics": { "predict_time": 14.873321, "total_time": 14.834219 }, "output": [ "https://pbxt.replicate.delivery/KGXcDWUHOX70PhlNGUGNmC70AwkgCXkworEnwjXvvvQeCPzIA/out-0.png" ], "started_at": "2023-09-21T11:56:26.957495Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kc4e263byw6dcdayw3hk4lijbu", "cancel": "https://api.replicate.com/v1/predictions/kc4e263byw6dcdayw3hk4lijbu/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 7110 Prompt: In the style of minimalist curvy IDEOGRAM, thicc curves, Single suprematist composition , Lonely 3d adultswim slime aesthetic txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.68it/s] 4%|▍ | 2/50 [00:00<00:13, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.69it/s] 8%|▊ | 4/50 [00:01<00:12, 3.69it/s] 10%|█ | 5/50 [00:01<00:12, 3.69it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.69it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.69it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.69it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.68it/s] 20%|██ | 10/50 [00:02<00:10, 3.68it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.68it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.68it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.68it/s] 30%|███ | 15/50 [00:04<00:09, 3.68it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.68it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.68it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.67it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s] 40%|████ | 20/50 [00:05<00:08, 3.67it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.67it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.67it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.67it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.67it/s] 50%|█████ | 25/50 [00:06<00:06, 3.67it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.67it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.67it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.67it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.67it/s] 60%|██████ | 30/50 [00:08<00:05, 3.67it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.67it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.67it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s] 70%|███████ | 35/50 [00:09<00:04, 3.67it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s] 80%|████████ | 40/50 [00:10<00:02, 3.66it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.66it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.66it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.66it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.66it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.66it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.66it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s]
Prediction
galleri5/symbols:aeddcee9IDlje5xmdbm6t5ihdpevbvhftxoeStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM, prince of persia, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM, prince of persia, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM, prince of persia, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, prince of persia, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, prince of persia, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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-21T18:45:24.769964Z", "created_at": "2023-09-21T18:43:53.070974Z", "data_removed": false, "error": null, "id": "lje5xmdbm6t5ihdpevbvhftxoe", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, prince of persia, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 26499\nPrompt: In the style of minimalist curvy IDEOGRAM, prince of persia, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.70it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.68it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.66it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.66it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.66it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.66it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.65it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.65it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.65it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.65it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.65it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.65it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.65it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.65it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.65it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.65it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.65it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]", "metrics": { "predict_time": 15.569424, "total_time": 91.69899 }, "output": [ "https://pbxt.replicate.delivery/cyfcoREBZMwIaafwRRjJzYMsULRSsMDFAtW6iB4KYPoDFkmRA/out-0.png" ], "started_at": "2023-09-21T18:45:09.200540Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/lje5xmdbm6t5ihdpevbvhftxoe", "cancel": "https://api.replicate.com/v1/predictions/lje5xmdbm6t5ihdpevbvhftxoe/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 26499 Prompt: In the style of minimalist curvy IDEOGRAM, prince of persia, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.70it/s] 4%|▍ | 2/50 [00:00<00:13, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.68it/s] 8%|▊ | 4/50 [00:01<00:12, 3.66it/s] 10%|█ | 5/50 [00:01<00:12, 3.66it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.66it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s] 20%|██ | 10/50 [00:02<00:10, 3.66it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s] 30%|███ | 15/50 [00:04<00:09, 3.65it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s] 40%|████ | 20/50 [00:05<00:08, 3.65it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s] 50%|█████ | 25/50 [00:06<00:06, 3.65it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s] 60%|██████ | 30/50 [00:08<00:05, 3.65it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s] 70%|███████ | 35/50 [00:09<00:04, 3.65it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.65it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.65it/s] 80%|████████ | 40/50 [00:10<00:02, 3.65it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.65it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.65it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.65it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s]
Prediction
galleri5/symbols:aeddcee9IDapzen3tb3bqnmqguvges27rngeStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of minimalist curvy IDEOGRAM, brahmagupta, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic
- refine
- no_refiner
- scheduler
- K_EULER_ANCESTRAL
- lora_scale
- 0.6
- num_outputs
- 1
- 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": "In the style of minimalist curvy IDEOGRAM, brahmagupta, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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
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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", { input: { width: 1024, height: 1024, prompt: "In the style of minimalist curvy IDEOGRAM, brahmagupta, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", refine: "no_refiner", scheduler: "K_EULER_ANCESTRAL", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); 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 galleri5/symbols using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "galleri5/symbols:aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", input={ "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, brahmagupta, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run galleri5/symbols 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": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, brahmagupta, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "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-21T18:46:34.543766Z", "created_at": "2023-09-21T18:46:18.895327Z", "data_removed": false, "error": null, "id": "apzen3tb3bqnmqguvges27rnge", "input": { "width": 1024, "height": 1024, "prompt": "In the style of minimalist curvy IDEOGRAM, brahmagupta, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic", "refine": "no_refiner", "scheduler": "K_EULER_ANCESTRAL", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 36782\nPrompt: In the style of minimalist curvy IDEOGRAM, brahmagupta, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.69it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.69it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.68it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.68it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.68it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.68it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.68it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.68it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.67it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.67it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.67it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.67it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.67it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.67it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.67it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.66it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.66it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.66it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.66it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.66it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.66it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.66it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.66it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.66it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.66it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.66it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.66it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.66it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.66it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.66it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.66it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.66it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.66it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.66it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.65it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.65it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]", "metrics": { "predict_time": 15.683317, "total_time": 15.648439 }, "output": [ "https://pbxt.replicate.delivery/WbmvohJNmJpJBRS5SFaFWY4LjvXfNRj2XjjB8Y5FxBsEDSzIA/out-0.png" ], "started_at": "2023-09-21T18:46:18.860449Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/apzen3tb3bqnmqguvges27rnge", "cancel": "https://api.replicate.com/v1/predictions/apzen3tb3bqnmqguvges27rnge/cancel" }, "version": "aeddcee9fe5e4c3a52156ed352d3ba7595f602812e423059eccd3cf8c3402071" }
Generated inUsing seed: 36782 Prompt: In the style of minimalist curvy IDEOGRAM, brahmagupta, thicc curves, Single suprematist composition , Fuzzy velvet trash aesthetic txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.69it/s] 4%|▍ | 2/50 [00:00<00:13, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.69it/s] 8%|▊ | 4/50 [00:01<00:12, 3.68it/s] 10%|█ | 5/50 [00:01<00:12, 3.68it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.68it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.68it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.68it/s] 20%|██ | 10/50 [00:02<00:10, 3.68it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.67it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.67it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.67it/s] 30%|███ | 15/50 [00:04<00:09, 3.67it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.67it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.67it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.67it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s] 40%|████ | 20/50 [00:05<00:08, 3.66it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.66it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.66it/s] 50%|█████ | 25/50 [00:06<00:06, 3.66it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.66it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.66it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.66it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.66it/s] 60%|██████ | 30/50 [00:08<00:05, 3.66it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.66it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.66it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.66it/s] 70%|███████ | 35/50 [00:09<00:04, 3.66it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.66it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.66it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.66it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s] 80%|████████ | 40/50 [00:10<00:02, 3.66it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.66it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.66it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.65it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.65it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s]
Want to make some of these yourself?
Run this model