Skip to content

Instantly share code, notes, and snippets.

@AshtakaOOf
AshtakaOOf / gui.md
Last active March 20, 2025 09:56
Stable Diffusion GUI list

⚠️ This list isn't maintained right now

Stable Diffusion GUIs list

I will try to redo this list because it's getting kind of bad

This will help me and hopefully other to get everything going and generate waifus images with Stable Diffusion, and maybe other txt2img things maybe.

I will probably add shields.io to make it more easier to read (maybe)

@fffx
fffx / readme.md
Created July 20, 2023 21:01
Install nerdfont for Lazyvim
@oca159
oca159 / config
Last active April 11, 2025 20:27
ghostty
theme = catppuccin-mocha
adjust-cell-height = 10%
command = /bin/zsh -c "tmux new -A -s work"
copy-on-select = true
font-family = "TX-02"
font-size = 16
font-thicken = true
mouse-hide-while-typing = true
macos-non-native-fullscreen=visible-menu
@oca159
oca159 / tmux.conf
Last active March 30, 2025 22:17
tmux
# Set terminal colors
set-option -sa terminal-overrides ",xterm*:Tc"
# Enable mouse support
set -g mouse on
# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1