Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi, img 2 img doesn't work, always get an error up by the model, and it fails. Command prompt has this at the end each time.

 "command = parameters_to_command(generation_parameters)

  File "E:\Itch\Invoke_Ai\invokeai\invokeai_2_3_0_standalone\env\lib\site-packages\invokeai\backend\modules\parameters.py", line 45, in parameters_to_command

    if "init_img" in params and len(params["init_img"]) > 0:

TypeError: object of type 'Image' has no len()"

Suffice to say I have put in an image into the prompt and also tested various settings, result is the same seemingly regardless of model used.

Of note, Unified canvas still works, so it can still generate based on another image, just something going wrong with img 2 img specificly.