Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianobrl/stablediffusion_api
API version of StableDiffusion AI
https://github.com/julianobrl/stablediffusion_api
ai backend diffusor flask-api huggingface python server server-side stable-diffusion torch
Last synced: about 1 month ago
JSON representation
API version of StableDiffusion AI
- Host: GitHub
- URL: https://github.com/julianobrl/stablediffusion_api
- Owner: julianoBRL
- License: gpl-3.0
- Created: 2022-10-08T21:50:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T17:52:16.000Z (about 2 years ago)
- Last Synced: 2023-03-06T09:59:19.982Z (almost 2 years ago)
- Topics: ai, backend, diffusor, flask-api, huggingface, python, server, server-side, stable-diffusion, torch
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StableDiffusion_API
API version StableDiffusion### Instalation
Install all librarys
```
pip install flask torch diffusers slugify transformers
```### running
```
python main.py flask run
```