comfyui-lowvram-setup

comfyui-lowvram-setup is a skill for Claude Code, Codex from 0xheycat/isometric-game-skills. It costs 40 tokens per session (568 once invoked), scanned A, original, MIT.

A ComfyUI setup recipe for generating SDXL images on a graphics card with 12 GB of memory. It fixes the model, sampler, image size, seed, and other settings for repeatable isometric assets.

In plain words
What is it for?
Setting up ComfyUI on an RTX 3060 or similar card, generating 1024×1024 isometric assets, and saving a workflow that can be repeated or shared.
Why use it?
It reduces crashes caused by running out of graphics memory and prevents assets in the same set from changing style or proportions unexpectedly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Setting up ComfyUI on an RTX 3060 or similar card, generating 1024×1024 isometric assets, and saving a workflow that can be repeated or shared.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0xheycat/isometric-game-skills/comfyui-lowvram-setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 0xheycat/isometric-game-skills --skill comfyui-lowvram-setup
Clone the repo
git clone --depth 1 https://github.com/0xheycat/isometric-game-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comfyui-lowvram-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/0xheycat/isometric-game-skills/comfyui-lowvram-setup/github.svg)](https://agentmods.dev/skills/0xheycat/isometric-game-skills/comfyui-lowvram-setup)
Your own site
<a href="https://agentmods.dev/skills/0xheycat/isometric-game-skills/comfyui-lowvram-setup"><img src="https://agentmods.dev/badge/skills/0xheycat/isometric-game-skills/comfyui-lowvram-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for comfyui-lowvram-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xheycat/isometric-game-skills/comfyui-lowvram-setup"><img src="https://agentmods.dev/badge/skills/0xheycat/isometric-game-skills/comfyui-lowvram-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 568 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00568
Opus 5 $0.00020 $0.00284
Sonnet 5 $0.00008 $0.00114
Haiku 4.5 $0.00004 $0.00057

Measured 12d ago against content hash 8416f4b490ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

comfyui-lowvram-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/comfyui-lowvram-setup/SKILL.md · 53 lines

What it actually says

ComfyUI Low-VRAM Setup (12GB)

Overview

Most isometric asset failures on consumer GPUs are setup failures, not prompt failures. This skill gives a deterministic, low-VRAM-safe SDXL configuration so generations are reproducible and never OOM on a 12GB card.

When to Use

  • Setting up ComfyUI on an RTX 3060 / 12GB or similar.
  • Generations randomly crash, stall, or produce inconsistent output.
  • You need reproducible results across a whole tile set.

Process

  1. Launch ComfyUI with low-VRAM flags: --lowvram (or --medvram-sdxl) and --use-split-cross-attention.
  2. Use one SDXL checkpoint for the whole project (e.g. juggernautXL). Never mix checkpoints mid-set.
  3. Set the sampler to DPM++ 2M Karras, 30 steps, CFG 6.5. Keep these FIXED for every asset.
  4. Load the matching SDXL VAE explicitly (sdxl_vae) - do not rely on baked VAE.
  5. FIX the seed for a tile set. A changing seed is the #1 cause of mismatched assets.
  6. Generate at 1024x1024, then downscale - do not generate above VRAM budget.
  7. Save the workflow JSON so the exact graph is reproducible and shareable.
python main.py --lowvram --use-split-cross-attention

Rationalizations (Stop Lying to Yourself)

Excuse Reality
"I have enough VRAM, I will skip the flags" One LoRA stack later you OOM mid-batch and lose the seed. Set flags up front.
"Changing the seed makes assets more varied" Varied = inconsistent. A tile set needs the SAME seed and settings.

Red Flags - STOP if you catch yourself:

  • Mixing checkpoints between assets in the same set.
  • Letting the seed randomize across a tile set.
  • Generating at 1536+ then wondering why it crashes.

Verification

You are NOT done until every box is checked:

  • ComfyUI launches with low-VRAM flags and does not OOM on a full batch.
  • Sampler, steps, CFG, VAE and seed are documented and fixed.
  • The workflow JSON is saved and re-loads identically.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 53 lines · 40 tokens per session scan A 8416f4b490ef

Subscribe to this mod's changes

comfyui-lowvram-setup is a skill published in the GitHub repository 0xheycat/isometric-game-skills (15 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 568 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

seedance-pipeline

Integrate Seedance 2.0 with ComfyUI nodes and post-processing chains covering upscale, frame interpolation, color grade, composite, and metadata cleanup. Use when building automated video pipelines, connecting Seedance to external tools, or finishing and delivering a generated video clip.

Kingdaddy007/my-os · 60 tokens

comfyui-gateway

REST API gateway for ComfyUI servers. Workflow management, job queuing, webhooks, caching, auth, rate limiting, and image delivery (URL + base64).

ratnesh-maurya/cursor-claude-personas · 41 tokens

model-compatibility

Model family compatibility matrix covering loaders, resolutions, samplers, CFG, VAE, ControlNet, and LoRA compatibility for SD 1.5, SDXL, Flux, SD3, and video models.

artokun/comfyui-mcp · 47 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

apollo-lead-finder

Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against existing contacts by LinkedIn URL.

gooseworks-ai/goose-skills · 51 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens