mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
check
This commit is contained in:
@@ -75,7 +75,7 @@ def register_modulation_wrapper(
|
||||
"end_layer": int(end_layer),
|
||||
}
|
||||
|
||||
assert isinstance(model_patcher.model.diffusion_model, Anima)
|
||||
assert model_patcher.model.config.huggingface_repo.endswith("Anima")
|
||||
|
||||
global ORIG_FORWARD
|
||||
ORIG_FORWARD = Anima.forward
|
||||
|
||||
Reference in New Issue
Block a user