update docs

This commit is contained in:
Artiprocher
2026-04-16 20:24:22 +08:00
parent 59b4bbb62c
commit f58ba5a784
56 changed files with 3237 additions and 280 deletions

View File

@@ -88,6 +88,9 @@ class TemplatePipeline(torch.nn.Module):
self.model_configs = model_configs
self.lazy_loading = lazy_loading
if lazy_loading:
for model_config in model_configs:
TemplatePipeline.check_vram_config(model_config)
model_config.download_if_necessary()
self.models = None
else:
models = []