You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -50,19 +50,19 @@
50
50
51
51
# UPDATES & Notes
52
52
53
-
### 2022/02/01
53
+
### 2023/02/01
54
54
55
55
- LoRA Joining is now available with `--mode=ljl` flag. Only three parameters are required : `path_to_lora1`, `path_to_lora2`, and `path_to_save`.
56
56
57
-
### 2022/01/29
57
+
### 2023/01/29
58
58
59
59
- Dataset pipelines
60
60
- LoRA Applied to Resnet as well, use `--use_extended_lora` to use it.
61
61
- SVD distillation now supports resnet-lora as well.
62
62
- Compvis format Conversion script now works with safetensors, and will for PTI it will return Textual inversion format as well, so you can use it in embeddings folder.
63
63
- 🥳🥳, LoRA is now officially integrated into the amazing Huggingface 🤗 `diffusers` library! Check out the [Blog](https://huggingface.co/blog/lora) and [examples](https://github.com/huggingface/diffusers/tree/main/examples/text_to_image#training-with-lora)! (NOTE : It is CURRENTLY DIFFERENT FILE FORMAT)
0 commit comments