Removed seed from get_make_image.

This commit is contained in:
JPPhoto 2023-03-13 08:15:46 -05:00
parent b980e563b9
commit 596ba754b1

View File

@ -223,7 +223,6 @@ class Inpaint(Img2Img):
inpaint_height=None,
inpaint_fill: tuple(int) = (0x7F, 0x7F, 0x7F, 0xFF),
attention_maps_callback=None,
seed=None,
**kwargs,
):
"""