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

Supports VHS video outputs in queue sidebar tab #1174

Merged
merged 7 commits into from
Oct 8, 2024
Merged

Conversation

huchenlei
Copy link
Member

@huchenlei huchenlei commented Oct 8, 2024

Resolves #1153

To test this PR:

video_queue_support.mp4

@@ -213,7 +241,7 @@ export class TaskItemImpl {
: undefined
}

public async loadWorkflow() {
public async loadWorkflow(app: ComfyApp) {
Copy link
Member Author

Choose a reason for hiding this comment

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

It's wield that if I don't import plainToClass from class transformer, vitest is throwing reflect-metadata not available error when import app.ts. I think it's time we just remove app.ts from the import list and accept it as a param from caller.

@huchenlei huchenlei merged commit 5f3afa3 into main Oct 8, 2024
9 checks passed
@huchenlei huchenlei deleted the video_media branch October 8, 2024 21:10
@mijuku233
Copy link
Contributor

Unable to preview video (gif can be previewed normally)

image

The video URL is correct and can be played effectively,

but in the sidebar, it says "Video failed to load"

image
image

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.

[Feature Request]: Show video outputs in Queue Sidebar
2 participants