tensorneko-util 0.3.15__py3-none-any.whl → 0.3.17__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.
- tensorneko_util/io/json/json_writer.py +1 -1
- tensorneko_util/util/misc.py +5 -1
- tensorneko_util/util/registry.py +2 -2
- tensorneko_util/version.txt +1 -1
- tensorneko_util/visualization/watcher/web/dist/assets/{index.9f626faa.js → index.53207489.js} +25 -25
- tensorneko_util/visualization/watcher/web/dist/index.html +1 -1
- {tensorneko_util-0.3.15.dist-info → tensorneko_util-0.3.17.dist-info}/METADATA +3 -4
- {tensorneko_util-0.3.15.dist-info → tensorneko_util-0.3.17.dist-info}/RECORD +11 -11
- {tensorneko_util-0.3.15.dist-info → tensorneko_util-0.3.17.dist-info}/WHEEL +1 -1
- {tensorneko_util-0.3.15.dist-info → tensorneko_util-0.3.17.dist-info}/LICENSE +0 -0
- {tensorneko_util-0.3.15.dist-info → tensorneko_util-0.3.17.dist-info}/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8"/>
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
6
6
|
<title>Tensorneko Web Watcher</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index.
|
|
7
|
+
<script type="module" crossorigin src="/assets/index.53207489.js"></script>
|
|
8
8
|
<link rel="stylesheet" href="/assets/index.cf95019d.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tensorneko-util
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.17
|
|
4
4
|
Summary: The Utils for Library TensorNeko.
|
|
5
5
|
Home-page: https://github.com/ControlNet/tensorneko
|
|
6
6
|
Author: ControlNet
|
|
@@ -24,9 +24,8 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
|
24
24
|
Classifier: Topic :: Utilities
|
|
25
25
|
Requires-Python: >=3.7
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
|
-
|
|
28
|
-
Requires-Dist: numpy >=1.20.1
|
|
29
|
-
Requires-Dist: einops >=0.3.0
|
|
27
|
+
Requires-Dist: einops (>=0.3.0)
|
|
28
|
+
Requires-Dist: numpy (>=1.20.1)
|
|
30
29
|
|
|
31
30
|
|
|
32
31
|
The independent util library for TensorNeko. This library doesn't require PyTorch as a dependency.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
tensorneko_util/__init__.py,sha256=O3hvqrjA7HJx1_CxYzutNMXN8_FicGee6b7GPihV_dk,543
|
|
2
2
|
tensorneko_util/_rich.py,sha256=lXM_45Kj-9veqp0rarFA0rlVyycSvyBNmPFRmqz7zuw,62
|
|
3
|
-
tensorneko_util/version.txt,sha256=
|
|
3
|
+
tensorneko_util/version.txt,sha256=sOiNkmvwnZw9dn4Od6oRM8jDNFGeaDoTmEVv7sd2w2k,6
|
|
4
4
|
tensorneko_util/backend/__init__.py,sha256=B0tRW9J6ASLrjImdovAmiubWxP5h7VKOzrvhWpDcOwc,299
|
|
5
5
|
tensorneko_util/backend/audio_lib.py,sha256=603cvypf6H9503Vg5swFBwQmrVQnZY5FftMHl5YHwNc,633
|
|
6
6
|
tensorneko_util/backend/blocking.py,sha256=A0wpmMOX8U4eGQyk7VVXtNQ45LpA8UB_58228-gVVXk,592
|
|
@@ -27,7 +27,7 @@ tensorneko_util/io/image/image_writer.py,sha256=z5GnYxIK968McxearZb6Zkh3z0atwexA
|
|
|
27
27
|
tensorneko_util/io/json/__init__.py,sha256=bNQLxs5M-V0dA5PWoC6V7nzh2mOTv0C-5jD0sRmttXo,105
|
|
28
28
|
tensorneko_util/io/json/json_data.py,sha256=-BAOigZ5gTh-TBY2wNeuXrb8KAaSUKb6d6IMEwO2qtI,2423
|
|
29
29
|
tensorneko_util/io/json/json_reader.py,sha256=upLgTDA-7WShwYxhpBkxM8vAcXDMUME28HJqnV4T4Qg,6452
|
|
30
|
-
tensorneko_util/io/json/json_writer.py,sha256=
|
|
30
|
+
tensorneko_util/io/json/json_writer.py,sha256=MmhrHpdsovGx1hRQdQomUblW29vqJcr4t_tMeHDSJAI,3446
|
|
31
31
|
tensorneko_util/io/matlab/__init__.py,sha256=37pEPeoiNefq1L11iBT_gNjRdCMMCQlywMZ37jUQkUQ,68
|
|
32
32
|
tensorneko_util/io/matlab/mat_reader.py,sha256=i7BoIPNb5O56L5c5RMD0y4n6Ns1f_UROD7qYr5Dr3OE,437
|
|
33
33
|
tensorneko_util/io/matlab/mat_writer.py,sha256=GwpAxbaBL0vweWqNggpgArnPPSGY0sTmTAiUjsU06-M,515
|
|
@@ -71,9 +71,9 @@ tensorneko_util/util/bimap.py,sha256=7BYhaS7xZ2-z_2-Yp528sztWw6EZK0XbKeGeEJxlJCU
|
|
|
71
71
|
tensorneko_util/util/dispatched_misc.py,sha256=ZvQh1ow2J5c1uxMJkBbMYwC50ZNKBpfYDIjOw25KnkI,1446
|
|
72
72
|
tensorneko_util/util/dispatcher.py,sha256=ECXcDZWrorTDzbwgINLWB3D7GOG0HOs8lZKm7sKbH1Q,8446
|
|
73
73
|
tensorneko_util/util/downloader.py,sha256=XeirESaDBSsNfDGE39qIz3Gu1NrK0rk3uqciv-mDHxY,4612
|
|
74
|
-
tensorneko_util/util/misc.py,sha256=
|
|
74
|
+
tensorneko_util/util/misc.py,sha256=mzng2E3Gc6yKaV_M7jso7xrgfBL5QwcZYIik6ADTKAw,8215
|
|
75
75
|
tensorneko_util/util/ref.py,sha256=ZhDcGoARDlKnguG63xhVQRSdjHaxNqLADs8wszCv5lA,1604
|
|
76
|
-
tensorneko_util/util/registry.py,sha256=
|
|
76
|
+
tensorneko_util/util/registry.py,sha256=aMNHA5Xxw1Xgf5EbN3dv5jP3KWiWaCKuhaCEZHsPTC4,993
|
|
77
77
|
tensorneko_util/util/server.py,sha256=cyh6zK9-6MM38V2SghQJkPkJnW0rK7epmP5qMglpU2c,3123
|
|
78
78
|
tensorneko_util/util/singleton.py,sha256=sT2JKseRN2_ooky6GS-yQoAqwJ1u_pvyY_ATzJigm-s,1359
|
|
79
79
|
tensorneko_util/util/timer.py,sha256=Xitm9dp40h0seIrEcwu3mmwH1a2nsD-FbNrbUC_3EK4,4383
|
|
@@ -108,11 +108,11 @@ tensorneko_util/visualization/watcher/__init__.py,sha256=h3D_U1KA-4EVLZJbQXY_sIN
|
|
|
108
108
|
tensorneko_util/visualization/watcher/component.py,sha256=M8sMHOI73l_xQryOl1JMaCsBIoYJ4I7G-Kmx657wk-U,8398
|
|
109
109
|
tensorneko_util/visualization/watcher/server.py,sha256=w712-heVwQqHcPSA5_0wHMAgK_s7a3GlMjP2meTTIFo,5035
|
|
110
110
|
tensorneko_util/visualization/watcher/view.py,sha256=Faxn6RNJtA3pfxQRPWOaw7eSVv6rhzdAYjQ2z-MFaX8,3859
|
|
111
|
-
tensorneko_util/visualization/watcher/web/dist/index.html,sha256
|
|
112
|
-
tensorneko_util/visualization/watcher/web/dist/assets/index.
|
|
111
|
+
tensorneko_util/visualization/watcher/web/dist/index.html,sha256=Ao8sbSpQwirrBfUgJCWXx8-p0O_2DsQyEPkjpiF_j7Q,588
|
|
112
|
+
tensorneko_util/visualization/watcher/web/dist/assets/index.53207489.js,sha256=BlaIENHlAKyiJyoRHuTWbRPSvR2rTG354i4O7qQpuB4,992327
|
|
113
113
|
tensorneko_util/visualization/watcher/web/dist/assets/index.cf95019d.css,sha256=i9wJe1tze7Bc4RfxeR_QfIkajoU8akCrlDnjGNZoepQ,246395
|
|
114
|
-
tensorneko_util-0.3.
|
|
115
|
-
tensorneko_util-0.3.
|
|
116
|
-
tensorneko_util-0.3.
|
|
117
|
-
tensorneko_util-0.3.
|
|
118
|
-
tensorneko_util-0.3.
|
|
114
|
+
tensorneko_util-0.3.17.dist-info/LICENSE,sha256=Vd75kwgJpVuMnCRBWasQzceMlXt4YQL13ikBLy8G5h0,1067
|
|
115
|
+
tensorneko_util-0.3.17.dist-info/METADATA,sha256=XdK31KEtPQiMjqV9HvmfNKorcSECixg0oZDE33HTLcA,1258
|
|
116
|
+
tensorneko_util-0.3.17.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
|
117
|
+
tensorneko_util-0.3.17.dist-info/top_level.txt,sha256=VNpiXmINpFN_Xa3w4dxpbOMuSuwuiK8PJ3lX2DbTQE8,16
|
|
118
|
+
tensorneko_util-0.3.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|