Phoenix site to run and monitor Stable Diffusion image prompts.
Go to file
Silas 7990246675
add first-in-first-out queue for image prompts, and add pagination
2022-08-31 15:45:06 -04:00
.vscode init commit 2022-08-30 02:41:31 -04:00
assets init commit 2022-08-30 02:41:31 -04:00
config add first-in-first-out queue for image prompts, and add pagination 2022-08-31 15:45:06 -04:00
lib add first-in-first-out queue for image prompts, and add pagination 2022-08-31 15:45:06 -04:00
priv add first-in-first-out queue for image prompts, and add pagination 2022-08-31 15:45:06 -04:00
test init commit 2022-08-30 02:41:31 -04:00
.formatter.exs init commit 2022-08-30 02:41:31 -04:00
.gitignore init commit 2022-08-30 02:41:31 -04:00
.tool-versions init commit 2022-08-30 02:41:31 -04:00
README.md init commit 2022-08-30 02:41:31 -04:00
mix.exs add first-in-first-out queue for image prompts, and add pagination 2022-08-31 15:45:06 -04:00
mix.lock add first-in-first-out queue for image prompts, and add pagination 2022-08-31 15:45:06 -04:00
test.txt init commit 2022-08-30 02:41:31 -04:00

README.md

Diffuser

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more