feat: CN preprocessor param standardization + sd21 registry parity#22
Open
forkni wants to merge 3 commits into
Open
feat: CN preprocessor param standardization + sd21 registry parity#22forkni wants to merge 3 commits into
forkni wants to merge 3 commits into
Conversation
…pose) Introduces category_params.py — a shared module with canonical metadata fragments and GPU/NumPy helpers for the four production xinsir SDXL CNs: canny (edge) + smoothness pre-blur scribble_trt (edge) + smoothness pre-blur (before NMS) depth_trt (depth) + gamma / black_level / white_level / invert grade pose_trt (bodypose) + keypoint_threshold / joint_thickness / keypoint_radius All defaults are no-ops — existing presets render identically until a slider is moved. segmentation and passthrough contracts are also defined in category_params for future alignment. PassthroughPreprocessor description updated; tile ControlNet references removed (tile removed from the production set by the user separately).
…tch post-NMS value scale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Branch
feat/cn-params-sd21-parity->SDTD_031_dev