|
|
|
|
|
by edub
213 days ago
|
|
I was able to have AI generate an image that made this, but not by diffusion/autoregressive but by having it write Python code to create the image. ChatGPT made a nice looking clock with matplotlib that had some bugs that it had to fix (hours were counter-clockwise). Gemini made correct code one-shot, it used Pillow instead of matplotlib, but it didn't look as nice. |
|