Skip to content

thderoo/ComfyUI-_topfun_s_nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

_topfun's ComfyUI Nodes

Repository of my custom ComfyUI nodes.

Conditioning Perturbation

Allows for more diverse generation by adding random noise to the text conditioning embeddings. This node is compatible with SD 1.5 and SDXL 1.0.

Recommended settings

Strength (SD 1.5): <= 0.1
Strength (SDXL 1.0): <= 0.075

Examples

Conditioning perturbation - Example 1 Conditioning perturbation - example 2

Text Generator

A node that allows random text generation controled by a seed from a python script.

Usage

The python scripts must be stored in input/text_generators. These scripts must contain a generate(seed: int) function, this function must return a sequence of two str objects.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages