DreamCloudWalker commited on
Commit
dc988f7
·
verified ·
1 Parent(s): 27729f8

SDXL DreamBooth checkpoint

Browse files
SDXLRealGufengCn.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1c53cf311ac1c185858d8b6bab0dadade3204cdfcb062304f38e6f7bca10a2
3
+ size 6938042826
adapter_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_name": "SDXLRealGufengCn",
3
+ "base_model": "stabilityai/sdxl-1.0",
4
+ "config": {
5
+ "adapter_type": "prefix",
6
+ "hidden_size": 1024,
7
+ "num_layers": 12,
8
+ "num_attention_heads": 16,
9
+ "intermediate_size": 4096,
10
+ "activation_function": "gelu",
11
+ "layer_norm_epsilon": 1e-12,
12
+ "dropout_rate": 0.1
13
+ },
14
+ "modules": [
15
+ {
16
+ "name": "adapter_layer",
17
+ "type": "affine",
18
+ "config": {
19
+ "input_size": 1024,
20
+ "output_size": 512,
21
+ "dropout_rate": 0.1
22
+ }
23
+ }
24
+ ]
25
+ }