This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |