Update app.py
Browse files
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]
|