Skip to content

Instantly share code, notes, and snippets.

@tildebyte
tildebyte / inference.ipynb
Last active May 6, 2023 01:33
Running inference against DeepFloyd's IF on RunPod
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tildebyte
tildebyte / Klipper vs Prusa Slicer.md
Last active March 15, 2023 20:43
Klipper vs. Prusa Slicer tips and info

Klipper vs. Prusa Slicer tips and info

Jank scraped and collated from the Klipper Discord

[printer]
kinematics: cartesian
max_velocity: 250
max_accel: 1800
max_accel_to_decel:1800
@tildebyte
tildebyte / GShade.ini
Created January 3, 2023 21:01
GShade ini for GW2
[ADDON]
DisabledAddons=AutoHDR64@AutoHDR64.addon
[DEPTH]
DepthCopyBeforeClears=0
UseAspectRatioHeuristics=0
[GENERAL]
EffectFrameDelay=500
EffectSearchPaths=C:\Guild Wars 2\addons\reshade\gshade-shaders\Shaders,C:\Guild Wars 2\addons\reshade\gshade-shaders\ComputeShaders
@tildebyte
tildebyte / enable-long-paths-in-windows-11-10.md
Created November 1, 2022 22:34
Enable long paths in Windows 11, 10

Make Windows accept File Paths over 260 characters Enable Win32 Long Paths through Regedit

To enable Win32 long paths through Regedit-

Open Regedit
Paste the path for the file system folder
Find the LongPathsEnabled DWORD file and double click on it
Change to value from 0 to 1 and click OK
@tildebyte
tildebyte / neg prompting theory
Created October 25, 2022 04:47
SD, negative prompting, and SEO pollution
From somewhere in the bowels of https://www.reddit.com/r/StableDiffusion/comments/y0t4pd/a_bizarre_experiment_with_negative_prompts/iru7rh8
by Ok_Entreprenuer_5833
If anyone is wondering why this effect happens (and they should be wondering if they want to push SD to it's limits) it's the SEO media marketing word cloud noise coming up in the labelling of the dataset SD was trained on.
I'll try not to be long winded, want to get back to my SD project but think it's valuable enough to put down here since this experiment is a clear visual aid for the idea.
Top searches in 2019 in my example here: (didn't use 2020 onward as results of covid would skew this out of normalization).
News, people, celebrities and Trump is up there among all those at the top.
Disney
// Get a list of elements that match selectors, i.e. "Toggle to follow" buttons.
// Maintainers probably need to change the selector string for new FB versions
var follows = document.querySelectorAll('div[aria-label="Toggle to follow"]');
// If you want to make sure this script doesn't click on the wrong buttons, go
// to the Elements tab, press Ctrl-F, enter "Toggle to follow" in the search
// bar, then find the button that is highlighed
var delay = 1500; // Delay between clicks to prevent being blocked by FB
var i = 0; // Initialize a counter of unfollows
@tildebyte
tildebyte / Pusherman's Eurorack DIY Noobs pinned post.md
Created April 3, 2020 13:26
Pusherman's Eurorack DIY Noobs pinned post

Pusherman's Eurorack DIY Noobs pinned post

Component "shopping lists"

Necessary tools

@tildebyte
tildebyte / quence01.lua
Last active February 8, 2020 18:56 — forked from millxing/quence01.lua
This is the latest version (as of 11/4/2018) of QUENCE, a probabilistic MIDI sequencer for norns and grid (monome.org)
-- Q * U * E * N * C * E
--
-- a probababilistic
-- 4-track MIDI sequencer
-- for norns and grid
--
-- Rob Schoen
-- millxing at gmail
-- inspired by Turing Machine, Fugue Machine, and Physical (Norns Study #4)
@tildebyte
tildebyte / ._notes.md
Last active February 5, 2020 23:39
Bluetooth audio on fates

Bluetooth audio for fates

Mostly this is from memory, and of dubious accuracy (but getting better :p)

Requirements:

  • bluetoothctl (probably installed by default on raspbian)
  • [bluealsa] (apt installable)
  • alsa_out (comes with jackd)
  • libsbc1 (apt installable)
@tildebyte
tildebyte / color_calc.ipynb
Created January 4, 2020 20:05
Very ugly Jupyter Python notebook for color conversions, specifically for Launchpad Pro RGB LEDs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.