comfyui-nuvu 1.0.32__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.

@@ -0,0 +1,14 @@
1
+ """
2
+ comfyui_nuvu - nuvu extension package for ComfyUI
3
+
4
+ This is the generic package init for the pip-installable wheel.
5
+ It has NO import-time side effects (no route registration, no ComfyUI dependencies).
6
+
7
+ Route registration happens only when ComfyUI loads the custom node entrypoint
8
+ (custom_nodes/ComfyUI-nuvu/__init__.py), NOT when importing this package.
9
+ """
10
+
11
+ __version__ = "1.0.32" # Replaced by CI from git tag
12
+ __all__ = ["__version__"]
13
+
14
+
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ """Python modules used by the ComfyUI-nuvu server runtime."""
2
+
3
+
Binary file
@@ -0,0 +1,52 @@
1
+ """nuvu package installers.
2
+
3
+ Each installer module exposes install/uninstall entry points used by web/package_installer.py.
4
+ """
5
+
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
+ )
14
+
15
+ from comfyui_nuvu.web.installers.pytorch_installer import install_pytorch, reinstall_custom_nodes
16
+ from comfyui_nuvu.web.installers.sageattention_installer import install_sageattention, uninstall_sageattention
17
+ from comfyui_nuvu.web.installers.onnxruntime_installer import install_onnxruntime_gpu, uninstall_onnxruntime_gpu
18
+ from comfyui_nuvu.web.installers.triton_installer import install_triton_windows, uninstall_triton_windows
19
+ from comfyui_nuvu.web.installers.cuda_installer import install_cuda_toolkit
20
+ from comfyui_nuvu.web.installers.vs_build_tools_installer import install_vs_build_tools, open_vs_build_shell
21
+
22
+ __all__ = [
23
+ # Shared utilities
24
+ '_verify_prerequisites',
25
+ 'logger',
26
+ 'get_pip_base_cmd',
27
+ 'make_pip_install_cmd',
28
+ 'make_pip_uninstall_cmd',
29
+ 'make_pip_show_cmd',
30
+ # PyTorch
31
+ 'install_pytorch',
32
+ 'reinstall_custom_nodes',
33
+ # SageAttention
34
+ 'install_sageattention',
35
+ 'uninstall_sageattention',
36
+ # ONNX Runtime
37
+ 'install_onnxruntime_gpu',
38
+ 'uninstall_onnxruntime_gpu',
39
+ # Triton
40
+ 'install_triton_windows',
41
+ 'uninstall_triton_windows',
42
+ # CUDA
43
+ 'install_cuda_toolkit',
44
+ # VS Build Tools
45
+ 'install_vs_build_tools',
46
+ 'open_vs_build_shell',
47
+ ]
48
+
49
+
50
+
51
+
52
+
Binary file
Binary file
Binary file
@@ -0,0 +1,8 @@
1
+ """
2
+ ComfyUI Setup Modules
3
+
4
+ Modular components for ComfyUI setup functionality.
5
+ """
6
+
7
+ __version__ = "1.0.0"
8
+
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,265 @@
1
+ Metadata-Version: 2.4
2
+ Name: comfyui-nuvu
3
+ Version: 1.0.32
4
+ Summary: www.nuvulabs.ai | Install missing models & custom nodes, production ready VFX & film subgraphs and workflows for secure offline generation, and dependency installations including SageAttention and Triton.
5
+ Author: Nuvu Labs
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://github.com/nuvulabs/ComfyUI-Nuvu
8
+ Project-URL: Repository, https://github.com/nuvulabs/ComfyUI-Nuvu
9
+ Classifier: Development Status :: 4 - Beta
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Operating System :: OS Independent
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Requires-Python: >=3.9
18
+ Description-Content-Type: text/markdown
19
+ Requires-Dist: requests>=2.31.0
20
+ Requires-Dist: huggingface_hub[hf_transfer]<1.0,>=0.34.0
21
+ Requires-Dist: hf_xet
22
+ Requires-Dist: keyring>=24.3.0
23
+ Dynamic: requires-python
24
+
25
+ ![Nuvu-logo](docs/images/NodeWhiteBack.png)
26
+
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.
28
+
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.**
30
+
31
+ ## About Nuvu Labs
32
+
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.
34
+
35
+ ## Table of Contents
36
+
37
+ - [The Nuvu Advantage](#the-nuvu-advantage)
38
+ - [Installing Nuvu](#installing-nuvu)
39
+ - [Auto-Installers](#auto-installers)
40
+ - [Windows Install](#windows-install)
41
+ - [Linux Install](#linux-install)
42
+ - [Comfy Manager](#comfy-manager)
43
+ - [RunPod Template](#runpod-template)
44
+ - [Docker](#docker)
45
+ - [Create an Account](#create-an-account)
46
+ - [Free Features](#free-features)
47
+ - [Paid Features](#paid-features)
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)
51
+ - [Workflow Installer](#workflow-installer)
52
+ - [Subgraphs](#subgraphs)
53
+ - [Install Missing](#install-missing)
54
+ - [Model Installer](#model-installer)
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)
63
+
64
+ ## The Nuvu Advantage
65
+
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.
67
+
68
+ Let's install Z-Image-Turbo
69
+ ![alt text](docs/images/z-image-turbo-download.png)
70
+
71
+ After clicking Install, all workflows, subgraphs, custom nodes, and models for running Z-Image-Turbo will install.
72
+ ![alt text](docs/images/z-image-download-summary.png)
73
+
74
+ Now let's restart ComfyUI, and check out what was installed for us!
75
+
76
+ This is the workflow that was downloaded. It contains a Z-Image-Turbo subgraph with documentation for what all of the inputs and outputs of the subgraph do. The models were already installed, so just click "Run" and as long as you have the VRAM to run the workflow, it will run immediately.
77
+
78
+ ![alt text](docs/images/z-image-turbo-workflow-image.png)
79
+
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.
81
+ ![alt text](docs/images/z-image-subgraph.png)
82
+
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.
84
+
85
+ ## Installing Nuvu
86
+
87
+ Nuvu Labs offers a variety of ways to install the Nuvu Plug-in into ComfyUI for optimal convenience.
88
+
89
+ ### Auto-Installers
90
+
91
+ Download the applicable script for your system, which can be found [at this link](https://github.com/Nuvulabs/ComfyUI-Nuvu/releases).
92
+
93
+ #### Windows Install
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.
95
+ ![alt text](docs/images/batFileInstall.png)
96
+
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.
98
+ ![alt text](docs/images/batRunComfy.png)
99
+
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).
104
+
105
+ #### Linux Install
106
+ Place the .sh file in the folder location that you want to install ComfyUI-Nuvu in. Open a shell and run:
107
+
108
+ ```./linux_install_nuvu_comfy.sh```
109
+
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.
111
+
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).
113
+
114
+ ### Comfy Manager
115
+
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)
128
+
129
+ ### RunPod Template
130
+
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)
132
+
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)
134
+
135
+ When you click on the link and have a valid account created, you'll be prompted to start a pod.
136
+ ![RunPod select pod](docs/images/nuvu-storage-runpod-pods.png)
137
+
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.
139
+
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.
141
+ ![Pod Storage and Cuda Settings](docs/images/PodStorageCuda.png)
142
+
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.
144
+
145
+ Once you've selected your GPU, and confirm that the ComfyUI-Nuvu template is selected, click "Deploy On-Demand"
146
+ ![Confirm Template and click deploy](docs/images/ConfirmTemplate.png)
147
+
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.
149
+
150
+ Go to the logs of your RunPod pod, and wait until you see the circled message in the container logs. That tells you that ComfyUI is ready.
151
+ ![Look for comfyui browser address in logs](docs/images/podStartup.png)
152
+
153
+ Click "Connect", and then click "ComfyUI" to open ComfyUI. A JupyterLab session is also provided, where you can view the pod's filesystem.
154
+ ![alt text](docs/images/podComfyUIStart.png)
155
+
156
+ ### Docker
157
+ The docker command to run the ComfyUI-Nuvu container is:
158
+ ```
159
+ docker run -d \
160
+ --name comfy-nuvu \
161
+ --gpus all \
162
+ -p 8188:8188 \
163
+ -p 8888:8888 \
164
+ -v /path/to/workspace:/workspace \
165
+ docker.io/nuvulabs/comfyui-nuvu:latest
166
+ ```
167
+
168
+ ## Create an Account
169
+
170
+ ### Free Features
171
+ - PyTorch Version Switcher
172
+ - Sage Attention Installer
173
+ - Windows Triton Installer
174
+ - Slow Depth & Pose Map Fix
175
+ - Cuda Toolkit Installer
176
+ - Windows Build Tools Installer
177
+ - Launch Shell with Build Tools Activated
178
+
179
+ ### Paid Features
180
+ - Auto-Install 100+ top-quality curated and subgraphed workflows
181
+ - 400+ workflows in the roadmap
182
+ - Subgraphs published straight into your library to use as nodes
183
+ - Model Auto-Installer
184
+ - Install All Missing Models & Custom Nodes for a workflow
185
+
186
+ ### How to create a free account
187
+
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.
193
+
194
+ ![alt text](docs/images/NuvuLogin.png)
195
+
196
+ Authenticate the Auth0 form with either email/password, github, or google.
197
+
198
+ ![alt text](docs/images/NuvuLoginForm.png)
199
+
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
205
+
206
+ To purchase a license to access over 100 premium workflows and subgraphs, click the "Purchase License" button on the left side.
207
+
208
+ ![alt text](docs/images/PurchaseLicense.png)
209
+
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.
215
+
216
+ ![alt text](docs/images/SubscribeButton.png)
217
+
218
+ After subscribing, head back to ComfyUI, refresh your browser, and you should see your account upgraded to "Premium Subscription" on the left side.
219
+
220
+ ![alt text](docs/images/PremiumSubscription.png)
221
+
222
+ ## Using Nuvu
223
+
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.
228
+
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.
239
+
240
+ ### Model Installer
241
+ Choose from ~2000 models to install directly into your ComfyUI environment.
242
+
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.
245
+
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.
248
+
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.
257
+
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.
263
+
264
+ ### Refresh Page
265
+ Refresh the browser tab.
@@ -0,0 +1,31 @@
1
+ comfyui_nuvu/nuvu_server.pyd,,
2
+ comfyui_nuvu/pip_utils.pyd,,
3
+ comfyui_nuvu/uv_installer.pyd,,
4
+ comfyui_nuvu/__init__.py,,
5
+ comfyui_nuvu/web/analytics.pyd,,
6
+ comfyui_nuvu/web/model_downloads.pyd,,
7
+ comfyui_nuvu/web/package_installer.pyd,,
8
+ comfyui_nuvu/web/updater.pyd,,
9
+ comfyui_nuvu/web/workflow_downloader.pyd,,
10
+ comfyui_nuvu/web/__init__.py,,
11
+ comfyui_nuvu/web/installers/cuda_installer.pyd,,
12
+ comfyui_nuvu/web/installers/onnxruntime_installer.pyd,,
13
+ comfyui_nuvu/web/installers/pytorch_installer.pyd,,
14
+ comfyui_nuvu/web/installers/sageattention_installer.pyd,,
15
+ comfyui_nuvu/web/installers/shared.pyd,,
16
+ comfyui_nuvu/web/installers/triton_installer.pyd,,
17
+ comfyui_nuvu/web/installers/vs_build_tools_installer.pyd,,
18
+ comfyui_nuvu/web/installers/__init__.py,,
19
+ comfyui_nuvu/web/setup_modules/auth.pyd,,
20
+ comfyui_nuvu/web/setup_modules/config.pyd,,
21
+ comfyui_nuvu/web/setup_modules/custom_nodes.pyd,,
22
+ comfyui_nuvu/web/setup_modules/downloads.pyd,,
23
+ comfyui_nuvu/web/setup_modules/environment.pyd,,
24
+ comfyui_nuvu/web/setup_modules/file_operations.pyd,,
25
+ comfyui_nuvu/web/setup_modules/logging_setup.pyd,,
26
+ comfyui_nuvu/web/setup_modules/utils.pyd,,
27
+ comfyui_nuvu/web/setup_modules/__init__.py,,
28
+ comfyui_nuvu-1.0.32.dist-info/METADATA,,
29
+ comfyui_nuvu-1.0.32.dist-info/top_level.txt,,
30
+ comfyui_nuvu-1.0.32.dist-info/WHEEL,,
31
+ comfyui_nuvu-1.0.32.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp39-abi3-win_amd64
5
+
@@ -0,0 +1 @@
1
+ comfyui_nuvu