{"id":66757,"date":"2023-05-03T21:01:12","date_gmt":"2023-05-03T13:01:12","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=66757"},"modified":"2023-05-04T23:30:25","modified_gmt":"2023-05-04T15:30:25","slug":"a1111-stable-diffusion-mac","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/","title":{"rendered":"How to Install AUTOMATIC1111 for Stable Diffusion on Mac"},"content":{"rendered":"<p>In the previous post, we talked about <a href=\"https:\/\/www.hongkiat.com\/blog\/stable-diffusion-mac\/\">installing and running stable diffusion on Mac using Diffusion Bee<\/a>. Although Diffusion Bee is easy to install, it doesn\u2019t offer many options for customizing the image you want to create. That\u2019s where <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/github.com\/AUTOMATIC1111\/stable-diffusion-webui\">AUTOMATIC1111<\/a> comes in.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/automatic1111-stable-diffusion-webui.jpg\" alt=\"Stable Diffusion WebUI\" width=\"1500\" height=\"938\"><\/figure>\n<p>AUTOMATIC1111 (also known as A1111) Stable Diffusion WebUI is a more advanced graphical user interface (GUI) that gives you more control and customization options. In this guide, we\u2019ll show you how to install and use AUTOMATIC1111 on your Mac.<\/p>\n<p>So, open up your Terminal app and let\u2019s begin.<\/p>\n<h2>Step 1 \u2013 Install Homebrew<\/h2>\n<p>Before we proceed, we need to install <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/brew.sh\/\">Homebrew<\/a> on your Mac. If you haven\u2019t installed it yet, you can do so by copying and pasting the following command into your Terminal and pressing enter. This will install Homebrew on your system.<\/p>\n<pre>\/bin\/bash -c \"$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/HEAD\/install.sh)\"<\/pre>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/homebrew-for-mac.jpg\" alt=\"Homebrew for Mac\" width=\"1500\" height=\"765\"><\/figure>\n<h2>Step 2 \u2013 Install Other Packages<\/h2>\n<p>Next, we need to install several other packages that are necessary for the installation process. These packages include <em>cmake<\/em>, <em>protobuf<\/em>, <em>rust<\/em>, <em>python<\/em>, <em>git<\/em>, and <em>wget<\/em> .<\/p>\n<p>To install them all at once, type in the following command. If any of the packages have already been installed, they will be skipped during the installation process.<\/p>\n<pre>brew install cmake protobuf rust python@3.10 git wget<\/pre>\n<h2>Step 3 \u2013 Clone AUTOMATIC1111<\/h2>\n<p>Now we\u2019ll make a copy of AUTOMATIC1111 on your Mac, in the home directory. To do this,  type <code>cd<\/code> in Terminal and hit Enter. This will take you back to the home folder.<\/p>\n<p>In the home folder, use the following command to make a copy (git clone) of AUTOMATIC1111 in your home directory.<\/p>\n<pre>git clone https:\/\/github.com\/AUTOMATIC1111\/stable-diffusion-webui<\/pre>\n<h2>Step 4 \u2013 Download Stable Diffusion Model File<\/h2>\n<p>To run Stable Difussion using AUTOMATIC1111, you\u2019ll need a model as well. You can download the v1.5 model of Stable Diffusion by <a rel=\"noopener\" target=\"_blank\" href=\"https:\/\/huggingface.co\/runwayml\/stable-diffusion-v1-5\">going to this page<\/a>, or directly from the link below. Keep in mind that the file size of this model is over 4GB, so it may take some time to download.<\/p>\n<p><a href=\"https:\/\/huggingface.co\/runwayml\/stable-diffusion-v1-5\/resolve\/main\/v1-5-pruned-emaonly.ckpt\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2D89EF;border-color:#246ec0;border-radius:0px\" target=\"__blank\" rel=\"noopener nofollow\"><span style=\"color:#FFFFFF;padding:7px 20px;font-size:16px;line-height:24px;border-color:#6cadf4;border-radius:0px;text-shadow:none\"><i class=\"sui sui-external-link\" style=\"font-size:16px;color:#fff\"><\/i>  Download v1-5-pruned-emaonly.ckpt <\/span><\/a><\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/hugging-face-stable-diffusion.jpg\" alt=\"Stable Diffusion Model Card\" width=\"1500\" height=\"720\"><\/figure>\n<h2>Step 5 \u2013 Move Model File to  Directory<\/h2>\n<p>After downloading the model file, you need to place it in the folder named <code>stable-diffusion-webui\/models\/Stable-diffusion<\/code>. To navigate to this folder in the Terminal, type the following command:<\/p>\n<pre>cd stable-diffusion-webui\/models\/Stable-diffusion<\/pre>\n<p>Then, to open the folder in Finder, type in the following command and hit Enter.<\/p>\n<pre>open .<\/pre>\n<p>Drag and drop the downloaded file into the folder. After doing so, the folder should contain two files. You should see something similar to the screenshot below.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/stable-difussion-folder.jpg\" alt=\"Stable Diffusion folder\" width=\"1500\" height=\"657\"><\/figure>\n<h2>Step 6 \u2013 Run AUTOMATIC1111 in Terminal<\/h2>\n<p>To run AUTOMATIC1111, copy and paste the following command in Terminal. Keep in mind that this may take some time to run for the first time, as there are additional packages that need to be installed.<\/p>\n<pre>cd ~\/stable-diffusion-webui;.\/webui.sh<\/pre>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/automatic1111-installation.jpg\" alt=\"Automatic1111 installation\" width=\"1500\" height=\"703\"><\/figure>\n<p>When you see something like the screenshot below in your Terminal, it means AUTOMATIC1111 has been successfully launched.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/automatic1111-running.jpg\" alt=\"Stable Difussion running\" width=\"1500\" height=\"146\"><\/figure>\n<h2>Step 7 \u2013 Access Stable Diffusion on Browser<\/h2>\n<p>To access the AUTOMATIC1111 GUI, open a web browser and navigate to the following URL: <code>http:\/\/127.0.0.1:7860\/<\/code>. Once you arrive at this page, you will be greeted with the AUTOMATIC1111 user interface.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/stable-difussion-webui.jpg\" alt=\"Stable Diffusion web UI\" width=\"1500\" height=\"828\"><\/figure>\n<h2>Step 8 \u2013 Test It!<\/h2>\n<p>To test whether AUTOMATIC1111 is working properly, navigate to the \u201ctxt2img\u201d tab on the GUI. From there, enter a prompt such as \u201c<em>cute french bulldog puppy<\/em>\u201d and click the \u201cGenerate\u201d button.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/stable-difussion-generate-image.jpg\" alt=\"Stable Difussion generate image\" width=\"1500\" height=\"1118\"><\/figure>\n<p>Once you\u2019ve clicked the \u201cGenerate\u201d button, the image generation process will begin. You can monitor the progress of the image generation both in the GUI and in the terminal.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/generating-progress-terminal.jpg\" alt=\"image progress in Terminal\" width=\"1500\" height=\"157\"><\/figure>\n<h2>Troubleshooting<\/h2>\n<p>Although the installation process may not be entirely smooth, there are ways to fix any errors that may arise. In the following sections, I will outline some common errors that I encountered during my own installation process, along with the solutions I used to fix them.<\/p>\n<p>If you encounter similar issues, I hope that these solutions will be helpful to you.<\/p>\n<h3>Error #1<\/h3>\n<pre>\r\nERROR: Could not find a version that satisfies the requirement torch==1.12.1 (from versions: 2.0.0)\r\nERROR: No matching distribution found for torch==1.12.1<\/pre>\n<p>This error occurs while the system is trying to install additional packages at the beginning stage of executing the <code>cd ~\/stable-diffusion-webui;.\/webui.sh<\/code> command.<\/p>\n<p><strong>Solution:<\/strong><\/p>\n<p>When trying to run AUTOMATIC1111, you may encounter an error that indicates it requires Torch version <em>1.12.1<\/em> instead of the latest version <em>2.0.0<\/em>. While it is possible to use an older version of Torch to resolve this issue, the process can be complicated. Instead, a simpler solution is to reinstall Python (which solves the problem for me). If you encounter this problem, you can try the following commands, in sequence:<\/p>\n<pre>brew uninstall python3\r\nbrew install python3<\/pre>\n<p>After completing the reinstallation of Python, run the same command again by typing it into the Terminal.<\/p>\n<pre>cd ~\/stable-diffusion-webui;.\/webui.sh<\/pre>\n<h3>Error #2<\/h3>\n<pre>\r\nstderr: ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '\/us\/local\/dev. txt'\r\nConsider using the - -user option or check the permissions<\/pre>\n<p>This is an error that you might encounter towards the end of executing the command: <code>cd ~\/stable-diffusion-webui;.\/webui.sh<\/code>.<\/p>\n<p><strong>Solution:<\/strong><\/p>\n<p>Use the following command instead, and enter your Mac\u2019s password when asked.<\/p>\n<pre>sudo cd ~\/stable-diffusion-webui;.\/webui.sh<\/pre>","protected":false},"excerpt":{"rendered":"<p>This is a step-by-step guide on how to install Automatic1111 on a Mac to run the Stable Diffusion AI image generator.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3398],"tags":[3545,4670],"topic":[],"class_list":["entry-content","is-maxi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Install AUTOMATIC1111 for Stable Diffusion on Mac - Hongkiat<\/title>\n<meta name=\"description\" content=\"This is a step-by-step guide on how to install Automatic1111 on a Mac to run the Stable Diffusion AI image generator.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install AUTOMATIC1111 for Stable Diffusion on Mac\" \/>\n<meta property=\"og:description\" content=\"This is a step-by-step guide on how to install Automatic1111 on a Mac to run the Stable Diffusion AI image generator.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/\" \/>\n<meta property=\"og:site_name\" content=\"Hongkiat\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hongkiatcom\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-03T13:01:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-04T15:30:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/automatic1111-stable-diffusion-webui.jpg\" \/>\n<meta name=\"author\" content=\"Hongkiat Lim\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:site\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hongkiat Lim\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/\"},\"author\":{\"name\":\"Hongkiat Lim\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3613a3bf757e4f67770f0b7a339edd0\"},\"headline\":\"How to Install AUTOMATIC1111 for Stable Diffusion on Mac\",\"datePublished\":\"2023-05-03T13:01:12+00:00\",\"dateModified\":\"2023-05-04T15:30:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/\"},\"wordCount\":799,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/a1111-stable-diffusion-mac\\\/automatic1111-stable-diffusion-webui.jpg\",\"keywords\":[\"Artificial Intelligence\",\"sta\"],\"articleSection\":[\"Internet\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/\",\"name\":\"How to Install AUTOMATIC1111 for Stable Diffusion on Mac - Hongkiat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/a1111-stable-diffusion-mac\\\/automatic1111-stable-diffusion-webui.jpg\",\"datePublished\":\"2023-05-03T13:01:12+00:00\",\"dateModified\":\"2023-05-04T15:30:25+00:00\",\"description\":\"This is a step-by-step guide on how to install Automatic1111 on a Mac to run the Stable Diffusion AI image generator.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/a1111-stable-diffusion-mac\\\/automatic1111-stable-diffusion-webui.jpg\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/a1111-stable-diffusion-mac\\\/automatic1111-stable-diffusion-webui.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/a1111-stable-diffusion-mac\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install AUTOMATIC1111 for Stable Diffusion on Mac\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"name\":\"Hongkiat\",\"description\":\"Tech and Design Tips\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\",\"name\":\"Hongkiat.com\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"width\":1200,\"height\":799,\"caption\":\"Hongkiat.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hongkiatcom\",\"https:\\\/\\\/x.com\\\/hongkiat\",\"https:\\\/\\\/www.pinterest.com\\\/hongkiat\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/e3613a3bf757e4f67770f0b7a339edd0\",\"name\":\"Hongkiat Lim\",\"description\":\"Founder and Editor in Chief of Hongkiat.com. Hongkiat is also a designer, developer, entrepreneur, and an active investor in the US stock market.\",\"sameAs\":[\"http:\\\/\\\/www.hongkiat.com\\\/blog\"],\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/author\\\/hongkiat\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Install AUTOMATIC1111 for Stable Diffusion on Mac - Hongkiat","description":"This is a step-by-step guide on how to install Automatic1111 on a Mac to run the Stable Diffusion AI image generator.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/","og_locale":"en_US","og_type":"article","og_title":"How to Install AUTOMATIC1111 for Stable Diffusion on Mac","og_description":"This is a step-by-step guide on how to install Automatic1111 on a Mac to run the Stable Diffusion AI image generator.","og_url":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2023-05-03T13:01:12+00:00","article_modified_time":"2023-05-04T15:30:25+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/automatic1111-stable-diffusion-webui.jpg","type":"","width":"","height":""}],"author":"Hongkiat Lim","twitter_card":"summary_large_image","twitter_creator":"@hongkiat","twitter_site":"@hongkiat","twitter_misc":{"Written by":"Hongkiat Lim","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/"},"author":{"name":"Hongkiat Lim","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/e3613a3bf757e4f67770f0b7a339edd0"},"headline":"How to Install AUTOMATIC1111 for Stable Diffusion on Mac","datePublished":"2023-05-03T13:01:12+00:00","dateModified":"2023-05-04T15:30:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/"},"wordCount":799,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/automatic1111-stable-diffusion-webui.jpg","keywords":["Artificial Intelligence","sta"],"articleSection":["Internet"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/","url":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/","name":"How to Install AUTOMATIC1111 for Stable Diffusion on Mac - Hongkiat","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/automatic1111-stable-diffusion-webui.jpg","datePublished":"2023-05-03T13:01:12+00:00","dateModified":"2023-05-04T15:30:25+00:00","description":"This is a step-by-step guide on how to install Automatic1111 on a Mac to run the Stable Diffusion AI image generator.","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/automatic1111-stable-diffusion-webui.jpg","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/a1111-stable-diffusion-mac\/automatic1111-stable-diffusion-webui.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/a1111-stable-diffusion-mac\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install AUTOMATIC1111 for Stable Diffusion on Mac"}]},{"@type":"WebSite","@id":"https:\/\/www.hongkiat.com\/blog\/#website","url":"https:\/\/www.hongkiat.com\/blog\/","name":"Hongkiat","description":"Tech and Design Tips","publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hongkiat.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hongkiat.com\/blog\/#organization","name":"Hongkiat.com","url":"https:\/\/www.hongkiat.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","contentUrl":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","width":1200,"height":799,"caption":"Hongkiat.com"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hongkiatcom","https:\/\/x.com\/hongkiat","https:\/\/www.pinterest.com\/hongkiat\/"]},{"@type":"Person","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/e3613a3bf757e4f67770f0b7a339edd0","name":"Hongkiat Lim","description":"Founder and Editor in Chief of Hongkiat.com. Hongkiat is also a designer, developer, entrepreneur, and an active investor in the US stock market.","sameAs":["http:\/\/www.hongkiat.com\/blog"],"url":"https:\/\/www.hongkiat.com\/blog\/author\/hongkiat\/"}]}},"jetpack_featured_media_url":"https:\/\/","jetpack_shortlink":"https:\/\/wp.me\/p4uxU-hmJ","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/66757","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/comments?post=66757"}],"version-history":[{"count":3,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/66757\/revisions"}],"predecessor-version":[{"id":66846,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/66757\/revisions\/66846"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=66757"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=66757"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=66757"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=66757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}