UNPKG

text-to-image-stable-diffusion

Version:

Text to image generation package. This gives the url of the generated image using stable diffusion.You need a stable diffusion account and an api key from www.stablediffusionapi.com for using this package.The api key is free for first 20 calls.

28 lines (27 loc) 913 B
{ "name": "text-to-image-stable-diffusion", "version": "1.0.6", "description": "Text to image generation package. This gives the url of the generated image using stable diffusion.You need a stable diffusion account and an api key from www.stablediffusionapi.com for using this package.The api key is free for first 20 calls.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "text-to-image", "ai", "ai-art", "stable diffusion", "image generation" ], "author": "r_o_h_a_n", "license": "MIT", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/AfkRohan/text-to-image-stable-diffusion.git" }, "bugs": { "url": "https://github.com/AfkRohan/text-to-image-stable-diffusion/issues" }, "homepage": "https://github.com/AfkRohan/text-to-image-stable-diffusion#readme" }