- single quotes: no expansion at all
echo '$HOME *.txt'
| #!/usr/bin/env python3 | |
| """ | |
| - Fixes the issue with malformed metadata and incorrect key names. | |
| This was made to make certain models importable into Draw Things.app, | |
| but it should also address the issue with LoRAs not fusing anything in Draw Things and MFLUX. | |
| It takes a single argument: the input file (.safetensors) | |
| and outputs a new file with `-FIXED` appended to the basename (not file extension) | |
| This shouldnt require any package installs, and does it's magic without loading the full bulk of the file into RAM. |
| // ==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 |
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