├── .idea ├── .gitignore ├── PODIA-3D.iml ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── vcs.xml ├── README.md └── assets ├── 0_style_lora.jpg ├── 0_teaser.jpg └── 0_udbc.jpg /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/PODIA-3D.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/.idea/PODIA-3D.iml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/README.md -------------------------------------------------------------------------------- /assets/0_style_lora.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/assets/0_style_lora.jpg -------------------------------------------------------------------------------- /assets/0_teaser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/assets/0_teaser.jpg -------------------------------------------------------------------------------- /assets/0_udbc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwang-kim/PersonaCraft/HEAD/assets/0_udbc.jpg --------------------------------------------------------------------------------