Question on --image usage and multiple images support

#1
by shohanur-rahman01 - opened

Thanks for sharing this repo!
Could you clarify how the --image argument is used in the generate.py script? It would be helpful to have a short description or example in the help text/README. Also, is it possible to add support for inputting multiple images?

thanks for pointing this out! i've added editing examples and clearer help text. multiple references are now supported with --image first.png second.png or --image first.png --image second.png. refer to them as image 1 and image 2 in your prompt, in the order supplied. they jointly guide one output. single-image editing still works, and both multi-image formats have been tested. please update to the latest generate.py.

Sign up or log in to comment