Open
Conversation
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.
Optimistically Q1. I haven't really had the ability to do much work on personal projects lately and I really don't know when I will be able to actually clean this up and make it the official version.
Among other random stuff, this pull adds support for SpargeAttention, animated previews, a current preview endpoint visible via web access, Hunyuan and LTX previewing support. See below.
Note: For LTX-2 previews, you need to wrap the guider with the
BlehFixGuiderPreviewingnode.That pull also supports animated previews, but ComfyUI won't actually show them to you.
bleh_animate_previewcan be set tonone,both,videoorbatch. It is disabled by default.There's a
publish_last_previewsetting in the config that can be used to add/bleh/last_preview(the actual image) and/bleh/last_preview.html(extremely simple page that refreshes the preview every 10 sec). These will be under your normal ComfyUI URI so something likehttp://127.0.0.1:8188/bleh/last_preview.html. This is disabled by default, anyone that can access your ComfyUI instance would be able to see what you're generating.