AI Render Versions Save

Stable Diffusion in Blender

v1.0.1

5 months ago

Allow steps < 10 (for SDXL Turbo)

Steps can now be set as low as 1 (when using Automatic1111), for support of SDXL Turbo.

v1.0.0

6 months ago

Update to SDXL 1.0

This version adds support for SDXL 1.0 - with larger image sizes - and removes all older models. (Stability has deprecated their older models and will be removing them soon).

v0.10.2

6 months ago

Small workflow improvement: show AI image in Rendering workspace

If the render image window is not open, an AI result image will now be loaded in the Rendering workspace, if it's available.

v0.10.1

6 months ago

Fixing an issue with long filenames

The last released caused an error on Windows with long filenames, usually manifesting as Couldn't create temp file or variations on that message. This release fixes that.

Fixes #136

v0.10.0

6 months ago

Add ability to override image filename

You can now add info to the generated image filename. The timestamp and the prompt are now the default.

Available vars:

  • {timestamp}
  • {prompt}
  • {width}
  • {height}
  • {seed}
  • {steps}
  • {image_similarity}
  • {sampler}
  • {negative_prompt}

Closes #132 Closes #44

The AI image now appears in the image viewer window, and the AI Render workspace has been removed.

This simplifies the workflow overall.

Thank you to @LeonardMeagher2 for all the work on both updates!

v0.9.1

10 months ago

Bug fix for Blender 3.6

Blender's python api changed the load_post handler in v3.6, which caused an issue when loading files where AI Render had already been activated. This version fixes it!

Fixes #123

v0.9.0

10 months ago

Inpainting and outpainting with SHARK

This release adds the ability to do inpainting and outpainting with the SHARK backend.

Thank you to contributor @AyaanShah2204 for adding this!

v0.8.0

10 months ago

Adding support for SHARK backend

nod.ai SHARK is a High Performance Machine Learning Distribution that can run locally on your machine. See more info here: https://github.com/AyaanShah2204/AI-Render/wiki/SHARK-by-nod.ai

Thank you to contributor @AyaanShah2204 for adding this!

v0.7.9

11 months ago

Several small updates

  • Show an error (again) when Automatic1111 is running, but it's not in API mode
  • Add ability to control ControlNet weight (thank you @steve-salmond)
  • Add DPM++ SDE samplers

v0.7.8

1 year ago

Small bug fix

This version should fix an edge case bug where scene.node_tree doesn't exist.