unload_models
Free up memory by unloading cached machine learning models after image processing. Models reload automatically on the next background removal request.
Instructions
Unload all cached ML models to free memory.
Call this tool when you're done processing images to free up RAM. ML models can consume 100MB-400MB each. Models will be automatically reloaded on the next background removal request.
Returns: Dictionary with unload status, including list of unloaded models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||