lint changes

This commit is contained in:
Vladimir Mandic
2024-05-07 09:56:32 -04:00
parent 9ca5e3877d
commit b137f67edc
18 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class InterrogateModels:
from repositories.blip.models import blip
import modules.modelloader as modelloader
model_path = os.path.join(paths.models_path, "BLIP")
download_name='model_base_caption_capfilt_large.pth',
download_name='model_base_caption_capfilt_large.pth'
shared.log.debug(f'Model interrogate load: type=BLiP model={download_name} path={model_path}')
files = modelloader.load_models(
model_path=model_path,