mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
* feat: Implement PBR Maps Generation Node * feat(ui): Add PBR Maps Generation to UI * chore: fix typegen checks * chore: possible fix for nvidia 5000 series cards * fix: Use safetensor models for PBR maps instead of pickles. * fix: incorrect naming of upconv_block for PBR network * fix: incorrect naming of displacement map variable * chore: add relevant docs to the PBR generate function * fix: clear cuda cache after loading state_dict for PBR maps * fix: load torch_device only once as multiple models are loaded * chore(ui): update the filter icon for PBR to CubeBold More relevant --------- Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>