Skip to content

Commit 736b5b7

Browse files
committed
Comment out auto-resize and max area parameters in Predictor class for future adjustments.
1 parent 1b982e4 commit 736b5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

predict.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def predict(
144144
height=height,
145145
width=width,
146146
generator=generator,
147-
_auto_resize=False,
148-
max_area=width*height,
147+
# _auto_resize=False,
148+
# max_area=width*height,
149149
guidance_scale=guidance_scale
150150
).images[0]
151151

0 commit comments

Comments
 (0)