Upload config.json with huggingface_hub

#1
by mkshing - opened
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pretrained_model_name_or_path": "CompVis/stable-diffusion-v1-4",
3
+ "clip_model_name_or_path": "ViT-H-14::laion2b_s32b_b79k",
4
+ "placeholder_token": "*s",
5
+ "domain_class_token": "face",
6
+ "domain_embed_scale": 0.1,
7
+ "reg_lambda": 0.01,
8
+ "prompt_template": "face",
9
+ "unfreeze_clip_vision": false,
10
+ "resolution": 512,
11
+ "learning_rate": 1.6e-05,
12
+ "scale_lr": true
13
+ }