Nodes Browser

ComfyDeploy: How lollms_nodes_suite works in ComfyUI?

What is lollms_nodes_suite?

lollms_nodes_suite is a set of nodes for comfyui that harnesses the power of lollms, a state-of-the-art AI text generation tool, to improve the quality of image generation.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for lollms_nodes_suite and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

lollms_nodes_suite

lollms_nodes_suite is a set of nodes for comfyui that harnesses the power of lollms, a state-of-the-art AI text generation tool, to improve the quality of image generation.

Apache License Python version Comfyui version lollms version

Table of Contents

Introduction

lollms_nodes_suite is a collection of nodes that enable developers and researchers to integrate the capabilities of lollms into their comfyui pipelines. These nodes use the power of lollms to improve image generation quality by providing a wide range of powerful text generation capabilities.

Getting Started

To get started with lollms_nodes_suite, follow these steps:

  1. Clone the repository to the custom_nodes folder of your comfyui installation:
git clone https://github.com/ParisNeo/lollms_nodes_suite.git custom_nodes/lollms_nodes_suite
  1. Install dependencies:
pip install -r custom_nodes/lollms_nodes_suite/requirements.txt
  1. Integrate the nodes into your comfyui project.

Usage

lollms_nodes_suite provides a set of nodes for comfyui that enable a variety of text generation tasks. These nodes can be easily integrated into your comfyui project to improve the quality of image generation.

To learn more about how to use the nodes, refer to the following resources:

Requirements

To use lollms_nodes_suite, you need to have the following:

  • Python 3.6 or higher
  • Comfyui
  • lollms
  • The lollms_nodes_suite package installed as a custom node package in your comfyui installation (see Getting Started)

Contributing

We welcome contributions from the community. If you would like to contribute to lollms_nodes_suite, please follow our contributing guidelines.

License

lollms_nodes_suite is released under the Apache 2.0 License.

Contact

For any questions, concerns, or suggestions, please reach out to us through the following channels:

Happy coding, and enjoy using lollms_nodes_suite with comfyui!

CodeCompatriot & ParisNeo