Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flux upscale #253

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Add flux upscale #253

wants to merge 18 commits into from

Conversation

ccssu
Copy link
Collaborator

@ccssu ccssu commented Dec 3, 2024

No description provided.

@ccssu ccssu marked this pull request as draft December 3, 2024 06:32
@ccssu ccssu marked this pull request as ready for review December 9, 2024 13:02
@ccssu ccssu marked this pull request as draft December 9, 2024 13:02
@ccssu ccssu marked this pull request as ready for review December 11, 2024 08:30
@dataclass
class CacheConfig:
max_size: int = 100
expiration: int = 300 # 300 seconds
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个是不是适当放大点,比如放大到10分钟。

假设一个放大工作流跑完是2~3分钟,现在设置5分钟的话,是不是最多排队2个人?

10分钟感觉更稳一些,甚至30分钟我觉得也没什么影响。

@@ -83,6 +84,10 @@ def validate_input(


class PromptProcessor(Processor):
bizyair_task_cache = BizyAirTaskCache(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 bizyair_task_cache 是在哪里使用呢,在这个PR里没搜到。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants