Coder Social home page Coder Social logo

derfuu_comfyui_moddednodes's Introduction

Derfuu_ComfyUI_ModdedNodes

Small description

  • Automate calculation depending on image sizes or something you want
  • easier(or not) editing multiple values of various nodes
  • Math
  • Modded scalers

Used:

Previews:

  • Only composed latents: compose_only

  • Composed latents with area modifiers: with_set_areas

  • All included nodes: all_nodes

Workflow example:

workflow_preview

Nodes descriptions

  • Variables:
    • Float - mainly used to calculation
    • Integer - used to set width/height and offsets mainly, also provides converting of float values
    • Text - input field for text
    • Text box - same, but multiline
  • Debug nodes: prints values in console
    • DebugFloat
    • DebugInt
    • DebugText
    • DebugTuple
  • Functional:
    • Random - gives random value within threshold
    • Get image size - return image size like: Width, Height and (Width, Height) in one value as tuple
    • Get latent size - return latent size like: Width, Height and (Width, Height) in one value as tuple
      • NOTE: Original values are 8 times smaller
    • Converters: converts one type to another
      • Int to float
      • Ceil - rounding up float value ex: 1.01 --> 2
      • Floor - rounding down float value ex: 1.99 --> 1
      • Absolute - return only positive (or negative) value on your choice (default - positive)
  • Tuples (dead fetch?)
  • Maths
    • sum - (A + B)
    • subtract - (A - B)
    • multiply (A * B)
    • divide - (A / B)
    • power - (A * A * A...) B times
    • square root - (โˆšA)
  • Modded:
    • Conditioning
      • Condition area scale - multiplies size of condion area
    • Latents
      • Latent scale by ratio - multiplies size of latent
      • Latent scale to size - scale size of latent to length of selected side
    • Image
      • Image scale by ratio - multiplies size of latent
      • Image scale to size - scale size of image to length of selected side

derfuu_comfyui_moddednodes's People

Contributors

derfuu avatar vampirechicken12 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.