Skip to main content

Nitra custom node for ComfyUI

Project description

NitraNoOutline

Usage License: Nitra Labs grants you a limited license to run the Nitra 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 Nitra Labs.

Nitra 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.

About Nitra Labs

Nitra 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.

Table of Contents

The Nitra Advantage

The Nitra Plug-in for ComfyUI gives you instant access to premium workflows specifically designed for production pipelines. The Nitra 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.

Let's install Z-Image-Turbo alt text

After clicking Install, all workflows, subgraphs, custom nodes, and models for running Z-Image-Turbo will install. alt text

Now let's restart ComfyUI, and check out what was installed for us!

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.

alt text

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. alt text

Nitra has created an extremely efficient pipeline for getting workflows into your hands quickly, so when a new model is released, Nitra is committed to delivering the capability to you quickly and seamlessly.

Installing Nitra

Nitra Labs offers a variety of ways to install the Nitra Plug-in into ComfyUI for optimal convenience.

Auto-Installers

Download the applicable script for your system, which can be found at this link.

Windows Install

Place the .bat file in the folder location on windows that you want to install ComfyUI-Nitra in. Double click on the .bat file, and it will start to install ComfyUI with Nitra. alt text

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. alt text

Navigate to localhost:8188 or 127.0.0.1:8188 in your web browser of choice (Firefox or Google Chrome recommended).

Linux Install

Place the .sh file in the folder location that you want to install ComfyUI-Nitra in. Open a shell and run:

./linux_install_nitra_comfy.sh

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

Navigate to localhost:8188 or 127.0.0.1:8188 in your web browser of choice (Firefox or Google Chrome recommended).

Comfy Manager

Manual Install (Wheel)

Download the platform-specific wheel from the dist/ folder (Windows or Linux) and install it directly into your ComfyUI/custom_nodes directory. From the root of your ComfyUI install:

cd ComfyUI/custom_nodes
pip install ../../dist/<platform>/comfyui_nitra-<version>-cp39-abi3-<platform>.whl -t ComfyUI-Nitra --upgrade --no-deps

After the install completes you should see a ComfyUI-Nitra folder containing the compiled binaries and static assets. Restart ComfyUI and refresh your browser to load the plugin.

RunPod Template

Use our referral code to sign up for RunPod if you don't already have an account! https://runpod.io?ref=rqu7tin8

Nitra 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

When you click on the link and have a valid account created, you'll be prompted to start a pod. RunPod select pod

Nitra 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.

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. Pod Storage and Cuda Settings

Then select a GPU from the list below. For most production work, Nitra Labs recommends an RTX 5090 at minimum. RTX 5090 is an excellent balance of speed and value.

Once you've selected your GPU, and confirm that the ComfyUI-Nitra template is selected, click "Deploy On-Demand" Confirm Template and click deploy

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.

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. Look for comfyui browser address in logs

Click "Connect", and then click "ComfyUI" to open ComfyUI. A JupyterLab session is also provided, where you can view the pod's filesystem. alt text

Docker

The docker command to run the ComfyUI-Nitra container is:

docker run -d \
  --name comfy-nitra \
  --gpus all \
  -p 8188:8188 \
  -p 8888:8888 \
  -v /path/to/workspace:/workspace \
  theartofficial/comfyui-nitra:latest

Create an Account

Free Features

  • PyTorch Version Switcher
  • Sage Attention Installer
  • Windows Triton Installer
  • Slow Depth & Pose Map Fix
  • Cuda Toolkit Installer
  • Windows Build Tools Installer
  • Launch Shell with Build Tools Activated

Paid Features

  • Auto-Install 100+ top-quality curated and subgraphed workflows
  • 400+ workflows in the roadmap
  • Subgraphs published straight into your library to use as nodes
  • Model Auto-Installer
  • (coming soon) Install All Missing Models & Custom Nodes for a workflow

How to create a free account

Once you have Nitra installed into ComfyUI, click on the nitra button at the top of ComfyUI. alt text

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 Nitra Labs stores are name and email address for account handling. alt text

Authenticate the Auth0 form with either email/password, github, or google. alt text

Once you've completed log-in, you should be re-directed back to ComfyUI, where you will see the Nitra Dashboard appear. alt text

How to subscribe to Nitra Premium

To purchase a license to access over 100 premium workflows and subgraphs, click the "Purchase License" button on the left side.

alt text

That will bring you to our Nitra Account Dashboard, where you can Upgrade your account to the paid version. alt text

All purchases are handled securely through Stripe. Nitra does not store any of your financial information, all financial transactions run through Stripe. alt text

After subscribing, head back to ComfyUI, refresh your browser, and you should see your account upgraded to "Premium Subscription" on the left side.

alt text

Using Nitra

ComfyUI Optimizer

Workflow Installer

Subgraphs

Model Installer

Install Missing (Coming Soon!)

When Implemented, this will allow users to open any workflow in ComfyUI and Nitra 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.

User Configuration

How Can We Help?

Logout

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

comfyui_nitra-1.0.25-cp39-abi3-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9+Windows x86-64

comfyui_nitra-1.0.25-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

File details

Details for the file comfyui_nitra-1.0.25-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for comfyui_nitra-1.0.25-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 7be15ad18470ad2fa247b244e4bda38ed9a7c173c82cc869cc5c01f0bfdabb80
MD5 0f94c9253bcb767e015005546fee98b2
BLAKE2b-256 460c201c6c6d401e6ce72a0e17ef515d7c0a9e8a02fa66cd76496a5f36ee621f

See more details on using hashes here.

Provenance

The following attestation bundles were made for comfyui_nitra-1.0.25-cp39-abi3-win_amd64.whl:

Publisher: build-and-deploy.yml on TheArtOfficial/ComfyUI-Nitra

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file comfyui_nitra-1.0.25-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for comfyui_nitra-1.0.25-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d83051710a1f153c797c2385e1147daa371d33e965da66b75af46b9663504364
MD5 685bbc606e4dde317a4bd40ce784dbd4
BLAKE2b-256 39ae52d015bb1e7e2a27616d6dde3d6ccbacc8dbdb98bb9835e58738556b48ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for comfyui_nitra-1.0.25-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-and-deploy.yml on TheArtOfficial/ComfyUI-Nitra

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page