Lightning-Universe / stable-diffusion-deploy

Learn to serve Stable Diffusion models on cloud infrastructure at scale. This Lightning App shows load-balancing, orchestrating, pre-provisioning, dynamic batching, GPU-inference, micro-services working together via the Lightning Apps framework.

Home Page:https://lightning.ai/muse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App not generating images on other devices except GPU

pritamsoni-hsr opened this issue Β· comments

πŸ› Bug

I see a random noise generated image when I'm running the app locally m1 mac.

To Reproduce

Steps to reproduce the behavior:

  • Clone the repo
  • Follow instructions in Readme.

Code sample

Expected behavior

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

ATM image generation in only supported on cuda devices. You can use --cloud to launch the app on cloud.

We'll soon be supporting image generation on cpu

Duplicate of #191

both are different, please read the issue description before closing.

@pritamsoni-hsr try this PR locally? #212