Boboiazumi commited on
Commit
daa2b1d
1 Parent(s): 943620a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ def load_pipeline(model_name):
48
  StableDiffusionXLPipeline.from_single_file
49
  if MODEL.endswith(".safetensors")
50
  else StableDiffusionXLPipeline.from_pretrained
 
51
 
52
  img_pipeline = (
53
  StableDiffusionXLImg2ImgPipeline.from_single_file
 
48
  StableDiffusionXLPipeline.from_single_file
49
  if MODEL.endswith(".safetensors")
50
  else StableDiffusionXLPipeline.from_pretrained
51
+ )
52
 
53
  img_pipeline = (
54
  StableDiffusionXLImg2ImgPipeline.from_single_file