mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-25 08:49:00 +00:00
do not raise
This commit is contained in:
@@ -191,7 +191,7 @@ def load_vae_dict(filename, map_location):
|
||||
|
||||
|
||||
def load_vae(model, vae_file=None, vae_source="from unknown source"):
|
||||
raise NotImplementedError('Forge does not use this!')
|
||||
pass
|
||||
|
||||
|
||||
# don't call this from outside
|
||||
@@ -207,4 +207,4 @@ unspecified = object()
|
||||
|
||||
|
||||
def reload_vae_weights(sd_model=None, vae_file=unspecified):
|
||||
raise NotImplementedError('Forge does not use this!')
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user