optionally tile images in token space

This commit is contained in:
Brett Kuprel
2022-07-17 07:33:31 -04:00
parent 39376c9cf2
commit 798e6ac5a3
6 changed files with 145 additions and 107 deletions
Vendored
+2 -2
View File
@@ -62,7 +62,7 @@ display(image)
Credit to [@hardmaru](https://twitter.com/hardmaru) for the [example](https://twitter.com/hardmaru/status/1544354119527596034)
### Saving Individual Images
<!-- ### Saving Individual Images
The images can also be generated as a `FloatTensor` in case you want to process them manually.
```python
@@ -85,7 +85,7 @@ Then image $i$ can be coverted to a PIL.Image and saved
```python
image = Image.fromarray(images[i])
image.save('image_{}.png'.format(i))
```
``` -->
### Progressive Outputs