Giter VIP home page Giter VIP logo

comfyui-noembryo's Introduction

noEmbryo Nodes

A diverse set of nodes for ComfyUI.

You can access them through "Add node > noEmbryo" submenu.

made-with-python License: MIT


PromptTermList (1-6)

These are some nodes that help with the creation of Prompts inside ComfyUI.

Demo workflow

Usage

Every one of the 6 nodes have a different json file that stores its Prompt Terms in "label"/"value" pairs.
The "label" part is what we see at the node's dropdown menu, and the "value" part is what it produces at its Term output when we run a generation job.

These json files are located inside the TermLists directory, in the node's folder.
There are two ways to add a new term.

  • From within ComfyUI:

    • Connect a text box to the node's text input.
    • Write the "label"/"value" part in the box using the following format:
    label=Descriptive text
    value=masterpiece, artful and cozy
    
    • Enable the store_input switch.
    • Run a generation job.
    • Refresh the page.
  • Manually:

    • Just open the json file and add/remove/change entries.

    Of course we must be very careful with this, to keep the json format of labels/values (with the appropriate commas), otherwise the file will not be parsed.

This text input is also useful if we want to manually add something after our term, or as the only term if we select the None label of the dropdown.
The strength value is changing the impact of the term by using the parenthesis format like this: (a great term:1.3)

We can delete a term by sending an empty value to the text input like this:

label=The label to be deleted
value=

Resolution Scale

Demo workflow A simple node that outputs the resolution of an image using the dimensions of an input image or some custom user-defined dimensions, using a Scale Factor.

If there is an input image connected, setting either width or height to 0 will use the other dimension to scale the image (but always multiple of 4).


Regex Text Chopper

Demo workflow A node that "chops" a text using a regular expression and outputs the chopped parts of the text.


Installation

comfyui-noembryo's People

Contributors

noembryo avatar ghostsquad 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.