mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-07-10 01:18:32 +00:00
toggle jinja enables jinjatools
This commit is contained in:
parent
0184f27804
commit
b5ae1305d4
1 changed files with 1 additions and 0 deletions
|
|
@ -8680,6 +8680,7 @@ def show_gui():
|
|||
makecheckbox(context_tab, "Enable Guidance", enableguidance_var, 43,padx=(140), tooltiptxt="Enables the use of Classifier-Free-Guidance, which allows the use of negative prompts. Has performance and memory impact.")
|
||||
def togglejinja(a,b,c):
|
||||
if jinja_var.get()==1:
|
||||
jinja_tools_var.set(1)
|
||||
jinjatoolsbox.grid()
|
||||
jinjakwargsbox.grid()
|
||||
jinjakwargsboxlbl.grid()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue