mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-26 19:09:45 +00:00
add signal_empty_cache
This commit is contained in:
@@ -346,6 +346,9 @@ def bake_gguf_model(model):
|
||||
if gguf_cls is not None:
|
||||
gguf_cls.bake(p)
|
||||
|
||||
global signal_empty_cache
|
||||
signal_empty_cache = True
|
||||
|
||||
model.gguf_baked = True
|
||||
return model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user