3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
- .github/workflows/test-execution.yml+30
- comfy/cli_args.py+2-1
- comfy/clip_model.py+11-1
- comfy/clip_vision.py+20-4
- comfy/controlnet.py+13-3
- comfy/image_encoders/dino2.py+26-7
- comfy/image_encoders/dino2_large.json+22
- comfy/k_diffusion/sampling.py+82-71
- comfy/latent_formats.py+10
- comfy/ldm/audio/dit.py+1-1
- comfy/ldm/flux/model.py+18-3
- comfy/ldm/hunyuan3d/vae.py+484-83
- comfy/ldm/hunyuan3dv2_1/hunyuandit.py+659
- comfy/ldm/hunyuan_video/model.py+86-16
- comfy/ldm/hunyuan_video/vae.py+136
- comfy/ldm/modules/diffusionmodules/model.py+2-2
- comfy/lora.py+4
- comfy/lora_convert.py+19
- comfy/model_base.py+41
- comfy/model_detection.py+34-8
- comfy/model_management.py+29-7
- comfy/model_patcher.py+3
- comfy/ops.py+3
- comfy/sd.py+49-10
- comfy/supported_models.py+37-1
- comfy/text_encoders/byt5_config_small_glyph.json+22
- comfy/text_encoders/byt5_tokenizer/added_tokens.json+127
- comfy/text_encoders/byt5_tokenizer/special_tokens_map.json+150
- comfy/text_encoders/byt5_tokenizer/tokenizer_config.json+1.2k
- comfy/text_encoders/hunyuan_image.py+100
- comfy/text_encoders/llama.py+2-1
- comfy_api/latest/_io.py+8-3
- comfy_api_nodes/apinode_utils.py+65
- comfy_api_nodes/apis/__init__.py+21-1
- comfy_api_nodes/apis/stability_api.py+22
- comfy_api_nodes/nodes_bytedance.py+1.2k
- comfy_api_nodes/nodes_ideogram.py+70-7
- comfy_api_nodes/nodes_runway.py+338-368
- comfy_api_nodes/nodes_stability.py+676-314
- comfy_api_nodes/util/validation_utils.py+17-3
- comfy_execution/progress.py+2-1
- comfy_extras/nodes_align_your_steps.py+33-17
- comfy_extras/nodes_easycache.py+6-1
- comfy_extras/nodes_flux.py+3-1
- comfy_extras/nodes_hunyuan.py+15
- comfy_extras/nodes_hunyuan3d.py+10-14
- comfy_extras/nodes_images.py+32
- comfy_extras/nodes_model_patch.py+183-3
- comfy_extras/nodes_primitive.py+87-76
- comfy_extras/nodes_stable_cascade.py+93-72
- comfy_extras/nodes_video.py+134-156
- comfyui_version.py+1-1
- main.py-1
- middleware/__init__.py+1
- middleware/cache_middleware.py+52
- nodes.py+4-3
- pyproject.toml+1-1
- requirements.txt+1-1
- script_examples/basic_api_example.py+1-5
- server.py+31-9
- tests-unit/server_test/test_cache_control.py+255
- tests/conftest.py+6
- tests/execution/extra_model_paths.yaml
- tests/execution/test_async_nodes.py+16-12
- tests/execution/test_execution.py+8-5
- tests/execution/test_progress_isolation.py+233
- tests/execution/testing_nodes/testing-pack/__init__.py
- tests/execution/testing_nodes/testing-pack/api_test_nodes.py
- tests/execution/testing_nodes/testing-pack/async_test_nodes.py
- tests/execution/testing_nodes/testing-pack/conditions.py
- tests/execution/testing_nodes/testing-pack/flow_control.py
- tests/execution/testing_nodes/testing-pack/specific_tests.py
- tests/execution/testing_nodes/testing-pack/stubs.py
- tests/execution/testing_nodes/testing-pack/tools.py
- tests/execution/testing_nodes/testing-pack/util.py
Submodule ComfyUI-Manager updated from cfb815d to e278692
0 commit comments