Big Sleep
SkillMedia"Routes Big Sleep text-to-image workflows, CUDA setup checks,
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Big Sleep skill
What this skill tells your AI
The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/big-sleep/SKILL.md and read by ahel’s review.
Big Sleep turns a text prompt into an image by optimizing a BigGAN latent with CLIP guidance. Use this skill when a user wants to run dream, compose positive or negative prompts, save progress frames, tune generation settings, or diagnose the CUDA-only runtime.
Start here
- Use
scripts/check_runtime.py --check-clito confirm the installed package, CUDA torch, anddream --help. - Read
references/workflows.mdfor end-to-end CLI and Python recipes. - Read
references/api-reference.mdfor verified signatures and method behavior. - Read
references/troubleshooting.mdwhen import, CUDA, download, cache, or prompt-validation errors appear. - Read
references/repo-provenance.mdto check whether this skill still matches the current repository snapshot. references/repo-routing-metadata.jsonfeedsrepo-skills-router; keep it aligned with this router.
Install
Big Sleep is effectively CUDA-only because big_sleep.big_sleep asserts that CUDA is available during import.
Verified on this host:
python -m pip install --index-url https://download.pytorch.org/whl/cu124 torch torchvision
python -m pip install big-sleep
python -m pip check
dream --help
python scripts/check_runtime.py --check-cli
If your driver needs a different CUDA wheel tag, install a matching CUDA-enabled torch/torchvision pair instead of the example cu124 wheel.
Main routes
dreamcommand-line runs →references/workflows.mdImagine(...)orBigSleep(...)from Python →references/api-reference.md- Multi-prompt, negative prompt, save-best, save-progress, seeding, and file-naming questions →
references/workflows.md - Missing CUDA, missing
libcudnn, stale torch wheels, or first-run downloads →references/troubleshooting.md - Staleness / refresh decisions →
references/repo-provenance.md
Supported workflows
- Text-to-image generation from the
dreamCLI. - Python generation with
Imagine. - Multi-prompt generation with
|. - Negative-prompt suppression with
text_min. - Image-conditioned runs with
img. - Save-best, save-progress, seeding, and filename controls.
- Low-level
BigSleepcontrol for custom loops.
What this skill does not cover
- CPU-only execution.
- Diffusion, LoRA, or generic vision-model training stacks.
- Serving APIs or web apps.
- Repo-maintenance workflows.
Notes
- The Fire CLI spells flags with underscores in the verified help output, such as
--save_progress,--save_best,--open_folder,--text_min,--max_classes, and--larger_model; use explicit boolean assignments such as--open_folder=Falsefor headless runs, not space-separated--open_folder false. - The default
open_folderbehavior opens the output directory after a run starts; disable it on headless or remote sessions. - Generated images are written to the current working directory unless you change where the command is invoked.
Signals
- GitHub stars
- 266
- Forks
- 21
- Last commit
- Sep 2026
ahel review
K1binfo
installs-packages
Automated review, not a security audit. Ruleset v1+k2.
Advanced
- Catalog kind
- skill
- Gateway key
big-sleep- Source
- github.com/vectorspacelab/arex-skill