-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
11 additions
and
53 deletions.
There are no files selected for viewing
Submodule ComfyUI
updated
21 files
+2 −2 | comfy/controlnet.py | |
+1 −1 | comfy/k_diffusion/sampling.py | |
+1 −1 | comfy/latent_formats.py | |
+3 −6 | comfy/ldm/cascade/stage_a.py | |
+30 −0 | comfy/model_base.py | |
+56 −46 | comfy/model_management.py | |
+106 −29 | comfy/model_patcher.py | |
+3 −0 | comfy/model_sampling.py | |
+14 −12 | comfy/ops.py | |
+3 −2 | comfy/samplers.py | |
+41 −1 | comfy/supported_models.py | |
+28 −0 | comfy_extras/nodes_custom_sampler.py | |
+3 −3 | comfy_extras/nodes_images.py | |
+1 −1 | comfy_extras/nodes_perpneg.py | |
+47 −6 | comfy_extras/nodes_stable3d.py | |
+1 −1 | comfy_extras/nodes_stable_cascade.py | |
+28 −0 | comfy_extras/nodes_video_model.py | |
+1 −5 | custom_nodes/websocket_image_save.py | |
+0 −1 | execution.py | |
+1 −0 | main.py | |
+159 −0 | script_examples/websockets_api_example_ws_images.py |
Submodule automatic
updated
from bc4b63 to 82973c
Submodule axolotl
updated
from 097678 to ff939d
Submodule koboldcpp
updated
29 files
+2 −0 | .gitignore | |
+24 −22 | Makefile | |
+12 −2 | common/common.cpp | |
+2 −1 | common/common.h | |
+7 −0 | common/sampling.cpp | |
+2 −0 | examples/batched-bench/batched-bench.cpp | |
+1 −1 | examples/embedding/embedding.cpp | |
+43 −10 | examples/llama-bench/llama-bench.cpp | |
+2 −0 | examples/llama.swiftui/llama.cpp.swift/LibLlama.swift | |
+2 −1 | examples/perplexity/perplexity.cpp | |
+51 −57 | examples/server/server.cpp | |
+1 −0 | examples/server/tests/features/embeddings.feature | |
+8 −0 | examples/server/tests/features/steps/steps.py | |
+11 −1 | examples/server/utils.hpp | |
+45 −64 | ggml-alloc.c | |
+13 −5 | ggml-alloc.h | |
+14 −3 | ggml-backend-impl.h | |
+358 −135 | ggml-backend.c | |
+41 −17 | ggml-backend.h | |
+146 −29 | ggml-cuda.cu | |
+5 −0 | ggml-kompute.cpp | |
+9 −4 | ggml-metal.m | |
+0 −3 | ggml-metal.metal | |
+23 −13 | ggml-sycl.cpp | |
+5 −0 | ggml-vulkan.cpp | |
+68 −45 | ggml.c | |
+52 −28 | koboldcpp.py | |
+608 −523 | llama.cpp | |
+8 −1 | llama.h |
Submodule llama.cpp
updated
from 19885d to b06c16
Submodule text-generation-webui
updated
9 files
+2 −1 | extensions/openai/typing.py | |
+8 −7 | modules/cache_utils.py | |
+10 −3 | modules/chat.py | |
+16 −3 | modules/html_generator.py | |
+2 −1 | modules/shared.py | |
+4 −2 | modules/ui.py | |
+41 −37 | modules/ui_chat.py | |
+2 −2 | modules/ui_model_menu.py | |
+6 −1 | settings-template.yaml |
This file contains 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
23 changes: 0 additions & 23 deletions
23
airootfs/root/customize_airootfs/patches/0100-vllm-enable-other-archs.patch
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
airootfs/root/customize_airootfs/scripts/0100-vllm-patches.sh
This file was deleted.
Oops, something went wrong.
This file contains 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