cyber-meow
commited on
Commit
•
1a2f10a
1
Parent(s):
03034e0
add extracted locon
Browse files
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
locon_extracted/bocchi_extract_conv01_linear0005.safetensors filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -54,12 +54,12 @@ The model is trained on runpod using 3090 and cost me around 15 dollors.
|
|
54 |
|
55 |
#### Hyperparameter specification
|
56 |
|
57 |
-
The model is trained for
|
58 |
|
59 |
Note that as a consequence of the weighting scheme which translates into a number of different multiply for each image,
|
60 |
the count of repeat and epoch has a quite different meaning here.
|
61 |
For example, depending on the weighting, I have around 300K images (some images are used multiple times) in an epoch,
|
62 |
-
and therefore I did not even finish an entire epoch with the
|
63 |
|
64 |
### Failures
|
65 |
|
|
|
54 |
|
55 |
#### Hyperparameter specification
|
56 |
|
57 |
+
The model is trained for 50000 steps, at batch size 4, lr 1e-6, resolution 512, and conditional dropping rate of 10%.
|
58 |
|
59 |
Note that as a consequence of the weighting scheme which translates into a number of different multiply for each image,
|
60 |
the count of repeat and epoch has a quite different meaning here.
|
61 |
For example, depending on the weighting, I have around 300K images (some images are used multiple times) in an epoch,
|
62 |
+
and therefore I did not even finish an entire epoch with the 50000 steps at batch size 4.
|
63 |
|
64 |
### Failures
|
65 |
|
locon_extracted/bocchi_extract_conv01_linear0005.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:258b7e282f976a82256b98fdc59c6e4c3f4c76dca15b0914b493f3699b6a036f
|
3 |
+
size 618128141
|