Staticaliza commited on
Commit
6afc6a4
·
verified ·
1 Parent(s): cee3a60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, height=
65
  "guidance_scale": guidance,
66
  "generator": torch.Generator().manual_seed(get_seed(seed)),
67
  "use_resolution_binning": True,
68
- "output_type":"pil",
69
  }
70
 
71
  image = model(**parameters).images[0]
 
65
  "guidance_scale": guidance,
66
  "generator": torch.Generator().manual_seed(get_seed(seed)),
67
  "use_resolution_binning": True,
68
+ #"output_type":"pil",
69
  }
70
 
71
  image = model(**parameters).images[0]