||s.4cdn.org/js/snow.js
4chan.org,4channel.org###js-snowfield
Disable 4chan-x's stupid party hats
4chan.org,4channel.org##.catalog-thread::after:style(background-image: initial !important)
param( | |
[Parameter(HelpMessage = "사용할 디렉토리 경로")] | |
[string] $HomeDir = (Get-Location).Path, | |
[Parameter(HelpMessage = "사용할 레포지토리 디렉터리 경로")] | |
[string] $RepoDir = "${HomeDir}\repo", | |
[Parameter(HelpMessage = "사용할 캐시 디렉터리 경로")] | |
[string] $CacheDir = "${HomeDir}\cache", |
#!/bin/bash | |
# yo whatsup yalls, call me meow theif ;))) also checkout my colab notebook | |
shopt -s globstar | |
shopt -s nullglob | |
git clone --depth=1 https://github.com/toriato/easy-stable-diffusion | |
cd easy-stable-diffusion | |
mkdir -p SD/models/Stable-diffusion | |
# cuda_version=$(python -c 'import torch; print(torch.version.cuda)') |
||s.4cdn.org/js/snow.js
4chan.org,4channel.org###js-snowfield
4chan.org,4channel.org##.catalog-thread::after:style(background-image: initial !important)
it was originally located this repository but removed due to clean up
import re | |
from typing import Callable | |
from modules.processing import StableDiffusionProcessing | |
# 프롬프트에 사용할 수 있는 글자 | |
PROMPT_VALID_CHARACTERS = re.compile(r'^(|[a-zA-Z\s\d()\[\]_,:]+)$') | |
FILTERS = { | |
# 프롬프트 |
diff --git a/modules/sd_hijack.py b/modules/sd_hijack.py | |
index eaedac1..67eac6c 100644 | |
--- a/modules/sd_hijack.py | |
+++ b/modules/sd_hijack.py | |
@@ -4,6 +4,7 @@ import sys | |
import traceback | |
import torch | |
import numpy as np | |
+import open_clip | |
from torch import einsum |
shell scripts related with huggingface
launch multiple auto's webui instances