Commit Graph

31 Commits (master)

Author SHA1 Message Date
bmaltais aa6526d13a Update release 2025-06-23 08:35:07 -04:00
bmaltais 6c05e32070 Fix bad commit 2025-06-19 19:53:15 -04:00
bmaltais e9be00a193 Update requirements 2025-06-19 19:52:10 -04:00
bmaltais 23b70c8f16
Core improvements batch1 (#3294)
* Refactor and Improve Core Components

This commit includes several improvements to the core components of the Kohya_ss GUI:

1.  **Refactored `check_torch()` in `setup/setup_common.py`**:
    *   Broke down the function into smaller, more focused functions for better readability and maintainability.
    *   Simplified the logic for detecting different hardware backends (CUDA, ROCm, Intel OneAPI).

2.  **Improved Error Handling in `setup/setup_common.py`**:
    *   Made error messages more user-friendly and informative by providing context and suggestions.
    *   Ensured consistent logging of errors.
    *   Enhanced error reporting for external processes like Git and pip/uv.

3.  **Enhanced Documentation for `config.toml`**:
    *   Updated the "Custom Path Defaults" section in `README.md` with more details on customizing `config.toml`.
    *   Provided clearer examples of common configurations.

4.  **Reviewed and Updated Dependencies**:
    *   Removed several unused dependencies from `pyproject.toml` (`altair`, `fairscale`, `imagesize`, `invisible-watermark`, `pytorch-lightning`, `voluptuous`).
    *   Updated various dependencies to their latest stable and compatible versions.

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-06-19 08:07:05 -04:00
bmaltais 451f84d4ae Update release number 2025-06-15 10:23:04 -04:00
bmaltais d9c30a7176 Update release 2025-05-26 21:37:04 -04:00
bmaltais 5264f5f6fe Update accelerate 2025-05-26 21:02:15 -04:00
bmaltais e6adcc355a Revert change 2025-05-26 20:58:30 -04:00
bmaltais e980bd555d Update accelerate 2025-05-26 20:32:46 -04:00
bmaltais ebcd203a82 Install cu128 for all 2025-05-26 20:18:59 -04:00
bmaltais 8c8f15b1ad Update uv requirements 2025-05-26 20:11:52 -04:00
bmaltais 3be6719174 Removed deepspeed 2025-05-25 21:19:45 -04:00
bmaltais 757f4c15cf Updated to support 50X0 cards 2025-05-25 20:05:11 -04:00
bmaltais f91cee6c7a Getting ready for v25.1.0 release 2025-05-25 17:52:02 -04:00
bmaltais e3f7975352 Fix issue with library in project 2025-05-03 20:21:35 -04:00
bmaltais 35354b1b0a Update lycoris release 2025-05-03 10:46:27 -04:00
bmaltais dc78079ca5 Updates for linux support 2025-05-03 10:24:57 -04:00
bmaltais 9442940cea Update to python 3.11 as version for the gui
Add deepspeed support under linux
2025-05-03 09:29:42 -04:00
bmaltais e79f0416fb Fix issue with v_param when SDXL is selected 2025-04-05 08:47:35 -04:00
bmaltais f2efdcf207 Update to latest sd-scripts release 2025-03-30 11:07:02 -04:00
bmaltais dca0aef2c6 Update requirements for uv 2025-03-29 15:31:22 -04:00
bmaltais bb5492850a Update installation instructions 2025-03-29 10:58:54 -04:00
bmaltais 6ce4751aa4 Another fix gradio ASGI issue 2025-03-28 16:01:36 -04:00
bmaltais 144b5db964 Update requirements 2025-03-28 15:27:39 -04:00
bmaltais 7ad8dc8a18 Update uv requirements 2025-03-28 10:24:34 -04:00
bmaltais fc9e55a2de Update prodigyopt release 2025-03-28 09:05:52 -04:00
bmaltais 319b11b54b Fix for uv on windows 2025-01-17 08:13:26 -05:00
Bernard Maltais b018959cac Update uv config for linux 2025-01-17 07:55:25 -05:00
bmaltais c521ec6bcf Start work to migrate from pip to uv 2025-01-16 10:07:59 -05:00
bmaltais ef1dcafbfe Fix warning messages 2024-04-03 20:20:59 -04:00
bmaltais 4275c12014
v21.7.11
- This is a significant update to how setup work across different platform. It might be causing issues... especially for linux env like runpod. If you encounter problems please report them in the issues so I can try to address them. You can revert to the previous release with `git checkout v21.7.10`

The setup solution is now much more modulat and will simplify requirements support across different environments... hoping this will make it easier to run on different OS.
2023-06-23 13:23:25 -04:00