Lora Image Cropper is a simple Qt desktop application for cropping images. It allows you to load an image, crop it to a specific size, and save the cropped image to a file. It's a quick and convenient way to prepare images for fine-tuning generative AI models with lora weights.
To install Lora Image Cropper, follow these steps:
- Clone the repository to your local machine.
- Install the required dependencies by running
pip install -r requirements.txt. - Run the application by running
python app.py.
To use Lora Image Cropper, follow these steps:
- Click the "Load Image" button to load an image.
- Use the mouse to resize a rectangle over the area of the image you want to crop.
- Use the "Save Cropped Image" button to save the cropped image to a file.
You can also select the size of the cropped image using the "Image Size" dropdown menu.
If you would like to contribute to Lora Image Cropper, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork.
- Submit a pull request to the main repository.
Lora Image Cropper is licensed under the MIT License. See LICENSE for more information.
