ComfyUI Extension: ComfyUI-curved_weight_schedule
Custom Node for ComfyUI that allows you set a weighted curve to your ControlNet giving you more control over the weight of the model over the course of generation.
Custom Nodes (0)
README
ComfyUI Curved Weight Schedule
Advanced ControlNet scheduling, regional prompting, and image utilities for ComfyUI. Control your ControlNet strength across time and space with precision and visual feedback, plus powerful masking and regional prompting tools.
🌟 Features
ControlNet Scheduling
- Curved ControlNet Scheduler: Schedule ControlNet strength across generation steps with multiple curve types
- Advanced Curved ControlNet Scheduler: Feature-rich version with presets, custom formulas, curve blending, and more
- Curve Formula Builder: Beginner-friendly pattern builder - select shapes and adjust sliders!
- Visual Curve Designer: Plot control points with numeric inputs for precise curves
- Interactive Curve Designer: 🎨 NEW! Draw curves with your mouse on an interactive canvas!
- Visual Feedback: Real-time graph preview showing your strength curve
- Multi-Mask Strength Combiner: Apply different ControlNet strengths to different regions of your image
Regional Prompting & Masking
- Regional Prompting: Use different text prompts for different masked areas
- Regional Prompt Interpolation: Smooth gradient transitions between different prompts
- Mask Symmetry Tool: Mirror masks across axes for symmetrical compositions
- Auto Person Mask: AI-powered automatic person/foreground detection and masking
- Auto Background Mask: Automatic background masking (inverted person mask)
🎯 Choose Your Curve Creation Method
Different tools for different skill levels and preferences:
| Method | Best For | Skill Level | Interface | |--------|----------|-------------|-----------| | Presets | Quick workflows | 🟢 Beginner | Dropdown menu | | Curve Formula Builder | Pattern-based curves | 🟢 Beginner | Sliders + patterns | | Visual Curve Designer | Precise coordinates | 🟡 Intermediate | Number inputs | | Interactive Canvas 🎨 | Drawing curves | 🟢 Beginner | Mouse drawing | | Custom Formulas | Mathematical curves | 🔴 Advanced | Code/math |
Recommendation: Start with Interactive Canvas or Presets for the easiest experience!
📦 Installation
- Navigate to your ComfyUI custom nodes directory:
cd ComfyUI/custom_nodes/
- Clone this repository:
git clone https://github.com/diffussy69/comfyui-curved_weight_schedule.git
- Clone Kosinkadink's repository (Advanced ControlNet):
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
- Install dependencies (if not already installed):
pip install matplotlib pillow numpy torch scipy
- Restart ComfyUI
That's it! ✨ The JavaScript UI extension is included automatically. Presets will update UI fields instantly with no additional setup required!
🎉 What You Get Out of the Box
When you select a preset:
- ✅ All UI fields update automatically - No manual adjustments needed
- ✅ True one-click experience - Select "Fade Out" and watch it apply instantly
- ✅ Visual confirmation - See exactly what values are being used
- ✅ No confusion - What you see is what you get!
Before (old behavior):
Select "Fade Out" → UI fields don't change → Confusing 😕
After (with this version):
Select "Fade Out" → All fields update instantly → Perfect! ✨
Verification
After installing and restarting:
- Hard refresh browser (Ctrl+Shift+F5 / Cmd+Shift+R)
- Add the Advanced Curved ControlNet Scheduler node
- Select any preset (like "Fade Out")
- Watch the UI fields update automatically! 🎊
- Optional: Check browser console (F12) for success messages
The nodes will appear in:
conditioning/controlnet→ Curved ControlNet Scheduler, Advanced Curved ControlNet Scheduler, Curve Formula Builder, Visual Curve Designer, Interactive Curve Designer 🎨mask→ Multi-Mask Strength Combiner, Mask Symmetry Toolconditioning→ Regional Prompting, Regional Prompt Interpolation
🎯 Node Overview
1. Curved ControlNet Scheduler (Original)
Control ControlNet strength across generation steps using mathematical curves.
Key Parameters:
num_keyframes: Number of control points (2-100)start_percent/end_percent: When to start/stop the curve (0.0-1.0)start_strength/end_strength: Strength values at start and end (YOU control the direction)curve_type: Shape of the strength transitioncurve_param: Controls transition speed/steepness (higher = more extreme)invert_curve: Flip the curve shape- <img width="1029" height="752" alt="image" src="https://github.com/user-attachments/assets/49c76b2e-44a7-4669-aa93-aabc4aff3c10" />
Available Curve Types:
linear: Straight line transitionease_in: Slow start, fast end (accelerating)ease_out: Fast start, slow end (decelerating)ease_in_out: Slow start and end, fast middle (smooth S-curve)sine_wave: Oscillating control (experimental)bell_curve: Peak in middle, low at edgesreverse_bell: Low in middle, high at edgesexponential: Dramatic exponential curvebounce: Bouncing effectcustom_bezier: Customizable bezier curve
Outputs:
TIMESTEP_KF: Connect to Apply Advanced ControlNet's timestep_kf inputcurve_graph: Visual preview (connect to Preview Image)
2. Advanced Curved ControlNet Scheduler (NEW!)
Enhanced version with powerful new features for maximum control and flexibility.
All Original Features Plus:
🎨 Preset System
- 9 Pre-configured Presets: Quick one-click setups (with optional JS extension for automatic UI updates!)
Fade Out: Strong start → weak end (composition lock)Fade In: Weak start → strong end (detail refinement)Peak Control: Peaks in middle (bell curve strength)Valley Control: Strong edges, weak middleStrong Start+End: Bookend controlOscillating: Wave pattern controlExponential Decay: Dramatic fadeSmooth Transition: Gentle S-curveCustom: Manual configuration
💡 Pro Tip: Install the JavaScript extension (see Installation section) to make presets automatically update all UI fields for a truly seamless experience!
🔢 Advanced Easing Functions
- Professional animation easing curves:
ease_in/out/in_out_quad(quadratic)ease_in/out/in_out_cubic(cubic)ease_in/out/in_out_quart(quartic)
- More precise control over acceleration/deceleration
🧮 Custom Formula Support
- Mathematical Expression Input
- Use custom formulas with variable
t(0 to 1) - Examples:
sin(t*3.14),t**2,1-exp(-5*t) - Safe evaluation with whitelisted functions
- Supports: sin, cos, tan, exp, log, sqrt, abs, pi, e, numpy operations
- Use custom formulas with variable
🎛️ Curve Modulation
- Mirror Curve: Create symmetrical curves around midpoint
- Repeat Curve: Repeat the pattern 1-10 times for multi-segment control
- Adaptive Keyframes: Automatically place more keyframes where curve changes rapidly
- Curve Blending: Mix two different curve types
- Blend between any two curve types
- Adjustable blend amount (0.0-1.0)
📊 Enhanced Features
- A/B Comparison: Show two curves side-by-side for visual comparison
- CSV Export: Save curve data for reuse and sharing
- Curve Statistics Output: Detailed stats (average, max, min, area under curve, rate of change)
- Step Mode: Use absolute steps instead of percentages
- Comparison Graphs: Overlay multiple curves for testing
New Parameters:
preset: Quick preset selectionmode: "percent" or "steps"total_steps: For step mode (1-10000)custom_formula: Math expression for custom curvesmirror_curve: Create symmetrical curvesrepeat_curve: Repeat pattern N timesadaptive_keyframes: Smart keyframe distributionblend_curve_type: Second curve for blendingblend_amount: Blend strength (0.0-1.0)comparison_curve: Show comparison curvesave_curve: Export to CSVcurve_filename: Export filename
Additional Outputs:
curve_stats: TEXT output with detailed statistics
Use Cases:
- Quick Workflows: Use presets for instant results
- Experimentation: Try comparison curves before committing
- Complex Patterns: Repeat and mirror for intricate schedules
- Data Analysis: Export curves for documentation and sharing
- Custom Curves: Write any mathematical function you can imagine
3. Curve Formula Builder (NEW!)
Beginner-friendly curve creator - no math knowledge required!
Build custom curves visually using simple patterns and sliders. Perfect for users who want custom formulas without learning math syntax.
Key Features:
- 9 Pattern Types: Choose from pre-made curve shapes
- Straight Line, Ease In, Ease Out, S-Curve
- Wave, Peak, Valley
- Exponential Growth, Exponential Decay
- Simple Controls:
pattern: Select the basic curve shapestrength(0-100%): How dramatic the effectspeed(0-100%): How fast the change happensnum_points: Preview resolution (10-500)
- Visual Modifiers:
flip_vertical: Upside downflip_horizontal: Reverse directionrepeat_times: Repeat pattern 1-10 timesshow_formula: Display the generated math (optional)
Outputs:
formula(STRING): Generated formula - copy to Advanced Schedulerpreview_graph(IMAGE): Visual preview of your curvedescription(STRING): Human-readable explanation
How to Use:
- Add Curve Formula Builder node
- Select a pattern (e.g., "Ease Out (Slow End)")
- Adjust strength and speed sliders
- Connect
preview_graphto Preview Image to see it - Copy the
formulaoutput - In Advanced Curved ControlNet Scheduler:
- Set
curve_typeto "custom_formula" - Paste formula into
custom_formulafield
- Set
- Generate! <img width="1294" height="806" alt="image" src="https://github.com/user-attachments/assets/cec752aa-dc66-42c1-bf88-d07a2dcfa208" />
Example Patterns:
- "Fade Out": Pattern: Ease Out + Strength: 70% → Strong start, smooth fade
- "Pulse Effect": Pattern: Wave + Speed: 40% + Repeat: 3x → Control pulses 3 times
- "Focus Middle": Pattern: Peak + Strength: 80% → Strong only in middle portion
- "Dramatic Late Change": Pattern: Exponential Growth + Strength: 90% → Huge impact at end
Benefits:
- ✅ No math needed - Visual controls only
- ✅ Instant preview - See exactly what you'll get
- ✅ Learn gradually - Can show formula when ready
- ✅ Experiment freely - Try patterns without breaking anything
- ✅ Perfect for beginners - Plain English descriptions
4. Visual Curve Designer
Plot curves by defining control points - No math, just coordinates!
Specify X/Y coordinates for control points and the node interpolates between them to create smooth curves.
Key Features:
- Up to 10 control points: Define as many or as few as you need
- Multiple interpolation methods:
linear: Sharp corners, perfect for plateaussmooth_spline: Natural curves through all pointssmooth_cubic: Very smooth mathematical fit
- Normalize option: Auto-scale output to 0-1 range
- Live preview: See your curve before using it
How to Use:
- Set
num_points(2-10) - Adjust
point_X_xandpoint_X_yvalues- X: 0.0 (start) to 1.0 (end)
- Y: 0.0 (low) to 2.0 (high)
- Choose interpolation method
- Copy generated formula
- Paste into Advanced Scheduler
Example Use Cases:
- Double Peak: Place high points at 0.3 and 0.7 for two focus moments
- Plateau: (0.0, 0.0) → (0.2, 1.0) → (0.8, 1.0) → (1.0, 0.0)
- Custom Wave: Alternating high/low points for oscillation
5. Interactive Curve Designer 🎨
The ultimate curve creation tool - Draw curves with your mouse on an interactive canvas!
This is the most intuitive way to create custom curves. No numbers, no formulas - just draw what you want!
Canvas Controls:
- Click: Add new control point at cursor
- Drag: Move existing points around
- Double-click: Delete a point (min 2 points)
- Hover: Highlights nearby points in orange
Buttons:
- Clear All: Start fresh with 2 points
- Reset Default: Load example 5-point curve
- Add Point: Add point at center
- Symmetry: Mirror left side to right side
- Invert Y: Flip curve upside down
- Sort Points: Auto-organize by X coordinate
Canvas Features:
- ✨ Real-time preview: Curve updates as you draw
- 📊 Visual grid: 10% increment guides
- 🎯 Point labels: Shows coordinates for each point
- 🔵 Smooth interpolation: Beautiful curves between points
- 📐 Axes labels: Progress (X) and Strength (Y)
Interpolation Methods:
linear: Sharp, geometric (stairs, plateaus)cubic_spline: Smooth, natural curves (best for most cases)polynomial: Very smooth mathematical fithermite: Balanced smoothness with automatic tangents
Perfect For:
- 🎨 Visual learners who prefer drawing
- ⚡ Quick experimentation
- 🎯 Precise curve shapes
- 🔄 Iterative refinement <img width="774" height="750" alt="image" src="https://github.com/user-attachments/assets/fed9772d-16e5-4f50-a8b4-a3c197537c97" />
Workflow:
Draw on canvas → Auto-generates formula → Copy to scheduler → Done!
Why It's Amazing:
- ✅ Zero math knowledge required
- ✅ See exactly what you're creating
- ✅ Instant visual feedback
- ✅ Easy to modify and refine
- ✅ Most intuitive curve creation method
- ✅ Professional results in seconds
6. Multi-Mask Strength Combiner
Combine up to 5 separate masks with different ControlNet strengths.
Key Parameters:
base_strength: Global multiplier for all masksmask_X: Individual mask inputs (1-5)mask_X_strength: Strength multiplier for each maskblend_mode: How overlapping masks combinenormalize_output: Clamp result to [0,1]
Blend Modes:
max: Takes highest strength (best for separate regions)add: Adds strengths together (for layering)multiply: Multiplies strengths (for soft effects)average: Averages all strengths (for smooth blending)
Output:
combined_mask: Connect to Apply Advanced ControlNet's mask_optional input
7. Regional Prompting
Apply different text prompts to different regions of your image.
Key Parameters:
clip: Your CLIP modelbase_positive: Base prompt applied to entire imageregion_X_mask: Mask for each region (1-5)region_X_prompt: Text prompt for that regionregion_X_strength: How strongly the prompt affects the region
Output:
conditioning: Connect to KSampler's positive input
8. Regional Prompt Interpolation
Smoothly interpolate between different prompts across regions with gradient transitions.
Key Parameters:
clip: Your CLIP modelbase_positive: Base prompt applied everywhereregion_X_mask: Masks for regions to interpolate between (supports 3 regions)region_X_prompt: Prompts for each regionregion_X_strength: Conditioning strength for each regioninterpolation_steps: Number of gradient steps between regions (2-20)transition_mode: How to blend between regionslinear: Straight blendsmooth: Smoothstep S-curveease_in_out: Slow start/end, fast middle
gradient_direction: Direction of transition flowauto: Detects from mask positionsleft_to_right,right_to_left,top_to_bottom,bottom_to_top,radial
Outputs:
conditioning: Connect to KSampler's positive inputinterpolation_viz: Visual preview of interpolation zones
Use Cases:
- Sunrise → Day → Sunset transitions
- Sky → Horizon → Ground gradients
- Temperature transitions (hot → cold)
- Depth-based prompts (near → far)
9. Mask Symmetry Tool
Mirror and flip masks across different axes for symmetrical compositions.
Key Parameters:
mask: Input mask to mirrorsymmetry_mode: Type of symmetry to applynone: No symmetry (passthrough)horizontal: Left ↔ Right mirrorvertical: Top ↔ Bottom mirrorboth: Both axes (4-way symmetry)diagonal_tl_br: Top-left to bottom-rightdiagonal_tr_bl: Top-right to bottom-leftradial_4way: 4-way radial symmetryradial_8way: 8-way radial symmetry
blend_mode: How to combine original and mirroredblend_strength: Strength of symmetry effect (0.0-1.0)invert_mirrored: Invert the mirrored portion
Output:
symmetrical_mask: Symmetrical mask output
10. Auto Person Mask
AI-powered automatic person detection and masking.
Key Parameters:
image: Input imagethreshold: Detection confidence (0.0-1.0)expand_mask: Pixels to expand detection (0-100)blur_radius: Mask edge softening (0-50)
Output:
mask: Person/foreground mask
11. Auto Background Mask
Automatic background masking (inverted person mask).
Key Parameters:
- Same as Auto Person Mask
Output:
mask: Background mask (everything except person)
💡 Usage Tips
Getting Started with Presets
With JavaScript Extension (Recommended):
- Install the JS extension (see Installation)
- Select any preset from dropdown
- Watch all fields update automatically! ✨
- Generate immediately - no manual adjustment needed
Without JavaScript Extension:
- Presets still work internally
- UI fields won't update visually, but preset values ARE being used
- Check console output to see applied values
- Consider installing JS extension for better UX
Advanced Custom Formulas
Write any mathematical curve you can imagine! The formula uses t as variable (0 to 1).
Popular Formulas:
# Sine wave (3 oscillations)
"sin(t * 3 * 3.14159)"
# Ease-in-out cubic
"3*t**2 - 2*t**3"
# Double peak
"exp(-((t-0.3)**2)/0.05) + exp(-((t-0.7)**2)/0.05)"
# Exponential rise with plateau
"1 - exp(-t*5)"
# Polynomial curve
"3*t**2 - 2*t**3"
# Sawtooth wave
"(t*4) % 1"
Curve Blending Strategies:
- Blend
linearwithsine_wavefor subtle rhythm - Blend
ease_outwithbell_curvefor complex transitions - Use low blend amounts (0.1-0.3) for subtle variations
Adaptive Keyframes:
- Turn ON for custom formulas with rapid changes
- Turn OFF for simple curves (saves computation)
- Most useful with sine waves, bounce, and custom formulas
CSV Export:
- Save successful curves for reuse
- Share curves with the community
- Document your workflows
Understanding Curve Direction
The curve type controls the SHAPE, your strength values control the DIRECTION:
Example with ease_in (slow start, fast end):
start=1.0, end=0.0→ Stays at 1.0 for a while, then drops quickly to 0.0start=0.0, end=1.0→ Stays at 0.0 for a while, then rises quickly to 1.0
Example with exponential (dramatic growth):
start=0.2, end=1.5→ Slowly starts at 0.2, then dramatically shoots up to 1.5start=1.5, end=0.2→ Stays high at 1.5, then drops dramatically to 0.2
Pro Tip: Use the graph preview to verify your curve looks correct before generating!
Mask Painting Tips
- Paint each region as a separate mask - don't worry about opacity
- Use full opacity - the strength settings control the effect
- Allow small overlaps - use blend_mode=max to handle them
- Test one region at a time - easier to dial in individual strengths
Regional Prompting Best Practices
Base Prompt:
- Use for universal quality tags: "masterpiece, high quality, detailed"
- Avoid specific objects/subjects
Regional Prompts:
- Be specific about what's in that region
- Include style/lighting/atmosphere for that area
- Can include negative concepts if needed
Strength Values:
- Start at 1.0 for all regions
- Increase if a region isn't responding (1.2-1.5)
- Decrease if a region is overpowering others (0.6-0.8)
Prompt Interpolation Tips
Interpolation Steps:
- 3-5 steps: Faster, more distinct regions
- 8-12 steps: Smooth, natural transitions
- 15-20 steps: Ultra-smooth, subtle gradients
Transition Modes:
linear: Quick experiments, testingsmooth: Best for natural transitions (recommended)ease_in_out: Dramatic effects, artistic shots
Gradient Direction:
- Use
autofirst - it usually picks correctly - Override if transition looks wrong
radialgreat for center → edge effects
Symmetry Tool Tips
When to Use:
- Portraits (faces, eyes, facial features)
- Architecture (buildings, windows, facades)
- Nature (butterflies, flowers, leaves)
- Any symmetrical subject
Blend Modes:
max: Default, works for most casesadd: When you want overlap to be strongeraverage: For subtle, softer symmetryreplace: For hard-edge symmetrical masks
Pro Tip:
- Use
radial_4wayfor mandala-like patterns - Combine with
invert_mirroredfor creative negative space effects
🛠 Troubleshooting
Issue: ControlNet not working at all / no effect
- ⚠️ Solution: Check your Advanced ControlNet node settings!
- Set
strengthto 1.00 - Set
start_percentto 0.000 - Set
end_percentto 1.000 - These settings must be correct for the scheduler to work!
- Set
Issue: Curve going in wrong direction
- Solution: The curve shape is correct, but swap your
start_strengthandend_strengthvalues - Remember: Curve types control SHAPE, not direction
Issue: Graph not showing
- Solution: Make sure matplotlib is installed:
pip install matplotlib - Set show_graph=false if you don't need it
Issue: Custom formula not working
- Solution:
- Check syntax - use
tas the variable - Make sure formula evaluates to numbers between 0-1 (auto-normalized)
- Avoid forbidden operations (import, exec, eval)
- Test with simple formulas first:
t**2,sin(t*3.14)
- Check syntax - use
Issue: Preset UI fields not updating
- Solution: Make sure you restarted ComfyUI after installation
- Hard refresh browser (Ctrl+Shift+F5 / Cmd+Shift+R)
- Check browser console (F12) - you should see
✅ Node patched successfully! - If you don't see that message, the extension may not have loaded
- Verify
/web/advanced_curved_scheduler.jsexists in your node folder
- Alternative: Presets still work without UI updates - values are applied internally
- Check browser console (F12) for
✅ Preset applied successfully!message when changing presets - The correct values ARE being used even if UI doesn't update visually
- Check browser console (F12) for
Issue: Masks not affecting output
- Solution:
- Check that masks are actually painted (not empty)
- Verify mask is connected to correct input
- Try increasing strength values
- Verify Advanced ControlNet base strength is 1.0
Issue: Effect too weak everywhere
- Solution:
- Check Advanced ControlNet
strengthsetting (should be 1.0) - Increase
start_strengthandend_strengthvalues in scheduler - Increase
base_strengthin Multi-Mask Strength Combiner
- Check Advanced ControlNet
Issue: Effect too strong everywhere
- Solution:
- Decrease
start_strengthandend_strengthvalues - Decrease individual mask strengths in Multi-Mask Combiner
- Check that Advanced ControlNet strength isn't multiplying your values
- Decrease
Issue: Regional prompts bleeding into each other
- Solution:
- Make sure masks don't overlap (or use interpolation node for intentional blending)
- Use more specific prompts
- Adjust region strength values
Issue: Symmetry creating unexpected results
- Solution:
- Check that your mask doesn't already cover both sides
- Try different blend modes
- Reduce blend_strength for subtler effect
Issue: Interpolation not visible
- Solution:
- Increase interpolation_steps (try 10-15)
- Use transition_mode=smooth for more obvious gradients
- Check that masks are positioned to allow transition zones
Issue: CSV export not working
- Solution:
- Check file permissions in ComfyUI/output/curves directory
- Verify save_curve is set to True
- Check console for error messages
📋 Requirements
- ComfyUI
- ComfyUI-Advanced-ControlNet (required)
- Python packages: matplotlib, pillow, numpy, torch, scipy
🆕 What's New
Version 3.0 - Interactive Curve Designer 🎨
- 🎨 MAJOR: Interactive Curve Designer - Draw curves with your mouse!
- Click and drag interface on an interactive canvas
- Real-time curve preview as you draw
- Visual control points with coordinate labels
- Quick actions: Symmetry, Invert, Clear, Reset
- Multiple interpolation methods
- Auto-generates formulas from your drawings
- The most intuitive way to create curves!
- 📊 Visual Curve Designer - Point-based curve creation
- Define up to 10 control points with numeric inputs
- Three interpolation methods (linear, spline, cubic)
- Precise coordinate control
- Perfect for mathematical precision
- 🐛 Bug Fixes:
- Fixed bell curve and sine wave presets (were showing flat lines)
- Improved preset handling for pattern-based curves
- Better normalization for oscillating curves
Version 2.2 - Curve Formula Builder
- 🎨 NEW: Curve Formula Builder - Beginner-friendly visual curve creator!
- Build custom curves without any math knowledge
- 9 pre-made pattern types with simple sliders
- Live preview graph shows your curve in real-time
- Generates formulas for use in Advanced Scheduler
- Perfect for experimentation and learning
Version 2.1 - UI Enhancement Update
- 🎨 JavaScript UI Extension - Now included automatically!
- Automatic UI field updates when selecting presets
- True one-click preset experience
- Visual confirmation of preset application
- No manual installation required - works out of the box!
- 📚 Enhanced Documentation - Clearer installation and usage guides
Version 2.0 - Advanced Curved ControlNet Scheduler
- 9 built-in presets for instant workflows
- Custom formula support - write any mathematical curve
- Professional easing functions - quad, cubic, quart variants
- Curve blending - mix two curve types
- Adaptive keyframes - smart distribution based on curve steepness
- A/B comparison - compare curves side-by-side
- CSV export - save and share your curves
- Statistics output - detailed curve analysis
- Mirror & repeat - create complex multi-segment patterns
- Step mode - use absolute steps instead of percentages
🤝 Contributing
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new curve types, presets, or features
- Request improvements
- Submit pull requests
- Share your custom formulas and workflows
📄 License
MIT License - feel free to use and modify!
🙏 Credits
Created with assistance from Claude (Anthropic). Special thanks to the ComfyUI and Advanced ControlNet communities.
Enjoy creating with precise control over every aspect of your generation! 🎨✨
If you find this useful, consider starring the repo and sharing your creations!
🔗 Links
- Advanced ControlNet - Required dependency
- ComfyUI - The amazing UI this runs on
Version: 3.0 (Interactive Curve Designer - Draw Curves with Your Mouse! 🎨)