v21.3.7
This commit is contained in:
parent
ea90c05841
commit
13c4b1f73b
@ -213,6 +213,9 @@ This will store your a backup file with your current locally installed pip packa
|
|||||||
|
|
||||||
## Change History
|
## Change History
|
||||||
|
|
||||||
|
* 2023/03/29 (v21.3.7)
|
||||||
|
- Allow for 0.1 increment in Network and Conv alpha values: https://github.com/bmaltais/kohya_ss/pull/471 Thanks to @srndpty
|
||||||
|
- Updated Lycoris module version
|
||||||
* 2023/03/28 (v21.3.6)
|
* 2023/03/28 (v21.3.6)
|
||||||
- Fix issues when `--persistent_data_loader_workers` is specified.
|
- Fix issues when `--persistent_data_loader_workers` is specified.
|
||||||
- The batch members of the bucket are not shuffled.
|
- The batch members of the bucket are not shuffled.
|
||||||
|
@ -31,7 +31,7 @@ V1_MODELS = [
|
|||||||
# define a list of substrings to search for
|
# define a list of substrings to search for
|
||||||
ALL_PRESET_MODELS = V2_BASE_MODELS + V_PARAMETERIZATION_MODELS + V1_MODELS
|
ALL_PRESET_MODELS = V2_BASE_MODELS + V_PARAMETERIZATION_MODELS + V1_MODELS
|
||||||
|
|
||||||
FILE_ENV_EXCLUSION = ['COLAB_GPU', 'RUNPOD_ENVIRONMENT']
|
FILE_ENV_EXCLUSION = ['COLAB_GPU', 'RUNPOD_POD_ID']
|
||||||
|
|
||||||
|
|
||||||
def check_if_model_exist(output_name, output_dir, save_model_as):
|
def check_if_model_exist(output_name, output_dir, save_model_as):
|
||||||
|
@ -22,9 +22,9 @@ fairscale==0.4.13
|
|||||||
requests==2.28.2
|
requests==2.28.2
|
||||||
timm==0.6.12
|
timm==0.6.12
|
||||||
# tensorflow<2.11
|
# tensorflow<2.11
|
||||||
huggingface-hub==0.12.0
|
huggingface-hub==0.13.0
|
||||||
tensorflow==2.10.1
|
tensorflow==2.10.1
|
||||||
# For locon support
|
# For locon support
|
||||||
lycoris_lora==0.1.2
|
lycoris_lora==0.1.4
|
||||||
# for kohya_ss library
|
# for kohya_ss library
|
||||||
.
|
.
|
Loading…
Reference in New Issue
Block a user