Skip to content

Commit

Permalink
Making linux setup use more python
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Jun 23, 2023
1 parent 2341019 commit 20c3f0c
Show file tree
Hide file tree
Showing 7 changed files with 791 additions and 56 deletions.
Empty file added requirements.txt
Empty file.
63 changes: 34 additions & 29 deletions requirements_linux.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
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.32.0
huggingface-hub==0.13.3
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.12.1
tensorflow==2.12.0
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
.
torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
xformers==0.0.20

# 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.32.0
# huggingface-hub==0.13.3
# 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.12.1
# tensorflow==2.12.0
# 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
# .
27 changes: 0 additions & 27 deletions requirements_macos.txt

This file was deleted.

31 changes: 31 additions & 0 deletions requirements_macos_amd64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
torch==2.0.0 torchvision==0.15.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html
xformers
tensorflow-macos

# accelerate==0.15.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
# huggingface-hub==0.13.0
# lion-pytorch==0.0.6
# lycoris_lora==0.1.6
# opencv-python==4.7.0.68
# pytorch-lightning==1.9.0
# rich==13.4.1
# safetensors==0.2.6
# tensorboard==2.12.1
# 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
# .
31 changes: 31 additions & 0 deletions requirements_macos_arm64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
torch==2.0.0 torchvision==0.15.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html
xformers
tensorflow-metal

# accelerate==0.15.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
# huggingface-hub==0.13.0
# lion-pytorch==0.0.6
# lycoris_lora==0.1.6
# opencv-python==4.7.0.68
# pytorch-lightning==1.9.0
# rich==13.4.1
# safetensors==0.2.6
# tensorboard==2.12.1
# 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
# .
Loading

0 comments on commit 20c3f0c

Please sign in to comment.