remove references to vram_cache in tests

This commit is contained in:
Lincoln Stein
2024-03-31 16:52:01 -04:00
parent eaa2c68693
commit a1dcab9c38
3 changed files with 0 additions and 3 deletions

View File

@ -109,7 +109,6 @@ def mm2_loader(mm2_app_config: InvokeAIAppConfig) -> ModelLoadServiceBase:
ram_cache = ModelCache(
logger=InvokeAILogger.get_logger(),
max_cache_size=mm2_app_config.ram,
max_vram_cache_size=mm2_app_config.vram,
)
convert_cache = ModelConvertCache(mm2_app_config.convert_cache_path)
return ModelLoadService(