update readme
This commit is contained in:
parent
c36ffae9c3
commit
870cebdaaf
4
README.md
vendored
4
README.md
vendored
|
@ -53,7 +53,9 @@ display(image)
|
||||||
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/nuclear_broccoli.jpg" alt="min-dalle" width="400"/>
|
<img src="https://github.com/kuprel/min-dalle/raw/main/examples/nuclear_broccoli.jpg" alt="min-dalle" width="400"/>
|
||||||
credit: https://twitter.com/hardmaru/status/1544354119527596034
|
credit: https://twitter.com/hardmaru/status/1544354119527596034
|
||||||
|
|
||||||
The images can also be generated as a `FloatTensor` in case you want to process them manually (e.g. save individual images).
|
|
||||||
|
### Saving Individual Images
|
||||||
|
The images can also be generated as a `FloatTensor` in case you want to process them manually.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
images = model.generate_images(
|
images = model.generate_images(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user