Automatic1111

From Stable Diffusion Wiki
Revision as of 00:00, 27 August 2023 by StableTiger3 (talk | contribs)
Jump to navigation Jump to search

Automatic1111

How to install Automatic1111

Prerequisites

  • You will need a computer with a recent version of Python installed.
  • You will also need a graphics card with at least 6GB of VRAM.

Instructions

  1. Download the Stable Diffusion WebUI from GitHub: [1]
  2. Extract the downloaded file to a convenient location.
  3. Open a terminal window and navigate to the extracted folder.
  4. Run the following command to install the necessary dependencies:
  pip install -r requirements.txt
  
  1. Run the following command to start the Stable Diffusion WebUI:
  ./webui.sh
  

The Stable Diffusion WebUI will open in your web browser. You can then start generating images!

Additional Notes

  • The Stable Diffusion WebUI is still under development, so you may encounter some bugs.
  • If you are having trouble installing or running the Stable Diffusion WebUI, you can ask for help on the Stable Diffusion Discord server: [2]


How to Install Extensions on Automatic 1111

  1. Open the Stable Diffusion WebUI.
  2. Click on the "Extensions" tab.
  3. Click on the "Install" button.
  4. Enter the URL of the extension you want to install.
  5. Click on the "Install" button again.

The extension will be installed in the extensions directory of the Stable Diffusion WebUI. You can then enable the extension by clicking on the checkbox next to its name.

Additional Considerations

  • You can also install extensions manually by copying the extension directory into the extensions directory of the Stable Diffusion WebUI.
  • If you are installing an extension from GitHub, you can use the following command:

<source> git clone https://github.com/[username]/[extension_name].git </source>

  • Once you have installed an extension, you may need to restart the Stable Diffusion WebUI for the extension to take effect.

Popular Extensions

  • After Detailer: This extension adds additional detail to the generated images.
  • Model Preset Manager: This extension allows you to easily switch between different models.
  • System Information: This extension displays information about your system, such as the CPU and GPU usage.
  • 3D Pose: This extension allows you to add a 3D pose to the generated images.
  • Aspect Ratio Helper: This extension helps you to maintain the aspect ratio of the generated images.
  • Control Net: This extension allows you to control the generated images using a neural network.