Instructions to use saik0s/comfy_backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use saik0s/comfy_backup with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="saik0s/comfy_backup", filename="ComfyUI/models/text_encoders/gemma-3-12b-it-q2_k.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use saik0s/comfy_backup with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf saik0s/comfy_backup:Q4_K_S # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf saik0s/comfy_backup:Q4_K_S # Run inference directly in the terminal: llama cli -hf saik0s/comfy_backup:Q4_K_S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf saik0s/comfy_backup:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf saik0s/comfy_backup:Q4_K_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf saik0s/comfy_backup:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf saik0s/comfy_backup:Q4_K_S
Use Docker
docker model run hf.co/saik0s/comfy_backup:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use saik0s/comfy_backup with Ollama:
ollama run hf.co/saik0s/comfy_backup:Q4_K_S
- Unsloth Studio
How to use saik0s/comfy_backup with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for saik0s/comfy_backup to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for saik0s/comfy_backup to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for saik0s/comfy_backup to start chatting
- Pi
How to use saik0s/comfy_backup with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup:Q4_K_S
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "saik0s/comfy_backup:Q4_K_S" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use saik0s/comfy_backup with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup:Q4_K_S
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default saik0s/comfy_backup:Q4_K_S
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use saik0s/comfy_backup with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saik0s/comfy_backup:Q4_K_S
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "saik0s/comfy_backup:Q4_K_S" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use saik0s/comfy_backup with Docker Model Runner:
docker model run hf.co/saik0s/comfy_backup:Q4_K_S
- Lemonade
How to use saik0s/comfy_backup with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull saik0s/comfy_backup:Q4_K_S
Run and chat with the model
lemonade run user.comfy_backup-Q4_K_S
List all available models
lemonade list
| { | |
| "id": "9ae6082b-c7f4-433c-9971-7a8f65a3ea65", | |
| "revision": 0, | |
| "last_node_id": 91, | |
| "last_link_id": 115, | |
| "nodes": [ | |
| { | |
| "id": 73, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 310, | |
| 240 | |
| ], | |
| "size": [ | |
| 520, | |
| 570 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 101 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "Node name for S&R": "SaveImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "Ernie-Image" | |
| ] | |
| }, | |
| { | |
| "id": 88, | |
| "type": "03921aea-a70e-44b4-bc77-f6bda10f2120", | |
| "pos": [ | |
| -120, | |
| 240 | |
| ], | |
| "size": [ | |
| 400, | |
| 540 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "label": "prompt", | |
| "name": "value", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "value" | |
| }, | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 101 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "proxyWidgets": [ | |
| [ | |
| "67", | |
| "text" | |
| ], | |
| [ | |
| "71", | |
| "width" | |
| ], | |
| [ | |
| "71", | |
| "height" | |
| ], | |
| [ | |
| "70", | |
| "steps" | |
| ], | |
| [ | |
| "70", | |
| "cfg" | |
| ], | |
| [ | |
| "70", | |
| "seed" | |
| ], | |
| [ | |
| "91", | |
| "unet_name" | |
| ], | |
| [ | |
| "62", | |
| "clip_name" | |
| ], | |
| [ | |
| "63", | |
| "vae_name" | |
| ] | |
| ], | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "ue_properties": { | |
| "widget_ue_connectable": { | |
| "value": true, | |
| "value_1": true | |
| }, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 101, | |
| 88, | |
| 0, | |
| 73, | |
| 0, | |
| "IMAGE" | |
| ] | |
| ], | |
| "groups": [], | |
| "definitions": { | |
| "subgraphs": [ | |
| { | |
| "id": "03921aea-a70e-44b4-bc77-f6bda10f2120", | |
| "version": 1, | |
| "state": { | |
| "lastGroupId": 6, | |
| "lastNodeId": 91, | |
| "lastLinkId": 115, | |
| "lastRerouteId": 0 | |
| }, | |
| "revision": 0, | |
| "config": {}, | |
| "name": "Text to Image(Ernie Image)", | |
| "inputNode": { | |
| "id": -10, | |
| "bounding": [ | |
| -1350, | |
| 370, | |
| 120, | |
| 220 | |
| ] | |
| }, | |
| "outputNode": { | |
| "id": -20, | |
| "bounding": [ | |
| 1110, | |
| 260, | |
| 120, | |
| 60 | |
| ] | |
| }, | |
| "inputs": [ | |
| { | |
| "id": "504de359-52a4-49aa-b6be-23c1cdb0cbde", | |
| "name": "value", | |
| "type": "STRING", | |
| "linkIds": [ | |
| 115 | |
| ], | |
| "label": "prompt", | |
| "pos": [ | |
| -1250, | |
| 390 | |
| ] | |
| }, | |
| { | |
| "id": "968e6213-d1e9-4268-8f47-1d6b9a39a43e", | |
| "name": "width", | |
| "type": "INT", | |
| "linkIds": [ | |
| 104 | |
| ], | |
| "pos": [ | |
| -1250, | |
| 410 | |
| ] | |
| }, | |
| { | |
| "id": "181c49ef-740d-4385-aa11-79718951ccb9", | |
| "name": "height", | |
| "type": "INT", | |
| "linkIds": [ | |
| 105 | |
| ], | |
| "pos": [ | |
| -1250, | |
| 430 | |
| ] | |
| }, | |
| { | |
| "id": "1e85f808-66a1-41df-be52-334142b35419", | |
| "name": "steps", | |
| "type": "INT", | |
| "linkIds": [ | |
| 106 | |
| ], | |
| "pos": [ | |
| -1250, | |
| 450 | |
| ] | |
| }, | |
| { | |
| "id": "2806addf-a252-4aa3-a5b7-397ab36dccec", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "linkIds": [ | |
| 107 | |
| ], | |
| "pos": [ | |
| -1250, | |
| 470 | |
| ] | |
| }, | |
| { | |
| "id": "5d036a66-5dc0-4d7c-b9a9-349e454738aa", | |
| "name": "seed", | |
| "type": "INT", | |
| "linkIds": [ | |
| 108 | |
| ], | |
| "pos": [ | |
| -1250, | |
| 490 | |
| ] | |
| }, | |
| { | |
| "id": "360f9a40-aac5-4e9c-bc98-9d55a4a58be2", | |
| "name": "unet_name", | |
| "type": "COMBO", | |
| "linkIds": [ | |
| 112 | |
| ], | |
| "pos": [ | |
| -1250, | |
| 510 | |
| ] | |
| }, | |
| { | |
| "id": "886301c7-6e88-4cec-96fa-8ae20e8340c5", | |
| "name": "clip_name", | |
| "type": "COMBO", | |
| "linkIds": [ | |
| 110 | |
| ], | |
| "pos": [ | |
| -1250, | |
| 530 | |
| ] | |
| }, | |
| { | |
| "id": "8dba0839-8a2e-45fc-b730-152f4dfd0625", | |
| "name": "vae_name", | |
| "type": "COMBO", | |
| "linkIds": [ | |
| 111 | |
| ], | |
| "pos": [ | |
| -1250, | |
| 550 | |
| ] | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "id": "f4cb34c8-4090-4281-b428-7338a339d274", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "linkIds": [ | |
| 84 | |
| ], | |
| "localized_name": "IMAGE", | |
| "pos": [ | |
| 1130, | |
| 280 | |
| ] | |
| } | |
| ], | |
| "widgets": [], | |
| "nodes": [ | |
| { | |
| "id": 71, | |
| "type": "EmptyFlux2LatentImage", | |
| "pos": [ | |
| -470, | |
| 1050 | |
| ], | |
| "size": [ | |
| 270, | |
| 170 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "width", | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 104 | |
| }, | |
| { | |
| "localized_name": "height", | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 105 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 80 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "EmptyFlux2LatentImage", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.18.1", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 1024, | |
| 1024, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 65, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 710, | |
| 280 | |
| ], | |
| "size": [ | |
| 230, | |
| 100 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "samples", | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 73 | |
| }, | |
| { | |
| "localized_name": "vae", | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 74 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "IMAGE", | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 84 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.64", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 70, | |
| "type": "KSampler", | |
| "pos": [ | |
| 350, | |
| 280 | |
| ], | |
| "size": [ | |
| 320, | |
| 350 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "model", | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 113 | |
| }, | |
| { | |
| "localized_name": "positive", | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 76 | |
| }, | |
| { | |
| "localized_name": "negative", | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 83 | |
| }, | |
| { | |
| "localized_name": "latent_image", | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 80 | |
| }, | |
| { | |
| "localized_name": "seed", | |
| "name": "seed", | |
| "type": "INT", | |
| "widget": { | |
| "name": "seed" | |
| }, | |
| "link": 108 | |
| }, | |
| { | |
| "localized_name": "steps", | |
| "name": "steps", | |
| "type": "INT", | |
| "widget": { | |
| "name": "steps" | |
| }, | |
| "link": 106 | |
| }, | |
| { | |
| "localized_name": "cfg", | |
| "name": "cfg", | |
| "type": "FLOAT", | |
| "widget": { | |
| "name": "cfg" | |
| }, | |
| "link": 107 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "LATENT", | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "slot_index": 0, | |
| "links": [ | |
| 73 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.64", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 304767424579639, | |
| "randomize", | |
| 20, | |
| 4, | |
| "euler", | |
| "simple", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 67, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -140, | |
| 320 | |
| ], | |
| "size": [ | |
| 410, | |
| 370 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 79 | |
| }, | |
| { | |
| "localized_name": "text", | |
| "name": "text", | |
| "type": "STRING", | |
| "widget": { | |
| "name": "text" | |
| }, | |
| "link": 115 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 76 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.73", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "A cat" | |
| ], | |
| "color": "#232", | |
| "bgcolor": "#353" | |
| }, | |
| { | |
| "id": 72, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -130, | |
| 770 | |
| ], | |
| "size": [ | |
| 390, | |
| 140 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip", | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 82 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CONDITIONING", | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 83 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.73", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "color": "#223", | |
| "bgcolor": "#335" | |
| }, | |
| { | |
| "id": 63, | |
| "type": "VAELoader", | |
| "pos": [ | |
| -471.5308140802838, | |
| 788.568602876027 | |
| ], | |
| "size": [ | |
| 270, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "vae_name", | |
| "name": "vae_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "vae_name" | |
| }, | |
| "link": 111 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "VAE", | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 74 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAELoader", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.73", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "models": [ | |
| { | |
| "name": "flux2-vae.safetensors", | |
| "url": "https://huggingface.co/Comfy-Org/ERNIE-Image/resolve/main/vae/flux2-vae.safetensors", | |
| "directory": "vae" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "flux2-vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 62, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| -474.59244224085137, | |
| 585.1093068902164 | |
| ], | |
| "size": [ | |
| 270, | |
| 150 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "clip_name", | |
| "name": "clip_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "clip_name" | |
| }, | |
| "link": 110 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "CLIP", | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 79, | |
| 82 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPLoader", | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.73", | |
| "enableTabs": false, | |
| "tabWidth": 65, | |
| "tabXOffset": 10, | |
| "hasSecondTab": false, | |
| "secondTabText": "Send Back", | |
| "secondTabOffset": 80, | |
| "secondTabWidth": 65, | |
| "models": [ | |
| { | |
| "name": "ministral-3-3b.safetensors", | |
| "url": "https://huggingface.co/Comfy-Org/ERNIE-Image/resolve/main/text_encoders/ministral-3-3b.safetensors", | |
| "directory": "text_encoders" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.7", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "ministral-3-3b.safetensors", | |
| "flux2", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 91, | |
| "type": "OTUNetLoaderW8A8", | |
| "pos": [ | |
| -475.2901256274302, | |
| 368.149119957367 | |
| ], | |
| "size": [ | |
| 278.46250760329815, | |
| 157.8310606321752 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "localized_name": "unet_name", | |
| "name": "unet_name", | |
| "type": "COMBO", | |
| "widget": { | |
| "name": "unet_name" | |
| }, | |
| "link": 112 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "localized_name": "MODEL", | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 113 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "OTUNetLoaderW8A8" | |
| }, | |
| "widgets_values": [ | |
| "ernie-image.safetensors", | |
| "default", | |
| "ernie", | |
| true, | |
| true | |
| ] | |
| } | |
| ], | |
| "groups": [ | |
| { | |
| "id": 6, | |
| "title": "Text to Image", | |
| "bounding": [ | |
| -510, | |
| 200, | |
| 1450, | |
| 1060 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 2, | |
| "title": "Image Size", | |
| "bounding": [ | |
| -490, | |
| 950, | |
| 300, | |
| 290 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 3, | |
| "title": "Prompt", | |
| "bounding": [ | |
| -160, | |
| 250, | |
| 470, | |
| 670 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 4, | |
| "title": "Model", | |
| "bounding": [ | |
| -490, | |
| 250, | |
| 300, | |
| 670 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| } | |
| ], | |
| "links": [ | |
| { | |
| "id": 73, | |
| "origin_id": 70, | |
| "origin_slot": 0, | |
| "target_id": 65, | |
| "target_slot": 0, | |
| "type": "LATENT" | |
| }, | |
| { | |
| "id": 74, | |
| "origin_id": 63, | |
| "origin_slot": 0, | |
| "target_id": 65, | |
| "target_slot": 1, | |
| "type": "VAE" | |
| }, | |
| { | |
| "id": 76, | |
| "origin_id": 67, | |
| "origin_slot": 0, | |
| "target_id": 70, | |
| "target_slot": 1, | |
| "type": "CONDITIONING" | |
| }, | |
| { | |
| "id": 83, | |
| "origin_id": 72, | |
| "origin_slot": 0, | |
| "target_id": 70, | |
| "target_slot": 2, | |
| "type": "CONDITIONING" | |
| }, | |
| { | |
| "id": 80, | |
| "origin_id": 71, | |
| "origin_slot": 0, | |
| "target_id": 70, | |
| "target_slot": 3, | |
| "type": "LATENT" | |
| }, | |
| { | |
| "id": 79, | |
| "origin_id": 62, | |
| "origin_slot": 0, | |
| "target_id": 67, | |
| "target_slot": 0, | |
| "type": "CLIP" | |
| }, | |
| { | |
| "id": 82, | |
| "origin_id": 62, | |
| "origin_slot": 0, | |
| "target_id": 72, | |
| "target_slot": 0, | |
| "type": "CLIP" | |
| }, | |
| { | |
| "id": 84, | |
| "origin_id": 65, | |
| "origin_slot": 0, | |
| "target_id": -20, | |
| "target_slot": 0, | |
| "type": "IMAGE" | |
| }, | |
| { | |
| "id": 104, | |
| "origin_id": -10, | |
| "origin_slot": 1, | |
| "target_id": 71, | |
| "target_slot": 0, | |
| "type": "INT" | |
| }, | |
| { | |
| "id": 105, | |
| "origin_id": -10, | |
| "origin_slot": 2, | |
| "target_id": 71, | |
| "target_slot": 1, | |
| "type": "INT" | |
| }, | |
| { | |
| "id": 106, | |
| "origin_id": -10, | |
| "origin_slot": 3, | |
| "target_id": 70, | |
| "target_slot": 5, | |
| "type": "INT" | |
| }, | |
| { | |
| "id": 107, | |
| "origin_id": -10, | |
| "origin_slot": 4, | |
| "target_id": 70, | |
| "target_slot": 6, | |
| "type": "FLOAT" | |
| }, | |
| { | |
| "id": 108, | |
| "origin_id": -10, | |
| "origin_slot": 5, | |
| "target_id": 70, | |
| "target_slot": 4, | |
| "type": "INT" | |
| }, | |
| { | |
| "id": 110, | |
| "origin_id": -10, | |
| "origin_slot": 7, | |
| "target_id": 62, | |
| "target_slot": 0, | |
| "type": "COMBO" | |
| }, | |
| { | |
| "id": 111, | |
| "origin_id": -10, | |
| "origin_slot": 8, | |
| "target_id": 63, | |
| "target_slot": 0, | |
| "type": "COMBO" | |
| }, | |
| { | |
| "id": 112, | |
| "origin_id": -10, | |
| "origin_slot": 6, | |
| "target_id": 91, | |
| "target_slot": 0, | |
| "type": "COMBO" | |
| }, | |
| { | |
| "id": 113, | |
| "origin_id": 91, | |
| "origin_slot": 0, | |
| "target_id": 70, | |
| "target_slot": 0, | |
| "type": "MODEL" | |
| }, | |
| { | |
| "id": 115, | |
| "origin_id": -10, | |
| "origin_slot": 0, | |
| "target_id": 67, | |
| "target_slot": 1, | |
| "type": "STRING" | |
| } | |
| ], | |
| "extra": { | |
| "ue_links": [] | |
| } | |
| } | |
| ] | |
| }, | |
| "config": {}, | |
| "extra": { | |
| "frontendVersion": "1.43.1", | |
| "workflowRendererVersion": "LG", | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true, | |
| "ue_links": [], | |
| "ds": { | |
| "scale": 0.86704151620174, | |
| "offset": [ | |
| 601.5479423162444, | |
| 218.43237151388107 | |
| ] | |
| } | |
| }, | |
| "version": 0.4 | |
| } |