You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -426,19 +434,14 @@ The node provides three scaling methods that work together:
426
434
- **Ctrl + Drag**: Disables snap for fine-tuning without grid constraints
427
435
- **Ctrl + Shift + Drag**: Preserves aspect ratio with 1px precision (no snap)
428
436
429
-
### Auto-Detect & Auto-Fit
437
+
### Auto-Detect Automation Order
430
438
431
-
- **Auto-Detect Toggle**: Automatically detects dimensions from connected images
432
-
- Monitors input connection every second
433
-
- Updates dimensions when new image is detected
434
-
- Shows detected resolution in green text
435
-
- **Auto-Fit Button**: Intelligently matches detected dimensions to closest preset
436
-
- Analyzes both aspect ratio and total pixels
437
-
- Checks both normal and flipped orientations
438
-
- Applies category-specific scaling when Custom Calc is enabled
439
-
- **Auto Checkbox**: Enable automatic fitting when dimensions change
440
-
- Located next to Auto-Fit button
441
-
- Only active when category is selected and image detected
439
+
The detailed controls are described in **Understanding the Controls > Auto-Detect Section**. When multiple Auto-Detect checkboxes are enabled, actions run in this order:
440
+
441
+
1. **Fit**: Match the detected size to the closest preset.
442
+
2. **Resize**: Apply the active scaling mode.
443
+
3. **Snap**: Round dimensions to the configured snap value.
444
+
4. **Calc**: Apply model-specific constraints.
442
445
443
446
---
444
447
@@ -525,9 +528,12 @@ Workflow Setup:
525
528
When using auto-detect with scaling:
526
529
527
530
1. **Auto-detect updates base resolution** from connected images
0 commit comments