#Rotating images

3 messages · Page 1 of 1 (latest)

subtle basin
#

Is it possible to do this with Invoke? I have a pretty particular scene in mind I'm trying to generate, but it would be really helpful if I could flip the images to do that. (As in 90 degrees horizontally, like <--|-->)

shrewd crest
#

Not yet!

tender plover
#

If you are willing to venture into the world of nodes, I hacked together a basic Rotate/Flip Image node here: https://raw.githubusercontent.com/dwringer/composition-nodes/main/image_rotate.py

This would go in your invokeai/.venv/Lib/site-packages/invokeai/app/invocations folder [or, there might be a "Python" folder in between Lib/ and site-packages/, but the rest of the path should be the same.

You can rotate it any number of degrees clockwise or counterclockwise, optionally expanding the boundaries to fit. You can also flip/mirror the image vertically or horizontally with separate options.