chore: check and remove ToDo's

This commit is contained in:
Manuel Schmid
2024-02-02 01:45:08 +01:00
parent 934bdb180a
commit b438f7b43f
4 changed files with 3 additions and 10 deletions
-1
View File
@@ -598,7 +598,6 @@ with shared.gradio_root:
def trigger_metadata_import(filepath, state_is_generating):
parameters, items, metadata_scheme = modules.metadata.read_info_from_image(filepath)
# TODO check what happens if metadata_scheme is empty and A1111 string
if parameters is None:
print('Could not find metadata in the image!')
pass