add automatic marking nodes - #342
Draft
wangshier108 wants to merge 3 commits into
Draft
Conversation
|
Your code does not meet the Black formatting standards. |
ccssu
reviewed
Feb 24, 2025
|
|
||
| NODE_CLASS_MAPPINGS = { | ||
| "BizyAirLoadImagesFromFolder": BizyAirLoadImagesFromFolder, | ||
| "BizyAirMultiJoyCaption2": BizyAirMultiJoyCaption2, |
ccssu
reviewed
Feb 24, 2025
| captions = [] | ||
| input_images = [img for img in image] | ||
|
|
||
| with ThreadPoolExecutor(max_workers=5) as executor: |
Collaborator
There was a problem hiding this comment.
这里跑 200张 图片 大概耗时多久,有时间也可以实验下异步的耗时
Contributor
Author
There was a problem hiding this comment.
测试异步208张差不多得90s,请求多了之后有些会有500得错误
|
Your code does not meet the Black formatting standards. |
doombeaker
force-pushed
the
add_automatic_marking
branch
from
April 27, 2025 15:10
45ca115 to
e5b55a2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.