Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parisneo/lollms_nodes_suite
A suite of lollms Comfyui nodes
https://github.com/parisneo/lollms_nodes_suite
Last synced: 2 months ago
JSON representation
A suite of lollms Comfyui nodes
- Host: GitHub
- URL: https://github.com/parisneo/lollms_nodes_suite
- Owner: ParisNeo
- License: apache-2.0
- Created: 2024-03-30T11:50:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T06:32:01.000Z (9 months ago)
- Last Synced: 2024-04-10T07:33:12.030Z (9 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
[![Python version](https://img.shields.io/badge/Python-3.6%2B-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Comfyui version](https://img.shields.io/badge/Comfyui-latest-blue.svg)](https://comfyui.github.io/)
[![lollms version](https://img.shields.io/badge/lollms-latest-blue.svg)](https://lollms.readthedocs.io/en/latest/)## Table of Contents
- [Introduction](#introduction)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Requirements](#requirements)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## 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:
```bash
git clone https://github.com/ParisNeo/lollms_nodes_suite.git custom_nodes/lollms_nodes_suite
```2. Install dependencies:
```bash
pip install -r custom_nodes/lollms_nodes_suite/requirements.txt
```3. 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:
- [lollms Documentation](https://lollms.readthedocs.io/en/latest/)
- [comfyui Documentation](https://comfyui.github.io/)## 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](#getting-started))## Contributing
We welcome contributions from the community. If you would like to contribute to lollms\_nodes\_suite, please follow our [contributing guidelines](./CONTRIBUTING.md).
## License
lollms\_nodes\_suite is released under the [Apache 2.0 License](./LICENSE).
## Contact
For any questions, concerns, or suggestions, please reach out to us through the following channels:
- Discord:
- Twitter: [@ParisNeo\_AI](https://twitter.com/ParisNeo_AI)
- Reddit: [r/lollms](https://www.reddit.com/r/lollms/)
- Instagram: [@spacenerduino](https://www.instagram.com/spacenerduino/)Happy coding, and enjoy using lollms\_nodes\_suite with comfyui!
CodeCompatriot & ParisNeo