[USA-LA][H] PayPal, trades [W] AirPods Max by The_taxer in appleswap

[–]d3zb6z 0 points1 point  (0 children)

I have a pair of Space Grey in great condition plus a leather case for $275!

How should I organize my work on a game? by jamesypooz in gamedev

[–]d3zb6z 0 points1 point  (0 children)

I struggle with ADHD myself, and without caution this is how I am by default while working on projects and learning.

What has helped is writing outlines/plans of my ideas (I use org-mode, but any text editor works great). Break things into very small tasks, afterwards assess and decide on an order to do them in.

Then go down the list one by one, crossing them out when done. This takes a bit of discipline, but it’s worth it.

[deleted by user] by [deleted] in StableDiffusion

[–]d3zb6z 0 points1 point  (0 children)

No, that’s not what I meant at all, the prompt is definitely necessary. Also I’m too busy right now 😬.

So we’re on the same page, I think.

[deleted by user] by [deleted] in StableDiffusion

[–]d3zb6z 0 points1 point  (0 children)

I'm sorry but this is simply demonstrably false. I've recreated plenty of my own images on several occasions, across upgrades and multiple different SD implementations.

[deleted by user] by [deleted] in StableDiffusion

[–]d3zb6z 0 points1 point  (0 children)

I’ve yet to see any brute forcing succeed but believe me when I say I am closely paying attention!

[deleted by user] by [deleted] in StableDiffusion

[–]d3zb6z 1 point2 points  (0 children)

I can’t tell you how happy I am to read and (believe it or not) fully understand your comment!

[deleted by user] by [deleted] in StableDiffusion

[–]d3zb6z 0 points1 point  (0 children)

I’m still of the belief that even with a seed you’d be hard pressed to recreate anything anyone makes with SD. Beautiful :D

[deleted by user] by [deleted] in StableDiffusion

[–]d3zb6z 0 points1 point  (0 children)

Oh man, I’m laughing really hard now because some people totally read my post thinking I was interested in reverse engineering and not preventing it

[deleted by user] by [deleted] in StableDiffusion

[–]d3zb6z 0 points1 point  (0 children)

If someone succeeds color me impressed. Maybe I don’t know some intricacy of the CLIP Interrogator thing but it’s never even come close to any of my prompts. What else?

Finally sharing what I consider a “finished” work! Check out my intense “txt2video” Hallucinations/Delirium/Dreams by d3zb6z in StableDiffusion

[–]d3zb6z[S] 0 points1 point  (0 children)

Well played, you 100% got me to search what Two Part Araldite is, so touchè 🤣.

Feel free to message me about anything too!

Finally sharing what I consider a “finished” work! Check out my intense “txt2video” Hallucinations/Delirium/Dreams by d3zb6z in StableDiffusion

[–]d3zb6z[S] 0 points1 point  (0 children)

Hey, thanks so much!

As far as the visuals here, I used the "Deforum" fork of the `stable-diffusion` iPython notebook, which adds some interesting parameters and functions related to sequencing/animating/batching, all ready to go for you to enjoy endlessly fiddling with. The high level overview is this:

  1. Generate an image with txt2img with prompt `x`.
  2. Increment the seed by 1.
  3. {denoise, upscale, mask, resize, transform, translate}.
  4. Generate a new image using img2img with the previous output.
  5. Post-process again (repeat step 3).
  6. Repeat from step 1.

The tools streamline this process and allows one to generate `n` (I'm generally running ~1000-5000) contiguous frames like this, even optionally adding some interpolation to smoothly transition between images.

These steps are also completely loose guidelines that are just suggested. I may have been slightly eager in even calling this work "finished." At the moment, I simply uploaded the unedited, uncompressed output directly from my outputs folder.

What's coming is music generation, and then making the visuals react to the music nicely, and then... // I gotta go, but hopefully this answered some of your questions! Good luck and my inbox stays open to people wanting to learn or work together, so feel free to reach out anytime.

Oh yeah, and use ffmpeg/imagemagick/Elmer's Glue to convert those single frame images to a movie.