To install an AUTOMATIC1111 extension, open Extensions → Available, load the catalog, and install the chosen add-on, or use Install from URL with its Git repository address. Restart the web UI and check the control named in the extension's usage guide; Ultimate SD Upscale appears under img2img → Script. Installation and usage, Extension loading
What are the key facts about AUTOMATIC1111 extensions?
| Field | Verified information |
|---|---|
| Developer | AUTOMATIC1111 and the stable-diffusion-webui contributors; individual extensions have separate maintainers. README, Extension development |
| Released | A single release date for the extension system is not published in the cited installation guide. Extensions |
| Type | Extensible image-generation application, with Python scripts and browser assets supplied by add-ons. Development guide |
| Size or parameters | Not applicable to the application; model parameters depend on the checkpoint you load. README |
| License and access | The main application uses AGPL-3.0; consult each extension's own repository for its license. Application license, Extensions |
| Where it runs | Application setup is documented for Windows, Linux, and Apple Silicon; extension compatibility depends on its dependencies. README, Development guide |
What can AUTOMATIC1111 extensions add to the web UI?
The extension system lets a project add scripts, JavaScript, styles, and localization files to the existing application. An extension can also supply an installation script for dependencies.
These mechanisms explain how add-ons integrate with the web UI. Developer documentation
A concrete example is Ultimate SD Upscale, whose maintainer documents installation from the catalog, from a repository URL, or by cloning into the extensions directory. It adds an upscaling script used through img2img. Maintainer's guide
Start by identifying the missing operation in your own workflow. For example, write down that you want to enlarge an existing image and inspect the resulting detail.
That is a clearer installation goal than collecting extensions without a task in mind.
Check whether the base application already covers your need. The README lists features such as inpainting, outpainting, upscaling, and saved generation parameters.
An extension should have a specific role in the workflow you intend to use. Built-in features
For a first installation, choose a project with instructions you can follow end to end. Note where its controls should appear and which example you will use to verify them.
Decide what successful installation means before changing your environment.
Why can an AUTOMATIC1111 extension fail to install or load?
An extension can execute code in the web UI environment. The official wiki explains that installation is restricted when the interface is exposed remotely.
Use the supported local administration route rather than treating that restriction as a download failure. Extension security documentation
Dependencies are another source of compatibility constraints. The development guide documents installation scripts and metadata that express requirements and load order.
A repository being present on disk does not by itself establish that all its dependencies loaded successfully. Extension lifecycle
The static wiki extension list is explicitly marked as unmaintained. Its maintainers point readers to the application's Available tab and the separate extension index.
Use the actual extension repository to check the installation instructions. Wiki notice
Identify the checkpoint and operation you intend to use before assessing hardware needs. Consult the selected extension's instructions alongside the application's setup documentation. Application setup, Extension usage
How do you install and test Ultimate SD Upscale in AUTOMATIC1111?
First, start an existing, working AUTOMATIC1111 installation and make a small baseline image. Save the image and generation settings.
This gives you something concrete to compare after installation without changing the model and extension at the same time.
For Ultimate SD Upscale, the maintainer documents this catalog route: open Extensions, select Available, click Load from, find Ultimate SD upscale, and click Install.
Check the repository link before selecting the entry. Catalog installation
The documented URL route is Extensions → Install from URL. Paste https://github.com/Coyote-A/ultimate-upscale-for-automatic1111 into URL for extension's git repository and click Install. Extension repository
Choose either this route or the catalog route for the same extension. URL installation
A Git installation is also supported. From the root of your existing web UI checkout, use:
git clone https://github.com/Coyote-A/ultimate-upscale-for-automatic1111 \
extensions/ultimate-upscale-for-automatic1111
This adapts the official extension-folder installation pattern to the maintainer's repository. Run it only when that destination does not already contain the extension.
It downloads an add-on into the application, not a new image-generation checkpoint. Folder convention, Maintainer instructions
Restart the web UI process after installation and inspect its startup output.
The project's development documentation explains that extension installation scripts run before the web UI starts, followed by loading the extension's scripts and assets. Startup behavior
For the functional check, send an image to img2img or load one there. In the Script selector, choose Ultimate SD upscale, configure its settings using the maintainer's instructions, and generate.
Those are the project's documented usage steps. Usage guide
Compare the result with your input at the same viewing scale. Look for changes in faces, lettering, edges, and repeated patterns. Record whether the output met your stated goal before changing settings or adding another extension.
If the script is missing, separate installation from loading. Confirm that you selected the intended repository and destination folder, then read the startup error.
Look for the earliest extension-related traceback before investigating the final error message.
For a failed installation, collect the application revision, extension revision, launch command, and relevant traceback. Remove credentials or private paths before sharing diagnostic information.
This suggested report makes the environment and failure reproducible for the maintainer.
Avoid updating the application, all extensions, and model files in one troubleshooting step. Make a single change, restart, and repeat the same small check.
Keep notes on which change altered the failure so that your eventual fix has an explanation.
How do AUTOMATIC1111 extensions compare with ComfyUI custom nodes?
ComfyUI exposes processing through a graph and supports custom nodes, while AUTOMATIC1111 extensions integrate scripts and controls into its existing interface.
The extension formats are different, so follow the installation instructions for the application you actually use. ComfyUI README, Extension development
Read the ComfyUI complete guide for that workflow. For related AUTOMATIC1111 model-support context, see the FLUX and AUTOMATIC1111 guide.
What are common AUTOMATIC1111 extension installation questions?
Do I need a separate AUTOMATIC1111 extension installer?
AUTOMATIC1111 provides an Extensions interface for installing add-ons, and Git can clone an extension into the checkout's extensions directory. Ultimate SD Upscale documents catalog, repository-URL, and manual-clone installation routes. Extension folders, Installation guide
Does installing an AUTOMATIC1111 extension install its models?
AUTOMATIC1111 lets an extension run an optional install.py dependency script. Model downloads depend on the selected extension's implementation, so check that project's installation instructions for any separate files. Development guide
Why is AUTOMATIC1111 extension installation disabled remotely?
AUTOMATIC1111 restricts extension installation when launch flags such as --share or --listen expose the web UI remotely because extensions can execute code. Check the launch configuration if the error says extension access is disabled by command-line flags. Extensions wiki
Where does Ultimate SD Upscale appear after installation?
Ultimate SD Upscale appears in AUTOMATIC1111's Script selector under img2img. Restart the web UI after installation and inspect startup errors if the script is missing. Usage guide, Extension loading
Sources
- AUTOMATIC1111 official README
- Official extension installation and security documentation
- Official extension development and loading documentation
- AUTOMATIC1111 application license
- Ultimate SD Upscale maintainer's installation and usage guide
- ComfyUI official README
- Ultimate SD Upscale extension repository
Top comments (0)