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: 2 months ago
JSON representation

API version of StableDiffusion AI

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
```