Skip to content

Commit

Permalink
Add Lora support (AbdBarho#306)
Browse files Browse the repository at this point in the history
Refs AbdBarho#305 AbdBarho#303

Co-authored-by: repligator <114337591+repligator@users.noreply.github.com>
  • Loading branch information
AbdBarho and repligator committed Jan 24, 2023
1 parent 510f9fa commit e2b0fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
/Hypernetworks
/VAE
/embeddings
/Lora
1 change: 1 addition & 0 deletions services/AUTOMATIC1111/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ MOUNTS["${ROOT}/models/hypernetworks"]="/data/Hypernetworks"
MOUNTS["${ROOT}/models/torch_deepdanbooru"]="/data/Deepdanbooru"
MOUNTS["${ROOT}/models/BLIP"]="/data/BLIP"
MOUNTS["${ROOT}/models/midas"]="/data/MiDaS"
MOUNTS["${ROOT}/models/Lora"]="/data/Lora"

MOUNTS["${ROOT}/embeddings"]="/data/embeddings"
MOUNTS["${ROOT}/config.json"]="/data/config/auto/config.json"
Expand Down

0 comments on commit e2b0fb9

Please sign in to comment.