Separate WebUI lineage
SD.Next shares historical roots with AUTOMATIC1111 but is a distinct active codebase with its own model loaders, user interface and release cycle. A settings or extension guide written for another WebUI may not apply. Check project-specific documentation before moving model paths, launch arguments or plugins between interfaces.
Models and control systems
The official project describes broad support for image and video model families. Its Control tab combines ControlNet, IP-Adapter and related adapters with input and initialization images. These systems guide structure or identity but remain family-specific; a control model trained for SD 1.5 is not automatically compatible with SDXL or FLUX.
Memory reduction and processing
SDNQ quantization and Balanced Offload are documented options for fitting larger models into limited memory. Offloading shifts parts of a pipeline between device and system memory, usually trading speed for capacity. Captioning, tagging and image correction add post-processing and analysis functions, making the interface broader than a single text-to-image tab.
Adult local use and limits
Locally loaded adult checkpoints and LoRAs can generate content without a hosted platform's prompt filter. Model licenses, consent and safe handling still apply, and the interface does not verify the provenance of community files. Local API binding should remain private unless deliberately secured; otherwise another device could submit jobs or inspect exposed generation metadata.
Technical context
SD.Next explicitly documents broad model-family, offload, quantization, and control support in its local pipeline.