cloneofsimo / lora

Using Low-rank adaptation to quickly fine-tune diffusion models.
https://arxiv.org/abs/2106.09685
Apache License 2.0
6.83k stars 473 forks source link

LoRA is NOT officially integrated into the amazing Huggingface 🤗 diffusers library! #220

Open kopyl opened 1 year ago

kopyl commented 1 year ago

I want to use kohya-ss LoRA in .safetensors format but diffusers but it does not allow me to.

I need to use it in the same way as in AUTOMATIC1111 WebUI like

How can i do this?

Someant commented 1 year ago

+1 i not working yet AssertionError: conversion failed: . the model may not be trained by sd-scripts.

alexblattner commented 1 year ago

I use this and it's great: https://gist.github.com/takuma104/e38d683d72b1e448b8d9b3835f7cfa44