Skip to content

Latest commit

 

History

History
executable file
·
38 lines (20 loc) · 1.11 KB

File metadata and controls

executable file
·
38 lines (20 loc) · 1.11 KB

Deforum Stable Diffusion Chatbot

Understanding or locating the correct configuration for deforum stable diffusion can be puzzling. As a solution, I opted to organize its documentation for easy searching. This application is a chatbot powered by OpenAI GPT and utilizes deforum stable diffusion to assist developers in effectively searching through documentations.

Feel free to to contribute to and expand its documentation.

Deforum Stable Diffusion is a version of Stable Diffusion focussing on creating videos and transitions of images created with Stable Diffusion. By employing Deforum Stable Diffusion, you can produce captivating videos similar to the example provided below.

download.mp4

Getting started

NOTE: set your OpenAI API key. (source in ./scripts/app.py and .env.example)

cp .env.example .env


docker-compose up -d

Testing

open FastApi swagger, hit try it out.

teaser

http://0.0.0.0:8086/docs

teaser