N5105 box with Intel i226 getting 1/3 the speed? UDM-SE-and-Xfinity-XB7-not-working-well-together
net.link.ether.inet.max_age=120
net.inet.icmp.drop_redirect = 1
net.isr.bindthreads = 1
| A blood black nothingness began to spin. | |
| Began to spin. | |
| Let's move on to system. | |
| System. | |
| Feel that in your body. |
| /* | |
| By kenharris from TypingMind Discord. | |
| TypingMind Extension: Model Search & Full Model Names | |
| Model Search Functionality: The model selector now includes a search | |
| bar at the top. You can easily search and filter models by typing in | |
| their names |
| ## Download SD's models, loras, textual inversions to Runpod's machine | |
| # Checkpoints | |
| cd /workspace/stable-diffusion-webui/models/Stable-diffusion | |
| wget -O AbsoluteReality.safetensors https://civitai.com/api/download/models/132760?type=Model&format=SafeTensor&size=pruned&fp=fp16 | |
| wget -O RealisticVision-v51.safetensors https://civitai.com/api/download/models/130072?type=Model&format=SafeTensor&size=full&fp=fp16 | |
| wget -O CyberRealistic.safetensors https://civitai.com/api/download/models/114429?type=Model&format=SafeTensor&size=pruned&fp=fp32 | |
| wget -O EpicRealism.safetensors https://civitai.com/api/download/models/127742?type=Model&format=SafeTensor&size=pruned&fp=fp16 | |
| wget -O MajicMIX.safetensors https://civitai.com/api/download/models/94640?type=Model&format=SafeTensor&size=pruned&fp=fp16 | |
| wget -O URPM.safetensors https://civitai.com/api/download/models/15640?type=Model&format=SafeTensor&size=full&fp=fp16 |
N5105 box with Intel i226 getting 1/3 the speed? UDM-SE-and-Xfinity-XB7-not-working-well-together
net.link.ether.inet.max_age=120
net.inet.icmp.drop_redirect = 1
net.isr.bindthreads = 1
| ^+v:: ; paste text and emulate typing (CTRL+SHIFT+V) | |
| AutoTrim,On | |
| string = %clipboard% | |
| Gosub,ONLYTYPINGCHARS | |
| StringSplit, charArray, string | |
| Loop %charArray0% | |
| { | |
| this_char := charArray%a_index% | |
| Send {Text}%this_char% | |
| Random, typeSlow, 1, 3 |
| #!/usr/bin/env zsh | |
| ### OS X Preferences | |
| # Enable character repeat on keydown | |
| defaults write -g ApplePressAndHoldEnabled -bool false | |
| # Set a shorter Delay until key repeat | |
| defaults write NSGlobalDomain InitialKeyRepeat -int 12 | |
| # Set a blazingly fast keyboard repeat rate |
| ### | |
| ### [2023-06-19] UPDATE: Just tried to use my instructions again on a fresh install and it failed in a number of places. | |
| ###. Not sure if I'll update this gist (though I realise it seems to still have some traffic), but here's a list of | |
| ###. things to watch out for: | |
| ### - Check out the `nix-darwin` instructions, as they have changed. | |
| ### - There's a home manager gotcha https://github.com/nix-community/home-manager/issues/4026 | |
| ### | |
| # I found some good resources but they seem to do a bit too much (maybe from a time when there were more bugs). | |
| # So here's a minimal Gist which worked for me as an install on a new M1 Pro. |
iTerm2
Command Line Tools
xcode-select –install| #!/usr/bin/env zsh | |
| # | |
| # Disable the “Are you sure you want to open this application?” dialog | |
| defaults write com.apple.LaunchServices LSQuarantine -bool false | |
| # Disable Resume system-wide | |
| defaults write NSGlobalDomain NSQuitAlwaysKeepWindows -bool false |