multimodalart HF staff commited on
Commit
d827a95
1 Parent(s): a1f66f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from diffusers import StableDiffusionXLPipeline, UNet2DConditionModel, EulerDiscreteScheduler, LCMScheduler
3
  import torch
4
  from huggingface_hub import hf_hub_download
5
  from safetensors.torch import load_file
 
1
  import gradio as gr
2
+ from diffusers import StableDiffusionXLPipeline, UNet2DConditionModel, EulerDiscreteScheduler, LCMScheduler, AutoencoderKL
3
  import torch
4
  from huggingface_hub import hf_hub_download
5
  from safetensors.torch import load_file