bizyengine 1.2.65__py3-none-any.whl → 1.2.66__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.
@@ -386,10 +386,10 @@ class NanoBananaPro(BizyAirBaseNode):
386
386
  url = f"{BIZYAIR_SERVER_ADDRESS}/proxy_inference/VertexAI/gemini-3-pro-image-preview"
387
387
  extra_data = pop_api_key_and_prompt_id(kwargs)
388
388
 
389
- if len(images) > 14:
389
+ if images is not None and len(images) > 14:
390
390
  raise ValueError("Maximum number of images is 14")
391
391
  parts = []
392
- for batch_number, image in enumerate(images):
392
+ for batch_number, image in enumerate(images if images is not None else []):
393
393
  if image is not None:
394
394
  parts.append(
395
395
  {
bizyengine/version.txt CHANGED
@@ -1 +1 @@
1
- 1.2.65
1
+ 1.2.66
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bizyengine
3
- Version: 1.2.65
3
+ Version: 1.2.66
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=Q7lTHk3BCaZ6Qd8I4VGIHdrVAe3qSAgWvgjXfbu2beQ,7
2
+ bizyengine/version.txt,sha256=JfKoIMXW0UfH6cucqqNqD89qwq9gR_SqQ1Ky-4wtr3c,7
3
3
  bizyengine/bizy_server/__init__.py,sha256=SP9oSblnPo4KQyh7yOGD26YCskFAcQHAZy04nQBNRIw,200
4
4
  bizyengine/bizy_server/api_client.py,sha256=Z7G5IjaEqSJkF6nLLw2R3bpgBAOi5ClQiUbel6NMXmE,43932
5
5
  bizyengine/bizy_server/errno.py,sha256=RIyvegX3lzpx_1L1q2XVvu3on0kvYgKiUQ8U3ZtyF68,16823
@@ -22,7 +22,7 @@ bizyengine/bizyair_extras/nodes_custom_sampler.py,sha256=NK-7sdcp8oxJisjTEFfBskk
22
22
  bizyengine/bizyair_extras/nodes_dataset.py,sha256=htF0YZb_FHncLhLDEbJfNCVqJ6rvlo1ZLk7iY42Rylc,3440
23
23
  bizyengine/bizyair_extras/nodes_differential_diffusion.py,sha256=nSrbD-w0XtrwktwzME5M0Vmi1sI7Z08AqwgymTdThqo,370
24
24
  bizyengine/bizyair_extras/nodes_flux.py,sha256=ls94kGBuBNgW5c6uhG36iZLk1TTM2TIoTTcpERgEE5E,2683
25
- bizyengine/bizyair_extras/nodes_gemini.py,sha256=UpVe-v5ubotg0wiDQ6CpgvH0PMyXEMoT6IluOt1dRQw,16044
25
+ bizyengine/bizyair_extras/nodes_gemini.py,sha256=yMngTTCmgOV3lB4Wnqi1A-qSk4MFGGTBSbe0hK-o9QE,16097
26
26
  bizyengine/bizyair_extras/nodes_hunyuan3d.py,sha256=dWHLeqX68N7zKnfDMzm9nutmCNtFT6-wwt7P5cPDu7Q,2058
27
27
  bizyengine/bizyair_extras/nodes_image_utils.py,sha256=BldF_CKD2M01K8-SnG-QV86u3HZqFz_GP5GrCQ5CFDQ,2875
28
28
  bizyengine/bizyair_extras/nodes_ip2p.py,sha256=GSEFJvrs4f2tv0xwYkWqc8uhsXrzAJVPvvwcw0gTjR0,619
@@ -97,7 +97,7 @@ bizyengine/misc/route_sam.py,sha256=-bMIR2QalfnszipGxSxvDAHGJa5gPSrjkYPb5baaRg4,
97
97
  bizyengine/misc/segment_anything.py,sha256=wNKYwlYPMszfwj23524geFZJjZaG4eye65SGaUnh77I,8941
98
98
  bizyengine/misc/supernode.py,sha256=STN9gaxfTSErH8OiHeZa47d8z-G9S0I7fXuJvHQOBFM,4532
99
99
  bizyengine/misc/utils.py,sha256=nXXTPkj4WBvds4EWjI9c-ydeWwmXl8Vwrdu-4Fh62g8,12914
100
- bizyengine-1.2.65.dist-info/METADATA,sha256=5UQntC6jGRJeo5A1urHuiSk-5Hq_v7LV0_tJwJrnBIA,735
101
- bizyengine-1.2.65.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
102
- bizyengine-1.2.65.dist-info/top_level.txt,sha256=2zapzqxX-we5cRyJkGf9bd5JinRtXp3-_uDI-xCAnc0,11
103
- bizyengine-1.2.65.dist-info/RECORD,,
100
+ bizyengine-1.2.66.dist-info/METADATA,sha256=SV507-RvZb4rbAXDX8mWZ9Lp3n-6XK86OYaIqIEF524,735
101
+ bizyengine-1.2.66.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
102
+ bizyengine-1.2.66.dist-info/top_level.txt,sha256=2zapzqxX-we5cRyJkGf9bd5JinRtXp3-_uDI-xCAnc0,11
103
+ bizyengine-1.2.66.dist-info/RECORD,,