mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 11:11:15 +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:
|
if gguf_cls is not None:
|
||||||
gguf_cls.bake(p)
|
gguf_cls.bake(p)
|
||||||
|
|
||||||
|
global signal_empty_cache
|
||||||
|
signal_empty_cache = True
|
||||||
|
|
||||||
model.gguf_baked = True
|
model.gguf_baked = True
|
||||||
return model
|
return model
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user