Camera Overhaul, Local Edit Mode & Blender 5.1 Support #81
sakalond
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
StableGen v0.2.0: Camera Overhaul, Local Edit Mode & Blender 5.1 Support
This is the biggest StableGen update yet — a ground-up rework of the camera system, a brand new Local Edit mode, Blender 5.1 support with GPU-accelerated projection, Apple Silicon support, and a suite of quality-of-life improvements across the board.
✨ What's New in v0.2.0:
📷 Camera System Overhaul:
Here are some of the automatic camera adding. As you can see, the process is now much simpler:
🖥️ Blender 5.1 Support (GPU-Accelerated Projection):
🎯 Local Edit Mode:
local_editgeneration method.feather.oslshader (and its native Blender 5.1 equivalent).🎨 Qwen Refine Mode:
RefineandLocal Editgeneration methods for Qwen Image Edit — restyle or locally modify existing textures using the image editing workflow.📦 New Presets:
original_renderIPAdapter, depth ControlNet, and Lightning 8-step LoRA. Preconfigured with angle-based blending, vignette feathering (width 0.3), and edge feather projection (30 px). Great for touching up detail on an existing texture.Examples of Local Refine (before/after):
Examples of Refine (Qwen):
🟣 Qwen Voronoi Projection Mode:
QWEN EDIT VORONOIandQWEN EDIT VORONOI (NUNCHAKU)presets — preconfigured with Voronoi mode, exponent 1000, and post-generation exponent reset to 15.🍎 Apple Silicon Support:
macos-arm64platform wheels for Pillow, OpenCV, and imageio_ffmpeg.🔬 Weight Normalization for High Exponents:
pow(cos/max_cos, exp)— the blending ratios are identical to the original formula, but computed entirely in [0, 1] range.🔄 Reset Exponent After Generation:
🔍 Debug & Diagnostic Tools:
project_image()andexport_visibility()functions, so debug output faithfully matches what generation produces.📁 Portable .blend Files:
🛠️ Improvements:
Workbench RenderandViewport Renderas guidance map types, beyond depth and normal maps.🐛 Bug Fixes:
get_or_load_image()now verifies file paths, not just names, avoiding incorrect texture assignments when multiple images share a filename.Contributors: Thanks to ManglerFTW (PR #63 — refine/mirror support that evolved into Local Edit mode) and hickVieira (suggestion to remove the 8-camera limit).
Full Changelog: v0.1.1...v0.2.0
This discussion was created from the release Camera Overhaul, Local Edit Mode & Blender 5.1 Support.
Beta Was this translation helpful? Give feedback.
All reactions