Skip to content

Autosculptor 1.1.0

Compare
Choose a tag to compare
@gsbm gsbm released this 20 May 11:27
· 88 commits to main since this release
4dd4474

New Features

Multiple Model Support:

Added support for generating models using multiple generative models:

  • SDXL + Shape-E: ByteDance/Hyper-SDXL-1Step-T2I combined with hysts/Shap-E
  • SDXL + DreamGaussian: ByteDance/Hyper-SDXL-1Step-T2I combined with jiawei011/dreamgaussian
  • SDXL + InstantMesh: ByteDance/Hyper-SDXL-1Step-T2I combined with TencentARC/InstantMesh

Enhancements

Refactored Code Structure:

Separated the model generation logic into individual functions:

  • generate_shape_e_model
  • generate_sdxl_shape_e_model
  • generate_sdxl_dreamgaussian_model
  • generate_sdxl_instantmesh_model
    Added generate_model method to handle model type selection and dispatch to appropriate generation function.

Error Handling Improvements:

Added detailed error messages for invalid model type and issues during model import.
Ensured proper cleanup and user feedback in case of errors during the generation process.

Full Changelog: 1.0.0...1.1.0