unload_loras
Unload all LoRA weights from the current pipeline to revert to the base checkpoint style. This clears added adaptations and avoids a full model reload.
Instructions
Unload all LoRA weights from the current pipeline.
Useful to reset to base checkpoint style without reloading the full model. This is faster than reloading the checkpoint.
Returns: Status with success, unloaded_count, and message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||