Automatic1111: Difference between revisions

From Stable Diffusion Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
Automatic1111
[[File:Automatic1111 gui.png|thumb|610x610px]]
= Automatic1111 =
If Stable Diffusion is the engine that makes it all possible, Automatic1111 is the graphic user interface (GUI) that makes it easy to use.  '''Automatic1111''' is a web-based application that allows you to generate images using the '''Stable Diffusion''' algorithm. Though when SD was originally created, a few GUI's had surfaced, Automatic1111 quickly rose to the top and has become the most widely used interface for SD image generation. 


= How to Install Extensions on Automatic 1111 =
'''Automatic1111''' is one of the most popular Stable Diffusion GUIs. It offers a wide range of features, including:


# Open the Stable Diffusion WebUI.
=== Features ===
# Click on the "Extensions" tab.
* Tons of [[Extensions]]
# Click on the "Install" button.
* [[Lora]]<nowiki/>s help drastically improve the style a quality with low impact on processing.
# Enter the URL of the extension you want to install.
* Support for multiple models
# Click on the "Install" button again.
* [[PNG Info]]
* The ability to use text prompts
* The ability to save and load images
* The ability to export images in various formats
* A built-in image viewer
* A community forum
'''Automatic1111''' is a powerful tool that can be used to create stunning images. It is easy to use and has a wide range of features. If you are interested in generating images using Stable Diffusion, '''Automatic1111''' is a great option.
= How to install '''Automatic1111''' =


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


== Additional Considerations ==
* Computer with a recent version of Python installed.
* You can also install extensions manually by copying the extension directory into the <code>extensions</code> directory of the Stable Diffusion WebUI.
* Graphics card with at least 6GB of VRAM.
* 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 ==
==Instructions==
* '''After Detailer:''' This extension adds additional detail to the generated images.
 
* '''Model Preset Manager:''' This extension allows you to easily switch between different models.
# Download the Stable Diffusion WebUI from GitHub: [https://github.com/AUTOMATIC1111/stable-diffusion-webui]
* '''System Information:''' This extension displays information about your system, such as the CPU and GPU usage.
# Extract the downloaded file to a convenient location.
* '''3D Pose:''' This extension allows you to add a 3D pose to the generated images.
# Open a terminal window and navigate to the extracted folder.
* '''Aspect Ratio Helper:''' This extension helps you to maintain the aspect ratio of the generated images.
# Run the following command to install the necessary dependencies:
* '''Control Net:''' This extension allows you to control the generated images using a neural network.
  <pre>
  pip install -r requirements.txt
  </pre>
# Run the following command to start the Stable Diffusion WebUI:
  <pre>
  ./webui.sh
  </pre>
 
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: [https://discord.gg/sebastiankamph]

Latest revision as of 00:26, 17 September 2023

Automatic1111 gui.png

Automatic1111

If Stable Diffusion is the engine that makes it all possible, Automatic1111 is the graphic user interface (GUI) that makes it easy to use. Automatic1111 is a web-based application that allows you to generate images using the Stable Diffusion algorithm. Though when SD was originally created, a few GUI's had surfaced, Automatic1111 quickly rose to the top and has become the most widely used interface for SD image generation.

Automatic1111 is one of the most popular Stable Diffusion GUIs. It offers a wide range of features, including:

Features

  • Tons of Extensions
  • Loras help drastically improve the style a quality with low impact on processing.
  • Support for multiple models
  • PNG Info
  • The ability to use text prompts
  • The ability to save and load images
  • The ability to export images in various formats
  • A built-in image viewer
  • A community forum

Automatic1111 is a powerful tool that can be used to create stunning images. It is easy to use and has a wide range of features. If you are interested in generating images using Stable Diffusion, Automatic1111 is a great option.

How to install Automatic1111

Prerequisites

  • Computer with a recent version of Python installed.
  • 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]