Skip to content

Releases: benrugg/AI-Render

AI Render v1.0.1

01 Dec 17:35
Compare
Choose a tag to compare

Allow steps < 10 (for SDXL Turbo)

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

AI Render v1.0.0

09 Nov 21:52
Compare
Choose a tag to compare

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).

AI Render v0.10.2

28 Oct 22:48
Compare
Choose a tag to compare

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.

AI Render v0.10.1

28 Oct 21:48
Compare
Choose a tag to compare

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

AI Render v0.10.0

22 Oct 21:41
Compare
Choose a tag to compare

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!

AI Render v0.9.1

13 Jul 16:27
Compare
Choose a tag to compare

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

AI Render v0.9.0

03 Jul 16:02
6356599
Compare
Choose a tag to compare

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!

AI Render v0.8.0

23 Jun 18:12
Compare
Choose a tag to compare

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!

AI Render v0.7.9

01 Jun 21:32
Compare
Choose a tag to compare

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

AI Render v0.7.8

14 Apr 16:43
Compare
Choose a tag to compare

Small bug fix

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