william_kent

Well-known member
this one genuinely surprised me - feeding H.P. Lovecraft quotes in to a GAN as a prompt "in the style of studio ghibli" and is that the name of a president I can see? has the GAN broached the wall separating us from true reality? is the name it has revealed " the "formless, infinite, unchanging and unchangeable void"?

1635534813190.png

To be bitter is to attribute intent and personality to the formless, infinite, unchanging and unchangeable void
 
Last edited:

Clinamenic

Binary & Tweed
@catalog I think the target image parameter brings this to a whole new level.

We are one step closer to utilizing these GANs as narrative constructors. Depends on how closely the run can approximate the target image.
 

william_kent

Well-known member
@catalog I think the target image parameter brings this to a whole new level.

We are one step closer to utilizing these GANs as narrative constructors. Depends on how closely the run can approximate the target image.

it gets better - you can have arrays of target images

also, I found some code on GitHub that adds the caret ^ as a modifier for "story mode" - feed the GAN one phrase after another

jack and jill ^ went up the hill etc,
 

Clinamenic

Binary & Tweed
also, I found some code on GitHub that adds the caret ^ as a modifier for "story mode" - feed the GAN one phrase after another

jack and jill ^ went up the hill etc,
Is it in this dummy-friendly notebook interface format? Or is it more of a manual thing?
 

Clinamenic

Binary & Tweed
Ive been trying VQGAN+CLIP out on textual image inputs, a sort of procedural lettrism. This is the input image:

solosalon.png



and here are a few of the results

with text input:
particle | waveform | electron microscopy
(seed 1 interval 2 iterations 100)
particle-waveform-electron-microscopy-seed-1-interval-2-iterations-100.gif




with text input:
floorplan | grid
(seed 1 interval 2 iterations 100)
floorplan-grid-seed-1-interval-2.gif



with text input:
banknote | engraving | money
(seed 1 interval 5 iterations 250)
target image:
2383810803_a6a8c227e5_b.jpg
banknote-engraving-money-seed-1-interval-5-iterations-250-target-image-2383810803-a6a8c227e5-b-jpg.gif



with text input:
city | streets | buildings
(seed 1 interval 5 iterations 250)
target image:
159177570_785370545518351_1448974923367387410_n.jpg
city-streets-buildings-seed-1-interval-5-iterations-250-target-image-159177570-785370545518351-14489.gif
 
Top