image_magic_eraser 1.0.2 copy "image_magic_eraser: ^1.0.2" to clipboard
image_magic_eraser: ^1.0.2 copied to clipboard

Remove objects from images using machine learning (LaMa Model)

1.0.2 #

Improved: #

  • Enhanced error handling for model initialization
  • Added specific error states to better identify issues:
    • ModelLoadingState.downloadError: For network and download issues
    • ModelLoadingState.checksumError: For model integrity verification failures
    • ModelLoadingState.loadingError: For model loading and compatibility issues
  • Improved error state management to provide more meaningful feedback

1.0.1 #

Added: #

  • New method: initializeOrtFromUrl allowing users to load the model from URL

1.0.0 #

Added #

  • Initial release of the Image Magic Eraser Flutter package.
  • ONNX Runtime integration for image inpainting using the onnx model.