bizyengine 1.2.42__py3-none-any.whl → 1.2.44__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bizyengine/bizy_server/server.py +13 -2
- bizyengine/bizy_server/utils.py +1 -0
- bizyengine/misc/utils.py +1 -1
- bizyengine/version.txt +1 -1
- {bizyengine-1.2.42.dist-info → bizyengine-1.2.44.dist-info}/METADATA +1 -1
- {bizyengine-1.2.42.dist-info → bizyengine-1.2.44.dist-info}/RECORD +8 -8
- {bizyengine-1.2.42.dist-info → bizyengine-1.2.44.dist-info}/WHEEL +0 -0
- {bizyengine-1.2.42.dist-info → bizyengine-1.2.44.dist-info}/top_level.txt +0 -0
bizyengine/bizy_server/server.py
CHANGED
|
@@ -4,6 +4,7 @@ import json
|
|
|
4
4
|
import logging
|
|
5
5
|
import os
|
|
6
6
|
import random
|
|
7
|
+
import re
|
|
7
8
|
import shutil
|
|
8
9
|
import threading
|
|
9
10
|
import time
|
|
@@ -760,7 +761,13 @@ class BizyAirServer:
|
|
|
760
761
|
all_models = await self.api_client.fetch_all_llm_models(
|
|
761
762
|
request_api_key=request_api_key
|
|
762
763
|
)
|
|
763
|
-
llm_models = [
|
|
764
|
+
llm_models = [
|
|
765
|
+
model
|
|
766
|
+
for model in all_models
|
|
767
|
+
if not (
|
|
768
|
+
re.search(r"\d+(\.\d+)?v", model.lower()) or "vl" in model.lower()
|
|
769
|
+
)
|
|
770
|
+
]
|
|
764
771
|
llm_models.append("No LLM Enhancement")
|
|
765
772
|
return aiohttp.web.json_response(llm_models)
|
|
766
773
|
|
|
@@ -773,7 +780,11 @@ class BizyAirServer:
|
|
|
773
780
|
all_models = await self.api_client.fetch_all_llm_models(
|
|
774
781
|
request_api_key=request_api_key
|
|
775
782
|
)
|
|
776
|
-
vlm_models = [
|
|
783
|
+
vlm_models = [
|
|
784
|
+
model
|
|
785
|
+
for model in all_models
|
|
786
|
+
if re.search(r"\d+(\.\d+)?v", model.lower()) or "vl" in model.lower()
|
|
787
|
+
]
|
|
777
788
|
vlm_models.append("No VLM Enhancement")
|
|
778
789
|
return aiohttp.web.json_response(vlm_models)
|
|
779
790
|
|
bizyengine/bizy_server/utils.py
CHANGED
bizyengine/misc/utils.py
CHANGED
bizyengine/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.44
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bizyengine
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.44
|
|
4
4
|
Summary: [a/BizyAir](https://github.com/siliconflow/BizyAir) Comfy Nodes that can run in any environment.
|
|
5
5
|
Author-email: SiliconFlow <yaochi@siliconflow.cn>
|
|
6
6
|
Project-URL: Repository, https://github.com/siliconflow/BizyAir
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
bizyengine/__init__.py,sha256=GP9V-JM07fz7uv_qTB43QEA2rKdrVJxi5I7LRnn_3ZQ,914
|
|
2
|
-
bizyengine/version.txt,sha256=
|
|
2
|
+
bizyengine/version.txt,sha256=4snfTaHJGWr0PBVgMtSm3pcbQu_i2a1kfCnj-5TqQkQ,7
|
|
3
3
|
bizyengine/bizy_server/__init__.py,sha256=SP9oSblnPo4KQyh7yOGD26YCskFAcQHAZy04nQBNRIw,200
|
|
4
4
|
bizyengine/bizy_server/api_client.py,sha256=t6cwob7hs993oy5WdFcjKtIzfi3S_eUhODdDVv_Hedo,43822
|
|
5
5
|
bizyengine/bizy_server/errno.py,sha256=1UiFmE2U7r7hCHgsw4-p_YL0VCmTJc9NyYDEbhkanaY,16336
|
|
@@ -7,9 +7,9 @@ bizyengine/bizy_server/error_handler.py,sha256=MGrfO1AEqbfEgMWPL8B6Ypew_zHiQAdYG
|
|
|
7
7
|
bizyengine/bizy_server/execution.py,sha256=ayaEf6eGJKQsVZV-1_UlGlvwwmlH7FEek31Uq-MbUjA,1644
|
|
8
8
|
bizyengine/bizy_server/profile.py,sha256=f4juAzJ73gCm0AhagYpt9WnG8HEI6xze_U96-omBLqU,3044
|
|
9
9
|
bizyengine/bizy_server/resp.py,sha256=iOFT5Ud7VJBP2uqkojJIgc3y2ifMjjEXoj0ewneL9lc,710
|
|
10
|
-
bizyengine/bizy_server/server.py,sha256=
|
|
10
|
+
bizyengine/bizy_server/server.py,sha256=IcsvwOPMxepxSRnQi5XK_dqIWmH4dwd5ZeJEUYzfhls,58881
|
|
11
11
|
bizyengine/bizy_server/stream_response.py,sha256=H2XHqlVRtQMhgdztAuG7l8-iV_Pm42u2x6WJ0gNVIW0,9654
|
|
12
|
-
bizyengine/bizy_server/utils.py,sha256=
|
|
12
|
+
bizyengine/bizy_server/utils.py,sha256=Kkn-AATZcdaDhg8Rg_EJW6aKqkyiSE2EYmuyOhUwXso,3863
|
|
13
13
|
bizyengine/bizyair_extras/__init__.py,sha256=zzqOeOnd6uyyopeNFPa7asfG-sI4r3SSrKJkHGF4iGI,1064
|
|
14
14
|
bizyengine/bizyair_extras/nodes_advanced_refluxcontrol.py,sha256=cecfjrtnjJAty9aNkhz8BlmHUC1NImkFlUDiA0COEa4,2242
|
|
15
15
|
bizyengine/bizyair_extras/nodes_cogview4.py,sha256=Ni0TDOycczyDhYPvSR68TxGV_wE2uhaxd8MIj-J4-3o,2031
|
|
@@ -78,8 +78,8 @@ bizyengine/misc/nodes_controlnet_union_sdxl.py,sha256=fYyu_XMY7mcX1Ad9x30q1tYB8m
|
|
|
78
78
|
bizyengine/misc/route_sam.py,sha256=-bMIR2QalfnszipGxSxvDAHGJa5gPSrjkYPb5baaRg4,1561
|
|
79
79
|
bizyengine/misc/segment_anything.py,sha256=wNKYwlYPMszfwj23524geFZJjZaG4eye65SGaUnh77I,8941
|
|
80
80
|
bizyengine/misc/supernode.py,sha256=STN9gaxfTSErH8OiHeZa47d8z-G9S0I7fXuJvHQOBFM,4532
|
|
81
|
-
bizyengine/misc/utils.py,sha256=
|
|
82
|
-
bizyengine-1.2.
|
|
83
|
-
bizyengine-1.2.
|
|
84
|
-
bizyengine-1.2.
|
|
85
|
-
bizyengine-1.2.
|
|
81
|
+
bizyengine/misc/utils.py,sha256=CKduySGSMNGlJMImHyZmN-giABY5VUaB88f6Kq-HAV0,6831
|
|
82
|
+
bizyengine-1.2.44.dist-info/METADATA,sha256=lEKqEJ96_VcpjrrdJnbGM6nmDN0u4QJYLKXonJJWSnM,675
|
|
83
|
+
bizyengine-1.2.44.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
84
|
+
bizyengine-1.2.44.dist-info/top_level.txt,sha256=2zapzqxX-we5cRyJkGf9bd5JinRtXp3-_uDI-xCAnc0,11
|
|
85
|
+
bizyengine-1.2.44.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|