We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2a7fac + 705f513 commit 36ac7beCopy full SHA for 36ac7be
.gitignore
@@ -3,6 +3,7 @@ characters/*
3
extensions/silero_tts/outputs/*
4
extensions/elevenlabs_tts/outputs/*
5
logs/*
6
+loras/*
7
models/*
8
softprompts/*
9
torch-dumps/*
@@ -18,6 +19,7 @@ img_me*
18
19
20
!characters/Example.json
21
!characters/Example.png
22
+!loras/place-your-loras-here.txt
23
!models/place-your-models-here.txt
24
!softprompts/place-your-softprompts-here.txt
25
!torch-dumps/place-your-pt-models-here.txt
0 commit comments