Settings
Configuring application settings in 360 Hextile
Last updated: 2026-01-22
Settings
The Settings page allows you to configure application-wide preferences, view system information, and manage authentication for model downloads.
Access Settings from the navigation menu or by clicking the gear icon in the header.
GPU Information
The GPU Information card displays your system's graphics hardware status:
- GPU Name: Model of your NVIDIA graphics card
- VRAM Total: Total video memory available
- VRAM Used: Currently allocated video memory
- CUDA Version: Installed CUDA toolkit version
- Driver Version: NVIDIA driver version
This information helps you understand which pipelines and settings are appropriate for your hardware.
VRAM Requirements by Pipeline
| Pipeline | Minimum VRAM | Recommended VRAM |
|---|---|---|
| SD 1.5 | 4 GB | 6 GB |
| SD 2.1 | 4 GB | 6 GB |
| SDXL | 8 GB | 12 GB |
| SD 3.5 | 10 GB | 16 GB |
| SD 3.5 TensorRT | 10 GB | 16 GB |
| Flux | 12 GB | 16 GB |
| Real-ESRGAN | 2 GB | 4 GB |
Output Folder Configuration
Configure where rendered images are saved:
Output Directory
Set the default folder for all render outputs. You can:
- Use the default output/ folder in the application directory
- Browse to select a custom location
- Enter a path manually
Folder Structure
Renders are organized by timestamp and render ID:
output/
├── 2026-01-22_14-30-00_render_abc123/
│ ├── output.png # Final rendered image
│ ├── config.hextile.json # Saved configuration (if enabled)
│ └── tiles/ # Intermediate tiles (if not cleaned up)
└── 2026-01-22_15-45-00_render_def456/
└── ...
Render Options
Auto-cleanup Tiles After Render
Default: Enabled
When enabled, intermediate tile files are automatically deleted after successful render completion. This saves disk space but prevents re-rendering individual tiles.
Disable when: - Debugging tile-specific issues - You want to inspect individual tiles - You may need to re-process specific tiles
Auto-open Folder on Completion
Default: Disabled
When enabled, the output folder opens automatically in your file manager when a render completes successfully.
Save Config with Renders
Default: Enabled
When enabled, a .hextile.json configuration file is saved alongside each render output. This allows you to:
- Reproduce the exact same render later
- Load the config to use as a starting point for new renders
- Track what settings were used for each output
The saved config includes: - Pipeline selection - Template settings - Prompt and generation parameters - LoRA configurations - All other render settings
HuggingFace Authentication
Some AI models (SD 3.5, Flux) are gated and require authentication to download.
Setting Up Authentication
- Create a HuggingFace Account
-
Go to huggingface.co and sign up
-
Accept Model Licenses
- Visit the model page (e.g.,
stabilityai/stable-diffusion-3.5-large) - Read and accept the license agreement
-
Wait for access approval (usually instant for most models)
-
Generate Access Token
- Go to Settings → Access Tokens on HuggingFace
- Create a new token with "Read" permission
-
Copy the token
-
Enter Token in 360 Hextile
- Paste your token in the HuggingFace Authentication section
- Click "Validate" to verify the token works
- Token is stored securely in your local settings
Authentication Status
The settings page shows your current authentication status:
- Not Authenticated: No token entered
- Validating...: Checking token with HuggingFace
- Authenticated: Token is valid, gated models accessible
- Invalid Token: Token rejected, please check and re-enter
Gated Models
The following models require HuggingFace authentication:
| Model | Repository |
|---|---|
| SD 3.5 Large | stabilityai/stable-diffusion-3.5-large |
| SD 3.5 Large Turbo | stabilityai/stable-diffusion-3.5-large-turbo |
| SD 3.5 TensorRT | stabilityai/stable-diffusion-3.5-large |
| Flux.1 Dev | black-forest-labs/FLUX.1-dev |
| Flux.1 Schnell | black-forest-labs/FLUX.1-schnell |
Quick Access
For convenience, HuggingFace authentication is also available directly on the Pipeline Management page. This lets you authenticate right when you need to install a gated model.
Config Manager
The Config Manager allows you to save and load render configurations as .hextile.json files.
Saving Configurations
- Configure your render settings
- Click the Save icon in the Config Manager dropdown
- Choose a filename and location
- Configuration is saved with all current settings
Loading Configurations
- Click the Load icon in the Config Manager dropdown
- Select a
.hextile.jsonfile - All settings are restored including:
- Pipeline selection
- Template choice
- Prompts and generation settings
- LoRA selections
- Output settings
Recent Configurations
The Config Manager shows recently used configurations for quick access. Click any recent config to load it instantly.
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Ctrl/Cmd + S |
Save current configuration |
Ctrl/Cmd + O |
Open/load configuration |
Ctrl/Cmd + Shift + S |
Save configuration as... |
See also: - Pipeline Management - Installing and managing AI models - Getting Started - Initial setup guide - Interface Overview - Full interface documentation