Update README.md
Browse files
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 |
+
```
|