UniRig / app.py

Commit History

add debug logs
e411ae8
unverified

crevelop commited on

try passing skeleton type from UI
0c842a6
unverified

crevelop commited on

Revert "try using vroid skeleton"
c45db18
unverified

crevelop commited on

Revert "log missing fbx"
a48a087
unverified

crevelop commited on

Revert "more logs to find missing fbx"
1dd580d
unverified

crevelop commited on

Revert "back to articulationxl for testing"
f56018c
unverified

crevelop commited on

back to articulationxl for testing
661f834
unverified

crevelop commited on

more logs to find missing fbx
83e054a
unverified

crevelop commited on

log missing fbx
535b47b
unverified

crevelop commited on

try using vroid skeleton
74c00e5
unverified

crevelop commited on

Revert "add external GLB processor for bone renaming"
776e8a8
unverified

crevelop commited on

Revert "try remapping with mixamo.yml"
626c1c3
unverified

crevelop commited on

try remapping with mixamo.yml
47ca16c
unverified

crevelop commited on

add external GLB processor for bone renaming
5a05402
unverified

crevelop commited on

Revert "add bone renaming step after inference"
4ec3cbf
unverified

crevelop commited on

Revert "try bone renaming without blender"
99fafde
unverified

crevelop commited on

try bone renaming without blender
e561bc3
unverified

crevelop commited on

add bone renaming step after inference
9310318
unverified

crevelop commited on

Revert "Try to use Mixamo's bone naming convention by default"
9681dc7
unverified

crevelop commited on

Try to use Mixamo's bone naming convention by default
7491168
unverified

crevelop commited on

Remove headless rendering setup from app.py and create packages.txt for dependency management
bfa676a

MohamedRashad commited on

Enhance headless rendering setup in app.py by adding necessary libraries and environment variables, and update usage instructions for 3D model preview in Chrome.
4cf6a1b

MohamedRashad commited on

Fix subprocess command syntax for apt installation in app.py
d343412

MohamedRashad commited on

Add missing Mesa libraries to apt install command for improved graphics support
33e3bda

MohamedRashad commited on

Combine apt update and install commands in app.py for streamlined package installation
b8c4233

MohamedRashad commited on

Update app.py to install necessary dependencies and simplify usage instructions in create_app function
d47233e

MohamedRashad commited on

Add OpenGL platform environment variable and improve UI layout in create_app function
20b2f53

MohamedRashad commited on

Remove commented-out main function call in app.py
a430594

MohamedRashad commited on

Refactor inference functions in app.py for improved structure and clarity; unify skeleton and skin inference processes, streamline imports, and enhance output handling.
e88bb31

MohamedRashad commited on

Update app.py and requirements.txt
da5e325

MohamedRashad commited on

Remove redundant CUDA version checks and installation commands from app.py; update requirements.txt for spconv and related packages.
c295535

MohamedRashad commited on

Reorganize import statements in app.py for better readability
8c225c3

MohamedRashad commited on

Refactor imports and remove redundant code in app.py
ffcc265

MohamedRashad commited on

Add environment variable to flash-attn installation command for CUDA compatibility and update requirements to include prebuilt wheel
cf591d3

MohamedRashad commited on

Remove environment variable from flash-attn installation command for CUDA build
19d2317

MohamedRashad commited on

Add environment variable to flash-attn installation command for CUDA compatibility
b0bb6ea

MohamedRashad commited on

Refactor installation commands and improve helper functions for mesh extraction and rigging pipeline
81535ba

MohamedRashad commited on

Refactor flash-attn installation command to use subprocess list format for improved readability
900119b

MohamedRashad commited on

Add environment variable to flash-attn installation command for CUDA compatibility
2ca037a

MohamedRashad commited on

Reintroduce flash-attn installation command in app.py and update requirements.txt for dependency management
56cb6bb

MohamedRashad commited on

Reintroduce flash-attn installation command in UniRigDemo class for dependency management
86ddb80

MohamedRashad commited on

Remove unnecessary environment variable from flash-attn installation command in app.py
49875c4

MohamedRashad commited on

Update README and app.py for improved usage instructions and output handling
d560a5c

MohamedRashad commited on

Refactor UI layout in create_app function for improved organization and clarity; update typing hints in Asset class for better type safety.
5269c48

MohamedRashad commited on

Add GPU decorator to complete_pipeline method in UniRigDemo for enhanced performance
4b7cf01

MohamedRashad commited on

Update .gitignore and refactor UniRigDemo for improved file handling and pipeline execution
1889706

MohamedRashad commited on

Add GPU decorators to skeleton and skinning generation methods in UniRigDemo
45481b3

MohamedRashad commited on

Refactor UniRigDemo to replace bash scripts with Python functions for skeleton and skinning generation; update requirements.txt to remove unnecessary dependencies.
c499701

MohamedRashad commited on

Add skin and tokenizer systems with parsing and tokenization functionalities
11b119e

MohamedRashad commited on

Enhance error handling in process function for input image validation and improve user feedback
2eac11a

MohamedRashad commited on