Phoenix site to run and monitor Stable Diffusion image prompts.
Go to file
Silas 559f6f959f
init commit
2022-08-30 02:41:31 -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 init commit 2022-08-30 02:41:31 -04:00
lib init commit 2022-08-30 02:41:31 -04:00
priv init commit 2022-08-30 02:41:31 -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 init commit 2022-08-30 02:41:31 -04:00
mix.lock init commit 2022-08-30 02:41:31 -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