SushantGautam commited on
Commit
3bed8ae
1 Parent(s): 4a9884e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "stabilityai/stable-diffusion-3-medium-diffusers",
3
+ "peft_type": "LORA",
4
+ "lora_config": {
5
+ "r": 4,
6
+ "lora_alpha": 4,
7
+ "init_lora_weights": "gaussian",
8
+ "target_modules": [
9
+ "to_k",
10
+ "to_q",
11
+ "to_v",
12
+ "to_out.0"
13
+ ]
14
+ }
15
+ }