Skip to content

Fix ratio step size on DimensionSelectorWithSeedNode#27

Open
PBandDev wants to merge 1 commit intoaria1th:mainfrom
PBandDev:fix/ratio-step-size
Open

Fix ratio step size on DimensionSelectorWithSeedNode#27
PBandDev wants to merge 1 commit intoaria1th:mainfrom
PBandDev:fix/ratio-step-size

Conversation

@PBandDev
Copy link
Copy Markdown

min_ratio and max_ratio don't define a step, so ComfyUI defaults to 0.1. You can't set anything between those increments (e.g. 0.95 snaps to 0.9).

Added "step": 0.01 to both inputs.

Fixes #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Random Width/Height node ratio inputs snap to 0.1 increments

1 participant