mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
fix incorrect merge conflict resolution
This commit is contained in:
parent
d8a5d9f2b2
commit
a3f10ea1fa
@ -182,6 +182,9 @@ async def __tag_images(images):
|
||||
async def __tag_scene(scene):
|
||||
async with semaphore:
|
||||
scenePath = scene['files'][0]['path']
|
||||
mutated_path = scenePath
|
||||
for key, value in config.path_mutation.items():
|
||||
mutated_path = mutated_path.replace(key, value)
|
||||
sceneId = scene['id']
|
||||
log.debug("files result:" + str(scene['files'][0]))
|
||||
phash = scene['files'][0].get('fingerprint', None)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: AI Tagger
|
||||
description: Tag videos and Images with Locally hosted AI using Skier's Patreon AI models
|
||||
version: 1.5
|
||||
version: 1.6
|
||||
url: https://github.com/stashapp/CommunityScripts/tree/main/plugins/AITagger
|
||||
exec:
|
||||
- python
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user