« Back to Glossary Index

LoHa (Low-Rank Hadamard Product) is a parameter-efficient fine-tuning technique for neural networks, particularly within the Stable Diffusion framework. It extends the principles of LoRA (Low-Rank Adaptation) by approximating large weight matrices with multiple low-rank matrices and combining them using Hadamard products. This method enhances the model’s adaptability while maintaining computational efficiency.

Key Features:

  • Parameter Efficiency: LoHa reduces the number of parameters needed for fine-tuning, making it more efficient than traditional methods.
  • Enhanced Adaptability: By approximating large weight matrices with low-rank matrices, LoHa allows for more flexible model adaptations.
  • Integration with LyCORIS: LoHa is part of the LyCORIS project, which implements various parameter-efficient fine-tuning algorithms for Stable Diffusion. This integration allows for the use of LoHa models within the LyCORIS framework.

Usage Considerations:

  • Compatibility: To utilize LoHa models, ensure that your Stable Diffusion setup includes the LyCORIS extension, which supports LoHa and other related models.
  • Model Availability: LoHa models can be found on platforms like Civitai, where users share and discuss various models and checkpoints.

« Back to Glossary Index