cjwbw / eimis_anime_diffusion
stable-diffusion models for high quality and detailed anime images
- Public
- 13.2K runs
-
T4
Prediction
cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97IDbbnf7fkevze43lbt2k2teqz6euStatusSucceededSourceWebHardware–Total durationCreatedInput
- width
- "768"
- height
- "512"
- prompt
- above clouds, mountains, (night), full moon, castle, huge forest, forest between mountains, beautiful, masterpiece
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- "9"
- negative_prompt
- lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))
- num_inference_steps
- "35"
{ "width": "768", "height": "512", "prompt": "above clouds, mountains, (night), full moon, castle, huge forest, forest between mountains, beautiful, masterpiece", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": "9", "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": "35" }
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 cjwbw/eimis_anime_diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97", { input: { width: "768", height: "512", prompt: "above clouds, mountains, (night), full moon, castle, huge forest, forest between mountains, beautiful, masterpiece", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: "9", negative_prompt: "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", num_inference_steps: "35" } } ); // 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 cjwbw/eimis_anime_diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97", input={ "width": "768", "height": "512", "prompt": "above clouds, mountains, (night), full moon, castle, huge forest, forest between mountains, beautiful, masterpiece", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": "9", "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": "35" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run cjwbw/eimis_anime_diffusion 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": "cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97", "input": { "width": "768", "height": "512", "prompt": "above clouds, mountains, (night), full moon, castle, huge forest, forest between mountains, beautiful, masterpiece", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": "9", "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": "35" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2022-12-31T21:23:23.843609Z", "created_at": "2022-12-31T21:22:48.574647Z", "data_removed": false, "error": null, "id": "bbnf7fkevze43lbt2k2teqz6eu", "input": { "width": "768", "height": "512", "prompt": "above clouds, mountains, (night), full moon, castle, huge forest, forest between mountains, beautiful, masterpiece", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": "9", "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": "35" }, "logs": "Using seed: 32142\n 0%| | 0/35 [00:00<?, ?it/s]\n 3%|▎ | 1/35 [00:00<00:31, 1.08it/s]\n 6%|▌ | 2/35 [00:01<00:30, 1.09it/s]\n 9%|▊ | 3/35 [00:02<00:29, 1.09it/s]\n 11%|█▏ | 4/35 [00:03<00:28, 1.09it/s]\n 14%|█▍ | 5/35 [00:04<00:27, 1.09it/s]\n 17%|█▋ | 6/35 [00:05<00:26, 1.09it/s]\n 20%|██ | 7/35 [00:06<00:25, 1.09it/s]\n 23%|██▎ | 8/35 [00:07<00:24, 1.09it/s]\n 26%|██▌ | 9/35 [00:08<00:23, 1.09it/s]\n 29%|██▊ | 10/35 [00:09<00:22, 1.09it/s]\n 31%|███▏ | 11/35 [00:10<00:22, 1.09it/s]\n 34%|███▍ | 12/35 [00:11<00:21, 1.09it/s]\n 37%|███▋ | 13/35 [00:11<00:20, 1.08it/s]\n 40%|████ | 14/35 [00:12<00:19, 1.08it/s]\n 43%|████▎ | 15/35 [00:13<00:18, 1.07it/s]\n 46%|████▌ | 16/35 [00:14<00:17, 1.07it/s]\n 49%|████▊ | 17/35 [00:15<00:16, 1.07it/s]\n 51%|█████▏ | 18/35 [00:16<00:15, 1.07it/s]\n 54%|█████▍ | 19/35 [00:17<00:15, 1.07it/s]\n 57%|█████▋ | 20/35 [00:18<00:14, 1.06it/s]\n 60%|██████ | 21/35 [00:19<00:13, 1.06it/s]\n 63%|██████▎ | 22/35 [00:20<00:12, 1.06it/s]\n 66%|██████▌ | 23/35 [00:21<00:11, 1.06it/s]\n 69%|██████▊ | 24/35 [00:22<00:10, 1.05it/s]\n 71%|███████▏ | 25/35 [00:23<00:09, 1.05it/s]\n 74%|███████▍ | 26/35 [00:24<00:08, 1.05it/s]\n 77%|███████▋ | 27/35 [00:25<00:07, 1.04it/s]\n 80%|████████ | 28/35 [00:26<00:06, 1.04it/s]\n 83%|████████▎ | 29/35 [00:27<00:05, 1.04it/s]\n 86%|████████▌ | 30/35 [00:28<00:04, 1.03it/s]\n 89%|████████▊ | 31/35 [00:29<00:03, 1.03it/s]\n 91%|█████████▏| 32/35 [00:30<00:02, 1.03it/s]\n 94%|█████████▍| 33/35 [00:31<00:01, 1.02it/s]\n 97%|█████████▋| 34/35 [00:32<00:00, 1.02it/s]\n100%|██████████| 35/35 [00:33<00:00, 1.02it/s]\n100%|██████████| 35/35 [00:33<00:00, 1.06it/s]", "metrics": { "predict_time": 35.230667, "total_time": 35.268962 }, "output": [ "https://replicate.delivery/pbxt/IJxC2dZ9FwYbJpZiumX6Av80NmpI75TO1J7XrRJk2X5Sa5DE/out-0.png" ], "started_at": "2022-12-31T21:22:48.612942Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/bbnf7fkevze43lbt2k2teqz6eu", "cancel": "https://api.replicate.com/v1/predictions/bbnf7fkevze43lbt2k2teqz6eu/cancel" }, "version": "a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97" }
Generated inUsing seed: 32142 0%| | 0/35 [00:00<?, ?it/s] 3%|▎ | 1/35 [00:00<00:31, 1.08it/s] 6%|▌ | 2/35 [00:01<00:30, 1.09it/s] 9%|▊ | 3/35 [00:02<00:29, 1.09it/s] 11%|█▏ | 4/35 [00:03<00:28, 1.09it/s] 14%|█▍ | 5/35 [00:04<00:27, 1.09it/s] 17%|█▋ | 6/35 [00:05<00:26, 1.09it/s] 20%|██ | 7/35 [00:06<00:25, 1.09it/s] 23%|██▎ | 8/35 [00:07<00:24, 1.09it/s] 26%|██▌ | 9/35 [00:08<00:23, 1.09it/s] 29%|██▊ | 10/35 [00:09<00:22, 1.09it/s] 31%|███▏ | 11/35 [00:10<00:22, 1.09it/s] 34%|███▍ | 12/35 [00:11<00:21, 1.09it/s] 37%|███▋ | 13/35 [00:11<00:20, 1.08it/s] 40%|████ | 14/35 [00:12<00:19, 1.08it/s] 43%|████▎ | 15/35 [00:13<00:18, 1.07it/s] 46%|████▌ | 16/35 [00:14<00:17, 1.07it/s] 49%|████▊ | 17/35 [00:15<00:16, 1.07it/s] 51%|█████▏ | 18/35 [00:16<00:15, 1.07it/s] 54%|█████▍ | 19/35 [00:17<00:15, 1.07it/s] 57%|█████▋ | 20/35 [00:18<00:14, 1.06it/s] 60%|██████ | 21/35 [00:19<00:13, 1.06it/s] 63%|██████▎ | 22/35 [00:20<00:12, 1.06it/s] 66%|██████▌ | 23/35 [00:21<00:11, 1.06it/s] 69%|██████▊ | 24/35 [00:22<00:10, 1.05it/s] 71%|███████▏ | 25/35 [00:23<00:09, 1.05it/s] 74%|███████▍ | 26/35 [00:24<00:08, 1.05it/s] 77%|███████▋ | 27/35 [00:25<00:07, 1.04it/s] 80%|████████ | 28/35 [00:26<00:06, 1.04it/s] 83%|████████▎ | 29/35 [00:27<00:05, 1.04it/s] 86%|████████▌ | 30/35 [00:28<00:04, 1.03it/s] 89%|████████▊ | 31/35 [00:29<00:03, 1.03it/s] 91%|█████████▏| 32/35 [00:30<00:02, 1.03it/s] 94%|█████████▍| 33/35 [00:31<00:01, 1.02it/s] 97%|█████████▋| 34/35 [00:32<00:00, 1.02it/s] 100%|██████████| 35/35 [00:33<00:00, 1.02it/s] 100%|██████████| 35/35 [00:33<00:00, 1.06it/s]
Prediction
cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97IDtpcedkoiizaa5k4elsn427xp7aStatusSucceededSourceWebHardware–Total durationCreatedInput
- width
- 512
- height
- "768"
- prompt
- a girl, Phoenix girl, fluffy hair, war, a hell on earth, Beautiful and detailed explosion, Cold machine, Fire in eyes, burning, Metal texture, Exquisite cloth, Metal carving, volume, best quality, normal hands, Metal details, Metal scratch, Metal defects, masterpiece, best quality, best quality, illustration, highres, masterpiece, contour deepening, illustration,(beautiful detailed girl),beautiful detailed glow
- scheduler
- DPMSolverMultistep
- num_outputs
- 1
- guidance_scale
- 8
- negative_prompt
- lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))
- num_inference_steps
- 20
{ "width": 512, "height": "768", "prompt": "a girl, Phoenix girl, fluffy hair, war, a hell on earth, Beautiful and detailed explosion, Cold machine, Fire in eyes, burning, Metal texture, Exquisite cloth, Metal carving, volume, best quality, normal hands, Metal details, Metal scratch, Metal defects, masterpiece, best quality, best quality, illustration, highres, masterpiece, contour deepening, illustration,(beautiful detailed girl),beautiful detailed glow", "scheduler": "DPMSolverMultistep", "num_outputs": 1, "guidance_scale": 8, "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": 20 }
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 cjwbw/eimis_anime_diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97", { input: { width: 512, height: "768", prompt: "a girl, Phoenix girl, fluffy hair, war, a hell on earth, Beautiful and detailed explosion, Cold machine, Fire in eyes, burning, Metal texture, Exquisite cloth, Metal carving, volume, best quality, normal hands, Metal details, Metal scratch, Metal defects, masterpiece, best quality, best quality, illustration, highres, masterpiece, contour deepening, illustration,(beautiful detailed girl),beautiful detailed glow", scheduler: "DPMSolverMultistep", num_outputs: 1, guidance_scale: 8, negative_prompt: "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", num_inference_steps: 20 } } ); // 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 cjwbw/eimis_anime_diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97", input={ "width": 512, "height": "768", "prompt": "a girl, Phoenix girl, fluffy hair, war, a hell on earth, Beautiful and detailed explosion, Cold machine, Fire in eyes, burning, Metal texture, Exquisite cloth, Metal carving, volume, best quality, normal hands, Metal details, Metal scratch, Metal defects, masterpiece, best quality, best quality, illustration, highres, masterpiece, contour deepening, illustration,(beautiful detailed girl),beautiful detailed glow", "scheduler": "DPMSolverMultistep", "num_outputs": 1, "guidance_scale": 8, "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": 20 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run cjwbw/eimis_anime_diffusion 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": "cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97", "input": { "width": 512, "height": "768", "prompt": "a girl, Phoenix girl, fluffy hair, war, a hell on earth, Beautiful and detailed explosion, Cold machine, Fire in eyes, burning, Metal texture, Exquisite cloth, Metal carving, volume, best quality, normal hands, Metal details, Metal scratch, Metal defects, masterpiece, best quality, best quality, illustration, highres, masterpiece, contour deepening, illustration,(beautiful detailed girl),beautiful detailed glow", "scheduler": "DPMSolverMultistep", "num_outputs": 1, "guidance_scale": 8, "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": 20 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2022-12-31T19:41:48.215105Z", "created_at": "2022-12-31T19:34:27.804831Z", "data_removed": false, "error": null, "id": "tpcedkoiizaa5k4elsn427xp7a", "input": { "width": 512, "height": "768", "prompt": "a girl, Phoenix girl, fluffy hair, war, a hell on earth, Beautiful and detailed explosion, Cold machine, Fire in eyes, burning, Metal texture, Exquisite cloth, Metal carving, volume, best quality, normal hands, Metal details, Metal scratch, Metal defects, masterpiece, best quality, best quality, illustration, highres, masterpiece, contour deepening, illustration,(beautiful detailed girl),beautiful detailed glow", "scheduler": "DPMSolverMultistep", "num_outputs": 1, "guidance_scale": 8, "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": 20 }, "logs": "Using seed: 24078\nToken indices sequence length is longer than the specified maximum sequence length for this model (87 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['illustration,( beautiful detailed girl ), beautiful detailed glow']\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:15<04:48, 15.16s/it]\n 10%|█ | 2/20 [00:15<02:01, 6.73s/it]\n 15%|█▌ | 3/20 [00:16<01:08, 4.04s/it]\n 20%|██ | 4/20 [00:17<00:44, 2.78s/it]\n 25%|██▌ | 5/20 [00:18<00:31, 2.08s/it]\n 30%|███ | 6/20 [00:19<00:23, 1.66s/it]\n 35%|███▌ | 7/20 [00:20<00:18, 1.39s/it]\n 40%|████ | 8/20 [00:21<00:14, 1.22s/it]\n 45%|████▌ | 9/20 [00:21<00:12, 1.10s/it]\n 50%|█████ | 10/20 [00:22<00:10, 1.03s/it]\n 55%|█████▌ | 11/20 [00:23<00:08, 1.03it/s]\n 60%|██████ | 12/20 [00:24<00:07, 1.06it/s]\n 65%|██████▌ | 13/20 [00:25<00:06, 1.09it/s]\n 70%|███████ | 14/20 [00:26<00:05, 1.11it/s]\n 75%|███████▌ | 15/20 [00:27<00:04, 1.13it/s]\n 80%|████████ | 16/20 [00:27<00:03, 1.14it/s]\n 85%|████████▌ | 17/20 [00:28<00:02, 1.14it/s]\n 90%|█████████ | 18/20 [00:29<00:01, 1.15it/s]\n 95%|█████████▌| 19/20 [00:30<00:00, 1.15it/s]\n100%|██████████| 20/20 [00:31<00:00, 1.15it/s]\n100%|██████████| 20/20 [00:31<00:00, 1.57s/it]", "metrics": { "predict_time": 50.085537, "total_time": 440.410274 }, "output": [ "https://replicate.delivery/pbxt/O0JODQ9Vln6JNFoAljaiJ6XtRfiWLVPEb6LSeXCKkoC7JkPQA/out-0.png" ], "started_at": "2022-12-31T19:40:58.129568Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/tpcedkoiizaa5k4elsn427xp7a", "cancel": "https://api.replicate.com/v1/predictions/tpcedkoiizaa5k4elsn427xp7a/cancel" }, "version": "a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97" }
Generated inUsing seed: 24078 Token indices sequence length is longer than the specified maximum sequence length for this model (87 > 77). Running this sequence through the model will result in indexing errors The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['illustration,( beautiful detailed girl ), beautiful detailed glow'] 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:15<04:48, 15.16s/it] 10%|█ | 2/20 [00:15<02:01, 6.73s/it] 15%|█▌ | 3/20 [00:16<01:08, 4.04s/it] 20%|██ | 4/20 [00:17<00:44, 2.78s/it] 25%|██▌ | 5/20 [00:18<00:31, 2.08s/it] 30%|███ | 6/20 [00:19<00:23, 1.66s/it] 35%|███▌ | 7/20 [00:20<00:18, 1.39s/it] 40%|████ | 8/20 [00:21<00:14, 1.22s/it] 45%|████▌ | 9/20 [00:21<00:12, 1.10s/it] 50%|█████ | 10/20 [00:22<00:10, 1.03s/it] 55%|█████▌ | 11/20 [00:23<00:08, 1.03it/s] 60%|██████ | 12/20 [00:24<00:07, 1.06it/s] 65%|██████▌ | 13/20 [00:25<00:06, 1.09it/s] 70%|███████ | 14/20 [00:26<00:05, 1.11it/s] 75%|███████▌ | 15/20 [00:27<00:04, 1.13it/s] 80%|████████ | 16/20 [00:27<00:03, 1.14it/s] 85%|████████▌ | 17/20 [00:28<00:02, 1.14it/s] 90%|█████████ | 18/20 [00:29<00:01, 1.15it/s] 95%|█████████▌| 19/20 [00:30<00:00, 1.15it/s] 100%|██████████| 20/20 [00:31<00:00, 1.15it/s] 100%|██████████| 20/20 [00:31<00:00, 1.57s/it]
Prediction
cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97ID3n7wuueq7zbhjlwrlkmb7fwc7uStatusSucceededSourceWebHardware–Total durationCreatedInput
- width
- 512
- height
- "768"
- prompt
- (1girl), cute, walking in the park, (night), full moon, north star, blue shirt, red skirt, detailed shirt, jewelry, autumn, dark blue hair, shirt hair, (magic:1.5), beautiful blue eyes
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- "9"
- negative_prompt
- lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))
- num_inference_steps
- "35"
{ "width": 512, "height": "768", "prompt": "(1girl), cute, walking in the park, (night), full moon, north star, blue shirt, red skirt, detailed shirt, jewelry, autumn, dark blue hair, shirt hair, (magic:1.5), beautiful blue eyes", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": "9", "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": "35" }
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 cjwbw/eimis_anime_diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97", { input: { width: 512, height: "768", prompt: "(1girl), cute, walking in the park, (night), full moon, north star, blue shirt, red skirt, detailed shirt, jewelry, autumn, dark blue hair, shirt hair, (magic:1.5), beautiful blue eyes", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: "9", negative_prompt: "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", num_inference_steps: "35" } } ); // 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 cjwbw/eimis_anime_diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97", input={ "width": 512, "height": "768", "prompt": "(1girl), cute, walking in the park, (night), full moon, north star, blue shirt, red skirt, detailed shirt, jewelry, autumn, dark blue hair, shirt hair, (magic:1.5), beautiful blue eyes", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": "9", "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": "35" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run cjwbw/eimis_anime_diffusion 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": "cjwbw/eimis_anime_diffusion:a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97", "input": { "width": 512, "height": "768", "prompt": "(1girl), cute, walking in the park, (night), full moon, north star, blue shirt, red skirt, detailed shirt, jewelry, autumn, dark blue hair, shirt hair, (magic:1.5), beautiful blue eyes", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": "9", "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": "35" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2022-12-31T21:18:12.921881Z", "created_at": "2022-12-31T21:17:41.488501Z", "data_removed": false, "error": null, "id": "3n7wuueq7zbhjlwrlkmb7fwc7u", "input": { "width": 512, "height": "768", "prompt": "(1girl), cute, walking in the park, (night), full moon, north star, blue shirt, red skirt, detailed shirt, jewelry, autumn, dark blue hair, shirt hair, (magic:1.5), beautiful blue eyes", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": "9", "negative_prompt": "lowres, bad anatomy, ((bad hands)), text, error, ((missing fingers)), cropped, jpeg artifacts, worst quality, low quality, signature, watermark, blurry, deformed, extra ears, deformed, disfigured, mutation, censored, ((multiple_girls))", "num_inference_steps": "35" }, "logs": "Using seed: 50666\n 0%| | 0/35 [00:00<?, ?it/s]\n 3%|▎ | 1/35 [00:00<00:30, 1.12it/s]\n 6%|▌ | 2/35 [00:01<00:28, 1.17it/s]\n 9%|▊ | 3/35 [00:02<00:26, 1.19it/s]\n 11%|█▏ | 4/35 [00:03<00:25, 1.20it/s]\n 14%|█▍ | 5/35 [00:04<00:25, 1.20it/s]\n 17%|█▋ | 6/35 [00:05<00:24, 1.20it/s]\n 20%|██ | 7/35 [00:05<00:23, 1.20it/s]\n 23%|██▎ | 8/35 [00:06<00:22, 1.20it/s]\n 26%|██▌ | 9/35 [00:07<00:21, 1.20it/s]\n 29%|██▊ | 10/35 [00:08<00:20, 1.20it/s]\n 31%|███▏ | 11/35 [00:09<00:19, 1.20it/s]\n 34%|███▍ | 12/35 [00:10<00:19, 1.20it/s]\n 37%|███▋ | 13/35 [00:10<00:18, 1.20it/s]\n 40%|████ | 14/35 [00:11<00:17, 1.20it/s]\n 43%|████▎ | 15/35 [00:12<00:16, 1.20it/s]\n 46%|████▌ | 16/35 [00:13<00:15, 1.20it/s]\n 49%|████▊ | 17/35 [00:14<00:15, 1.19it/s]\n 51%|█████▏ | 18/35 [00:15<00:14, 1.19it/s]\n 54%|█████▍ | 19/35 [00:15<00:13, 1.19it/s]\n 57%|█████▋ | 20/35 [00:16<00:12, 1.19it/s]\n 60%|██████ | 21/35 [00:17<00:11, 1.19it/s]\n 63%|██████▎ | 22/35 [00:18<00:10, 1.18it/s]\n 66%|██████▌ | 23/35 [00:19<00:10, 1.18it/s]\n 69%|██████▊ | 24/35 [00:20<00:09, 1.18it/s]\n 71%|███████▏ | 25/35 [00:20<00:08, 1.18it/s]\n 74%|███████▍ | 26/35 [00:21<00:07, 1.18it/s]\n 77%|███████▋ | 27/35 [00:22<00:06, 1.18it/s]\n 80%|████████ | 28/35 [00:23<00:05, 1.17it/s]\n 83%|████████▎ | 29/35 [00:24<00:05, 1.17it/s]\n 86%|████████▌ | 30/35 [00:25<00:04, 1.17it/s]\n 89%|████████▊ | 31/35 [00:26<00:03, 1.17it/s]\n 91%|█████████▏| 32/35 [00:26<00:02, 1.16it/s]\n 94%|█████████▍| 33/35 [00:27<00:01, 1.16it/s]\n 97%|█████████▋| 34/35 [00:28<00:00, 1.16it/s]\n100%|██████████| 35/35 [00:29<00:00, 1.16it/s]\n100%|██████████| 35/35 [00:29<00:00, 1.18it/s]", "metrics": { "predict_time": 31.394108, "total_time": 31.43338 }, "output": [ "https://replicate.delivery/pbxt/xaFvdxJuYLomP5LZ3OOfHSnN1dMFe0D6edOEdWop4eLSRWeBC/out-0.png" ], "started_at": "2022-12-31T21:17:41.527773Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/3n7wuueq7zbhjlwrlkmb7fwc7u", "cancel": "https://api.replicate.com/v1/predictions/3n7wuueq7zbhjlwrlkmb7fwc7u/cancel" }, "version": "a409b0769c91cfb3ecfa61698babd73ae34aee400f7894b1f02d28526631ec97" }
Generated inUsing seed: 50666 0%| | 0/35 [00:00<?, ?it/s] 3%|▎ | 1/35 [00:00<00:30, 1.12it/s] 6%|▌ | 2/35 [00:01<00:28, 1.17it/s] 9%|▊ | 3/35 [00:02<00:26, 1.19it/s] 11%|█▏ | 4/35 [00:03<00:25, 1.20it/s] 14%|█▍ | 5/35 [00:04<00:25, 1.20it/s] 17%|█▋ | 6/35 [00:05<00:24, 1.20it/s] 20%|██ | 7/35 [00:05<00:23, 1.20it/s] 23%|██▎ | 8/35 [00:06<00:22, 1.20it/s] 26%|██▌ | 9/35 [00:07<00:21, 1.20it/s] 29%|██▊ | 10/35 [00:08<00:20, 1.20it/s] 31%|███▏ | 11/35 [00:09<00:19, 1.20it/s] 34%|███▍ | 12/35 [00:10<00:19, 1.20it/s] 37%|███▋ | 13/35 [00:10<00:18, 1.20it/s] 40%|████ | 14/35 [00:11<00:17, 1.20it/s] 43%|████▎ | 15/35 [00:12<00:16, 1.20it/s] 46%|████▌ | 16/35 [00:13<00:15, 1.20it/s] 49%|████▊ | 17/35 [00:14<00:15, 1.19it/s] 51%|█████▏ | 18/35 [00:15<00:14, 1.19it/s] 54%|█████▍ | 19/35 [00:15<00:13, 1.19it/s] 57%|█████▋ | 20/35 [00:16<00:12, 1.19it/s] 60%|██████ | 21/35 [00:17<00:11, 1.19it/s] 63%|██████▎ | 22/35 [00:18<00:10, 1.18it/s] 66%|██████▌ | 23/35 [00:19<00:10, 1.18it/s] 69%|██████▊ | 24/35 [00:20<00:09, 1.18it/s] 71%|███████▏ | 25/35 [00:20<00:08, 1.18it/s] 74%|███████▍ | 26/35 [00:21<00:07, 1.18it/s] 77%|███████▋ | 27/35 [00:22<00:06, 1.18it/s] 80%|████████ | 28/35 [00:23<00:05, 1.17it/s] 83%|████████▎ | 29/35 [00:24<00:05, 1.17it/s] 86%|████████▌ | 30/35 [00:25<00:04, 1.17it/s] 89%|████████▊ | 31/35 [00:26<00:03, 1.17it/s] 91%|█████████▏| 32/35 [00:26<00:02, 1.16it/s] 94%|█████████▍| 33/35 [00:27<00:01, 1.16it/s] 97%|█████████▋| 34/35 [00:28<00:00, 1.16it/s] 100%|██████████| 35/35 [00:29<00:00, 1.16it/s] 100%|██████████| 35/35 [00:29<00:00, 1.18it/s]
Want to make some of these yourself?
Run this model