ZeroCool94 commited on
Commit
a35edc7
1 Parent(s): e829021

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -67,3 +67,12 @@ The model was trained on the following dataset:
67
  - **Total Training Steps:** 2,410,000
68
 
69
  Note: On Muse we can change the image_size or resolution at any time without having to train the model from scratch again, this allows us to first train the model at low resolution using the same `dim` and `vq_codebook_size` to train faster and then we can increase the `image_size` and use a higher resolution once the model has trained enough.
 
 
 
 
 
 
 
 
 
 
67
  - **Total Training Steps:** 2,410,000
68
 
69
  Note: On Muse we can change the image_size or resolution at any time without having to train the model from scratch again, this allows us to first train the model at low resolution using the same `dim` and `vq_codebook_size` to train faster and then we can increase the `image_size` and use a higher resolution once the model has trained enough.
70
+
71
+ Developed by: [ZeroCool](https://github.com/ZeroCool940711) at [Sygil-Dev](https://github.com/Sygil-Dev/)
72
+
73
+ ## Community Contributions:
74
+ - [Benjamin Trom (limiteinductive)](https://huggingface.co/limiteinductive): Thanks for providing us with extra compute to speed up the training.
75
+ - [Chad Kensington (isamu isozaki)](https://github.com/isamu-isozaki/muse-maskgit-pytorch): Thanks for helping with the training scripts and improving the code for Muse.
76
+
77
+ # License
78
+ This model is open access and available to all, with a CreativeML Open RAIL++-M License further specifying rights and usage.