1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00
This commit is contained in:
Pedro Cuenca
2023-01-27 20:08:56 +01:00
committed by GitHub
parent 20396e2bd2
commit fdf70cb54b

View File

@@ -12,7 +12,7 @@ specific language governing permissions and limitations under the License.
# Loaders
There are many weights to train adapter neural networks for diffusion models, such as
There are many ways to train adapter neural networks for diffusion models, such as
- [Textual Inversion](./training/text_inversion.mdx)
- [LoRA](https://github.com/cloneofsimo/lora)
- [Hypernetworks](https://arxiv.org/abs/1609.09106)