Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ for i in range(3):
|
|
80 |
torch.cuda.empty_cache()
|
81 |
|
82 |
optimize_pipeline_(pipe,
|
83 |
-
image=Image.new('RGB', (LANDSCAPE_WIDTH, LANDSCAPE_HEIGHT)),
|
84 |
prompt='prompt',
|
85 |
height=LANDSCAPE_HEIGHT,
|
86 |
width=LANDSCAPE_WIDTH,
|
|
|
80 |
torch.cuda.empty_cache()
|
81 |
|
82 |
optimize_pipeline_(pipe,
|
83 |
+
# image=Image.new('RGB', (LANDSCAPE_WIDTH, LANDSCAPE_HEIGHT)),
|
84 |
prompt='prompt',
|
85 |
height=LANDSCAPE_HEIGHT,
|
86 |
width=LANDSCAPE_WIDTH,
|