|
|
|
|
|
by ralusek
1376 days ago
|
|
This is a fascinating idea. Have StableDiffusion generate an image from the image you'd like to "compress" + a random seed. Feed that output to an adversarial network that compares source image to output and scores it. Try again with new seed. After running for a while, the adversarial network outputs a seed, and you now have a few characters representing a reasonable approximation of your image. |
|