Mahdi Rahimi
Mahdi Rahimi
# π Update .gitignore to Exclude Unnecessary Files ## Description This PR updates the `.gitignore` file to improve file exclusions and prevent unnecessary files from being tracked. ### π Changes...
**Description** This PR improves the Romanian translations in ro.rs. The following changes have been made: - Completed missing translations - Refined existing translations for better clarity and accuracy - Ensured...
# Update Estonian translation in `et.rs` ## Description This PR improves the Estonian translations in `et.rs`. The following changes have been made: - Completed missing translations - Refined existing translations...
# Update Taiwanese translation in `tw.rs` ## Description This PR improves the Taiwanese translations in `tw.rs`. The following changes have been made: - Completed missing translations - Refined existing translations...
# π Update Ukrainian Translations in `uk.rs` ## Description This PR improves the Ukrainian translations in `uk.rs`. The following changes have been made: - Completed missing translations - Refined existing...
**Description:** This PR improves the Arabic translations in ar.rs. The following changes have been made: - Completed missing translations - Refined existing translations for better clarity and accuracy - Removed...
## Description This PR adds support for Django 5.2 and Python 3.13: - Updated GitHub Actions test matrix: - Added Python 3.13 - Added Django `=5.2` in CI workflows -...
### Whatβs new - **Django 5.2 support** - Added to GitHub Actions test matrix - Added to `setup.py` classifiers - Added to `tox.ini` environments - **CI improvements** - Updated GitHub...
### Changes: - Updated `setup.py` to use `Path.read_text()` instead of `open()` for reading files. - Simplified version retrieval and long description loading using `pathlib.Path`. ### Benefits: - Cleaner and more...
### Summary This PR simplifies how we handle temporary files for the control image in the ControlNet pipeline. The tempfile is now used for both writing and reading without reopening...