do not raise

This commit is contained in:
layerdiffusion
2024-08-11 16:21:52 -07:00
parent fec56de319
commit 08958f84c0

View File

@@ -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