1
0
Fork 0

fix missing param

This commit is contained in:
Sean Sube 2024-01-03 22:20:27 -06:00
parent 46bcd5af86
commit e0d0933092
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class ImageMetadata:
return (model_name, model_hash or "unknown") return (model_name, model_hash or "unknown")
def to_exif(self, server) -> str: def to_exif(self, server, output: List[str]) -> str:
model_name, model_hash = self.get_model_hash() model_name, model_hash = self.get_model_hash()
hash_map = { hash_map = {
model_name: model_hash, model_name: model_hash,