Open
Conversation
* add GET /workflow_templates * serve workflow templates from custom_nodes * refactor into custom_node_manager, add test * remove unused import * revert changes in folder_paths * Remove trailing whitespace. * account for multiple custom_nodes paths
…about the full scope of current sampling run, fix Hook Keyframes' guarantee_steps=1 inconsistent behavior with sampling split across different Sampling nodes/sampling runs by referencing 'sigmas' (Comfy-Org#6273)
* Add kl_optimal scheduler * Rename kl_optimal_schedule to kl_optimal_scheduler to be more consistent
Signed-off-by: bigcat88 <[email protected]>
* Fix import in comfy_types doc / sample * Clarify docstring
…y-Org#6280) Modernize calculate_sigmas function
) This commit fixes the temporal tile size calculation, and removes a redundant tile at the end of the range when its elements are completely covered by the previous tile. Co-authored-by: Andrew Kvochko <[email protected]>
I think the issue this was working around has been solved. If you notice that this change slows things down or causes stutters on your AMD GPU with ROCm on Linux please report it.
* add fov and mask for load 3d node * some comments
* Update web content to release v1.6.16
* Update web content to release v1.6.17 * Remove js maps
Right click the "Load CLIP" or DualCLIPLoader node and "Show Advanced".
* Add update-frontend github action * Update secrets * nit
Adding yoland and robin to web dir
…ptions to not conflict with the "sigmas" that will overwrite "sigmas" in _calc_cond_batch (Comfy-Org#6360)
* Document get_attr and get_model_object * Update model_patcher.py * Update model_patcher.py * Update model_patcher.py
…`requirements.txt` (Comfy-Org#7079) For users of the portable version, there are occasional instances where commands are misinterpreted.
Credits: Lightricks team.
This patch fixes a bug in LTXVCropGuides when the latent has no keyframes. Additionally, the first frame is always added as a keyframe. Co-authored-by: Andrew Kvochko <[email protected]>
This reverts commit a80bc82.
…omfy-Org#7059) * [NodeDef] Explicitly add control_after_generate to seed/noise_seed * Update comfy/comfy_types/node_typing.py Co-authored-by: filtered <[email protected]> --------- Co-authored-by: filtered <[email protected]>
* Better argument handling of front-end-root Improves handling of front-end-root launch argument. Several instances where users have set it and ComfyUI launches as normal and completely disregards the launch arg which doesn't make sense. Better to indicate to user that something is incorrect. * Removed unused import There was no real reason to use "Optional" typing in ther front-end-root argument.
* Add type hint for FileLocator * nit
Adding new tokens no longer makes a whole copy of the embeddings weight which can be massive on certain models.
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.