Releases: rtuszik/replicate-flux-lora
v1.2.1
v1.2.1 Patch Notes
This patch addresses documentation updates and a critical fix for Docker configuration.
Changes
Documentation Updates [#18]
- Updated
README.md
to include volume for settings in the docker-compose example - Fixed minor formatting issues in the roadmap section
- Removed trailing newline for improved consistency
Docker Configuration Fix
- Updated
Dockerfile
to usesettings.ini
instead ofsettings.toml
, aligning with the new configuration format
Pull Requests Merged
- #18: Documentation updates for Docker setup and minor formatting fixes
This patch ensures that the Docker setup correctly uses the new INI configuration format and improves the clarity of our documentation. Users should now be able to build and run the Docker image without configuration-related errors.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.2.0 Release Notes
Key Updates
1. Documentation Improvements [#15]
- Updated README with clearer feature descriptions
- Added roadmap section for future plans
- Refreshed main page screenshot
2. Configuration Enhancements [#16]
- Migrated from TOML to INI for simpler configuration
- Replaced Dynaconf with configparser
- Added support for user-specific settings
3. Docker Optimization [#16]
- Implemented named volume for settings in docker-compose.yml
4. Model Handling Upgrades [#17]
- Improved error handling for model addition
- Automatic fetching of latest model versions
- Enhanced ImageGenerator initialization
5. Code Refactoring [#16]
- Optimized configuration-related code
- Improved logging for better debugging
6. Dependency Updates [#16 ]
- Updated requirements.txt
This release focuses on improving user experience, streamlining configuration, and enhancing model handling. We've also made significant behind-the-scenes improvements for better maintainability.
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
v1.1.0
This is a substantial update, featuring a comprehensive redesign of the user interface.
- The user interface now functions more effectively on both mobile and desktop devices.
- An option has been added to download the generated images.
- Numerous inconsistencies with UI elements have been resolved to enhance the overall user experience.
Changelog:
- Fix missing settings.toml, update README by @rtuszik in #10
- Improve download functionality, UI by @rtuszik in #11
- Enhance UI and Improve User Experience by @rtuszik in #12
Full Changelog: v1.0.0...v1.1.0
v1.0.1
-
chore: update .gitignore file
-
docs: update and reorganize documentation
-
fix(docker): include settings.toml to allow app to start
Full Changelog: v1.0.0...v1.0.1
v1.0.0
[v1.0.0]
Added
- feat(settings.toml): Add default prompt and user-added models configuration
- feat(gui.py): Add confirmation dialog before deleting user model
- docs(README.md): Add screenshot section with an example image to improve project presentation
- feat(api-key): Add API key management and validation
Changed
- refactor(gui.py): Refactor to load flux models asynchronously for better UX
- refactor(gui.py): Remove flux fine-tune models loading and related UI elements
- refactor(gui.py): Refactor user model management
- refactor(gui.py): Refactor key handling and model management for clarity and security
- refactor(config): Migrate to dynaconf for settings
- refactor(settings): Improve config management
- refactor(gui): Improve layout and responsiveness
- refactor(gui): Optimize ImageGeneratorGUI class
CI/CD
- feat(ci): Add release trigger to Docker workflow
- ci: Remove Docker layer caching in GitHub Actions
Dependencies
- chore(deps): Update replicate from 0.32.0 to 0.32.1
- chore(deps): Update nicegui from 1.4.36 to 1.4.37
- chore(deps): Update httpx from 0.27.0 to 0.27.2
- chore(deps): Add dynaconf 3.2.6
- chore(deps): Add toml 0.10.2
Full Changelog: v0.2.1...v1.0.0
v0.2.1
Full Changelog: v0.2.0...v0.2.1