Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- stabilityai/stable-diffusion-xl-base-1.0
|
5 |
+
---
|
6 |
+
|
7 |
+
# DiffusionLight's ExposureLoRA
|
8 |
+
|
9 |
+
The weight is the same as was released in the original DiffusionLight. However, due to diffusers-0.33.0 break the compatibility. we updated the weight that renamed the key as a seperate model to don't break the code that already using "DiffusionLight/DiffusionLight"
|