SushantGautam commited on
Commit
38aab0d
1 Parent(s): 3bed8ae

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -15
README.md DELETED
@@ -1,15 +0,0 @@
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
- }