- 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
This file contains 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
[retriever] | |
type = SimpleIMAPSSLRetriever | |
server = imap.gmail.com | |
port = 993 | |
username = <[email protected]> | |
password = <YOUR-APP-PASSWORD-WHILE-THEY-STILL-ALLOW-IT> | |
mailboxes = ALL | |
[destination] | |
type = Mboxrd |
This file contains 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
APKTIDoLV060B_LpPwpXFQqH8HTJF7CcJHMGGIpfDWOPT1dYGU_g |
This file contains 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
#!/bin/bash | |
# This script automates the installation and setup of Docker, Docker Compose, and NVIDIA Docker extensions on Ubuntu 22.04. | |
# It is designed to run without user interaction. Run this script with root privileges. | |
# Script URL: https://gist.github.com/fadenb/5eb42f646706891abe2c6f12799f6e89/raw/setup-docker.sh | |
# Ensure the script is run as root | |
if [[ $EUID -ne 0 ]]; then | |
echo "This script must be run as root. Use 'sudo' to run it." | |
exit 1 |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 7.
This file contains 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
name,prompt,negative_prompt | |
"Style: Enhance","breathtaking {prompt} . award-winning, professional, highly detailed","ugly, deformed, noisy, blurry, distorted, grainy" | |
"Style: Anime","anime artwork {prompt} . anime style, key visual, vibrant, studio anime, highly detailed","photo, deformed, black and white, realism, disfigured, low contrast" | |
"Style: Photographic","cinematic photo {prompt} . 35mm photograph, film, bokeh, professional, 4k, highly detailed","drawing, painting, crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed, ugly" | |
"Style: Digital art","concept art {prompt} . digital artwork, illustrative, painterly, matte painting, highly detailed","photo, photorealistic, realism, ugly" | |
"Style: Comic book","comic {prompt} . graphic illustration, comic art, graphic novel art, vibrant, highly detailed","photograph, deformed, glitch, noisy, realistic, stock photo" | |
"Style: Fantasy art","ethereal fantasy concept art of {prompt} . magnificent, celestial, ethereal, painterly, epic, majestic, magic |
- Zero Learning Curve: With no signing, there's no need to understand complex cryptographic principles or key management strategies. Keep your team focused on more pressing issues.
- Increased Speed: Skip the overhead of cryptographic validations and let your data run free, at lightning-fast speeds.
- Simplified Processes: Eliminate complicated signing procedures from your workflow, making network management straightforward and hassle-free.
- Lower Operational Costs: Save on resources, human effort, and money by avoiding the expenses associated with maintaining signed route origins.
- No Key Management: With no keys to manage, you eliminate the risk of losing or compromising them. No keys, no problems.
- Ease of Implementation: Avoid the hassle of introducing new protocols and dealing with possible incompatibilities. Stick with what you know and what has worked for you.
- Quick Network Scaling: Expand and modify your network with ease and speed, without the need to manage
This file contains 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
RFC 9999 CLASSFUL-IPV6 May 2023 | |
Smith & Doe Experimental [Page] | |
Stream: | |
Independent Submission | |
RFC: | |
9999 | |
Category: | |
Experimental | |
Published: | |
24 May 2023 |
This file contains 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
import os | |
import gzip | |
import requests | |
from collections import defaultdict | |
from urllib.parse import urljoin | |
from datetime import datetime, timedelta | |
# List of Ubuntu mirrors | |
mirrors = [ | |
"http://archive.ubuntu.com/ubuntu/", |
This file contains 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
import requests | |
import time | |
import argparse | |
def get_trace_info(): | |
trace_url = "https://speed.cloudflare.com/cdn-cgi/trace" | |
response = requests.get(trace_url) | |
trace_data = {} | |
for line in response.text.splitlines(): |
This file contains 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
hashcat (v6.1.1) starting in benchmark mode... | |
Benchmarking uses hand-optimized kernel code by default. | |
You can use it in your cracking session by setting the -O option. | |
Note: Using optimized kernel code limits the maximum supported password length. | |
To disable the optimized kernel code in benchmark mode, use the -w option. | |
CUDA API (CUDA 11.3) | |
==================== | |
* Device #1: NVIDIA GeForce RTX 3090, 24013/24268 MB, 82MCU |
NewerOlder