Skip to content

Instantly share code, notes, and snippets.

View ann4belle's full-sized avatar
🍊

Anna ann4belle

🍊
  • Mansfield, Texas
View GitHub Profile
@ann4belle
ann4belle / oauth_tumblr.py
Created June 20, 2018 00:51 — forked from codingjester/oauth_tumblr.py
OAuth Tumblr Getting Access Tokens
import urlparse
import oauth2 as oauth
consumer_key = 'consumer_key'
consumer_secret = 'consumer_secret'
request_token_url = 'https://www.tumblr.com/oauth/request_token'
access_token_url = 'https://www.tumblr.com/oauth/access_token'
authorize_url = 'https://www.tumblr.com/oauth/authorize'

Keybase proof

I hereby claim:

  • I am ann4belle on github.
  • I am ann4belle (https://keybase.io/ann4belle) on keybase.
  • I have a public key ASAAkPwoKOPnAQQ5jA-O0Ka9xfRDx2OKLGO3ENxI_RvMTQo

To claim this, I am signing this object:

@ann4belle
ann4belle / README.md
Last active May 15, 2023 13:51
Automated install of AUTOMATIC1111/stable-diffusion-webui

This is an extremely simple PowerShell script that will:

To accomplish this, it takes the following steps (labelled in the file):

  1. Install scoop (https://scoop.sh)
  2. Use scoop to install pyenv-win (https://github.com/pyenv-win/pyenv-win) and git (https://git-scm.com/)
  3. Use pyenv to install Python 3.10.6
  4. Use git to clone the stable-diffusion-webui project to the user's Desktop