# put stock boot.img into /sdcard/boot.img
# get sha1
adb shell
su
SHA1=$(cat $(magisk --path)/.magisk/config | grep SHA1 | cut -d '=' -f 2)
This file contains hidden or 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
// ComfyUI.js | |
// Simple ComfyUI Helper Class in JavaScript for ComfyUI API | |
// Usage: | |
/* | |
const ComfyUI = require('./classes/ComfyUI'); | |
// Define the nodes that you want to modify in your workflow | |
const nodes = { | |
seeds: ['4', '12'], // Node IDs that contain seeds |
- You must have a heroku app deployed on the hobby tier. This is NOT the free tier and costs ~7/month
- i'm assuming you have homebrew installed. It will be need to install the Certbot client
- i'm also assuming you have the heroku CLI tools installed
first up, run this to install the certbot client
brew install certbot