The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-07-07 | 692 Bytes | |
| v0.3.tar.gz | 2022-07-07 | 5.5 MB | |
| v0.3.zip | 2022-07-07 | 5.5 MB | |
| Totals: 3 Items | 10.9 MB | 0 | |
- added
is_reusableparameter. Turning it off saves memory (e.g. for command line script) and keeping it on makes multiple calls togenerate_imagefaster - added
log2_kparameter to control top-k image token sampling - added
log2_supercondition_factorparameter to control the super conditioning amount - added
log2_mid_countandgenerate_image_streamto stream intermediate outputs. Incomplete tokens are detokenized to an image multiple times during the decoding process. This adds very little time to the overall run time - added
dtypeparameter to autocast operations tofloat32,float16, orbfloat16 - a grid size of 8x8 now generates in 35 seconds on an A100