#Rotating images
3 messages · Page 1 of 1 (latest)
Not yet!
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.