Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wibus-wee-ac/sd-prompt-image
A simple website to generate a image with prompts templates
https://github.com/wibus-wee-ac/sd-prompt-image
Last synced: 7 minutes ago
JSON representation
A simple website to generate a image with prompts templates
- Host: GitHub
- URL: https://github.com/wibus-wee-ac/sd-prompt-image
- Owner: wibus-wee-ac
- License: agpl-3.0
- Created: 2023-03-11T00:36:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T01:30:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-22T02:17:50.027Z (2 months ago)
- Language: TypeScript
- Homepage: https://sd-prompt-image.vercel.app
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sd-prompt-image
A simple website to generate a image with prompts templates.
Based on [Stable Diffusion](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and [wibus-wee/stable_diffusion_chilloutmix_ipynb](https://github.com/wibus-wee/stable_diffusion_chilloutmix_ipynb)
🧪 Working in Progress## Features
Here are some features of this app:
- Remote Prompts Library
- Use RESTFul API to generate a image
- Native dark mode
- Support LoRA Network
- Customizable prompts templatesThere are some features that are not yet implemented:
- [ ] Authentication for RESTFul API
- [ ] Choose custom checkpoints
- [ ] Download the generated image## Usage
If you are using [wibus-wee/stable_diffusion_chilloutmix_ipynb](https://github.com/wibus-wee/stable_diffusion_chilloutmix_ipynb), you should turn the `apiSupport` to `true` in step 3 ( in "Startup Options" section ).
Or you can add `--api --cors-allow-origins "*" --listen` to the command line, and then you can use this website to generate a image with prompts templates.
## About using LoRA
Because there is no way to generate a image with "Addtional Network", so in this app, we will add `` to the end of the prompt to replace the "Addtional Network".
Another thing is that not all users will have the "Additional Network" extentsion pre-installed, We should maintain maximum compatibility.
## Author
sd-prompt-image © Wibus, Released under AGPLv3. Created on Mar 11, 2023
> [Personal Website](http://iucky.cn/) · [Blog](https://blog.iucky.cn/) · GitHub [@wibus-wee](https://github.com/wibus-wee/) · Telegram [@wibus✪](https://t.me/wibus_wee)