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_reusable
parameter. Turning it off saves memory (e.g. for command line script) and keeping it on makes multiple calls togenerate_image
faster - added
log2_k
parameter to control top-k image token sampling - added
log2_supercondition_factor
parameter to control the super conditioning amount - added
log2_mid_count
andgenerate_image_stream
to 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
dtype
parameter to autocast operations tofloat32
,float16
, orbfloat16
- a grid size of 8x8 now generates in 35 seconds on an A100