jan890
/
flux_dev_ascii_art
This AI ASCII Image Generator converts text prompts into detailed ASCII art images. Just include the trigger word "ASCII" in your text prompt, and the model, fine-tuned on Flux1 Dev, will generate an ASCII art representation of your description. The model
- Public
- 307 runs
-
H100
Prediction
jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0IDgx5ad1dmf1rm20chnqt92z06wmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- This image is an ASCII art composition. It features a black and white abstract design with wavy, undulating patterns created using dot-based elements. The patterns appear to be composed of small dots or points arranged in a grid-like structure, creating a sense of depth and movement through the use of varying densities and directions of the dots. The overall effect is a visually striking, dynamic abstract landscape with a hypnotic, optical illusion-like quality.
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "This image is an ASCII art composition. It features a black and white abstract design with wavy, undulating patterns created using dot-based elements. The patterns appear to be composed of small dots or points arranged in a grid-like structure, creating a sense of depth and movement through the use of varying densities and directions of the dots. The overall effect is a visually striking, dynamic abstract landscape with a hypnotic, optical illusion-like quality.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run jan890/flux_dev_ascii_art using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", { input: { model: "dev", prompt: "This image is an ASCII art composition. It features a black and white abstract design with wavy, undulating patterns created using dot-based elements. The patterns appear to be composed of small dots or points arranged in a grid-like structure, creating a sense of depth and movement through the use of varying densities and directions of the dots. The overall effect is a visually striking, dynamic abstract landscape with a hypnotic, optical illusion-like quality.", lora_scale: 1, num_outputs: 4, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run jan890/flux_dev_ascii_art using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", input={ "model": "dev", "prompt": "This image is an ASCII art composition. It features a black and white abstract design with wavy, undulating patterns created using dot-based elements. The patterns appear to be composed of small dots or points arranged in a grid-like structure, creating a sense of depth and movement through the use of varying densities and directions of the dots. The overall effect is a visually striking, dynamic abstract landscape with a hypnotic, optical illusion-like quality.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run jan890/flux_dev_ascii_art 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": "cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", "input": { "model": "dev", "prompt": "This image is an ASCII art composition. It features a black and white abstract design with wavy, undulating patterns created using dot-based elements. The patterns appear to be composed of small dots or points arranged in a grid-like structure, creating a sense of depth and movement through the use of varying densities and directions of the dots. The overall effect is a visually striking, dynamic abstract landscape with a hypnotic, optical illusion-like quality.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-01T14:20:22.394938Z", "created_at": "2024-09-01T14:19:41.048000Z", "data_removed": false, "error": null, "id": "gx5ad1dmf1rm20chnqt92z06wm", "input": { "model": "dev", "prompt": "This image is an ASCII art composition. It features a black and white abstract design with wavy, undulating patterns created using dot-based elements. The patterns appear to be composed of small dots or points arranged in a grid-like structure, creating a sense of depth and movement through the use of varying densities and directions of the dots. The overall effect is a visually striking, dynamic abstract landscape with a hypnotic, optical illusion-like quality.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 15654\nPrompt: This image is an ASCII art composition. It features a black and white abstract design with wavy, undulating patterns created using dot-based elements. The patterns appear to be composed of small dots or points arranged in a grid-like structure, creating a sense of depth and movement through the use of varying densities and directions of the dots. The overall effect is a visually striking, dynamic abstract landscape with a hypnotic, optical illusion-like quality.\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 11.06s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['a visually striking, dynamic abstract landscape with a hypnotic, optical illusion - like quality.', 'a visually striking, dynamic abstract landscape with a hypnotic, optical illusion - like quality.', 'a visually striking, dynamic abstract landscape with a hypnotic, optical illusion - like quality.', 'a visually striking, dynamic abstract landscape with a hypnotic, optical illusion - like quality.']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:27, 1.01s/it]\n 7%|▋ | 2/28 [00:01<00:23, 1.13it/s]\n 11%|█ | 3/28 [00:02<00:23, 1.05it/s]\n 14%|█▍ | 4/28 [00:03<00:23, 1.02it/s]\n 18%|█▊ | 5/28 [00:04<00:22, 1.01it/s]\n 21%|██▏ | 6/28 [00:05<00:22, 1.00s/it]\n 25%|██▌ | 7/28 [00:06<00:21, 1.01s/it]\n 29%|██▊ | 8/28 [00:07<00:20, 1.01s/it]\n 32%|███▏ | 9/28 [00:08<00:19, 1.02s/it]\n 36%|███▌ | 10/28 [00:09<00:18, 1.02s/it]\n 39%|███▉ | 11/28 [00:11<00:17, 1.02s/it]\n 43%|████▎ | 12/28 [00:12<00:16, 1.02s/it]\n 46%|████▋ | 13/28 [00:13<00:15, 1.02s/it]\n 50%|█████ | 14/28 [00:14<00:14, 1.02s/it]\n 54%|█████▎ | 15/28 [00:15<00:13, 1.02s/it]\n 57%|█████▋ | 16/28 [00:16<00:12, 1.02s/it]\n 61%|██████ | 17/28 [00:17<00:11, 1.02s/it]\n 64%|██████▍ | 18/28 [00:18<00:10, 1.03s/it]\n 68%|██████▊ | 19/28 [00:19<00:09, 1.03s/it]\n 71%|███████▏ | 20/28 [00:20<00:08, 1.03s/it]\n 75%|███████▌ | 21/28 [00:21<00:07, 1.03s/it]\n 79%|███████▊ | 22/28 [00:22<00:06, 1.03s/it]\n 82%|████████▏ | 23/28 [00:23<00:05, 1.03s/it]\n 86%|████████▌ | 24/28 [00:24<00:04, 1.03s/it]\n 89%|████████▉ | 25/28 [00:25<00:03, 1.03s/it]\n 93%|█████████▎| 26/28 [00:26<00:02, 1.03s/it]\n 96%|█████████▋| 27/28 [00:27<00:01, 1.03s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.03s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.02s/it]\nPotential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed.\nNSFW content detected in image 0", "metrics": { "predict_time": 41.338708528, "total_time": 41.346938 }, "output": [ "https://replicate.delivery/yhqm/4BMFG54cf91CcSpRegckJlFR72N93EymxZzjK0SvaUAmoiYTA/out-1.webp", "https://replicate.delivery/yhqm/kDB2fdDKXu1afEGkBg9z2FEcUmedbOUzL4HPzp0arLIMRFxmA/out-2.webp", "https://replicate.delivery/yhqm/9fuNnvAInCXTXyHvQ0k6v0kefsF4iCQ3qaKcJPPvfXcZiKiNB/out-3.webp" ], "started_at": "2024-09-01T14:19:41.056229Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gx5ad1dmf1rm20chnqt92z06wm", "cancel": "https://api.replicate.com/v1/predictions/gx5ad1dmf1rm20chnqt92z06wm/cancel" }, "version": "cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0" }
Generated inUsing seed: 15654 Prompt: This image is an ASCII art composition. It features a black and white abstract design with wavy, undulating patterns created using dot-based elements. The patterns appear to be composed of small dots or points arranged in a grid-like structure, creating a sense of depth and movement through the use of varying densities and directions of the dots. The overall effect is a visually striking, dynamic abstract landscape with a hypnotic, optical illusion-like quality. txt2img mode Using dev model Loaded LoRAs in 11.06s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['a visually striking, dynamic abstract landscape with a hypnotic, optical illusion - like quality.', 'a visually striking, dynamic abstract landscape with a hypnotic, optical illusion - like quality.', 'a visually striking, dynamic abstract landscape with a hypnotic, optical illusion - like quality.', 'a visually striking, dynamic abstract landscape with a hypnotic, optical illusion - like quality.'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:27, 1.01s/it] 7%|▋ | 2/28 [00:01<00:23, 1.13it/s] 11%|█ | 3/28 [00:02<00:23, 1.05it/s] 14%|█▍ | 4/28 [00:03<00:23, 1.02it/s] 18%|█▊ | 5/28 [00:04<00:22, 1.01it/s] 21%|██▏ | 6/28 [00:05<00:22, 1.00s/it] 25%|██▌ | 7/28 [00:06<00:21, 1.01s/it] 29%|██▊ | 8/28 [00:07<00:20, 1.01s/it] 32%|███▏ | 9/28 [00:08<00:19, 1.02s/it] 36%|███▌ | 10/28 [00:09<00:18, 1.02s/it] 39%|███▉ | 11/28 [00:11<00:17, 1.02s/it] 43%|████▎ | 12/28 [00:12<00:16, 1.02s/it] 46%|████▋ | 13/28 [00:13<00:15, 1.02s/it] 50%|█████ | 14/28 [00:14<00:14, 1.02s/it] 54%|█████▎ | 15/28 [00:15<00:13, 1.02s/it] 57%|█████▋ | 16/28 [00:16<00:12, 1.02s/it] 61%|██████ | 17/28 [00:17<00:11, 1.02s/it] 64%|██████▍ | 18/28 [00:18<00:10, 1.03s/it] 68%|██████▊ | 19/28 [00:19<00:09, 1.03s/it] 71%|███████▏ | 20/28 [00:20<00:08, 1.03s/it] 75%|███████▌ | 21/28 [00:21<00:07, 1.03s/it] 79%|███████▊ | 22/28 [00:22<00:06, 1.03s/it] 82%|████████▏ | 23/28 [00:23<00:05, 1.03s/it] 86%|████████▌ | 24/28 [00:24<00:04, 1.03s/it] 89%|████████▉ | 25/28 [00:25<00:03, 1.03s/it] 93%|█████████▎| 26/28 [00:26<00:02, 1.03s/it] 96%|█████████▋| 27/28 [00:27<00:01, 1.03s/it] 100%|██████████| 28/28 [00:28<00:00, 1.03s/it] 100%|██████████| 28/28 [00:28<00:00, 1.02s/it] Potential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed. NSFW content detected in image 0
Prediction
jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0IDryvb3yeq2hrm20chnqtbkt0szcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run jan890/flux_dev_ascii_art using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", { input: { model: "dev", prompt: "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", lora_scale: 1, num_outputs: 4, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run jan890/flux_dev_ascii_art using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", input={ "model": "dev", "prompt": "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run jan890/flux_dev_ascii_art 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": "cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", "input": { "model": "dev", "prompt": "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-01T14:20:28.541807Z", "created_at": "2024-09-01T14:19:49.908000Z", "data_removed": false, "error": null, "id": "ryvb3yeq2hrm20chnqtbkt0szc", "input": { "model": "dev", "prompt": "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 60090\nPrompt: This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.\ntxt2img mode\nUsing dev model\nLoaded LoRAs in 8.93s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.', 'appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.', 'appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.', 'appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:27, 1.01s/it]\n 7%|▋ | 2/28 [00:01<00:23, 1.13it/s]\n 11%|█ | 3/28 [00:02<00:23, 1.06it/s]\n 14%|█▍ | 4/28 [00:03<00:23, 1.03it/s]\n 18%|█▊ | 5/28 [00:04<00:22, 1.01it/s]\n 21%|██▏ | 6/28 [00:05<00:21, 1.00it/s]\n 25%|██▌ | 7/28 [00:06<00:21, 1.00s/it]\n 29%|██▊ | 8/28 [00:07<00:20, 1.01s/it]\n 32%|███▏ | 9/28 [00:08<00:19, 1.01s/it]\n 36%|███▌ | 10/28 [00:09<00:18, 1.01s/it]\n 39%|███▉ | 11/28 [00:10<00:17, 1.02s/it]\n 43%|████▎ | 12/28 [00:11<00:16, 1.02s/it]\n 46%|████▋ | 13/28 [00:13<00:15, 1.02s/it]\n 50%|█████ | 14/28 [00:14<00:14, 1.02s/it]\n 54%|█████▎ | 15/28 [00:15<00:13, 1.02s/it]\n 57%|█████▋ | 16/28 [00:16<00:12, 1.02s/it]\n 61%|██████ | 17/28 [00:17<00:11, 1.02s/it]\n 64%|██████▍ | 18/28 [00:18<00:10, 1.02s/it]\n 68%|██████▊ | 19/28 [00:19<00:09, 1.02s/it]\n 71%|███████▏ | 20/28 [00:20<00:08, 1.02s/it]\n 75%|███████▌ | 21/28 [00:21<00:07, 1.02s/it]\n 79%|███████▊ | 22/28 [00:22<00:06, 1.02s/it]\n 82%|████████▏ | 23/28 [00:23<00:05, 1.02s/it]\n 86%|████████▌ | 24/28 [00:24<00:04, 1.02s/it]\n 89%|████████▉ | 25/28 [00:25<00:03, 1.02s/it]\n 93%|█████████▎| 26/28 [00:26<00:02, 1.02s/it]\n 96%|█████████▋| 27/28 [00:27<00:01, 1.02s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.02s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.01s/it]\nPotential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed.\nNSFW content detected in image 0", "metrics": { "predict_time": 38.625586583, "total_time": 38.633807 }, "output": [ "https://replicate.delivery/yhqm/dv6D76cPJNJPDNMEZfyBjavKmxWSjE1CJMpnP4IeJdHsoiYTA/out-1.webp", "https://replicate.delivery/yhqm/lMre7RtyK9zzDqcXY2AKe60AF81ZdsG7n8fktDlBnahZRFxmA/out-2.webp", "https://replicate.delivery/yhqm/zP1lpWwEPoblOVYG1ljuvPKz00OxJCLk1D0fCxQzleCsoiYTA/out-3.webp" ], "started_at": "2024-09-01T14:19:49.916220Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ryvb3yeq2hrm20chnqtbkt0szc", "cancel": "https://api.replicate.com/v1/predictions/ryvb3yeq2hrm20chnqtbkt0szc/cancel" }, "version": "cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0" }
Generated inUsing seed: 60090 Prompt: This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art. txt2img mode Using dev model Loaded LoRAs in 8.93s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.', 'appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.', 'appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.', 'appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:27, 1.01s/it] 7%|▋ | 2/28 [00:01<00:23, 1.13it/s] 11%|█ | 3/28 [00:02<00:23, 1.06it/s] 14%|█▍ | 4/28 [00:03<00:23, 1.03it/s] 18%|█▊ | 5/28 [00:04<00:22, 1.01it/s] 21%|██▏ | 6/28 [00:05<00:21, 1.00it/s] 25%|██▌ | 7/28 [00:06<00:21, 1.00s/it] 29%|██▊ | 8/28 [00:07<00:20, 1.01s/it] 32%|███▏ | 9/28 [00:08<00:19, 1.01s/it] 36%|███▌ | 10/28 [00:09<00:18, 1.01s/it] 39%|███▉ | 11/28 [00:10<00:17, 1.02s/it] 43%|████▎ | 12/28 [00:11<00:16, 1.02s/it] 46%|████▋ | 13/28 [00:13<00:15, 1.02s/it] 50%|█████ | 14/28 [00:14<00:14, 1.02s/it] 54%|█████▎ | 15/28 [00:15<00:13, 1.02s/it] 57%|█████▋ | 16/28 [00:16<00:12, 1.02s/it] 61%|██████ | 17/28 [00:17<00:11, 1.02s/it] 64%|██████▍ | 18/28 [00:18<00:10, 1.02s/it] 68%|██████▊ | 19/28 [00:19<00:09, 1.02s/it] 71%|███████▏ | 20/28 [00:20<00:08, 1.02s/it] 75%|███████▌ | 21/28 [00:21<00:07, 1.02s/it] 79%|███████▊ | 22/28 [00:22<00:06, 1.02s/it] 82%|████████▏ | 23/28 [00:23<00:05, 1.02s/it] 86%|████████▌ | 24/28 [00:24<00:04, 1.02s/it] 89%|████████▉ | 25/28 [00:25<00:03, 1.02s/it] 93%|█████████▎| 26/28 [00:26<00:02, 1.02s/it] 96%|█████████▋| 27/28 [00:27<00:01, 1.02s/it] 100%|██████████| 28/28 [00:28<00:00, 1.02s/it] 100%|██████████| 28/28 [00:28<00:00, 1.01s/it] Potential NSFW content was detected in one or more images. A black image will be returned instead. Try again with a different prompt and/or seed. NSFW content detected in image 0
Prediction
jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0IDkt9kpwq6jdrm20chnqt8a35ak0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- This image appears to be ASCII art displayed on a computer screen or monitor. The ASCII art consists of various patterns and lines of text characters, predominantly in shades of green, creating an abstract and visually striking image. The overall appearance resembles a futuristic or digital aesthetic, with the green text against the dark background giving it a distinct computer or programming-related feel. This is a form of ASCII art, which uses standard text characters to create visual representations and designs.
- lora_scale
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 28
{ "model": "dev", "prompt": "This image appears to be ASCII art displayed on a computer screen or monitor. The ASCII art consists of various patterns and lines of text characters, predominantly in shades of green, creating an abstract and visually striking image. The overall appearance resembles a futuristic or digital aesthetic, with the green text against the dark background giving it a distinct computer or programming-related feel. This is a form of ASCII art, which uses standard text characters to create visual representations and designs.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run jan890/flux_dev_ascii_art using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", { input: { model: "dev", prompt: "This image appears to be ASCII art displayed on a computer screen or monitor. The ASCII art consists of various patterns and lines of text characters, predominantly in shades of green, creating an abstract and visually striking image. The overall appearance resembles a futuristic or digital aesthetic, with the green text against the dark background giving it a distinct computer or programming-related feel. This is a form of ASCII art, which uses standard text characters to create visual representations and designs.", lora_scale: 1, num_outputs: 4, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 28 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run jan890/flux_dev_ascii_art using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", input={ "model": "dev", "prompt": "This image appears to be ASCII art displayed on a computer screen or monitor. The ASCII art consists of various patterns and lines of text characters, predominantly in shades of green, creating an abstract and visually striking image. The overall appearance resembles a futuristic or digital aesthetic, with the green text against the dark background giving it a distinct computer or programming-related feel. This is a form of ASCII art, which uses standard text characters to create visual representations and designs.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run jan890/flux_dev_ascii_art 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": "cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", "input": { "model": "dev", "prompt": "This image appears to be ASCII art displayed on a computer screen or monitor. The ASCII art consists of various patterns and lines of text characters, predominantly in shades of green, creating an abstract and visually striking image. The overall appearance resembles a futuristic or digital aesthetic, with the green text against the dark background giving it a distinct computer or programming-related feel. This is a form of ASCII art, which uses standard text characters to create visual representations and designs.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-01T14:20:39.139920Z", "created_at": "2024-09-01T14:19:53.875000Z", "data_removed": false, "error": null, "id": "kt9kpwq6jdrm20chnqt8a35ak0", "input": { "model": "dev", "prompt": "This image appears to be ASCII art displayed on a computer screen or monitor. The ASCII art consists of various patterns and lines of text characters, predominantly in shades of green, creating an abstract and visually striking image. The overall appearance resembles a futuristic or digital aesthetic, with the green text against the dark background giving it a distinct computer or programming-related feel. This is a form of ASCII art, which uses standard text characters to create visual representations and designs.", "lora_scale": 1, "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 28 }, "logs": "Using seed: 26097\nPrompt: This image appears to be ASCII art displayed on a computer screen or monitor. The ASCII art consists of various patterns and lines of text characters, predominantly in shades of green, creating an abstract and visually striking image. The overall appearance resembles a futuristic or digital aesthetic, with the green text against the dark background giving it a distinct computer or programming-related feel. This is a form of ASCII art, which uses standard text characters to create visual representations and designs.\ntxt2img mode\nUsing dev model\nfree=9546052337664\nDownloading weights\n2024-09-01T14:19:58Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpzezg1xmd/weights url=https://replicate.delivery/yhqm/R3QJlNOb3bKMDNjhkgJZaC5wK1M5mHGc5Nc6TxqvRuyCjI2E/trained_model.tar\n2024-09-01T14:20:00Z | INFO | [ Complete ] dest=/tmp/tmpzezg1xmd/weights size=\"172 MB\" total_elapsed=1.551s url=https://replicate.delivery/yhqm/R3QJlNOb3bKMDNjhkgJZaC5wK1M5mHGc5Nc6TxqvRuyCjI2E/trained_model.tar\nDownloaded weights in 1.58s\nLoaded LoRAs in 10.29s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['feel. this is a form of ascii art, which uses standard text characters to create visual representations and designs.', 'feel. this is a form of ascii art, which uses standard text characters to create visual representations and designs.', 'feel. this is a form of ascii art, which uses standard text characters to create visual representations and designs.', 'feel. this is a form of ascii art, which uses standard text characters to create visual representations and designs.']\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:27, 1.04s/it]\n 7%|▋ | 2/28 [00:01<00:23, 1.11it/s]\n 11%|█ | 3/28 [00:02<00:24, 1.04it/s]\n 14%|█▍ | 4/28 [00:03<00:23, 1.01it/s]\n 18%|█▊ | 5/28 [00:04<00:23, 1.01s/it]\n 21%|██▏ | 6/28 [00:05<00:22, 1.02s/it]\n 25%|██▌ | 7/28 [00:07<00:21, 1.03s/it]\n 29%|██▊ | 8/28 [00:08<00:20, 1.03s/it]\n 32%|███▏ | 9/28 [00:09<00:19, 1.03s/it]\n 36%|███▌ | 10/28 [00:10<00:18, 1.03s/it]\n 39%|███▉ | 11/28 [00:11<00:17, 1.03s/it]\n 43%|████▎ | 12/28 [00:12<00:16, 1.04s/it]\n 46%|████▋ | 13/28 [00:13<00:15, 1.04s/it]\n 50%|█████ | 14/28 [00:14<00:14, 1.04s/it]\n 54%|█████▎ | 15/28 [00:15<00:13, 1.04s/it]\n 57%|█████▋ | 16/28 [00:16<00:12, 1.04s/it]\n 61%|██████ | 17/28 [00:17<00:11, 1.04s/it]\n 64%|██████▍ | 18/28 [00:18<00:10, 1.04s/it]\n 68%|██████▊ | 19/28 [00:19<00:09, 1.04s/it]\n 71%|███████▏ | 20/28 [00:20<00:08, 1.04s/it]\n 75%|███████▌ | 21/28 [00:21<00:07, 1.04s/it]\n 79%|███████▊ | 22/28 [00:22<00:06, 1.04s/it]\n 82%|████████▏ | 23/28 [00:23<00:05, 1.04s/it]\n 86%|████████▌ | 24/28 [00:24<00:04, 1.04s/it]\n 89%|████████▉ | 25/28 [00:25<00:03, 1.04s/it]\n 93%|█████████▎| 26/28 [00:26<00:02, 1.04s/it]\n 96%|█████████▋| 27/28 [00:27<00:01, 1.04s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.04s/it]\n100%|██████████| 28/28 [00:28<00:00, 1.03s/it]", "metrics": { "predict_time": 40.762927768, "total_time": 45.26492 }, "output": [ "https://replicate.delivery/yhqm/kdVH2CcrMkruDFpKMyXNOHr3NO42KTvCoGw0G388bCkNqI2E/out-0.webp", "https://replicate.delivery/yhqm/b4TYBOLolSYFMlPR9Tq3f5eeEWCLPy4OkfxtTrXje7NzGVEbC/out-1.webp", "https://replicate.delivery/yhqm/XtaRlhTXEUbpJhXufhqD5WlX8ueHTD6ylFaClxL9tlb2oiYTA/out-2.webp", "https://replicate.delivery/yhqm/MAHg38PhkQL1MdQEkBWxTzxLrYyI18ij6C75L5faxdtbURsJA/out-3.webp" ], "started_at": "2024-09-01T14:19:58.376993Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kt9kpwq6jdrm20chnqt8a35ak0", "cancel": "https://api.replicate.com/v1/predictions/kt9kpwq6jdrm20chnqt8a35ak0/cancel" }, "version": "cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0" }
Generated inUsing seed: 26097 Prompt: This image appears to be ASCII art displayed on a computer screen or monitor. The ASCII art consists of various patterns and lines of text characters, predominantly in shades of green, creating an abstract and visually striking image. The overall appearance resembles a futuristic or digital aesthetic, with the green text against the dark background giving it a distinct computer or programming-related feel. This is a form of ASCII art, which uses standard text characters to create visual representations and designs. txt2img mode Using dev model free=9546052337664 Downloading weights 2024-09-01T14:19:58Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpzezg1xmd/weights url=https://replicate.delivery/yhqm/R3QJlNOb3bKMDNjhkgJZaC5wK1M5mHGc5Nc6TxqvRuyCjI2E/trained_model.tar 2024-09-01T14:20:00Z | INFO | [ Complete ] dest=/tmp/tmpzezg1xmd/weights size="172 MB" total_elapsed=1.551s url=https://replicate.delivery/yhqm/R3QJlNOb3bKMDNjhkgJZaC5wK1M5mHGc5Nc6TxqvRuyCjI2E/trained_model.tar Downloaded weights in 1.58s Loaded LoRAs in 10.29s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['feel. this is a form of ascii art, which uses standard text characters to create visual representations and designs.', 'feel. this is a form of ascii art, which uses standard text characters to create visual representations and designs.', 'feel. this is a form of ascii art, which uses standard text characters to create visual representations and designs.', 'feel. this is a form of ascii art, which uses standard text characters to create visual representations and designs.'] 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:27, 1.04s/it] 7%|▋ | 2/28 [00:01<00:23, 1.11it/s] 11%|█ | 3/28 [00:02<00:24, 1.04it/s] 14%|█▍ | 4/28 [00:03<00:23, 1.01it/s] 18%|█▊ | 5/28 [00:04<00:23, 1.01s/it] 21%|██▏ | 6/28 [00:05<00:22, 1.02s/it] 25%|██▌ | 7/28 [00:07<00:21, 1.03s/it] 29%|██▊ | 8/28 [00:08<00:20, 1.03s/it] 32%|███▏ | 9/28 [00:09<00:19, 1.03s/it] 36%|███▌ | 10/28 [00:10<00:18, 1.03s/it] 39%|███▉ | 11/28 [00:11<00:17, 1.03s/it] 43%|████▎ | 12/28 [00:12<00:16, 1.04s/it] 46%|████▋ | 13/28 [00:13<00:15, 1.04s/it] 50%|█████ | 14/28 [00:14<00:14, 1.04s/it] 54%|█████▎ | 15/28 [00:15<00:13, 1.04s/it] 57%|█████▋ | 16/28 [00:16<00:12, 1.04s/it] 61%|██████ | 17/28 [00:17<00:11, 1.04s/it] 64%|██████▍ | 18/28 [00:18<00:10, 1.04s/it] 68%|██████▊ | 19/28 [00:19<00:09, 1.04s/it] 71%|███████▏ | 20/28 [00:20<00:08, 1.04s/it] 75%|███████▌ | 21/28 [00:21<00:07, 1.04s/it] 79%|███████▊ | 22/28 [00:22<00:06, 1.04s/it] 82%|████████▏ | 23/28 [00:23<00:05, 1.04s/it] 86%|████████▌ | 24/28 [00:24<00:04, 1.04s/it] 89%|████████▉ | 25/28 [00:25<00:03, 1.04s/it] 93%|█████████▎| 26/28 [00:26<00:02, 1.04s/it] 96%|█████████▋| 27/28 [00:27<00:01, 1.04s/it] 100%|██████████| 28/28 [00:28<00:00, 1.04s/it] 100%|██████████| 28/28 [00:28<00:00, 1.03s/it]
Prediction
jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0IDea2ma97rnsrm00chnr1sq4vnj0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.
- lora_scale
- 0.4
- num_outputs
- 2
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 4.75
- output_quality
- 80
- extra_lora_scale
- 0.8
- num_inference_steps
- 40
{ "model": "dev", "prompt": "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", "lora_scale": 0.4, "num_outputs": 2, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 4.75, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 40 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run jan890/flux_dev_ascii_art using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", { input: { model: "dev", prompt: "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", lora_scale: 0.4, num_outputs: 2, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 4.75, output_quality: 80, extra_lora_scale: 0.8, num_inference_steps: 40 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run jan890/flux_dev_ascii_art using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "jan890/flux_dev_ascii_art:cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", input={ "model": "dev", "prompt": "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", "lora_scale": 0.4, "num_outputs": 2, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 4.75, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 40 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run jan890/flux_dev_ascii_art 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": "cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0", "input": { "model": "dev", "prompt": "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", "lora_scale": 0.4, "num_outputs": 2, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 4.75, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 40 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-01T14:36:54.739276Z", "created_at": "2024-09-01T14:36:21.550000Z", "data_removed": false, "error": null, "id": "ea2ma97rnsrm00chnr1sq4vnj0", "input": { "model": "dev", "prompt": "This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.", "lora_scale": 0.4, "num_outputs": 2, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 4.75, "output_quality": 80, "extra_lora_scale": 0.8, "num_inference_steps": 40 }, "logs": "Using seed: 65093\nPrompt: This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.\ntxt2img mode\nUsing dev model\nfree=9640463478784\nDownloading weights\n2024-09-01T14:36:21Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpqnqudgfy/weights url=https://replicate.delivery/yhqm/R3QJlNOb3bKMDNjhkgJZaC5wK1M5mHGc5Nc6TxqvRuyCjI2E/trained_model.tar\n2024-09-01T14:36:23Z | INFO | [ Complete ] dest=/tmp/tmpqnqudgfy/weights size=\"172 MB\" total_elapsed=1.868s url=https://replicate.delivery/yhqm/R3QJlNOb3bKMDNjhkgJZaC5wK1M5mHGc5Nc6TxqvRuyCjI2E/trained_model.tar\nDownloaded weights in 1.90s\nLoaded LoRAs in 11.20s\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.', 'appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.']\n 0%| | 0/40 [00:00<?, ?it/s]\n 2%|▎ | 1/40 [00:00<00:20, 1.89it/s]\n 5%|▌ | 2/40 [00:00<00:17, 2.14it/s]\n 8%|▊ | 3/40 [00:01<00:18, 2.01it/s]\n 10%|█ | 4/40 [00:02<00:18, 1.96it/s]\n 12%|█▎ | 5/40 [00:02<00:18, 1.93it/s]\n 15%|█▌ | 6/40 [00:03<00:17, 1.92it/s]\n 18%|█▊ | 7/40 [00:03<00:17, 1.90it/s]\n 20%|██ | 8/40 [00:04<00:16, 1.90it/s]\n 22%|██▎ | 9/40 [00:04<00:16, 1.89it/s]\n 25%|██▌ | 10/40 [00:05<00:15, 1.89it/s]\n 28%|██▊ | 11/40 [00:05<00:15, 1.89it/s]\n 30%|███ | 12/40 [00:06<00:14, 1.89it/s]\n 32%|███▎ | 13/40 [00:06<00:14, 1.88it/s]\n 35%|███▌ | 14/40 [00:07<00:13, 1.88it/s]\n 38%|███▊ | 15/40 [00:07<00:13, 1.88it/s]\n 40%|████ | 16/40 [00:08<00:12, 1.88it/s]\n 42%|████▎ | 17/40 [00:08<00:12, 1.88it/s]\n 45%|████▌ | 18/40 [00:09<00:11, 1.88it/s]\n 48%|████▊ | 19/40 [00:09<00:11, 1.89it/s]\n 50%|█████ | 20/40 [00:10<00:10, 1.89it/s]\n 52%|█████▎ | 21/40 [00:11<00:10, 1.89it/s]\n 55%|█████▌ | 22/40 [00:11<00:09, 1.89it/s]\n 57%|█████▊ | 23/40 [00:12<00:09, 1.89it/s]\n 60%|██████ | 24/40 [00:12<00:08, 1.89it/s]\n 62%|██████▎ | 25/40 [00:13<00:07, 1.89it/s]\n 65%|██████▌ | 26/40 [00:13<00:07, 1.89it/s]\n 68%|██████▊ | 27/40 [00:14<00:06, 1.89it/s]\n 70%|███████ | 28/40 [00:14<00:06, 1.89it/s]\n 72%|███████▎ | 29/40 [00:15<00:05, 1.89it/s]\n 75%|███████▌ | 30/40 [00:15<00:05, 1.89it/s]\n 78%|███████▊ | 31/40 [00:16<00:04, 1.89it/s]\n 80%|████████ | 32/40 [00:16<00:04, 1.89it/s]\n 82%|████████▎ | 33/40 [00:17<00:03, 1.89it/s]\n 85%|████████▌ | 34/40 [00:17<00:03, 1.89it/s]\n 88%|████████▊ | 35/40 [00:18<00:02, 1.89it/s]\n 90%|█████████ | 36/40 [00:18<00:02, 1.89it/s]\n 92%|█████████▎| 37/40 [00:19<00:01, 1.89it/s]\n 95%|█████████▌| 38/40 [00:20<00:01, 1.89it/s]\n 98%|█████████▊| 39/40 [00:20<00:00, 1.89it/s]\n100%|██████████| 40/40 [00:21<00:00, 1.89it/s]\n100%|██████████| 40/40 [00:21<00:00, 1.89it/s]", "metrics": { "predict_time": 33.179892892, "total_time": 33.189276 }, "output": [ "https://replicate.delivery/yhqm/kLVZKcdsrzKWAVfANSeSP9UftBh26uXmslrNJ3NGvCtMwFxmA/out-0.webp", "https://replicate.delivery/yhqm/IHVXE1FJfK2zUKcVE3ogKe2KYogs1KQ5Pdxe7PcbHTLNwFxmA/out-1.webp" ], "started_at": "2024-09-01T14:36:21.559383Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ea2ma97rnsrm00chnr1sq4vnj0", "cancel": "https://api.replicate.com/v1/predictions/ea2ma97rnsrm00chnr1sq4vnj0/cancel" }, "version": "cfe93c58c8e1801be0c9b4f18627df12cd944c276cb98c2649ec7b5d4ea175f0" }
Generated inUsing seed: 65093 Prompt: This image is an ASCII art representation of a human skull. The skull is rendered using a grid of ASCII characters, with the darker areas represented by more complex characters like backslashes and forward slashes, and the lighter areas represented by simpler characters like periods. The skull is set against a dark background, which enhances the contrast and gives the image a bold, striking appearance. The overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art. txt2img mode Using dev model free=9640463478784 Downloading weights 2024-09-01T14:36:21Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpqnqudgfy/weights url=https://replicate.delivery/yhqm/R3QJlNOb3bKMDNjhkgJZaC5wK1M5mHGc5Nc6TxqvRuyCjI2E/trained_model.tar 2024-09-01T14:36:23Z | INFO | [ Complete ] dest=/tmp/tmpqnqudgfy/weights size="172 MB" total_elapsed=1.868s url=https://replicate.delivery/yhqm/R3QJlNOb3bKMDNjhkgJZaC5wK1M5mHGc5Nc6TxqvRuyCjI2E/trained_model.tar Downloaded weights in 1.90s Loaded LoRAs in 11.20s The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.', 'appearance. the overall effect is a stylized, pixelated representation of a human skull that is reminiscent of early computer graphics or digital art.'] 0%| | 0/40 [00:00<?, ?it/s] 2%|▎ | 1/40 [00:00<00:20, 1.89it/s] 5%|▌ | 2/40 [00:00<00:17, 2.14it/s] 8%|▊ | 3/40 [00:01<00:18, 2.01it/s] 10%|█ | 4/40 [00:02<00:18, 1.96it/s] 12%|█▎ | 5/40 [00:02<00:18, 1.93it/s] 15%|█▌ | 6/40 [00:03<00:17, 1.92it/s] 18%|█▊ | 7/40 [00:03<00:17, 1.90it/s] 20%|██ | 8/40 [00:04<00:16, 1.90it/s] 22%|██▎ | 9/40 [00:04<00:16, 1.89it/s] 25%|██▌ | 10/40 [00:05<00:15, 1.89it/s] 28%|██▊ | 11/40 [00:05<00:15, 1.89it/s] 30%|███ | 12/40 [00:06<00:14, 1.89it/s] 32%|███▎ | 13/40 [00:06<00:14, 1.88it/s] 35%|███▌ | 14/40 [00:07<00:13, 1.88it/s] 38%|███▊ | 15/40 [00:07<00:13, 1.88it/s] 40%|████ | 16/40 [00:08<00:12, 1.88it/s] 42%|████▎ | 17/40 [00:08<00:12, 1.88it/s] 45%|████▌ | 18/40 [00:09<00:11, 1.88it/s] 48%|████▊ | 19/40 [00:09<00:11, 1.89it/s] 50%|█████ | 20/40 [00:10<00:10, 1.89it/s] 52%|█████▎ | 21/40 [00:11<00:10, 1.89it/s] 55%|█████▌ | 22/40 [00:11<00:09, 1.89it/s] 57%|█████▊ | 23/40 [00:12<00:09, 1.89it/s] 60%|██████ | 24/40 [00:12<00:08, 1.89it/s] 62%|██████▎ | 25/40 [00:13<00:07, 1.89it/s] 65%|██████▌ | 26/40 [00:13<00:07, 1.89it/s] 68%|██████▊ | 27/40 [00:14<00:06, 1.89it/s] 70%|███████ | 28/40 [00:14<00:06, 1.89it/s] 72%|███████▎ | 29/40 [00:15<00:05, 1.89it/s] 75%|███████▌ | 30/40 [00:15<00:05, 1.89it/s] 78%|███████▊ | 31/40 [00:16<00:04, 1.89it/s] 80%|████████ | 32/40 [00:16<00:04, 1.89it/s] 82%|████████▎ | 33/40 [00:17<00:03, 1.89it/s] 85%|████████▌ | 34/40 [00:17<00:03, 1.89it/s] 88%|████████▊ | 35/40 [00:18<00:02, 1.89it/s] 90%|█████████ | 36/40 [00:18<00:02, 1.89it/s] 92%|█████████▎| 37/40 [00:19<00:01, 1.89it/s] 95%|█████████▌| 38/40 [00:20<00:01, 1.89it/s] 98%|█████████▊| 39/40 [00:20<00:00, 1.89it/s] 100%|██████████| 40/40 [00:21<00:00, 1.89it/s] 100%|██████████| 40/40 [00:21<00:00, 1.89it/s]
Want to make some of these yourself?
Run this model