Instructions to use AgentAnon/Flux2Klein9B_SNOFS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use AgentAnon/Flux2Klein9B_SNOFS with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="AgentAnon/Flux2Klein9B_SNOFS", filename="abliteraed-text-encoder-flux2-klein-9b-uncensored-f16.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use AgentAnon/Flux2Klein9B_SNOFS with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AgentAnon/Flux2Klein9B_SNOFS:F16 # Run inference directly in the terminal: llama-cli -hf AgentAnon/Flux2Klein9B_SNOFS:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AgentAnon/Flux2Klein9B_SNOFS:F16 # Run inference directly in the terminal: llama-cli -hf AgentAnon/Flux2Klein9B_SNOFS:F16
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 AgentAnon/Flux2Klein9B_SNOFS:F16 # Run inference directly in the terminal: ./llama-cli -hf AgentAnon/Flux2Klein9B_SNOFS:F16
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 AgentAnon/Flux2Klein9B_SNOFS:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf AgentAnon/Flux2Klein9B_SNOFS:F16
Use Docker
docker model run hf.co/AgentAnon/Flux2Klein9B_SNOFS:F16
- LM Studio
- Jan
- Ollama
How to use AgentAnon/Flux2Klein9B_SNOFS with Ollama:
ollama run hf.co/AgentAnon/Flux2Klein9B_SNOFS:F16
- Unsloth Studio new
How to use AgentAnon/Flux2Klein9B_SNOFS 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 AgentAnon/Flux2Klein9B_SNOFS 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 AgentAnon/Flux2Klein9B_SNOFS to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for AgentAnon/Flux2Klein9B_SNOFS to start chatting
- Pi new
How to use AgentAnon/Flux2Klein9B_SNOFS with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AgentAnon/Flux2Klein9B_SNOFS:F16
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": "AgentAnon/Flux2Klein9B_SNOFS:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use AgentAnon/Flux2Klein9B_SNOFS with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AgentAnon/Flux2Klein9B_SNOFS:F16
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 AgentAnon/Flux2Klein9B_SNOFS:F16
Run Hermes
hermes
- Docker Model Runner
How to use AgentAnon/Flux2Klein9B_SNOFS with Docker Model Runner:
docker model run hf.co/AgentAnon/Flux2Klein9B_SNOFS:F16
- Lemonade
How to use AgentAnon/Flux2Klein9B_SNOFS with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AgentAnon/Flux2Klein9B_SNOFS:F16
Run and chat with the model
lemonade run user.Flux2Klein9B_SNOFS-F16
List all available models
lemonade list
| { | |
| "last_node_id": 77, | |
| "last_link_id": 110, | |
| "nodes": [ | |
| { | |
| "id": 1, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -450, | |
| -700 | |
| ], | |
| "size": [ | |
| 315, | |
| 314 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 4, | |
| 59 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": [], | |
| "slot_index": 1 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "ref_1.png", | |
| "image" | |
| ], | |
| "title": "Ref 1 \u2014 Face Shape / Structure", | |
| "color": "#593f3f", | |
| "bgcolor": "#6b4f4f" | |
| }, | |
| { | |
| "id": 2, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -70, | |
| -700 | |
| ], | |
| "size": [ | |
| 315, | |
| 314 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 12, | |
| 67 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": [], | |
| "slot_index": 1 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "ref_2.png", | |
| "image" | |
| ], | |
| "title": "Ref 2 \u2014 Eyes", | |
| "color": "#593f3f", | |
| "bgcolor": "#6b4f4f" | |
| }, | |
| { | |
| "id": 3, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 310, | |
| -700 | |
| ], | |
| "size": [ | |
| 315, | |
| 314 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 19, | |
| 74 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": [], | |
| "slot_index": 1 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "ref_3.png", | |
| "image" | |
| ], | |
| "title": "Ref 3 \u2014 Nose", | |
| "color": "#593f3f", | |
| "bgcolor": "#6b4f4f" | |
| }, | |
| { | |
| "id": 4, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 690, | |
| -700 | |
| ], | |
| "size": [ | |
| 315, | |
| 314 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 26, | |
| 81 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": [], | |
| "slot_index": 1 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "ref_4.png", | |
| "image" | |
| ], | |
| "title": "Ref 4 \u2014 Mouth / Lips", | |
| "color": "#593f3f", | |
| "bgcolor": "#6b4f4f" | |
| }, | |
| { | |
| "id": 5, | |
| "type": "LoadImage", | |
| "pos": [ | |
| 1070, | |
| -700 | |
| ], | |
| "size": [ | |
| 315, | |
| 314 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 33, | |
| 88 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "links": [], | |
| "slot_index": 1 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoadImage" | |
| }, | |
| "widgets_values": [ | |
| "ref_5.png", | |
| "image" | |
| ], | |
| "title": "Ref 5 \u2014 Hair / Other Features", | |
| "color": "#593f3f", | |
| "bgcolor": "#6b4f4f" | |
| }, | |
| { | |
| "id": 6, | |
| "type": "PrimitiveStringMultiline", | |
| "pos": [ | |
| -450, | |
| -320 | |
| ], | |
| "size": [ | |
| 600, | |
| 200 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "STRING", | |
| "type": "STRING", | |
| "links": [ | |
| 2, | |
| 57 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "PrimitiveStringMultiline" | |
| }, | |
| "widgets_values": [ | |
| "A portrait photo of a person with the face shape from image 1, eyes from image 2, nose from image 3, mouth from image 4, and hair from image 5. Professional headshot, studio lighting, neutral background, sharp focus, 8k\n" | |
| ], | |
| "title": "Composite Prompt (shared)", | |
| "color": "#593f3f", | |
| "bgcolor": "#6b4f4f" | |
| }, | |
| { | |
| "id": 7, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -500, | |
| -1150 | |
| ], | |
| "size": [ | |
| 550, | |
| 700 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "MarkdownNote" | |
| }, | |
| "widgets_values": [ | |
| "# Flux 2 Klein 9B \u2014 Frankenstein Composite Workflow\\n\\n**Combine features from 5 reference images into one person.**\\nZero subgraphs. Everything flat and visible.\\n\\n## How it works\\nEach reference image gets VAE-encoded and injected via\\n`ReferenceLatent` nodes that chain together. The prompt\\ntells the model which features to pull from which ref.\\n\\n## Reference Slots\\n- **Ref 1** \u2014 Face shape / overall structure\\n- **Ref 2** \u2014 Eyes\\n- **Ref 3** \u2014 Nose\\n- **Ref 4** \u2014 Mouth / Lips\\n- **Ref 5** \u2014 Hair / other features\\n\\nRearrange or relabel these however you like.\\n\\n## Tips\\n- The **order** of the reference chain matters \u2014\\n earlier refs have stronger influence\\n- Be specific in your prompt about which features\\n come from which image number\\n- **Mute/bypass** whichever pipeline you're not using\\n\\n## Models Required\\n- `diffusion_models/flux-2-klein-base-9b-fp8.safetensors`\\n- `diffusion_models/flux-2-klein-9b-fp8.safetensors`\\n- `text_encoders/qwen_3_8b_fp8mixed.safetensors`\\n- `vae/flux2-vae.safetensors`" | |
| ], | |
| "title": "Note" | |
| }, | |
| { | |
| "id": 8, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| -450, | |
| 200 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 40 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "flux-2-klein-base-9b-fp8.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 9, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| -450, | |
| 320 | |
| ], | |
| "size": [ | |
| 315, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 1, | |
| 3 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "qwen_3_8b_fp8mixed.safetensors", | |
| "flux2", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 10, | |
| "type": "VAELoader", | |
| "pos": [ | |
| -450, | |
| 470 | |
| ], | |
| "size": [ | |
| 315, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 7, | |
| 14, | |
| 21, | |
| 28, | |
| 35, | |
| 53 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "flux2-vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 11, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 0, | |
| 200 | |
| ], | |
| "size": [ | |
| 420, | |
| 200 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 1 | |
| }, | |
| { | |
| "name": "text", | |
| "type": "STRING", | |
| "link": 2 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 8 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "title": "Positive Prompt" | |
| }, | |
| { | |
| "id": 12, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 0, | |
| 460 | |
| ], | |
| "size": [ | |
| 420, | |
| 200 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 3 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 10 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "title": "Negative (empty)" | |
| }, | |
| { | |
| "id": 13, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 0, | |
| 680 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 4 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 5, | |
| 6 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 1 (size source)" | |
| }, | |
| { | |
| "id": 14, | |
| "type": "GetImageSize", | |
| "pos": [ | |
| 350, | |
| 680 | |
| ], | |
| "size": [ | |
| 250, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 5 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": [ | |
| 43, | |
| 45 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": [ | |
| 44, | |
| 46 | |
| ], | |
| "slot_index": 1 | |
| }, | |
| { | |
| "name": "batch_size", | |
| "type": "INT", | |
| "links": [], | |
| "slot_index": 2 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "GetImageSize" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 15, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 500, | |
| 560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 6 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 7 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 9, | |
| 11 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 1)" | |
| }, | |
| { | |
| "id": 16, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 500, | |
| 350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 8 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 9 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 15 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 1)" | |
| }, | |
| { | |
| "id": 17, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 500, | |
| 450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 10 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 11 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 17 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 1)" | |
| }, | |
| { | |
| "id": 18, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 830, | |
| 750 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 12 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 13 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 2" | |
| }, | |
| { | |
| "id": 19, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 830, | |
| 560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 13 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 14 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 16, | |
| 18 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 2)" | |
| }, | |
| { | |
| "id": 20, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 830, | |
| 350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 15 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 16 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 22 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 2)" | |
| }, | |
| { | |
| "id": 21, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 830, | |
| 450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 17 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 18 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 24 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 2)" | |
| }, | |
| { | |
| "id": 22, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 1160, | |
| 750 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 19 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 20 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 3" | |
| }, | |
| { | |
| "id": 23, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1160, | |
| 560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 20 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 21 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 23, | |
| 25 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 3)" | |
| }, | |
| { | |
| "id": 24, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1160, | |
| 350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 22 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 23 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 29 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 3)" | |
| }, | |
| { | |
| "id": 25, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1160, | |
| 450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 24 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 25 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 31 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 3)" | |
| }, | |
| { | |
| "id": 26, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 1490, | |
| 750 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 26 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 27 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 4" | |
| }, | |
| { | |
| "id": 27, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1490, | |
| 560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 27 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 28 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 30, | |
| 32 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 4)" | |
| }, | |
| { | |
| "id": 28, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1490, | |
| 350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 29 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 30 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 36 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 4)" | |
| }, | |
| { | |
| "id": 29, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1490, | |
| 450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 31 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 32 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 38 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 4)" | |
| }, | |
| { | |
| "id": 30, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 1820, | |
| 750 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 33 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 34 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 5" | |
| }, | |
| { | |
| "id": 31, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1820, | |
| 560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 34 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 35 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 37, | |
| 39 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 5)" | |
| }, | |
| { | |
| "id": 32, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1820, | |
| 350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 36 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 37 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 41 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 5)" | |
| }, | |
| { | |
| "id": 33, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1820, | |
| 450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 38 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 39 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 42 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 5)" | |
| }, | |
| { | |
| "id": 34, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 2250, | |
| 200 | |
| ], | |
| "size": [ | |
| 250, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 40 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 41 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 42 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 48 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGGuider" | |
| }, | |
| "widgets_values": [ | |
| 5 | |
| ] | |
| }, | |
| { | |
| "id": 35, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 2250, | |
| 320 | |
| ], | |
| "size": [ | |
| 250, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 49 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSamplerSelect" | |
| }, | |
| "widgets_values": [ | |
| "euler" | |
| ] | |
| }, | |
| { | |
| "id": 36, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 2250, | |
| 420 | |
| ], | |
| "size": [ | |
| 250, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 47 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "RandomNoise" | |
| }, | |
| "widgets_values": [ | |
| 0, | |
| "randomize" | |
| ] | |
| }, | |
| { | |
| "id": 37, | |
| "type": "Flux2Scheduler", | |
| "pos": [ | |
| 2250, | |
| 540 | |
| ], | |
| "size": [ | |
| 250, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "link": 43 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "link": 44 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 50 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "Flux2Scheduler" | |
| }, | |
| "widgets_values": [ | |
| 20, | |
| 1024, | |
| 1024 | |
| ] | |
| }, | |
| { | |
| "id": 38, | |
| "type": "EmptyFlux2LatentImage", | |
| "pos": [ | |
| 2250, | |
| 680 | |
| ], | |
| "size": [ | |
| 250, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "link": 45 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "link": 46 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 51 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "EmptyFlux2LatentImage" | |
| }, | |
| "widgets_values": [ | |
| 1024, | |
| 1024, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 39, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 2570, | |
| 320 | |
| ], | |
| "size": [ | |
| 280, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 47 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 48 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 49 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 50 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 51 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 52 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [], | |
| "slot_index": 1 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "SamplerCustomAdvanced" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 40, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 2630, | |
| 320 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 52 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 53 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 54, | |
| 55 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 41, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2910, | |
| 200 | |
| ], | |
| "size": [ | |
| 315, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 54 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "1. FRANKENSTEIN" | |
| ] | |
| }, | |
| { | |
| "id": 42, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 2910, | |
| 530 | |
| ], | |
| "size": [ | |
| 250, | |
| 250 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 55 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "PreviewImage" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 43, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| -450, | |
| 1200 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 95 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "flux-2-klein-9b-fp8.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 44, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| -450, | |
| 1320 | |
| ], | |
| "size": [ | |
| 315, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 56 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "qwen_3_8b_fp8mixed.safetensors", | |
| "flux2", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 45, | |
| "type": "VAELoader", | |
| "pos": [ | |
| -450, | |
| 1470 | |
| ], | |
| "size": [ | |
| 315, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 62, | |
| 69, | |
| 76, | |
| 83, | |
| 90, | |
| 108 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "flux2-vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 46, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 0, | |
| 1200 | |
| ], | |
| "size": [ | |
| 420, | |
| 200 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 56 | |
| }, | |
| { | |
| "name": "text", | |
| "type": "STRING", | |
| "link": 57 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 58, | |
| 63 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ], | |
| "title": "Positive Prompt" | |
| }, | |
| { | |
| "id": 47, | |
| "type": "ConditioningZeroOut", | |
| "pos": [ | |
| 0, | |
| 1460 | |
| ], | |
| "size": [ | |
| 250, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 58 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 65 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ConditioningZeroOut" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 48, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 0, | |
| 1680 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 59 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 60, | |
| 61 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 1 (size source)" | |
| }, | |
| { | |
| "id": 49, | |
| "type": "GetImageSize", | |
| "pos": [ | |
| 350, | |
| 1680 | |
| ], | |
| "size": [ | |
| 250, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 60 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": [ | |
| 98, | |
| 100 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": [ | |
| 99, | |
| 101 | |
| ], | |
| "slot_index": 1 | |
| }, | |
| { | |
| "name": "batch_size", | |
| "type": "INT", | |
| "links": [], | |
| "slot_index": 2 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "GetImageSize" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 50, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 500, | |
| 1560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 61 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 62 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 64, | |
| 66 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 1)" | |
| }, | |
| { | |
| "id": 51, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 500, | |
| 1350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 63 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 64 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 70 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 1)" | |
| }, | |
| { | |
| "id": 52, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 500, | |
| 1450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 65 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 66 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 72 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 1)" | |
| }, | |
| { | |
| "id": 53, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 830, | |
| 1750 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 67 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 68 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 2" | |
| }, | |
| { | |
| "id": 54, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 830, | |
| 1560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 68 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 69 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 71, | |
| 73 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 2)" | |
| }, | |
| { | |
| "id": 55, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 830, | |
| 1350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 70 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 71 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 77 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 2)" | |
| }, | |
| { | |
| "id": 56, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 830, | |
| 1450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 72 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 73 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 79 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 2)" | |
| }, | |
| { | |
| "id": 57, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 1160, | |
| 1750 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 74 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 75 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 3" | |
| }, | |
| { | |
| "id": 58, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1160, | |
| 1560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 75 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 76 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 78, | |
| 80 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 3)" | |
| }, | |
| { | |
| "id": 59, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1160, | |
| 1350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 77 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 78 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 84 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 3)" | |
| }, | |
| { | |
| "id": 60, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1160, | |
| 1450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 79 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 80 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 86 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 3)" | |
| }, | |
| { | |
| "id": 61, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 1490, | |
| 1750 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 81 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 82 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 4" | |
| }, | |
| { | |
| "id": 62, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1490, | |
| 1560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 82 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 83 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 85, | |
| 87 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 4)" | |
| }, | |
| { | |
| "id": 63, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1490, | |
| 1350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 84 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 85 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 91 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 4)" | |
| }, | |
| { | |
| "id": 64, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1490, | |
| 1450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 86 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 87 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 93 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 4)" | |
| }, | |
| { | |
| "id": 65, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| 1820, | |
| 1750 | |
| ], | |
| "size": [ | |
| 315, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 88 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 89 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 1, | |
| 1 | |
| ], | |
| "title": "Scale Ref 5" | |
| }, | |
| { | |
| "id": 66, | |
| "type": "VAEEncode", | |
| "pos": [ | |
| 1820, | |
| 1560 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "pixels", | |
| "type": "IMAGE", | |
| "link": 89 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 90 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 92, | |
| 94 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEEncode" | |
| }, | |
| "widgets_values": [], | |
| "title": "VAEEncode (Ref 5)" | |
| }, | |
| { | |
| "id": 67, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1820, | |
| 1350 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 91 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 92 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 96 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent+ (Ref 5)" | |
| }, | |
| { | |
| "id": 68, | |
| "type": "ReferenceLatent", | |
| "pos": [ | |
| 1820, | |
| 1450 | |
| ], | |
| "size": [ | |
| 280, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "conditioning", | |
| "type": "CONDITIONING", | |
| "link": 93 | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "link": 94 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 97 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ReferenceLatent" | |
| }, | |
| "widgets_values": [], | |
| "title": "RefLatent- (Ref 5)" | |
| }, | |
| { | |
| "id": 69, | |
| "type": "CFGGuider", | |
| "pos": [ | |
| 2250, | |
| 1200 | |
| ], | |
| "size": [ | |
| 250, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 95 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 96 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 97 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "GUIDER", | |
| "type": "GUIDER", | |
| "links": [ | |
| 103 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CFGGuider" | |
| }, | |
| "widgets_values": [ | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 70, | |
| "type": "KSamplerSelect", | |
| "pos": [ | |
| 2250, | |
| 1320 | |
| ], | |
| "size": [ | |
| 250, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "SAMPLER", | |
| "type": "SAMPLER", | |
| "links": [ | |
| 104 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSamplerSelect" | |
| }, | |
| "widgets_values": [ | |
| "euler" | |
| ] | |
| }, | |
| { | |
| "id": 71, | |
| "type": "RandomNoise", | |
| "pos": [ | |
| 2250, | |
| 1420 | |
| ], | |
| "size": [ | |
| 250, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "NOISE", | |
| "type": "NOISE", | |
| "links": [ | |
| 102 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "RandomNoise" | |
| }, | |
| "widgets_values": [ | |
| 0, | |
| "randomize" | |
| ] | |
| }, | |
| { | |
| "id": 72, | |
| "type": "Flux2Scheduler", | |
| "pos": [ | |
| 2250, | |
| 1540 | |
| ], | |
| "size": [ | |
| 250, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "link": 98 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "link": 99 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "SIGMAS", | |
| "type": "SIGMAS", | |
| "links": [ | |
| 105 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "Flux2Scheduler" | |
| }, | |
| "widgets_values": [ | |
| 4, | |
| 1024, | |
| 1024 | |
| ] | |
| }, | |
| { | |
| "id": 73, | |
| "type": "EmptyFlux2LatentImage", | |
| "pos": [ | |
| 2250, | |
| 1680 | |
| ], | |
| "size": [ | |
| 250, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "link": 100 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "link": 101 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 106 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "EmptyFlux2LatentImage" | |
| }, | |
| "widgets_values": [ | |
| 1024, | |
| 1024, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 74, | |
| "type": "SamplerCustomAdvanced", | |
| "pos": [ | |
| 2570, | |
| 1320 | |
| ], | |
| "size": [ | |
| 280, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "noise", | |
| "type": "NOISE", | |
| "link": 102 | |
| }, | |
| { | |
| "name": "guider", | |
| "type": "GUIDER", | |
| "link": 103 | |
| }, | |
| { | |
| "name": "sampler", | |
| "type": "SAMPLER", | |
| "link": 104 | |
| }, | |
| { | |
| "name": "sigmas", | |
| "type": "SIGMAS", | |
| "link": 105 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 106 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "output", | |
| "type": "LATENT", | |
| "links": [ | |
| 107 | |
| ], | |
| "slot_index": 0 | |
| }, | |
| { | |
| "name": "denoised_output", | |
| "type": "LATENT", | |
| "links": [], | |
| "slot_index": 1 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "SamplerCustomAdvanced" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 75, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 2630, | |
| 1320 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 107 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 108 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 109, | |
| 110 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 76, | |
| "type": "SaveImage", | |
| "pos": [ | |
| 2910, | |
| 1200 | |
| ], | |
| "size": [ | |
| 315, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 109 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "SaveImage" | |
| }, | |
| "widgets_values": [ | |
| "2. FRANKENSTEIN" | |
| ] | |
| }, | |
| { | |
| "id": 77, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 2910, | |
| 1530 | |
| ], | |
| "size": [ | |
| 250, | |
| 250 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 110 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "PreviewImage" | |
| }, | |
| "widgets_values": [] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 1, | |
| 9, | |
| 0, | |
| 11, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 2, | |
| 6, | |
| 0, | |
| 11, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 3, | |
| 9, | |
| 0, | |
| 12, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 4, | |
| 1, | |
| 0, | |
| 13, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 5, | |
| 13, | |
| 0, | |
| 14, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 6, | |
| 13, | |
| 0, | |
| 15, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 7, | |
| 10, | |
| 0, | |
| 15, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 8, | |
| 11, | |
| 0, | |
| 16, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 9, | |
| 15, | |
| 0, | |
| 16, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 10, | |
| 12, | |
| 0, | |
| 17, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 11, | |
| 15, | |
| 0, | |
| 17, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 12, | |
| 2, | |
| 0, | |
| 18, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 13, | |
| 18, | |
| 0, | |
| 19, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 14, | |
| 10, | |
| 0, | |
| 19, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 15, | |
| 16, | |
| 0, | |
| 20, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 16, | |
| 19, | |
| 0, | |
| 20, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 17, | |
| 17, | |
| 0, | |
| 21, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 18, | |
| 19, | |
| 0, | |
| 21, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 19, | |
| 3, | |
| 0, | |
| 22, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 20, | |
| 22, | |
| 0, | |
| 23, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 21, | |
| 10, | |
| 0, | |
| 23, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 22, | |
| 20, | |
| 0, | |
| 24, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 23, | |
| 23, | |
| 0, | |
| 24, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 24, | |
| 21, | |
| 0, | |
| 25, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 25, | |
| 23, | |
| 0, | |
| 25, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 26, | |
| 4, | |
| 0, | |
| 26, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 27, | |
| 26, | |
| 0, | |
| 27, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 28, | |
| 10, | |
| 0, | |
| 27, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 29, | |
| 24, | |
| 0, | |
| 28, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 30, | |
| 27, | |
| 0, | |
| 28, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 31, | |
| 25, | |
| 0, | |
| 29, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 32, | |
| 27, | |
| 0, | |
| 29, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 33, | |
| 5, | |
| 0, | |
| 30, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 34, | |
| 30, | |
| 0, | |
| 31, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 35, | |
| 10, | |
| 0, | |
| 31, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 36, | |
| 28, | |
| 0, | |
| 32, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 37, | |
| 31, | |
| 0, | |
| 32, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 38, | |
| 29, | |
| 0, | |
| 33, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 39, | |
| 31, | |
| 0, | |
| 33, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 40, | |
| 8, | |
| 0, | |
| 34, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 41, | |
| 32, | |
| 0, | |
| 34, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 42, | |
| 33, | |
| 0, | |
| 34, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 43, | |
| 14, | |
| 0, | |
| 37, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 44, | |
| 14, | |
| 1, | |
| 37, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 45, | |
| 14, | |
| 0, | |
| 38, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 46, | |
| 14, | |
| 1, | |
| 38, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 47, | |
| 36, | |
| 0, | |
| 39, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 48, | |
| 34, | |
| 0, | |
| 39, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 49, | |
| 35, | |
| 0, | |
| 39, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 50, | |
| 37, | |
| 0, | |
| 39, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 51, | |
| 38, | |
| 0, | |
| 39, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 52, | |
| 39, | |
| 0, | |
| 40, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 53, | |
| 10, | |
| 0, | |
| 40, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 54, | |
| 40, | |
| 0, | |
| 41, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 55, | |
| 40, | |
| 0, | |
| 42, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 56, | |
| 44, | |
| 0, | |
| 46, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 57, | |
| 6, | |
| 0, | |
| 46, | |
| 1, | |
| "STRING" | |
| ], | |
| [ | |
| 58, | |
| 46, | |
| 0, | |
| 47, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 59, | |
| 1, | |
| 0, | |
| 48, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 60, | |
| 48, | |
| 0, | |
| 49, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 61, | |
| 48, | |
| 0, | |
| 50, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 62, | |
| 45, | |
| 0, | |
| 50, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 63, | |
| 46, | |
| 0, | |
| 51, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 64, | |
| 50, | |
| 0, | |
| 51, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 65, | |
| 47, | |
| 0, | |
| 52, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 66, | |
| 50, | |
| 0, | |
| 52, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 67, | |
| 2, | |
| 0, | |
| 53, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 68, | |
| 53, | |
| 0, | |
| 54, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 69, | |
| 45, | |
| 0, | |
| 54, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 70, | |
| 51, | |
| 0, | |
| 55, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 71, | |
| 54, | |
| 0, | |
| 55, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 72, | |
| 52, | |
| 0, | |
| 56, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 73, | |
| 54, | |
| 0, | |
| 56, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 74, | |
| 3, | |
| 0, | |
| 57, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 75, | |
| 57, | |
| 0, | |
| 58, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 76, | |
| 45, | |
| 0, | |
| 58, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 77, | |
| 55, | |
| 0, | |
| 59, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 78, | |
| 58, | |
| 0, | |
| 59, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 79, | |
| 56, | |
| 0, | |
| 60, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 80, | |
| 58, | |
| 0, | |
| 60, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 81, | |
| 4, | |
| 0, | |
| 61, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 82, | |
| 61, | |
| 0, | |
| 62, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 83, | |
| 45, | |
| 0, | |
| 62, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 84, | |
| 59, | |
| 0, | |
| 63, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 85, | |
| 62, | |
| 0, | |
| 63, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 86, | |
| 60, | |
| 0, | |
| 64, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 87, | |
| 62, | |
| 0, | |
| 64, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 88, | |
| 5, | |
| 0, | |
| 65, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 89, | |
| 65, | |
| 0, | |
| 66, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 90, | |
| 45, | |
| 0, | |
| 66, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 91, | |
| 63, | |
| 0, | |
| 67, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 92, | |
| 66, | |
| 0, | |
| 67, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 93, | |
| 64, | |
| 0, | |
| 68, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 94, | |
| 66, | |
| 0, | |
| 68, | |
| 1, | |
| "LATENT" | |
| ], | |
| [ | |
| 95, | |
| 43, | |
| 0, | |
| 69, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 96, | |
| 67, | |
| 0, | |
| 69, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 97, | |
| 68, | |
| 0, | |
| 69, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 98, | |
| 49, | |
| 0, | |
| 72, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 99, | |
| 49, | |
| 1, | |
| 72, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 100, | |
| 49, | |
| 0, | |
| 73, | |
| 0, | |
| "INT" | |
| ], | |
| [ | |
| 101, | |
| 49, | |
| 1, | |
| 73, | |
| 1, | |
| "INT" | |
| ], | |
| [ | |
| 102, | |
| 71, | |
| 0, | |
| 74, | |
| 0, | |
| "NOISE" | |
| ], | |
| [ | |
| 103, | |
| 69, | |
| 0, | |
| 74, | |
| 1, | |
| "GUIDER" | |
| ], | |
| [ | |
| 104, | |
| 70, | |
| 0, | |
| 74, | |
| 2, | |
| "SAMPLER" | |
| ], | |
| [ | |
| 105, | |
| 72, | |
| 0, | |
| 74, | |
| 3, | |
| "SIGMAS" | |
| ], | |
| [ | |
| 106, | |
| 73, | |
| 0, | |
| 74, | |
| 4, | |
| "LATENT" | |
| ], | |
| [ | |
| 107, | |
| 74, | |
| 0, | |
| 75, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 108, | |
| 45, | |
| 0, | |
| 75, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 109, | |
| 75, | |
| 0, | |
| 76, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 110, | |
| 75, | |
| 0, | |
| 77, | |
| 0, | |
| "IMAGE" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "title": "SHARED INPUTS \u2014 Reference Images & Prompts", | |
| "bounding": [ | |
| -500, | |
| -780, | |
| 2500, | |
| 700 | |
| ], | |
| "color": "#593f3f", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "title": "1. FRANKENSTEIN \u2014 BASE (CFG=5, 20 steps)", | |
| "bounding": [ | |
| -500, | |
| 140, | |
| 3480, | |
| 850 | |
| ], | |
| "color": "#3f789e", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "title": "2. FRANKENSTEIN \u2014 DISTILLED (CFG=1, 4 steps)", | |
| "bounding": [ | |
| -500, | |
| 1140, | |
| 3480, | |
| 850 | |
| ], | |
| "color": "#6e4b7e", | |
| "font_size": 24, | |
| "flags": {} | |
| } | |
| ], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.3, | |
| "offset": [ | |
| 800, | |
| 600 | |
| ] | |
| } | |
| }, | |
| "version": 0.4 | |
| } |