SedatAl commited on
Commit
95e4f94
1 Parent(s): 05e58a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -37,4 +37,18 @@ should probably proofread and complete it, then remove this comment. -->
37
 
38
  These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the Aedancodes/monet_dataset dataset.
39
 
40
- ![img_0](./image_0.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the Aedancodes/monet_dataset dataset.
39
 
40
+ ![img_0](./image_0.png)
41
+
42
+ ## Training details
43
+
44
+ ```python
45
+
46
+ resolution=1024
47
+ train batch_size = 1
48
+ max train steps = 1000
49
+ learning rate = 5e-5
50
+ lr scheduler = constant
51
+ mixed precision = fp16
52
+ 8bit_adam
53
+
54
+ ```