comfyui-nuvu 0.0.4__cp39-abi3-win_amd64.whl → 1.0.17__cp39-abi3-win_amd64.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.

Potentially problematic release.


This version of comfyui-nuvu might be problematic. Click here for more details.

Files changed (28) hide show
  1. comfyui_nuvu/__init__.py +1 -1
  2. comfyui_nuvu/nuvu_server.pyd +0 -0
  3. comfyui_nuvu/pip_utils.pyd +0 -0
  4. comfyui_nuvu/uv_installer.pyd +0 -0
  5. comfyui_nuvu/web/analytics.pyd +0 -0
  6. comfyui_nuvu/web/installers/__init__.py +12 -1
  7. comfyui_nuvu/web/installers/cuda_installer.pyd +0 -0
  8. comfyui_nuvu/web/installers/onnxruntime_installer.pyd +0 -0
  9. comfyui_nuvu/web/installers/pytorch_installer.pyd +0 -0
  10. comfyui_nuvu/web/installers/sageattention_installer.pyd +0 -0
  11. comfyui_nuvu/web/installers/shared.pyd +0 -0
  12. comfyui_nuvu/web/installers/triton_installer.pyd +0 -0
  13. comfyui_nuvu/web/installers/vs_build_tools_installer.pyd +0 -0
  14. comfyui_nuvu/web/model_downloads.pyd +0 -0
  15. comfyui_nuvu/web/package_installer.pyd +0 -0
  16. comfyui_nuvu/web/setup_modules/auth.pyd +0 -0
  17. comfyui_nuvu/web/setup_modules/config.pyd +0 -0
  18. comfyui_nuvu/web/setup_modules/custom_nodes.pyd +0 -0
  19. comfyui_nuvu/web/setup_modules/downloads.pyd +0 -0
  20. comfyui_nuvu/web/setup_modules/environment.pyd +0 -0
  21. comfyui_nuvu/web/setup_modules/file_operations.pyd +0 -0
  22. comfyui_nuvu/web/setup_modules/logging_setup.pyd +0 -0
  23. comfyui_nuvu/web/setup_modules/utils.pyd +0 -0
  24. comfyui_nuvu/web/workflow_downloader.pyd +0 -0
  25. {comfyui_nuvu-0.0.4.dist-info → comfyui_nuvu-1.0.17.dist-info}/METADATA +107 -55
  26. {comfyui_nuvu-0.0.4.dist-info → comfyui_nuvu-1.0.17.dist-info}/RECORD +7 -4
  27. {comfyui_nuvu-0.0.4.dist-info → comfyui_nuvu-1.0.17.dist-info}/WHEEL +0 -0
  28. {comfyui_nuvu-0.0.4.dist-info → comfyui_nuvu-1.0.17.dist-info}/top_level.txt +0 -0
comfyui_nuvu/__init__.py CHANGED
@@ -8,7 +8,7 @@ Route registration happens only when ComfyUI loads the custom node entrypoint
8
8
  (custom_nodes/ComfyUI-nuvu/__init__.py), NOT when importing this package.
9
9
  """
10
10
 
11
- __version__ = "0.0.4" # Replaced by CI from git tag
11
+ __version__ = "1.0.17" # Replaced by CI from git tag
12
12
  __all__ = ["__version__"]
13
13
 
14
14
 
Binary file
Binary file
Binary file
Binary file
@@ -3,7 +3,14 @@
3
3
  Each installer module exposes install/uninstall entry points used by web/package_installer.py.
4
4
  """
5
5
 
6
- from comfyui_nuvu.web.installers.shared import _verify_prerequisites, logger
6
+ from comfyui_nuvu.web.installers.shared import (
7
+ _verify_prerequisites,
8
+ logger,
9
+ get_pip_base_cmd,
10
+ make_pip_install_cmd,
11
+ make_pip_uninstall_cmd,
12
+ make_pip_show_cmd,
13
+ )
7
14
 
8
15
  from comfyui_nuvu.web.installers.pytorch_installer import install_pytorch, reinstall_custom_nodes
9
16
  from comfyui_nuvu.web.installers.sageattention_installer import install_sageattention, uninstall_sageattention
@@ -16,6 +23,10 @@ __all__ = [
16
23
  # Shared utilities
17
24
  '_verify_prerequisites',
18
25
  'logger',
26
+ 'get_pip_base_cmd',
27
+ 'make_pip_install_cmd',
28
+ 'make_pip_uninstall_cmd',
29
+ 'make_pip_show_cmd',
19
30
  # PyTorch
20
31
  'install_pytorch',
21
32
  'reinstall_custom_nodes',
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,10 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comfyui-nuvu
3
- Version: 0.0.4
4
- Summary: Nuvu custom node for ComfyUI
3
+ Version: 1.0.17
4
+ Summary: www.nuvulabs.ai | Install missing models & custom nodes, production-ready workflows, and dependency installations including SageAttention and Triton.
5
5
  Author: Nuvu Labs
6
6
  License: Proprietary
7
7
  Project-URL: Homepage, https://github.com/nuvulabs/ComfyUI-Nuvu
8
+ Project-URL: Repository, https://github.com/nuvulabs/ComfyUI-Nuvu
8
9
  Classifier: Development Status :: 4 - Beta
9
10
  Classifier: Intended Audience :: Developers
10
11
  Classifier: Operating System :: OS Independent
@@ -16,47 +17,53 @@ Classifier: Programming Language :: Python :: 3.12
16
17
  Requires-Python: >=3.9
17
18
  Description-Content-Type: text/markdown
18
19
  Requires-Dist: requests>=2.31.0
19
- Requires-Dist: huggingface_hub[hf_transfer]
20
+ Requires-Dist: huggingface_hub[hf_transfer]<1.0,>=0.34.0
20
21
  Requires-Dist: hf_xet
21
22
  Requires-Dist: keyring>=24.3.0
22
23
  Dynamic: requires-python
23
24
 
24
- <img width="960" height="544" alt="nuvuNoOutline" src="https://github.com/user-attachments/assets/cedba9aa-5f63-4836-beda-a59c9e0fec94" />
25
+ ![Nuvu-logo](docs/images/NodeWhiteBack.png)
25
26
 
26
- > **Usage License:** nuvu Labs grants you a limited license to run the nuvu plugin inside ComfyUI for its intended functionality in commercial or non-commercial workflows. Any other commercial use—including copying, modifying, sublicensing, or redistributing this code or derivative works—requires prior written consent from nuvu Labs.
27
+ > **Usage License:** Nuvu Labs grants you a limited license to run the Nuvu plugin inside ComfyUI for its intended functionality in commercial or non-commercial workflows. Any other commercial use—including copying, modifying, sublicensing, or redistributing this code or derivative works—requires prior written consent from Nuvu Labs.
27
28
 
28
- ### **nuvu makes private AI generation in ComfyUI effortless — built for film and VFX artists who demand privacy, polish, and more time to create. A plug-in right in ComfyUI, which makes the newest, professional-level, workflows a click away.**
29
+ ### **Nuvu makes private AI generation in ComfyUI effortless — built for film and VFX artists who demand privacy, polish, and more time to create. A plug-in right in ComfyUI, which makes the newest, professional-level, workflows a click away.**
29
30
 
30
- ## About nuvu Labs
31
+ ## About Nuvu Labs
31
32
 
32
- nuvu Labs is an agency that excels at implementing, scaling, and finetuning AI pipelines in the film and VFX industries. We focus on security and data because your content is your backbone, and uploading your content to any cloud AI service risks your content becoming training material in the future.
33
+ Nuvu Labs is an agency that excels at implementing, scaling, and finetuning AI pipelines in the film and VFX industries. We focus on security and data because your content is your backbone, and uploading your content to any cloud AI service risks your content becoming training material in the future.
33
34
 
34
35
  ## Table of Contents
35
36
 
36
- - [The nuvu Advantage](#the-nuvu-advantage)
37
- - [Installing nuvu](#installing-nuvu)
37
+ - [The Nuvu Advantage](#the-nuvu-advantage)
38
+ - [Installing Nuvu](#installing-nuvu)
38
39
  - [Auto-Installers](#auto-installers)
40
+ - [Windows Install](#windows-install)
41
+ - [Linux Install](#linux-install)
39
42
  - [Comfy Manager](#comfy-manager)
40
- - [Manual Install](#manual-install)
41
43
  - [RunPod Template](#runpod-template)
44
+ - [Docker](#docker)
42
45
  - [Create an Account](#create-an-account)
43
46
  - [Free Features](#free-features)
44
47
  - [Paid Features](#paid-features)
45
- - [How to create an account](#how-to-create-an-account)
46
- - [How to subscribe](#how-to-subscribe)
47
- - [Using nuvu](#using-nuvu)
48
- - [ComfyUI Optimizer](#comfyui-optimizer)
48
+ - [How to create a free account](#how-to-create-a-free-account)
49
+ - [How to subscribe to Nuvu Premium](#how-to-subscribe-to-nuvu-premium)
50
+ - [Using Nuvu](#using-nuvu)
49
51
  - [Workflow Installer](#workflow-installer)
50
52
  - [Subgraphs](#subgraphs)
53
+ - [Install Missing](#install-missing)
51
54
  - [Model Installer](#model-installer)
52
- - [Install Missing (Coming Soon)](#install-missing-coming-soon)
53
- - [User Configuration](#user-configuration)
54
- - [How Can We Help?](#how-can-we-help)
55
- - [Logout](#logout)
55
+ - [ComfyUI Optimizer](#comfyui-optimizer)
56
+ - [User Configuration](#user-configuration)
57
+ - [How Can We Help?](#how-can-we-help)
58
+ - [Support](#support)
59
+ - [Documentation](#documentation)
60
+ - [Logout](#logout)
61
+ - [Restart ComfyUI](#restart-comfyui)
62
+ - [Refresh Page](#refresh-page)
56
63
 
57
- ## The nuvu Advantage
64
+ ## The Nuvu Advantage
58
65
 
59
- The nuvu Plug-in for ComfyUI gives you instant access to premium workflows specifically designed for production pipelines. The nuvu difference is when you download a workflow, you get everything needed to run the workflow. No more searching for obscure custom nodes or models. On top of that, the workflows are condensed into easy-to-use subgraphs that can be searched just like any node. Let's walk through an example.
66
+ The Nuvu Plug-in for ComfyUI gives you instant access to premium workflows specifically designed for production pipelines. The Nuvu difference is when you download a workflow, you get everything needed to run the workflow. No more searching for obscure custom nodes or models. On top of that, the workflows are condensed into easy-to-use subgraphs that can be searched just like any node. Let's walk through an example.
60
67
 
61
68
  Let's install Z-Image-Turbo
62
69
  ![alt text](docs/images/z-image-turbo-download.png)
@@ -73,55 +80,69 @@ This is the workflow that was downloaded. It contains a Z-Image-Turbo subgraph w
73
80
  Here is the searchable subgraph. Search for it as you would any other node, and connect it into your favorite image-to-video workflow or anywhere else you'd like.
74
81
  ![alt text](docs/images/z-image-subgraph.png)
75
82
 
76
- nuvu has created an extremely efficient pipeline for getting workflows into your hands quickly, so when a new model is released, nuvu is committed to delivering the capability to you quickly and seamlessly.
83
+ Nuvu has created an extremely efficient pipeline for getting workflows into your hands quickly, so when a new model is released, Nuvu is committed to delivering the capability to you quickly and seamlessly.
77
84
 
78
- ## Installing nuvu
85
+ ## Installing Nuvu
79
86
 
80
- nuvu Labs offers a variety of ways to install the nuvu Plug-in into ComfyUI for optimal convenience.
87
+ Nuvu Labs offers a variety of ways to install the Nuvu Plug-in into ComfyUI for optimal convenience.
81
88
 
82
89
  ### Auto-Installers
83
90
 
84
- Download the applicable script for your system, which can be found [at this link](https://github.com/nuvulabs/nuvu-Compiled/releases).
91
+ Download the applicable script for your system, which can be found [at this link](https://github.com/Nuvulabs/ComfyUI-Nuvu/releases).
85
92
 
86
93
  #### Windows Install
87
- Place the .bat file in the folder location on windows that you want to install ComfyUI-nuvu in. Double click on the .bat file, and it will start to install ComfyUI with nuvu.
94
+ Place the .bat file in the folder location on windows that you want to install ComfyUI-Nuvu in. Double click on the .bat file, and it will start to install ComfyUI with Nuvu.
88
95
  ![alt text](docs/images/batFileInstall.png)
89
96
 
90
97
  Inside the ComfyUI Folder, you will find a file called "run_comfy.bat". Double click this file to launch ComfyUI. Wait until the terminal stops producing text and then go to the next step.
91
98
  ![alt text](docs/images/batRunComfy.png)
92
99
 
93
- Navigate to [localhost:8188](localhost:8188) or [127.0.0.1:8188](127.0.0.1:8188) in your web browser of choice (Firefox or Google Chrome recommended).
100
+ You will also find a shortcut on your desktop, and a link in your start menu
101
+ ![alt text](docs/images/desktop-start-menu.png)
102
+
103
+ Your default browser should pop open when ComfyUI starts. You can slo navigate to [localhost:8188](localhost:8188) or [127.0.0.1:8188](127.0.0.1:8188) in your web browser of choice (Firefox or Google Chrome recommended).
94
104
 
95
105
  #### Linux Install
96
- Place the .sh file in the folder location that you want to install ComfyUI-nuvu in. Open a shell and run:
106
+ Place the .sh file in the folder location that you want to install ComfyUI-Nuvu in. Open a shell and run:
97
107
 
98
108
  ```./linux_install_nuvu_comfy.sh```
99
109
 
100
- This will clone ComfyUI into your current folder. Inside the ComfyUI Folder, you will find a file called "run_comfy.sh". Double click this file or open a shell and run it to launch ComfyUI. Wait until the terminal stops producing text and then go to the next step
110
+ This will clone ComfyUI into your current folder. Inside the ComfyUI Folder, you will find a file called "run_comfy.sh". Double click this file or open a shell and run it to launch ComfyUI. Wait until the terminal stops producing text and then go to the next step. You should also see a Nuvu-ComfyUI icon on your desktop, which you can use to launch Nuvu.
101
111
 
102
112
  Navigate to [localhost:8188](localhost:8188) or [127.0.0.1:8188](127.0.0.1:8188) in your web browser of choice (Firefox or Google Chrome recommended).
103
113
 
104
114
  ### Comfy Manager
105
115
 
106
- test2
116
+ Install and open the [ComfyUI-Manager](https://github.com/Comfy-Org/ComfyUI-Manager)
117
+ ![Open Comfy Manager](docs/images/ComfyManagerOpen.png)
118
+
119
+
120
+ Search for "Nuvu" and click the ComfyUI-Nuvu "Install" button.
121
+ ![Comfy Manager Nuvu Search](docs/images/ComfyManagerNuvu.png)
122
+
123
+ Click "Restart" after the install completes, and then refresh your browser after ComfyUI comes back online.
124
+ ![Restart from Comfy Manager](docs/images/RestartComfyManager.png)
125
+
126
+ After restarting, you should see the Nuvu button in your toolbar.
127
+ ![Nuvu Button After Manager Install](docs/images/NuvuButtonManagerInstall.png)
107
128
 
108
129
  ### RunPod Template
109
130
 
110
- Use our referral code to sign up for RunPod if you don't already have an account! [https://runpod.io?ref=rqu7tin8](https://runpod.io?ref=rqu7tin8)
131
+ Use our referral code to sign up for RunPod if you don't already have an account! [https://runpod.io?ref=ffbuz4zw](https://runpod.io?ref=ffbuz4zw)
111
132
 
112
- nuvu Labs provides a RunPod template to quickly deploy ComfyUI from anywhere, even if you don't own a GPU yourself. You can find it [at this link](https://console.runpod.io/deploy?template=ntf53vsuqj&ref=rqu7tin8)
133
+ Nuvu Labs provides a RunPod template to quickly deploy ComfyUI from anywhere, even if you don't own a GPU yourself. You can find it [at this link](https://console.runpod.io/deploy?template=0lhzij38ow&ref=ffbuz4zw)
113
134
 
114
135
  When you click on the link and have a valid account created, you'll be prompted to start a pod.
115
- ![RunPod select pod](docs/images/RunPodPods.png)
136
+ ![RunPod select pod](docs/images/nuvu-storage-runpod-pods.png)
116
137
 
117
- nuvu Labs recommends setting up Network storage of 500gb minimum, preferably up to 1TB or more to handle the large size of the models. This will allow you to keep all your work and you won't have to restart all over again each time you start a new pod.
138
+ Nuvu Labs recommends setting up Network storage of 500gb minimum, preferably up to 1TB or more to handle the large size of the models. This will allow you to keep all your work and you won't have to restart all over again each time you start a new pod.
118
139
 
119
140
  Select your network storage, and CUDA Versions as shown below. CUDA 12.8 or 12.9 are required becasue of blackwell architecture support for RTX 50xx series.
120
141
  ![Pod Storage and Cuda Settings](docs/images/PodStorageCuda.png)
121
142
 
122
- Then select a GPU from the list below. For most production work, nuvu Labs recommends an RTX 5090 at minimum. RTX 5090 is an excellent balance of speed and value.
143
+ Then select a GPU from the list below. For most production work, Nuvu Labs recommends an RTX 5090 at minimum. RTX 5090 is an excellent balance of speed and value.
123
144
 
124
- Once you've selected your GPU, and confirm that the ComfyUI-nuvu template is selected, click "Deploy On-Demand"
145
+ Once you've selected your GPU, and confirm that the ComfyUI-Nuvu template is selected, click "Deploy On-Demand"
125
146
  ![Confirm Template and click deploy](docs/images/ConfirmTemplate.png)
126
147
 
127
148
  If this is your first time launching ComfyUI on your network storage or if you do not plan to use a network storage, expect about 20mins of first time setup.
@@ -133,7 +154,7 @@ Click "Connect", and then click "ComfyUI" to open ComfyUI. A JupyterLab session
133
154
  ![alt text](docs/images/podComfyUIStart.png)
134
155
 
135
156
  ### Docker
136
- The docker command to run the ComfyUI-nuvu container is:
157
+ The docker command to run the ComfyUI-Nuvu container is:
137
158
  ```
138
159
  docker run -d \
139
160
  --name comfy-nuvu \
@@ -141,7 +162,7 @@ docker run -d \
141
162
  -p 8188:8188 \
142
163
  -p 8888:8888 \
143
164
  -v /path/to/workspace:/workspace \
144
- nuvulabs/comfyui-nuvu:latest
165
+ docker.io/nuvulabs/comfyui-nuvu:latest
145
166
  ```
146
167
 
147
168
  ## Create an Account
@@ -160,54 +181,85 @@ docker run -d \
160
181
  - 400+ workflows in the roadmap
161
182
  - Subgraphs published straight into your library to use as nodes
162
183
  - Model Auto-Installer
163
- - (coming soon) Install All Missing Models & Custom Nodes for a workflow
184
+ - Install All Missing Models & Custom Nodes for a workflow
164
185
 
165
186
  ### How to create a free account
166
187
 
167
- Once you have nuvu installed into ComfyUI, click on the nuvu button at the top of ComfyUI.
168
- ![alt text](docs/images/nuvuButton.png)
188
+ Once you have Nuvu installed into ComfyUI, click on the Nuvu button at the top of ComfyUI.
189
+
190
+ ![alt text](docs/images/NuvuButton.png)
191
+
192
+ Click the "Continue with Login" button on the dialog that pops up. All authentication is handled by Auth0 for optimal user security. The only personal data that Nuvu Labs stores are name and email address for account handling.
169
193
 
170
- Click the "Continue with Login" button on the dialog that pops up. All authentication is handled by Auth0 for optimal user security. The only personal data that nuvu Labs stores are name and email address for account handling.
171
- ![alt text](docs/images/nuvuLogin.png)
194
+ ![alt text](docs/images/NuvuLogin.png)
172
195
 
173
196
  Authenticate the Auth0 form with either email/password, github, or google.
174
- ![alt text](docs/images/nuvuLoginForm.png)
175
197
 
176
- Once you've completed log-in, you should be re-directed back to ComfyUI, where you will see the nuvu Dashboard appear.
177
- ![alt text](docs/images/nuvuDashboard.png)
198
+ ![alt text](docs/images/NuvuLoginForm.png)
178
199
 
179
- ### How to subscribe to nuvu Premium
200
+ Once you've completed log-in, you should be re-directed back to ComfyUI, where you will see the Nuvu Dashboard appear.
201
+
202
+ ![alt text](docs/images/NuvuDashboard.png)
203
+
204
+ ### How to subscribe to Nuvu Premium
180
205
 
181
206
  To purchase a license to access over 100 premium workflows and subgraphs, click the "Purchase License" button on the left side.
182
207
 
183
208
  ![alt text](docs/images/PurchaseLicense.png)
184
209
 
185
- That will bring you to our nuvu Account Dashboard, where you can Upgrade your account to the paid version.
186
- ![alt text](docs/images/UpgradenuvuPremium.png)
210
+ That will bring you to our Nuvu Account Dashboard, where you can Upgrade your account to the paid version.
211
+
212
+ ![alt text](docs/images/UpgradeNuvuPremium.png)
213
+
214
+ All purchases are handled securely through Stripe. Nuvu does not store any of your financial information, all financial transactions run through Stripe.
187
215
 
188
- All purchases are handled securely through Stripe. nuvu does not store any of your financial information, all financial transactions run through Stripe.
189
216
  ![alt text](docs/images/SubscribeButton.png)
190
217
 
191
218
  After subscribing, head back to ComfyUI, refresh your browser, and you should see your account upgraded to "Premium Subscription" on the left side.
192
219
 
193
220
  ![alt text](docs/images/PremiumSubscription.png)
194
221
 
195
- ## Using nuvu
196
-
197
- ### ComfyUI Optimizer
222
+ ## Using Nuvu
198
223
 
199
224
  ### Workflow Installer
225
+ ![Workflow Installer Quick View](docs/images/WorkflowInstaller.png)
226
+
227
+ Choose from over 100 optimized workflows to install directly into you ComfyUI environment. No need to worry about installing custom nodes or models, everything will install for you.
200
228
 
201
229
  #### Subgraphs
230
+ ![Subgraph Example](docs/images/SubgraphExample.png)
231
+
232
+ When a workflow is installed, its subgraphs are also added to your library. Search for them like any other custom node, and chain them together for maximum productivity.
233
+
234
+ ### Install Missing
235
+
236
+ ![Install Missing Example](docs/images/InstallMissingExample.png)
237
+
238
+ Allow users to open any workflow in ComfyUI and Nuvu will attempt to find all custom nodes and models needed for that workflow, and install them for you. No more searching through the manager or scouring huggingface to find the correct model. It is the user's responsiblity to verify all of the files and custom nodes are compatible with their environment. Nuvu does not guarantee stability through the Install Missing feature.
202
239
 
203
240
  ### Model Installer
241
+ Choose from ~2000 models to install directly into your ComfyUI environment.
204
242
 
205
- ### Install Missing (Coming Soon!)
206
- When Implemented, this will allow users to open any workflow in ComfyUI and nuvu will attempt to find all custom nodes and models needed for that workflow, and install them for you. No more searching through the manager or scouring huggingface to find the correct model.
243
+ ### ComfyUI Optimizer
244
+ Ever had trouble installing SageAttention or Triton, or what about upgrading PyTorch? The ComfyUI Optimizer gives you this ability and more with just a few clicks.
207
245
 
208
246
  ### User Configuration
247
+ Manage the devices that Nuvu is registered on, the huggingface token for downloading models, and the Extra Model Paths where models are downloaded and loaded from.
209
248
 
210
249
  ### How Can We Help?
250
+ Do you work in a studio or just need help on a passion project? Nuvu has the experts to get you to the finish line more efficiently than ever before. Submit an inquiry on this tab to get in touch with us.
251
+
252
+ ### Support
253
+ If you're having issues with your account or any Nuvu functionality, submit an issue here.
254
+
255
+ ### Documentation
256
+ Learn all there is to know about Nuvu Labs.
211
257
 
212
258
  ### Logout
259
+ Log out of Nuvu.
260
+
261
+ ### Restart ComfyUI
262
+ Restart the ComfyUI server. Useful if a workflow is frozen or you need to dump VRAM quickly.
213
263
 
264
+ ### Refresh Page
265
+ Refresh the browser tab.
@@ -1,5 +1,8 @@
1
1
  comfyui_nuvu/nuvu_server.pyd,,
2
+ comfyui_nuvu/pip_utils.pyd,,
3
+ comfyui_nuvu/uv_installer.pyd,,
2
4
  comfyui_nuvu/__init__.py,,
5
+ comfyui_nuvu/web/analytics.pyd,,
3
6
  comfyui_nuvu/web/model_downloads.pyd,,
4
7
  comfyui_nuvu/web/package_installer.pyd,,
5
8
  comfyui_nuvu/web/workflow_downloader.pyd,,
@@ -21,7 +24,7 @@ comfyui_nuvu/web/setup_modules/file_operations.pyd,,
21
24
  comfyui_nuvu/web/setup_modules/logging_setup.pyd,,
22
25
  comfyui_nuvu/web/setup_modules/utils.pyd,,
23
26
  comfyui_nuvu/web/setup_modules/__init__.py,,
24
- comfyui_nuvu-0.0.4.dist-info/METADATA,,
25
- comfyui_nuvu-0.0.4.dist-info/top_level.txt,,
26
- comfyui_nuvu-0.0.4.dist-info/WHEEL,,
27
- comfyui_nuvu-0.0.4.dist-info/RECORD,,
27
+ comfyui_nuvu-1.0.17.dist-info/METADATA,,
28
+ comfyui_nuvu-1.0.17.dist-info/top_level.txt,,
29
+ comfyui_nuvu-1.0.17.dist-info/WHEEL,,
30
+ comfyui_nuvu-1.0.17.dist-info/RECORD,,