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

https://github.com/ylp1455/flask-a-graph

"Flask-A-Graph' is a Flask app that uses Stable Diffusion Pipeline to generate images based on user input prompts. The app is easy to use and perfect for anyone looking to explore the creative possibilities of deep learning image generation. Get ready to unleash your inner artist with Flask-A-Graph'!"
https://github.com/ylp1455/flask-a-graph

deep-learning pipeline stable-diffusion

Last synced: 2 months ago
JSON representation

"Flask-A-Graph' is a Flask app that uses Stable Diffusion Pipeline to generate images based on user input prompts. The app is easy to use and perfect for anyone looking to explore the creative possibilities of deep learning image generation. Get ready to unleash your inner artist with Flask-A-Graph'!"

Awesome Lists containing this project

README

          

# Flask-A-Graph

Example app that demonstrates how to run a Flask app with a free GPU using Google Colab and ngrok.

## Instructions

- Open the Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AssemblyAI-Examples/flask-gpu-app/blob/main/notebook.ipynb)

- Go to [ngrok.com](ngrok.com), get a free API token, and in the Colab replace`YOUR-AUTHTOKEN-HERE` with the token.

- Set the runtime to GPU

- Click on `Runtime -> Run all`

- In the output cell you should see a url similar to this: Running on `http://5fdc-104-196-187-169.ngrok.io`. Open this url and use your app.