This is an extension built on Nvidia Omniverse to use Stable Diffusion to create realistic 3D avatars
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