mirror of https://github.com/bmaltais/kohya_ss
Backingout Unix requirements. Prodify optimizer will not work
parent
6e5e74e442
commit
4c2d217615
|
|
@ -1287,7 +1287,7 @@ def run_cmd_advanced_training(**kwargs):
|
|||
return run_cmd
|
||||
|
||||
def verify_image_folder_pattern(folder_path):
|
||||
false_response = True # temporarilly set to true to prevent stopping training in case of false positive
|
||||
false_response = True # temporarily set to true to prevent stopping training in case of false positive
|
||||
true_response = True
|
||||
|
||||
# Check if the folder exists
|
||||
|
|
|
|||
|
|
@ -0,0 +1,32 @@
|
|||
accelerate==0.19.0
|
||||
albumentations==1.3.0
|
||||
altair==4.2.2
|
||||
bitsandbytes==0.35.0
|
||||
dadaptation==3.1
|
||||
diffusers[torch]==0.10.2
|
||||
easygui==0.98.3
|
||||
einops==0.6.0
|
||||
fairscale==0.4.13
|
||||
ftfy==6.1.1
|
||||
gradio==3.23.0; sys_platform == 'darwin'
|
||||
gradio==3.32.0; sys_platform != 'darwin'
|
||||
huggingface-hub==0.13.3; sys_platform == 'darwin'
|
||||
huggingface-hub==0.13.3; sys_platform != 'darwin'
|
||||
lion-pytorch==0.0.6
|
||||
lycoris_lora==0.1.6
|
||||
opencv-python==4.7.0.68
|
||||
prodigyopt==1.0
|
||||
pytorch-lightning==1.9.0
|
||||
rich==13.4.1
|
||||
safetensors==0.2.6
|
||||
tensorboard==2.10.1 ; sys_platform != 'darwin'
|
||||
tensorboard==2.12.1 ; sys_platform == 'darwin'
|
||||
tensorflow==2.10.1; sys_platform != 'darwin'
|
||||
timm==0.6.12
|
||||
tk==0.1.0
|
||||
toml==0.10.2
|
||||
transformers==4.26.0
|
||||
voluptuous==0.13.1
|
||||
wandb==0.15.0
|
||||
# for kohya_ss library
|
||||
.
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
accelerate==0.19.0
|
||||
accelerate==0.15.0
|
||||
albumentations==1.3.0
|
||||
altair==4.2.2
|
||||
bitsandbytes==0.35.0
|
||||
|
|
@ -10,12 +10,11 @@ fairscale==0.4.13
|
|||
ftfy==6.1.1
|
||||
gradio==3.23.0; sys_platform == 'darwin'
|
||||
gradio==3.32.0; sys_platform != 'darwin'
|
||||
huggingface-hub==0.13.3; sys_platform == 'darwin'
|
||||
huggingface-hub==0.13.0; sys_platform == 'darwin'
|
||||
huggingface-hub==0.13.3; sys_platform != 'darwin'
|
||||
lion-pytorch==0.0.6
|
||||
lycoris_lora==0.1.6
|
||||
opencv-python==4.7.0.68
|
||||
prodigyopt==1.0
|
||||
pytorch-lightning==1.9.0
|
||||
rich==13.4.1
|
||||
safetensors==0.2.6
|
||||
|
|
@ -29,4 +28,4 @@ transformers==4.26.0
|
|||
voluptuous==0.13.1
|
||||
wandb==0.15.0
|
||||
# for kohya_ss library
|
||||
.
|
||||
.
|
||||
Loading…
Reference in New Issue