Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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