Update README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,6 @@ license: mit
|
|
11 |
|
12 |
**[GitHub](https://github.com/kuprel/min-dalle)**
|
13 |
|
14 |
-
**[☕️ Buy me a Coffee](https://www.buymeacoffee.com/kuprel)**
|
15 |
-
|
16 |
This is a fast, minimal port of Boris Dayma's [DALL·E Mini](https://github.com/borisdayma/dalle-mini) (with mega weights). It has been stripped down for inference and converted to PyTorch. The only third party dependencies are numpy, requests, pillow and torch.
|
17 |
|
18 |
To generate a 4x4 grid of DALL·E Mega images it takes:
|
|
|
11 |
|
12 |
**[GitHub](https://github.com/kuprel/min-dalle)**
|
13 |
|
|
|
|
|
14 |
This is a fast, minimal port of Boris Dayma's [DALL·E Mini](https://github.com/borisdayma/dalle-mini) (with mega weights). It has been stripped down for inference and converted to PyTorch. The only third party dependencies are numpy, requests, pillow and torch.
|
15 |
|
16 |
To generate a 4x4 grid of DALL·E Mega images it takes:
|