Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.16 KB

get_started.md

File metadata and controls

39 lines (26 loc) · 2.16 KB

Get Started

Required

Manifest
For this NVIDIA Omniverse Blueprint, you need the following components:

Component Notes
Blueprint Sample repo The repo you are currently in https://github.com/NVIDIA-Omniverse-blueprints/3d-conditioning
NIM https://build.nvidia.com/explore/discover
Kit-app-template 106.2 NVIDIA-Omniverse/Kit-app-template: Omniverse Kit App Template (github.com)
ComfyUI https://github.com/comfyanonymous/ComfyUI
SDXL or similar image to image model https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning/blob/main/RealVisXL_V4.0_Lightning.safetensors

Set Up the Environment

Required

System Requirements

Required Software Dependencies

  • Git: For version control and repository management
  • Git LFS: For managing large files within the repository
  • (Windows) Microsoft Visual C++ Redistributable: Many Windows systems already have this installed. If not, you can obtain it from latest-supported-vc-redist.
  • (Linux) build-essentials: A package that includes make and other essential tools for building applications. For Ubuntu, install with sudo apt-get install build-essential. For deployment, you must use Linux and have Kubernetes.
  • Node.js

Recommended Software

  • VS Code (or your preferred IDE): For code editing and development.

← Back to Guide ___________________________________________________________________________ Next (API Key) →