HuggingFace Page for model download: https://huggingface.co/hakurei/waifu-diffusion-v1-3
Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
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
// triangle/shaders/shader.frag | |
#version 450 | |
layout(location = 0) in vec3 fragColor; | |
layout(location = 0) out vec4 outColor; | |
void main() { | |
outColor = vec4(fragColor, 1.0); | |
} |
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
########## | |
# Win10 Optimization Script With Extra GPD Win Tweaks | |
# Adapted version of https://github.com/Disassembler0/Win10-Initial-Setup-Script by Disassembler <[email protected]> | |
# Author: BlackDragonBE | |
# Version: v2.2.1 (2017-12-02) | |
# Copied from https://www.reddit.com/r/gpdwin/comments/6ipa6c/windows_10_optimization_script_for_gpd_win/ | |
########## | |
# As a workaround for disabled script execution, run this command (without #) in an elevated PowerShell windows first and choose "all" if you're asked where to apply this: | |
# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass |
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
{ | |
"output": { | |
"bass_enhancer#0": { | |
"amount": 5.0, | |
"blend": 0.0, | |
"bypass": false, | |
"floor": 20.0, | |
"floor-active": false, | |
"harmonics": 8.5, | |
"input-gain": 0.0, |
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
EnablePrimaryMouseButtonEvents (true); | |
function OnEvent(event,arg) | |
if IsKeyLockOn("Capslock")then | |
if IsMouseButtonPressed(3)then | |
repeat | |
if IsMouseButtonPressed(1) then | |
repeat | |
MoveMouseRelative(0,1) -- This changes the "stage" of the recoil hold // 0.4 is hard, 0.1 less hard! | |
Sleep(9) | |
until not IsMouseButtonPressed(1) |
A list of tasks, scripts and settings to debloat a Windows machine. Some parts of this gist are tailored specifaclly for my needs so you might wanna adjust them for yourself.
- Backup all data
- Clean reset the PC
- Install lastest updates
- Download Windows 11 Installation Assistant: https://www.microsoft.com/en-us/software-download/windows11
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
{ | |
"input": { | |
"blocklist": [], | |
"compressor": { | |
"attack": 20.0, | |
"boost-amount": 6.0, | |
"boost-threshold": -72.0, | |
"hpf-frequency": 10.0, | |
"hpf-mode": "off", | |
"input-gain": 0.0, |
NewerOlder