Merge branch 'main' into Brawlence-main
This commit is contained in:
commit
eab8de0d4a
34 changed files with 1038 additions and 645 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,12 +4,15 @@ extensions/silero_tts/outputs/*
|
|||
extensions/elevenlabs_tts/outputs/*
|
||||
extensions/sd_api_pictures/outputs/*
|
||||
logs/*
|
||||
loras/*
|
||||
models/*
|
||||
softprompts/*
|
||||
torch-dumps/*
|
||||
*pycache*
|
||||
*/*pycache*
|
||||
*/*/pycache*
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
settings.json
|
||||
img_bot*
|
||||
|
@ -17,6 +20,7 @@ img_me*
|
|||
|
||||
!characters/Example.json
|
||||
!characters/Example.png
|
||||
!loras/place-your-loras-here.txt
|
||||
!models/place-your-models-here.txt
|
||||
!softprompts/place-your-softprompts-here.txt
|
||||
!torch-dumps/place-your-pt-models-here.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue