From: Gabriel Dunne Date: Fri, 20 Oct 2023 18:17:01 +0000 (-0700) Subject: Ethereal X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=b106cace8d88a8e7758183dc0fdac83fce070997;p=gabrieldunne.com-site.git Ethereal --- diff --git a/Gemfile.lock b/Gemfile.lock index fb37411..8bc5e40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,6 +65,7 @@ GEM PLATFORMS arm64-darwin-21 + arm64-darwin-22 DEPENDENCIES jekyll (~> 4.2) diff --git a/_posts/performance/2023-10-15-ethereal-signal.md b/_posts/performance/2023-10-15-ethereal-signal.md index 949f39e..1acbe08 100755 --- a/_posts/performance/2023-10-15-ethereal-signal.md +++ b/_posts/performance/2023-10-15-ethereal-signal.md @@ -16,12 +16,46 @@ ETHEREAL SIGNAL 2023-10-15 Oakland, CA -A live performance iteration of [Subspectral](/subspectral). Pre-Rendered visuals were created using a custom generative model based on the Stable Diffusion XL model and several accomanying LoRAs. +A live performance iteration of [Subspectral](/subspectral). +### Audio +![]({{site.url}}/m/ethereal-signal/gear.png) -![]({{site.url}}/m/ethereal-signal/20231015_212755.jpg) +Gearlist for this performance. Clockwise from the laptop. + +- Intel-based 2015 Macbook Pro +- Motu Ultralite mk-5 +- Modular Synthesizer +- Korg XD Module +- Moog Minitaur +- Ableton Push 2 +- Empress Reverb +- FMR Audio RNC1773 Compressor + +### Visuals ![]({{site.url}}/m/ethereal-signal/ethereal-signal.jpg) +Pre-Rendered visuals were created using a custom generative model based on the Stable Diffusion XL model and several accomanying LoRAs. + +To create a sense of animation, I define a sampler, number of steps, and the classifier-free guidance scale scale that I aesthetically like. Most of this is trial an error. During this process of sifting through gens for every good gen, there's a thousand that are trash. I usually use the `DPM++ 2M Karras` or `LMS` samplers, around 20 to 50 steps, and a CFG scale of 7. I also set the aspect of 16:9 using a `1365 x 768` resolution for the output. + +When I get my prompt and settings dialed, I produce a seed travel. + +I generate a series of random seeds, and interpolate between them with a random range of steps -- ranging from as low as 10 steps between seeds, or as high as 280 -- and a random interpolation curves which produces a range of various bursts of motion, or smooth blends. + +After I render this series of frames, I bring the sequences into Davinci Resolve and apply a frame-blending and time dialiation to my taste, and any other color correction, editing, or filtering, before rendering the final output. + + +![]({{site.url}}/m/ethereal-signal/20231015_212755.jpg) + +![]({{site.url}}/m/ethereal-signal/eth0.png) + +![]({{site.url}}/m/ethereal-signal/eth2.png) + +![]({{site.url}}/m/ethereal-signal/eth1.png) + + + \ No newline at end of file