Lightning-Universe/stable-diffusion-deploy

Instructions in the `README` doesn’t allow me to launch the app locally

yurijmikhalevich opened this issue · 2 comments

🐛 Bug

Instructions in the README doesn’t allow me to launch Muse app locally: https://github.com/Lightning-AI/stable-diffusion-deploy#getting-started.

conda create --name muse_app python=3.8
conda activate muse_app

git clone https://github.com/Lightning-AI/stable-diffusion-deploy.git
cd stable-diffusion-deploy
pip install .

## To run the app locally
python -m lightning run app app.py

This errors because flash isn’t installed. flash installation step isn’t being run in the local env.

To Reproduce

conda create --name muse_app python=3.8
conda activate muse_app

git clone https://github.com/Lightning-AI/stable-diffusion-deploy.git
cd stable-diffusion-deploy
pip install .

## To run the app locally
python -m lightning run app app.py

Code sample

N/A

Expected behavior

After executing instructions that are present in the README, the app should successfully run locally.

Environment

  • PyTorch Version (e.g., 1.0):
  • OS (e.g., Linux):
  • How you installed PyTorch (conda, pip, source):
  • Build command you used (if compiling from source):
  • Python version:
  • CUDA/cuDNN version:
  • GPU models and configuration:
  • Any other relevant information:

Additional context

@yurijmikhalevich instructions in the readme have been updated! mind try it again?

removed flash as dependency