- Install Ubuntu from the Microsoft Store
- Once it's done installing open the
Ubuntuapp
A terminal window should pop up that has the following contents:
Installing, this may take a few minutes...
| // ==UserScript== | |
| // @name Dynamic Anti-AutoZoom | |
| // @namespace vet.skynet.userscripts | |
| // @author userscripts@skynet.vet | |
| // @match *://*/* | |
| // @run-at document-start | |
| // ==/UserScript== | |
| (function () { | |
| function updateRule() { |
| (() => { | |
| console.log("Reasoning Continuity Extension initializing…"); | |
| /************************************************************** | |
| * 1. USER CONFIGURATION (add custom model endpoints) | |
| **************************************************************/ | |
| const ENDPOINTS_WITH_REASONING = [ | |
| "https://openrouter.ai/api/v1/chat/completions" | |
| ]; |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| curl2shortcut.py | |
| A script that converts curl commands into Apple Shortcuts "Get Contents of URL" actions. | |
| Reads a curl command (from argument or stdin), parses it to extract the HTTP method, | |
| URL, headers, and JSON data, then builds a properly formatted Shortcuts action and | |
| copies it to the clipboard with the correct UTI so it can be pasted directly into |
| A blood black nothingness began to spin. | |
| Began to spin. | |
| Let's move on to system. | |
| System. | |
| Feel that in your body. |
| #!/usr/bin/env python3 | |
| import sys | |
| import asyncio | |
| import openai | |
| import os | |
| import subprocess | |
| import json | |
| import pathlib | |
| import unicodedata as u |
| /* | |
| By kenharris from TypingMind Discord. | |
| TypingMind Extension: Model Search & Full Model Names | |
| Model Search Functionality: The model selector now includes a search | |
| bar at the top. You can easily search and filter models by typing in | |
| their names |
| ## Download SD's models, loras, textual inversions to Runpod's machine | |
| # Checkpoints | |
| cd /workspace/stable-diffusion-webui/models/Stable-diffusion | |
| wget -O AbsoluteReality.safetensors https://civitai.com/api/download/models/132760?type=Model&format=SafeTensor&size=pruned&fp=fp16 | |
| wget -O RealisticVision-v51.safetensors https://civitai.com/api/download/models/130072?type=Model&format=SafeTensor&size=full&fp=fp16 | |
| wget -O CyberRealistic.safetensors https://civitai.com/api/download/models/114429?type=Model&format=SafeTensor&size=pruned&fp=fp32 | |
| wget -O EpicRealism.safetensors https://civitai.com/api/download/models/127742?type=Model&format=SafeTensor&size=pruned&fp=fp16 | |
| wget -O MajicMIX.safetensors https://civitai.com/api/download/models/94640?type=Model&format=SafeTensor&size=pruned&fp=fp16 | |
| wget -O URPM.safetensors https://civitai.com/api/download/models/15640?type=Model&format=SafeTensor&size=full&fp=fp16 |
Ubuntu appA terminal window should pop up that has the following contents:
Installing, this may take a few minutes...
You can access you Windows folders at /mnt/c/Users/$WIN_USER
I have set the environment variable to always equal your actual Windows username
For convenience I made symbolic links in your Linux home directory to your Windows home dir and your Downloads folder Use the command 'ls' to see whats in your home directory
I have initialized a virtualenv that automatically starts when you load your shell This is useful so that you can install pip packages psuedo-globally without interferring with the system Python install
N5105 box with Intel i226 getting 1/3 the speed? UDM-SE-and-Xfinity-XB7-not-working-well-together
net.link.ether.inet.max_age=120
net.inet.icmp.drop_redirect = 1
net.isr.bindthreads = 1