mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-28 02:33:57 +00:00
Support LoRAs for Q8/Q5/Q4 GGUF Models
what a crazy night of math
This commit is contained in:
@@ -324,7 +324,7 @@ class UiSettings:
|
||||
)
|
||||
|
||||
def button_set_checkpoint_change(value, dummy):
|
||||
return value, opts.dumpjson()
|
||||
return value.split(' [')[0], opts.dumpjson()
|
||||
|
||||
button_set_checkpoint = gr.Button('Change checkpoint', elem_id='change_checkpoint', visible=False)
|
||||
button_set_checkpoint.click(
|
||||
|
||||
Reference in New Issue
Block a user