Skip to content

Releases: easydiffusion/easydiffusion

v3.0 - SDXL, ControlNet, LoRA, Embeddings and a lot more!

29 Aug 10:41
Compare
Choose a tag to compare
  • ControlNet - Full support for ControlNet, with native integration of the common ControlNet models. Just select a control image, then choose the ControlNet filter/model and run. No additional configuration or download necessary. Supports custom ControlNets as well.
  • SDXL - Full support for SDXL. No configuration necessary, just put the SDXL model in the models/stable-diffusion folder.
  • Multiple LoRAs - Use multiple LoRAs, including SDXL and SD2-compatible LoRAs. Put them in the models/lora folder.
  • Embeddings - Use textual inversion embeddings easily, by putting them in the models/embeddings folder and using their names in the prompt (or by clicking the + Embeddings button to select embeddings visually). Thanks @JeLuF.
  • Seamless Tiling - Generate repeating textures that can be useful for games and other art projects. Works best in 512x512 resolution. Thanks @JeLuF.
  • Inpainting Models - Full support for inpainting models, including custom inpainting models. No configuration (or yaml files) necessary.
  • Faster than v2.5 - Nearly 40% faster than Easy Diffusion v2.5, and can be even faster if you enable xFormers.
  • Even less VRAM usage - Less than 2 GB for 512x512 images on 'low' VRAM usage setting (SD 1.5). Can generate large images with SDXL.
  • WebP images - Supports saving images in the lossless webp format.
  • Undo in the UI - Remove tasks or images from the queue easily, and undo the action if you removed anything accidentally. Thanks @JeLuF.
  • Three new samplers, and latent upscaler - Added DEIS, DDPM and DPM++ 2m SDE as additional samplers. Thanks @ogmaresca and @rbertus2000.
  • Significantly faster 'Upscale' and 'Fix Faces' buttons on the images
  • Major rewrite of the code - We've switched to using diffusers under-the-hood, which allows us to release new features faster, and focus on making the UI and installer even easier to use.

v2.5.41 - CodeFormer, AMD support for Linux, Latent Upscaler, Share on Cloudflare and more!

11 Jul 13:36
324226f
Compare
Choose a tag to compare

Lots of new features: CodeFormer, AMD support for Linux, Latent Upscaler, Share on Cloudflare and more!

Additionally, our new engine is available to use by enabling the "Beta channel" (in the Settings tab), which adds experimental support for LoRA, Textual Inversion embeddings, Tiled Images, additional samplers, and improved VRAM usage.

  • 2.5.41 - 24 Jun 2023 - (beta-only) Fix broken inpainting in low VRAM usage mode.
  • 2.5.41 - 24 Jun 2023 - (beta-only) Fix a recent regression where the LoRA would not get applied when changing SD models.
  • 2.5.41 - 23 Jun 2023 - Fix a regression where latent upscaler stopped working on PCs without a graphics card.
  • 2.5.41 - 20 Jun 2023 - Automatically fix black images if fp32 attention precision is required in diffusers.
  • 2.5.41 - 19 Jun 2023 - Another fix for multi-gpu rendering (in all VRAM usage modes).
  • 2.5.41 - 13 Jun 2023 - Fix multi-gpu bug with "low" VRAM usage mode while generating images.
  • 2.5.41 - 12 Jun 2023 - Fix multi-gpu bug with CodeFormer.
  • 2.5.41 - 6 Jun 2023 - Allow changing the strength of CodeFormer, and slightly improved styling of the CodeFormer options.
  • 2.5.41 - 5 Jun 2023 - Allow sharing an Easy Diffusion instance via https://try.cloudflare.com/ . You can find this option at the bottom of the Settings tab. Thanks @JeLuF.
  • 2.5.41 - 5 Jun 2023 - Show an option to download for tiled images. Shows a button on the generated image. Creates larger images by tiling them with the image generated by Easy Diffusion. Thanks @JeLuF.
  • 2.5.41 - 5 Jun 2023 - (beta-only) Allow LoRA strengths between -2 and 2. Thanks @ogmaresca.
  • 2.5.40 - 5 Jun 2023 - Reduce the VRAM usage of Latent Upscaling when using "balanced" VRAM usage mode.
  • 2.5.40 - 5 Jun 2023 - Fix the "realesrgan" key error when using CodeFormer with more than 1 image in a batch.
  • 2.5.40 - 3 Jun 2023 - Added CodeFormer as another option for fixing faces and eyes. CodeFormer tends to perform better than GFPGAN for many images. Thanks @patriceac for the implementation, and for contacting the CodeFormer team (who were supportive of it being integrated into Easy Diffusion).
  • 2.5.39 - 25 May 2023 - (beta-only) Seamless Tiling - make seamlessly tiled images, e.g. rock and grass textures. Thanks @JeLuF.
  • 2.5.38 - 24 May 2023 - Better reporting of errors, and show an explanation if the user cannot disable the "Use CPU" setting.
  • 2.5.38 - 23 May 2023 - Add Latent Upscaler as another option for upscaling images. Thanks @JeLuF for the implementation of the Latent Upscaler model.
  • 2.5.37 - 19 May 2023 - (beta-only) Two more samplers: DDPM and DEIS. Also disables the samplers that aren't working yet in the Diffusers version. Thanks @ogmaresca.
  • 2.5.37 - 19 May 2023 - (beta-only) Support CLIP-Skip. You can set this option under the models dropdown. Thanks @JeLuF.
  • 2.5.37 - 19 May 2023 - (beta-only) More VRAM optimizations for all modes in diffusers. The VRAM usage for diffusers in "low" and "balanced" should now be equal or less than the non-diffusers version. Performs softmax in half precision, like sdkit does.
  • 2.5.36 - 16 May 2023 - (beta-only) More VRAM optimizations for "balanced" VRAM usage mode.
  • 2.5.36 - 11 May 2023 - (beta-only) More VRAM optimizations for "low" VRAM usage mode.
  • 2.5.36 - 10 May 2023 - (beta-only) Bug fix for "meta" error when using a LoRA in 'low' VRAM usage mode.
  • 2.5.35 - 8 May 2023 - Allow dragging a zoomed-in image (after opening an image with the "expand" button). Thanks @ogmaresca.
  • 2.5.35 - 3 May 2023 - (beta-only) First round of VRAM Optimizations for the "Test Diffusers" version. This change significantly reduces the amount of VRAM used by the diffusers version during image generation. The VRAM usage is still not equal to the "non-diffusers" version, but more optimizations are coming soon.
  • 2.5.34 - 22 Apr 2023 - Don't start the browser in an incognito new profile (on Windows). Thanks @JeLuF.
  • 2.5.33 - 21 Apr 2023 - Install PyTorch 2.0 on new installations (on Windows and Linux).
  • 2.5.32 - 19 Apr 2023 - Automatically check for black images, and set full-precision if necessary (for attn). This means custom models based on Stable Diffusion v2.1 will just work, without needing special command-line arguments or editing of yaml config files.
  • 2.5.32 - 18 Apr 2023 - Automatic support for AMD graphics cards on Linux. Thanks @DianaNites and @JeLuF.
  • 2.5.31 - 10 Apr 2023 - Reduce VRAM usage while upscaling.
  • 2.5.31 - 6 Apr 2023 - Allow seeds upto 4,294,967,295. Thanks @ogmaresca.
  • 2.5.31 - 6 Apr 2023 - Buttons to show the previous/next image in the image popup. Thanks @ogmaresca.
  • 2.5.30 - 5 Apr 2023 - Fix a bug where the JPEG image quality wasn't being respected when embedding the metadata into it. Thanks @JeLuF.
  • 2.5.30 - 1 Apr 2023 - (beta-only) Slider to control the strength of the LoRA model.
  • 2.5.30 - 28 Mar 2023 - Refactor task entry config to use a generating method. Added ability for plugins to easily add to this. Removed confusing sentence from contributing.md
  • 2.5.30 - 28 Mar 2023 - Allow the user to undo the deletion of tasks or images, instead of showing a pop-up each time. The new Undo button will be present at the top of the UI. Thanks @JeLuF.
  • 2.5.30 - 28 Mar 2023 - Support saving lossless WEBP images. Thanks @ogmaresca.
  • 2.5.30 - 28 Mar 2023 - Lots of bug fixes for the UI (Read LoRA flag in metadata files, new prompt weight format with scrollwheel, fix overflow with lots of tabs, clear button in image editor, shorter filenames in download). Thanks @patriceac, @JeLuF and @ogmaresca.
  • 2.5.29 - 27 Mar 2023 - (beta-only) Fix a bug where some non-square images would fail while inpainting with a The size of tensor a must match size of tensor b error.
  • 2.5.29 - 27 Mar 2023 - (beta-only) Fix the incorrect number of channels error, when given a PNG image with an alpha channel in Test Diffusers.
  • 2.5.29 - 27 Mar 2023 - (beta-only) Fix broken inpainting in Test Diffusers.
  • 2.5.28 - 24 Mar 2023 - (beta-only) Support for weighted prompts and long prompt lengths (not limited to 77 tokens). This change requires enabling the Test Diffusers setting in beta (in the Settings tab), and restarting the program.
  • 2.5.27 - 21 Mar 2023 - (beta-only) LoRA support, accessible by enabling the Test Diffusers setting (in the Settings tab in the UI). This change switches the internal engine to diffusers (if the Test Diffusers setting is enabled). If the Test Diffusers flag is disabled, it'll have no impact for the user.
  • 2.5.26 - 15 Mar 2023 - Allow styling the buttons displayed on an image. Update the API to allow multiple buttons and text labels in a single row. Thanks @ogmaresca.
  • 2.5.26 - 15 Mar 2023 - View images in full-screen, by either clicking on the image, or clicking the "Full screen" icon next to the Seed number on the image. Thanks @ogmaresca for the internal API.
  • 2.5.25 - 14 Mar 2023 - Button to download all the images, and all the metadata as a zip file. This is available at the top of the UI, as well as on each image. Thanks @JeLuF.
  • 2.5.25 - 14 Mar 2023 - Lots of UI tweaks and bug fixes. Thanks @patriceac and @JeLuF.

v2.5.24 - Easy Windows installer, Mac support, and lots more

12 Mar 06:12
1010837
Compare
Choose a tag to compare

Full support for Mac, New graphical installer for Windows, Custom Image Modifier categories and thumbnails, Option to block NSFW images, Thumbnail size slider, Load mask from file and lots more!

  • Full support for Mac M1/M2 - Also runs in CPU mode on x86/Intel Macs. Thanks @thoritarian#736 , @JeLuF#6778 and @vishae#8011 !

  • Graphical installer for Windows - Makes it even easier to install on Windows, and avoids the common network issues during installation. Thanks @JeLuF#6778

  • Custom modifiers with thumbnails, and custom categories - https://github.com/cmdr2/stable-diffusion-ui/wiki/Custom-Modifiers . Thanks @ogmaresca#6267

  • Button to load an image mask from a file.

  • Logo change. Image credit: @lazlo_vii#5344.

  • Minor styling changes to UI buttons, and the models dropdown.

  • Lots of UI-related bug fixes. Thanks @patriceac.

  • An option to control the size of the image thumbnails. You can use the Display options in the top-right corner to change this. Thanks @JeLuF#6778.

  • Support saving images in WEBP format (which consumes less disk space, with similar quality). Thanks @ogmaresca#6267

  • A setting to block NSFW images from being generated. You can enable this setting in the Settings tab.

  • 2.5.24 - 11 Mar 2023 - Button to load an image mask from a file.

  • 2.5.24 - 10 Mar 2023 - Logo change. Image credit: @lazlo_vii.

  • 2.5.23 - 8 Mar 2023 - Experimental support for Mac M1/M2. Thanks @michaelgallacher, @JeLuF and vishae!

  • 2.5.23 - 8 Mar 2023 - Ability to create custom modifiers with thumbnails, and custom categories (and hierarchy of categories). More details - https://github.com/cmdr2/stable-diffusion-ui/wiki/Custom-Modifiers . Thanks @ogmaresca.

  • 2.5.22 - 28 Feb 2023 - Minor styling changes to UI buttons, and the models dropdown.

  • 2.5.22 - 28 Feb 2023 - Lots of UI-related bug fixes. Thanks @patriceac.

  • 2.5.21 - 22 Feb 2023 - An option to control the size of the image thumbnails. You can use the Display options in the top-right corner to change this. Thanks @JeLuF.

  • 2.5.20 - 20 Feb 2023 - Support saving images in WEBP format (which consumes less disk space, with similar quality). Thanks @ogmaresca.

  • 2.5.20 - 18 Feb 2023 - A setting to block NSFW images from being generated. You can enable this setting in the Settings tab.

  • 2.5.19 - 17 Feb 2023 - Initial support for server-side plugins. Currently supports overriding the get_cond_and_uncond() function.

  • 2.5.18 - 17 Feb 2023 - 5 new samplers! UniPC samplers, some of which produce images in less than 15 steps. Thanks @Schorny.

  • 2.5.16 - 13 Feb 2023 - Searchable dropdown for models. This is useful if you have a LOT of models. You can type part of the model name, to auto-search through your models. Thanks @patriceac for the feature, and @AssassinJN for help in UI tweaks!

  • 2.5.16 - 13 Feb 2023 - Lots of fixes and improvements to the installer. First round of changes to add Mac support. Thanks @JeLuF.

  • 2.5.16 - 13 Feb 2023 - UI bug fixes for the inpainter editor. Thanks @patriceac.

  • 2.5.16 - 13 Feb 2023 - Fix broken task reorder. Thanks @JeLuF.

  • 2.5.16 - 13 Feb 2023 - Remove a task if all the images inside it have been removed. Thanks @AssassinJN.

  • 2.5.16 - 10 Feb 2023 - Embed metadata into the JPG/PNG images, if selected in the "Settings" tab (under "Metadata format"). Thanks @patriceac.

  • 2.5.16 - 10 Feb 2023 - Sort models alphabetically in the models dropdown. Thanks @ogmaresca.

  • 2.5.16 - 10 Feb 2023 - Support multiple GFPGAN models. Download new GFPGAN models into the models/gfpgan folder, and refresh the UI to use it. Thanks @JeLuF.

  • 2.5.16 - 10 Feb 2023 - Allow a server to enforce a fixed directory path to save images. This is useful if the server is exposed to a lot of users. This can be set in the config.json file as force_save_path: "/path/to/fixed/save/dir". E.g. force_save_path: "D:/user_images". Thanks @JeLuF.

  • 2.5.16 - 10 Feb 2023 - The "Make Images" button now shows the correct amount of images it'll create when using operators like {} or |. For e.g. if the prompt is Photo of a {woman, man}, then the button will say Make 2 Images. Thanks @JeLuF.

  • 2.5.16 - 10 Feb 2023 - A bunch of UI-related bug fixes. Thanks @patriceac.

test-do-not-use

21 Feb 06:36
Compare
Choose a tag to compare
test-do-not-use Pre-release
Pre-release
pack-test

Pin the sdkit version during fresh installs

v2.5 ~Twice as fast, SD 2.1, 6 new samplers, Model Merging and lots more.

09 Feb 13:32
Compare
Choose a tag to compare
  • Nearly twice as fast - significantly faster speed of image generation. Code contributions are welcome to make our project even faster: https://github.com/easydiffusion/sdkit/#is-it-fast
  • Support for Stable Diffusion 2.1 (including CPU) - supports loading v1.4 or v2.0 or v2.1 models seamlessly. Just place your SD 2.1 models in the models/stable-diffusion folder, and refresh the UI page. Works on CPU as well.
  • Memory optimized Stable Diffusion 2.1 - you can now use Stable Diffusion 2.1 models, with the same low VRAM optimizations that we've always had for SD 1.4. Please note, the SD 2.0 and 2.1 models require more GPU and System RAM, as compared to the SD 1.4 and 1.5 models.
  • 6 new samplers! - explore the new samplers, some of which can generate great images in less than 10 inference steps!
  • Model Merging - You can now merge two models (.ckpt or .safetensors) and output .ckpt or .safetensors models, optionally in fp16 precision. Details: https://github.com/cmdr2/stable-diffusion-ui/wiki/Model-Merging
  • Intelligent Model Detection - automatically picks the right YAML configuration for known models. E.g. we automatically detect and apply "v" parameterization (required for some SD 2.0 models), and "fp32" attention precision (required for some SD 2.1 models).
  • Fast loading/unloading of VAEs - No longer needs to reload the entire Stable Diffusion model, each time you change the VAE
  • Three GPU Memory Usage Settings - High (fastest, maximum VRAM usage), Balanced (default - almost as fast, significantly lower VRAM usage), Low (slowest, very low VRAM usage). The Low setting is applied automatically for GPUs with less than 4 GB of VRAM.
  • Find models in sub-folders - This allows you to organize your models into sub-folders inside models/stable-diffusion, instead of keeping them all in a single folder.
  • Save metadata as JSON - You can now save the metadata files as either text or json files (choose in the Settings tab).
  • Color correction for img2img - an option to preserve the color profile (histogram) of the initial image. This is especially useful if you're getting red-tinted images after inpainting/masking.
  • Major rewrite of the code - Most of the codebase has been reorganized and rewritten, to make it more manageable and easier for new developers to contribute features. We've separated our core engine into a new project called sdkit, which allows anyone to easily integrate Stable Diffusion (and related modules like GFPGAN etc) into their programming projects (via a simple pip install sdkit): https://github.com/easydiffusion/sdkit/
  • Name change - Last, and probably the least, the UI is now called "Easy Diffusion". It indicates the focus of this project - an easy way for people to play with Stable Diffusion.

(and lots of changes, by lots of contributors. Thank you!)

Our focus continues to remain on an easy installation experience, and an easy user-interface. While still remaining pretty powerful, in terms of features and speed.

v2.4.13 - Scan for malicious files, custom VAE, multi-GPU support and more

22 Nov 05:14
Compare
Choose a tag to compare

Major Changes

  • Automatic scanning for malicious model files - using picklescan. Thanks @JeLuF
  • Support for custom VAE models. You can place your VAE files in the models/vae folder, and refresh the browser page to use them. More info: https://github.com/cmdr2/stable-diffusion-ui/wiki/VAE-Variational-Auto-Encoder
  • Experimental support for multiple GPUs! It should work automatically. Just open one browser tab per GPU, and spread your tasks across your GPUs. For e.g. open our UI in two browser tabs if you have two GPUs. You can customize which GPUs it should use in the "Settings" tab, otherwise let it automatically pick the best GPUs. Thanks @madrang . More info: https://github.com/cmdr2/stable-diffusion-ui/wiki/Run-on-Multiple-GPUs
  • Cleaner UI design - Show settings and help in new tabs, instead of dropdown popups (which were buggy). Thanks @mdiller
  • Progress bar. Thanks @mdiller
  • Custom Image Modifiers - You can now save your custom image modifiers! Your saved modifiers can include special characters like {}, (), [], |
  • Drag and Drop text files generated from previously saved images, and copy settings to clipboard. Thanks @madrang
  • Paste settings from clipboard. Thanks @JeLuF
  • Bug fixes to reduce the chances of tasks crashing during long multi-hour runs (chrome can put long-running background tabs to sleep). Thanks @JeLuF and @madrang
  • Improved documentation. Thanks @JeLuF and @jsuelwald
  • Improved the codebase for dealing with system settings and UI settings. Thanks @mdiller
  • Help instructions next to some setttings, and in the tab
  • Show system info in the settings tab
  • Keyboard shortcut: Ctrl+Enter to start a task
  • Configuration to prevent the browser from opening on startup
  • Lots of minor bug fixes
  • A What's New? tab in the UI

Detailed changelog

  • 2.4.12 - 21 Nov 2022 - Another fix for improving how long images take to generate. Reduces the time taken for an enqueued task to start processing.
  • 2.4.11 - 21 Nov 2022 - Installer improvements: avoid crashing if the username contains a space or special characters, allow moving/renaming the folder after installation on Windows, whitespace fix on git apply
  • 2.4.11 - 21 Nov 2022 - Validate inputs before submitting the Image request
  • 2.4.11 - 19 Nov 2022 - New system settings to manage the network config (port number and whether to only listen on localhost)
  • 2.4.11 - 19 Nov 2022 - Address a regression in how long images take to generate. Use the previous code for moving a model to CPU. This improves things by a second or two per image, but we still have a regression (investigating).
  • 2.4.10 - 18 Nov 2022 - Textarea for negative prompts. Thanks @JeLuF
  • 2.4.10 - 18 Nov 2022 - Improved design for Settings, and rounded toggle buttons instead of checkboxes for a more modern look. Thanks @mdiller
  • 2.4.9 - 18 Nov 2022 - Add Picklescan - a scanner for malicious model files. If it finds a malicious file, it will halt the web application and alert the user. Thanks @JeLuF
  • 2.4.8 - 18 Nov 2022 - A Use these settings button to use the settings from a previously generated image task. Thanks @patriceac
  • 2.4.7 - 18 Nov 2022 - Don't crash if a VAE file fails to load
  • 2.4.7 - 17 Nov 2022 - Fix a bug where Face Correction (GFPGAN) would fail on cuda:N (i.e. GPUs other than cuda:0), as well as fail on CPU if the system had an incompatible GPU.
  • 2.4.6 - 16 Nov 2022 - Fix a regression in VRAM usage during startup, which caused 'Out of Memory' errors when starting on GPUs with 4gb (or less) VRAM
  • 2.4.5 - 16 Nov 2022 - Add checkbox for "Open browser on startup".
  • 2.4.5 - 16 Nov 2022 - Add a directory for core plugins that ship with Stable Diffusion UI by default.
  • 2.4.5 - 16 Nov 2022 - Add a "What's New?" tab as a core plugin, which fetches the contents of CHANGES.md from the app's release branch.

v2.3.5

26 Oct 12:52
088c546
Compare
Choose a tag to compare

Lots of features since the previous version:

  • Full support for Custom Models (UI selection)

  • Choose JPEG or PNG for output format

  • Don't reload the model when switching between img2img and txt2img

  • Reduced RAM memory usage for txt2img

  • Task Queue

  • Negative Prompts

  • Thumbnails for the image modifiers, written by @haka and @manny

  • Specify Multiple Prompts - choose a text file, or enter one prompt per line

  • Early version of Prompt Matrix - Separate your prompt with the | character to explore variations quickly. E.g. girl holding a rose | illustration | cinematic lighting creates four task combinations automatically: girl holding a rose, girl holding a rose, illustration, girl holding a rose, cinematic lighting and girl holding a rose, illustration, cinematic lighting

  • Use curly brackets in prompts to try different words E.g. man riding a {horse,motorcycle} results in man riding a horse and man riding a motorcycle being created automatically.

  • New Image Buttons: Make Similar Images, Draw another 25 steps, Upscale and Fix Faces - you can run these after an image has been generated. For e.g. you can now upscale or fix your images after they have been generated! (thanks @madrang)

  • Use our project simultaneously across multiple browser tabs/PCs/tablets/phones without errors (written by @madrang)

  • Choose between 7 themes for the UI, Mobile-friendly UI, Cleaner styling of image settings (written by @Bilbo's Last Clean Doily)

  • Write your own custom plugins for the UI - you can now write custom buttons for the UI in a javascript file, and put your_filename.plugin.js file inside the plugins/ui folder. You can make custom buttons for the image right now.

  • Auto-save image settings across browser restarts - (written by @Bilbo's Last Clean Doily)

  • Aspect Ratio preserved in the in-painting editor

  • Custom Image Modifiers

  • Custom themes (thanks @Bilbo's Last Clean Doily)

  • Use micromamba to install git/conda (if required), instead of bundling it in the installer

v2.16 - 1-click installer, Live Preview, More Samplers, In-Painting, Progress Bar, Memory Improvements, Cleaner UI

24 Sep 08:05
Compare
Choose a tag to compare
  • No Dependencies or Technical Knowledge Required: 1-click install for Windows 10/11 and Linux. No dependencies, no need for WSL or Docker or Conda or technical setup. Just download and run!
  • Face Correction (GFPGAN) and Upscaling (RealESRGAN)
  • In-Painting
  • Live Preview: See the image as the AI is drawing it
  • Lots of Samplers
  • Image Modifiers: A library of modifier tags like "Realistic", "Pencil Sketch", "ArtStation" etc. Experiment with various styles quickly.
  • New UI: with cleaner design
  • Supports "Text to Image" and "Image to Image"
  • NSFW Setting: A setting in the UI to control NSFW content
  • Use CPU setting: If you don't have a compatible graphics card, but still want to run it on your CPU.
  • Auto-updater: Gets you the latest improvements and bug-fixes to a rapidly evolving project.
  • Low Memory Usage: Creates 512x512 images with less than 4GB of VRAM!

v2.05 - v2! 1-click installer, no need for WSL, Docker or Conda.

05 Sep 05:56
94835c4
Compare
Choose a tag to compare

Major new release for Windows 10/11 and Linux!

Features in the new v2 Version:

  • No Dependencies or Technical Knowledge Required: 1-click install for Windows 10/11 and Linux. No dependencies, no need for WSL or Docker or Conda or technical setup. Just download and run!
  • Image Modifiers: A library of modifier tags like "Realistic", "Pencil Sketch", "ArtStation" etc. Experiment with various styles quickly.
  • New UI: with cleaner design
  • Supports "Text to Image" and "Image to Image"
  • NSFW Setting: A setting in the UI to control NSFW content
  • Use CPU setting: If you don't have a compatible graphics card, but still want to run it on your CPU.
  • Auto-updater: Gets you the latest improvements and bug-fixes to a rapidly evolving project.

v1.25 - New UI, Image Modifier Tags (aka Prompt Tags)

01 Sep 07:15
Compare
Choose a tag to compare
  1. New UI with a cleaner interface.
  2. Image Modifier tags (aka Prompt Tags), to browse and select tags like "Realistic", "ArtStation", "Pencil Sketch" etc.