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-18 | 572 Bytes | |
| v0.4.tar.gz | 2022-07-18 | 5.1 MB | |
| v0.4.zip | 2022-07-18 | 5.1 MB | |
| Totals: 3 Items | 10.1 MB | 0 | |
- Fixed a criticial CUDA runtime error that occurred when generating tokens larger than the VQGAN's vocabulary
- Added
generate_images_streamandgenerate_imagesto generate individual images. Is in active use in discord bot. - Faster inference, can generate a 9x9 grid in 38 seconds on an A100
- Added
temperature,top_k, andsupercondition_factorparameters - Added a simple TKinter UI (thanks to @20kdc)
- Added an option to tiles images in token space instead of pixel space. This creates a seamless effect where the borders between images are blended.