Skip to content

Instantly share code, notes, and snippets.

View fadenb's full-sized avatar

Tristan Helmich fadenb

View GitHub Profile
@fadenb
fadenb / extensions.md
Last active January 15, 2024 16:57
Automatic1111 Extensions I Like

Automatic1111 Extensions I like

  • sd-webui-controlnet
    • https://github.com/Mikubill/sd-webui-controlnet.git
  • After Detailer / adetailer
    • https://github.com/Bing-su/adetailer.git
  • Segment Anything
    • https://github.com/continue-revolution/sd-webui-segment-anything.git
  • Dynamic Prompts
@fadenb
fadenb / getmailrc
Created February 8, 2024 12:14
Example getmail6 config file to fetch a copy of all emails from Gmail. Should be placed at `~/.config/getmail/getmailrc`.
[retriever]
type = SimpleIMAPSSLRetriever
server = imap.gmail.com
port = 993
username = <YOUR-USERNAME@gmail.com>
password = <YOUR-APP-PASSWORD-WHILE-THEY-STILL-ALLOW-IT>
mailboxes = ALL
[destination]
type = Mboxrd