UniRig / app.py

Commit History

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

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

Remove commented-out model installation code in app.py
c79a44b

MohamedRashad commited on

Update SDK version in README and adjust GPU decorator placement in app.py
e40c773

MohamedRashad commited on

Update layout of seed input in app.py to ensure equal height in row
bdb3667

MohamedRashad commited on

Remove debug print statement and enhance FramePack description in app.py
1fa4539

MohamedRashad commited on

Refactor GPU decorator and update FramePack description in app.py
640072b

MohamedRashad commited on

Add initial implementation of helper functions and requirements for diffusers
a252b0c

MohamedRashad commited on