Grokberg commited on
Commit
68bc71b
1 Parent(s): b2d5ce1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -56,12 +56,23 @@ license: creativeml-openrail-m
56
  <h2 style="font-size:28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:0; color: #222;">Model Info</h2>
57
  <p style="font-size: 18px; color: #666;">
58
  <strong>Downloads: </strong>
59
- <a style="color: #333" href="https://huggingface.co/MyneFactory/MF-Base/blob/main/Full%20release%20models/MyneFactoryBase%20V1.0.ckpt">MyneFactoryBase V1.0.ckpt</a>,
60
  </p>
 
 
 
61
  <p style="font-size: 18px; color: #666;">
62
- <strong>Technical: </strong>
63
- <span>The model was trained on 23,088 samples from Yande.re using a base model NAI, with a resolution of 768 and 512 pixels using aspect ratio buckets to prevent unnatural cropping. The model was trained for 90 epochs (500,000+ steps) using a stepped cosine and stepped constant LR. The LR was manually stepped every 10 epochs and was estimated using proportionality when estimating LR for each additional batch size. The training was done on an RTX 4090 with EveryDream 2 Trainer using DDIM sample scheduler and DDPM noise scheduler, with Adam8bit optimizer, mix precision, and xformers enabled. A conditional dropout of tags was set to 0.125. Verification testing was done on various milestones, and logs were monitored via Tensorboard. </span>
64
  </p>
 
 
 
 
 
 
 
 
 
65
  <p style="font-size: 18px; color: #666;">
66
  <strong>Authors: </strong><span>Juusoz, 金Goldkoron, tsmkirby</span>
67
  </p>
 
56
  <h2 style="font-size:28px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:0; color: #222;">Model Info</h2>
57
  <p style="font-size: 18px; color: #666;">
58
  <strong>Downloads: </strong>
59
+ <a style="color: #333" href="https://huggingface.co/MyneFactory/MF-Base/blob/main/Full%20release%20models/MyneFactoryBase%20V1.0.ckpt">MyneFactoryBase V1.0.ckpt</a>
60
  </p>
61
+ <!-- Technical details start here -->
62
+ <h3 style="font-size:24px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:20px 0; color: #222;">Technical Details</h3>
63
+ <h4 style="font-size:20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:20px 0; color: #222;">Model Training</h4>
64
  <p style="font-size: 18px; color: #666;">
65
+ MyneFactoryBase was trained using 23,088 samples from Yande.re. File captions were generated using 3 iterations of WD1.4 tagger to ensure maximum identification of objects within the training data. A second captioning run was done using one tagger with a reduced threshold to produce shorter captions for later use. The model was trained using the NAI model as the base, and the Adam optimizer was used with a manually set maximum learning rate and cosine decay. Training was done on an RTX 4090 with a batch size of 4, utilizing DDIM sample scheduler and DDPM noise scheduler with mix precision.
 
66
  </p>
67
+ <h4 style="font-size:20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:20px 0; color: #222;">Text Encoder Training</h4>
68
+ <p style="font-size: 18px; color: #666;">
69
+ Text Encoder was trained for 50% of the training durations, freezing and unfreezing every 10ep. During the final 20ep of finetuning, the TE was frozen.
70
+ </p>
71
+ <h4 style="font-size:20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin:20px 0; color: #222;">Block Merge</h4>
72
+ <p style="font-size: 18px; color: #666;">
73
+ At the ep20 milestone, a block merge was done with BasilMix. However, it was evident that the merged weights were being trained out quickly, and the weights had entirely shifted back to the training data by the end of the training. Ultimately, the decision was made to not use a block merge for the final release.
74
+ </p>
75
+ <!-- Technical details end here -->
76
  <p style="font-size: 18px; color: #666;">
77
  <strong>Authors: </strong><span>Juusoz, 金Goldkoron, tsmkirby</span>
78
  </p>