Skip to content

Instantly share code, notes, and snippets.

# This generates, along with the init latent, a second noise latent.
# Each of these has 16 channels, and the animation below has 16 phases.
# During phase i, the amount of noise in channel i decreases from max to
# 0, while the amount of noise in channel i + 1 increases from 0 to max.
#
# For a render function and video export, see
# https://github.com/rolux/flux-random-walk
prompt = "a horse riding an astronaut"
width, height = 1024, 1024