Skip to content

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
wants to merge 303 commits into
base: develop
Choose a base branch
from
Open

Update to 0.3.9 #42

wants to merge 303 commits into from

Conversation

shenenqing
Copy link
Collaborator

No description provided.

mcmonkey4eva and others added 30 commits September 19, 2024 08:59
* 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
…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.
comfyanonymous and others added 27 commits December 16, 2024 19:35
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.