Releases: benrugg/AI-Render
AI Render v1.1.0
Use new Upscaler for Stability API
Stability changed their API end point for upscaling. This release uses the new v2 beta end point for upscaling, which automatically upscales 4x in both width and height, for a final image size of 4096 x 4096.
AI Render v1.0.1
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
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
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
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
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}
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
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
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
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
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