codesavory / stable3D

Using stable diffusion, Nvidia Omniverse and PiFU to create realistic 3D Human avatars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension Project Template

This is an extension built on Nvidia Omniverse to use Stable Diffusion to create realistic 3D avatars

Screenshot of Extension

  • app - It is a folder link to the location of your Omniverse Kit based app.
  • exts - It is a folder where you can add new extensions. It was automatically added to extension search path. (Extension Manager -> Gear Icon -> Extension Search Path).

Open this folder using Visual Studio Code. It will suggest you to install few extensions that will make python experience better.

Look for "suriya.avatar.generator" extension in extension manager and enable it. Try applying changes to any python files, it will hot-reload and you can observe results immediately.

Alternatively, you can launch your app from console with this folder added to search path and your extension enabled, e.g.:

> app\omni.code.bat --ext-folder exts --enable suriya.avatar.generator

About

Using stable diffusion, Nvidia Omniverse and PiFU to create realistic 3D Human avatars


Languages

Language:PowerShell 38.8%Language:Python 30.9%Language:Batchfile 18.8%Language:Shell 11.5%