Thafx commited on
Commit
5371ba0
β€’
1 Parent(s): 99087c8

Rename app.py to app.py--no-half-vae

Browse files
Files changed (1) hide show
  1. app.py β†’ app.py--no-half-vae +1 -1
app.py β†’ app.py--no-half-vae RENAMED
@@ -1,4 +1,4 @@
1
- from diffusers import StableDiffusionPipeline, StableDiffusionImg2ImgPipeline, DPMSolverMultistepScheduler
2
  import gradio as gr
3
  import torch
4
  from PIL import Image
 
1
+ from diffusers import os, StableDiffusionPipeline, StableDiffusionImg2ImgPipeline, DPMSolverMultistepScheduler
2
  import gradio as gr
3
  import torch
4
  from PIL import Image