Unlock Stunning 360° Panoramas with AI: A Step-by-Step Guide
1. Workflow Overview

This workflow generates high-resolution panoramic images using Stable Diffusion XL (SDXL) and UltimateSD Upscale, with features:
Creates wide-format panoramas (default
2048x1024
) with 360° aerial prompts.Uses Asymmetric Tiling Sampling to avoid stitching artifacts.
Enhances details via 4x-UltraSharp upscaling model.
Applies sharpening before final output.
2. Core Models
Model/Component | Function | Source |
---|---|---|
wildcardxXL_v4Rundiffusion | Base SDXL model for wide-image generation. | Manually download to |
HMSG Aerial Panorama XL LoRA | Fine-tunes aerial panorama style. | Place in |
4x-UltraSharp.pth | Upscales image details (4x). | Install via |
3. Key Nodes
Node Name | Function | Installation |
---|---|---|
| Prevents seams in tiled generation. | Install ComfyUI-Asymmetric-Tiling via |
| Tile-based upscaling with denoising control. | Install Ultimate SD Upscale. |
| Predefined prompt templates for SDXL. | Install ComfyUI-PromptStyler. |
4. Workflow Structure
Model & Prompt Setup
Input: Base model, LoRA, prompts (e.g.,
"360, panorama, mountains"
).Output: Encoded conditioning vectors.
Panorama Generation
EmptyLatentImage
sets initial resolution (2048x1024
).KSamplerAdvanced
generates low-res panorama.Asymmetric_Tiling_KSampler
optimizes tiling.
Upscaling & Sharpening
UltimateSDUpscale
upscales tiles (e.g., to4096x2048
).ImageSharpen
enhances edge clarity.SaveImage
saves the final image.
5. Input & Output
Input Parameters:
Resolution:
2048x1024
(set inEmptyLatentImage
).Seed: Fixed or random (
Seed
node).Prompts: Include
"360"
or"panorama"
(optimized viaSDXLPromptStyler
).
Output: Upscaled panorama (PNG), saved twice (initial + sharpened).
6. Notes
Hardware Requirements: Minimum 12GB VRAM (more needed for upscaling).
Common Issues:
Missing models: Verify paths for
wildcardxXL_v4Rundiffusion
and LoRA.VRAM errors: Reduce
tile_size
inUltimateSDUpscale
(e.g., to384
).
Optimization Tips:
Launch with
--highvram
flag.Use "Half Tile" mode in upscaling for speed-quality balance.