Upload LoRA weights + adapter config
Browse files- adapter_config.json +9 -0
- optimizer.bin +3 -0
- pytorch_lora_weights.safetensors +3 -0
- random_states_0.pkl +3 -0
- scaler.pt +3 -0
- scheduler.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
|
3 |
+
"revision": "fp16",
|
4 |
+
"lora_type": "UNET_TEXT_ENCODER",
|
5 |
+
"r": 8,
|
6 |
+
"lora_alpha": 16,
|
7 |
+
"use_bias": "none",
|
8 |
+
"fan_in_fan_out": false
|
9 |
+
}
|
optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:588d437f31cdeb022b9cf617845d7297b8b129d0858286f3a4e7a1d39ece6cb0
|
3 |
+
size 17687714
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d971754174b2ff74ba8f7adf72aa91bfcbf7b553b51e5bf2f63552b60114fe42
|
3 |
+
size 23390424
|
random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a20c4c2da05c911d334dc88623bdee69d5deae8bc53ea1c47a99084621d31b0b
|
3 |
+
size 14344
|
scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
|
3 |
+
size 988
|
scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cf34ac8dd2addc454aeb1ee4eaba3267c2841857e117be40ac2ed02cf581c9c
|
3 |
+
size 1000
|