PseudoTerminal X commited on
Commit
1ce47ff
1 Parent(s): fd33e4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -72,8 +72,8 @@ You may reuse the base model text encoder for inference.
72
 
73
  ## Training settings
74
 
75
- - Training epochs: 3
76
- - Training steps: 4000
77
  - Learning rate: 0.0001
78
  - Effective batch size: 2
79
  - Micro-batch size: 2
@@ -115,7 +115,7 @@ You may reuse the base model text encoder for inference.
115
  ### garfield
116
  - Repeats: 0
117
  - Total number of images: 2206
118
- - Total number of aspect buckets: 1
119
  - Resolution: 512 px
120
  - Cropped: False
121
  - Crop style: None
@@ -149,4 +149,3 @@ image = pipeline(
149
  ).images[0]
150
  image.save("output.png", format="PNG")
151
  ```
152
-
 
72
 
73
  ## Training settings
74
 
75
+ - Training epochs: 2
76
+ - Training steps: 2000
77
  - Learning rate: 0.0001
78
  - Effective batch size: 2
79
  - Micro-batch size: 2
 
115
  ### garfield
116
  - Repeats: 0
117
  - Total number of images: 2206
118
+ - Total number of aspect buckets: 4
119
  - Resolution: 512 px
120
  - Cropped: False
121
  - Crop style: None
 
149
  ).images[0]
150
  image.save("output.png", format="PNG")
151
  ```