zcx65535 commited on
Commit
2a8a9dc
·
verified ·
1 Parent(s): 0e330bd

LoRA (rank=8) + VAE

Browse files
small/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "r": 8,
3
+ "lora_alpha": 8,
4
+ "lora_dropout": 0.0,
5
+ "bias": "none",
6
+ "task_type": "bokeh",
7
+ "base_model_name_or_path": "SG161222/RealVisXL_V5.0",
8
+ "peft_type": "LORA",
9
+ "inference_mode": true,
10
+ "target_modules": [
11
+ "to_q",
12
+ "to_k",
13
+ "to_v",
14
+ "to_out.0",
15
+ "proj_in",
16
+ "proj_out",
17
+ "ff.net.0.proj",
18
+ "ff.net.2",
19
+ "conv1",
20
+ "conv2",
21
+ "conv_shortcut",
22
+ "downsamplers.0.conv",
23
+ "upsamplers.0.conv",
24
+ "time_emb_proj"
25
+ ]
26
+ }
small/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6bcbc858932b960cd7289fef7c575f10a97cf27987a45c16effb0b3e51f68a
3
+ size 98595184
small/vae.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd2fb73bcc900274f1e7239dfb2f9bbd70940620ee40d3fc444b43f91661637
3
+ size 42149300