Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
using namespace std;
int gcf(int x, int y) {
if (x % y == 0) {
return y;
}
return gcf(y, x % y);
}
@griefzz
griefzz / flux-redux.sh
Created December 13, 2024 04:56
flux-redux comfyui docker provisioning script
#!/bin/bash
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
# Packages are installed after nodes so we can fix them...
DEFAULT_WORKFLOW="https://raw.githubusercontent.com/ai-dock/comfyui/main/config/workflows/flux-comfyui-example.json"
@griefzz
griefzz / flux+refux+strong.sh
Created December 13, 2024 05:53
the almighty provisioning script
#!/bin/bash
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
# Packages are installed after nodes so we can fix them...
DEFAULT_WORKFLOW="https://raw.githubusercontent.com/ai-dock/comfyui/main/config/workflows/flux-comfyui-example.json"
@griefzz
griefzz / flux-redux-ok.sh
Last active December 13, 2024 08:22
the almighty prov script2
#!/bin/bash
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
# Packages are installed after nodes so we can fix them...
DEFAULT_WORKFLOW="https://raw.githubusercontent.com/ai-dock/comfyui/main/config/workflows/flux-comfyui-example.json"
@griefzz
griefzz / awdawd.sh
Last active December 13, 2024 10:57
awdawdawd
#!/bin/bash
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
# Packages are installed after nodes so we can fix them...
DEFAULT_WORKFLOW="https://raw.githubusercontent.com/ai-dock/comfyui/main/config/workflows/flux-comfyui-example.json"
@griefzz
griefzz / flux-hf_transfer.sh
Created December 17, 2024 21:01
hf_transfer ai-dock prov script
#!/bin/bash
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
# Packages are installed after nodes so we can fix them...
DEFAULT_WORKFLOW="https://raw.githubusercontent.com/ai-dock/comfyui/main/config/workflows/flux-comfyui-example.json"
@griefzz
griefzz / sloppy-flux-hf_transfer.sh
Created December 17, 2024 23:32
sloppy ai-dock prov script hf_transfer
#!/bin/bash
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
# Packages are installed after nodes so we can fix them...
DEFAULT_WORKFLOW="https://raw.githubusercontent.com/ai-dock/comfyui/main/config/workflows/flux-comfyui-example.json"
@griefzz
griefzz / hunyuan.sh
Last active December 28, 2024 16:17
hunyuan ai-dock prov script
#!/bin/bash
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
# Packages are installed after nodes so we can fix them...
DEFAULT_WORKFLOW="https://gist.githubusercontent.com/griefzz/2e47e306a73e18ff5f9448592f98d2a5/raw/0b97ac9e43011ca823ce709328695802e6559822/hunyuan-default-workflow.json"
@griefzz
griefzz / hunyuan-workflow.json
Created December 25, 2024 05:52
hunyuan-workflow.json
{
"last_node_id": 91,
"last_link_id": 231,
"nodes": [
{
"id": 16,
"type": "KSamplerSelect",
"pos": [
484,
751
@griefzz
griefzz / hunyuan2.sh
Created December 25, 2024 05:53
hunyuan2.sh
#!/bin/bash
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
# Packages are installed after nodes so we can fix them...
DEFAULT_WORKFLOW="https://gist.githubusercontent.com/griefzz/de0c440aca51a2177ff7d9074f2efa43/raw/4cbb08647a8aeade6fc62c40e95c4b7a17211c96/hunyuan-workflow.json"