GithubHelp home page GithubHelp logo

comfyui-fans's Introduction

ComfyUI-Fans

Nodes

Contain 2 Nodes

  1. Fans Styler (Max 10 Style)
  2. Fans Text Concat (Until 10 text)
  3. Fans Prompt Styler Postive (Can replace {prompt} word in your csv files)
  4. Fans Prompt Styler Negative (With sentence structure)

Installation

  1. Clone the repository to your ComfyUI custom_nodes directory: git clone https://github.com/uarefans/ComfyUI-Fans
  2. Restart your ComfyUI

Information & Rules

  1. Do Not Modify CSV Filenames: Keep the filenames inside the styles folder unchanged.
  2. Editing CSV Content: You can edit the content within the CSV files. The first column is reserved for indexing, and the second column is for content. You have the flexibility to modify both columns.
  3. Output Format: The output is in string format, making it versatile for various use cases.
  4. Integration with SDXL Prompt Styler: You can combine this with the SDXL Prompt Styler, using style 1.
  5. No Need to Restart: After editing the CSV files, there's no need to restart ComfyUI. Simply refresh it or your browser to see the changes.
  6. Sample Screenshot: The sample screenshot "Showtext|pysssss" uses the following plugins: ComfyUI-Custom-Scripts

Video

ComfyUI-Fans-Video.mp4

comfyui-fans's People

Contributors

uarefans avatar

Stargazers

 avatar  avatar Marc Quentel avatar Laminar Rainbow avatar PKay avatar Joseph Cunningham avatar Andrew Shershnev avatar Tiberiu Ichim avatar  avatar  avatar Ey Pacha! avatar  avatar tildebyte avatar

Watchers

 avatar

Forkers

haohaocreates

comfyui-fans's Issues

node not loading

i was loading a pre existing workflow, but i have this node missing, and comfy is giving me this error

[ERROR] An error occurred while retrieving information for the 'Fans Styler' node.
Traceback (most recent call last):
File "D:\Git\ComfyUI_windows_portable\ComfyUI\server.py", line 420, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "D:\Git\ComfyUI_windows_portable\ComfyUI\server.py", line 398, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Git\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fans\py\Styler.py", line 42, in INPUT_TYPES
cls.styles1 = [row for row in reader if len(row) == 2 and row[1] != "prompt" and row[0] != "None"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Git\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fans\py\Styler.py", line 42, in
cls.styles1 = [row for row in reader if len(row) == 2 and row[1] != "prompt" and row[0] != "None"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'cp932' codec can't decode byte 0xef in position 0: illegal multibyte sequence

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.