This repository is the shell layer around ComfyUI for AtlasCloud deliveries.
It is intentionally separate from the AtlasCloud node repository so that:
- the node repository stays minimally invasive and can keep shipping model nodes directly
- the shell repository can focus on distribution, onboarding, local storage conventions, and customer-facing setup
- Atlas history files and downloaded assets can be reused across machines by moving a single folder
- host-side packaging for ComfyUI deployments
- customer setup guidance
- shared local history/storage conventions
- optional environment-level overrides
- macOS:
~/Library/Application Support/AtlasCloud/ComfyUI/local_history - Windows:
%APPDATA%\\AtlasCloud\\ComfyUI\\local_history
You can override the location with:
export ATLASCLOUD_HISTORY_DIR="/custom/path/to/local_history"The AtlasCloud node repository remains the source of truth for:
- model nodes
- Atlas API client integration
- local history recorder
- ComfyUI history panel
This shell repository is where deployment packaging and customer docs live.