forked from comfyanonymous/ComfyUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Update to 0.3.9 #42
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
Open
shenenqing
wants to merge
303
commits into
develop
Choose a base branch
from
update_to_0.3.9
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update to 0.3.9 #42
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
* add 'is_default' to model paths config including impl and doc in example file * update weirdly overspecific test expectations * oh there's two * sigh
returns a json maps of folder paths
* add laplace scheduler [2407.03297] * should be here instead lol * better settings
This shouldn't change anything. The reason it was not zeros is because it did matter in early versions of the code.
* Update web content to release v1.2.60 * Remove dist.zip
Deprecate the other controlnet nodes.
…reviews from the binary stream (comfyanonymous#5016) * Update websockets_api_example.py * even more simplfied
* add ws.close() to websocket examples * add and explain ws.close() in websocket examples
* Run unit tests on Windows as well. * Test on mac. * Continue running on error. * Compared normalized paths to work cross platform. * Only test common set of mimetypes across operating systems.
…nymous#4981) * add internal /folder_paths route returns a json maps of folder paths * (minor) format download_models.py * initial folder path input on download api * actually, require folder_path and clean up some code * partial tests update * fix & logging * also download to a tmp file not the live file to avoid compounding errors from network failure * update tests again * test tweaks * workaround the first tests blocker * fix file handling in tests * rewrite test for create_model_path * minor doc fix * avoid 'mock_directory' use temp dir to avoid accidental fs pollution from tests
If you want to use the cudagraphs backend you need to: --disable-cuda-malloc If you get other backends working feel free to make a PR to add them.
Add an optional bias to the latent RGB preview code.
* add preview 3d node * mark 3d nodes as EXPERIMENTAL
You need to have the library installed first.
This lets you control the seconds_start and seconds_total parameters for the Stable Audio model.
The memory system would load an extra 64MB each time until either the model was completely in memory or OOM.
…us#6119) * Support preview images embedded in safetensors metadata * Add unit test for safetensors embedded image previews
Some shapes like 1024x1024 with tile_size 256 and overlap 64 had issues.
The downscale_ratio formula for the temporal had issues with some frame numbers.
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.