A collection of ComfyUI workflows for PixArt-Sigma, each designed to bring a unique visual style to life.
Python
4
150 commits
updated Oct 29, 2024
Abominable Workflows is a collection of ComfyUI workflows that unleashes the full potential of PixArt-Sigma by enhancing its exceptional prompt-following capabilities with the rich detail of SD15 models.
Each workflow generates a distinct style of imagery:
To use the workflows, you need to have the following models installed in ComfyUI.
Place them in the corresponding directories as specified below.
<your_comfyui_dir> / models / checkpoints :
<your_comfyui_dir> / models / clip :
<your_comfyui_dir> / models / vae :
[!IMPORTANT] Ensure that your ComfyUI is updated to the latest version.
Additionally, the workflows require the following custom nodes to be installed:
The easiest way to install the required nodes is by using ComfyUI-Manager. This extension for ComfyUI offers management functions to install, remove, disable, and enable custom nodes. It simplifies the process and can save you a lot of trouble.
If for some reason you cannot use ComfyUI-Manager, follow the instructions below to install the nodes manually.
To manually install the nodes, open a terminal and run the following commands:
cd <your_comfyui_dir>
git clone https://github.com/city96/ComfyUI_ExtraModels ./custom_nodes/ComfyUI_ExtraModels
git clone https://github.com/crystian/ComfyUI-Crystools ./custom_nodes/ComfyUI-Crystools
If ComfyUI is using a virtual environment, you must activate it before installing the dependencies:
# You might need to replace '.venv' with the directory
# where the virtual environment is located
source .venv/bin/activate
Then, install the dependencies required by the nodes:
python -m pip install -r ./custom_nodes/ComfyUI_ExtraModels/requirements.txt
python -m pip install -r ./custom_nodes/ComfyUI-Crystools/requirements.txt
If you are using the standalone ComfyUI release on Windows, open a CMD in
the "ComfyUI_windows_portable" folder (the one containing your run_nvidia_gpu.bat
file).
From that directory, run the following commands to install the required nodes:
git clone https://github.com/city96/ComfyUI_ExtraModels ComfyUI/custom_nodes/ComfyUI_ExtraModels
git clone https://github.com/crystian/ComfyUI-Crystools ComfyUI/custom_nodes/ComfyUI-Crystools
Then, install the dependencies required by these nodes:
.\python_embeded\python.exe -s -m pip install -r .\ComfyUI\custom_nodes\ComfyUI_ExtraModels\requirements.txt
.\python_embeded\python.exe -s -m pip install -r .\ComfyUI\custom_nodes\ComfyUI-Crystools\requirements.txt
Copyright (c) 2024 Martin Rizzo
This project is licensed under the MIT license.
See the "LICENSE" file for details.
I would like to thank the developers of PixArt-Σ for their outstanding work. Their model has been a crucial component in the development of my workflows.
Further Information about PixArt-Σ:
150 commits
Python
97.4%
Shell
2.6%
A collection of ComfyUI workflows for PixArt-Sigma, each designed to bring a unique visual style to life.
Python
4
150 commits
updated Oct 29, 2024
Abominable Workflows is a collection of ComfyUI workflows that unleashes the full potential of PixArt-Sigma by enhancing its exceptional prompt-following capabilities with the rich detail of SD15 models.
Each workflow generates a distinct style of imagery:
To use the workflows, you need to have the following models installed in ComfyUI.
Place them in the corresponding directories as specified below.
<your_comfyui_dir> / models / checkpoints :
<your_comfyui_dir> / models / clip :
<your_comfyui_dir> / models / vae :
[!IMPORTANT] Ensure that your ComfyUI is updated to the latest version.
Additionally, the workflows require the following custom nodes to be installed:
The easiest way to install the required nodes is by using ComfyUI-Manager. This extension for ComfyUI offers management functions to install, remove, disable, and enable custom nodes. It simplifies the process and can save you a lot of trouble.
If for some reason you cannot use ComfyUI-Manager, follow the instructions below to install the nodes manually.
To manually install the nodes, open a terminal and run the following commands:
cd <your_comfyui_dir>
git clone https://github.com/city96/ComfyUI_ExtraModels ./custom_nodes/ComfyUI_ExtraModels
git clone https://github.com/crystian/ComfyUI-Crystools ./custom_nodes/ComfyUI-Crystools
If ComfyUI is using a virtual environment, you must activate it before installing the dependencies:
# You might need to replace '.venv' with the directory
# where the virtual environment is located
source .venv/bin/activate
Then, install the dependencies required by the nodes:
python -m pip install -r ./custom_nodes/ComfyUI_ExtraModels/requirements.txt
python -m pip install -r ./custom_nodes/ComfyUI-Crystools/requirements.txt
If you are using the standalone ComfyUI release on Windows, open a CMD in
the "ComfyUI_windows_portable" folder (the one containing your run_nvidia_gpu.bat
file).
From that directory, run the following commands to install the required nodes:
git clone https://github.com/city96/ComfyUI_ExtraModels ComfyUI/custom_nodes/ComfyUI_ExtraModels
git clone https://github.com/crystian/ComfyUI-Crystools ComfyUI/custom_nodes/ComfyUI-Crystools
Then, install the dependencies required by these nodes:
.\python_embeded\python.exe -s -m pip install -r .\ComfyUI\custom_nodes\ComfyUI_ExtraModels\requirements.txt
.\python_embeded\python.exe -s -m pip install -r .\ComfyUI\custom_nodes\ComfyUI-Crystools\requirements.txt
Copyright (c) 2024 Martin Rizzo
This project is licensed under the MIT license.
See the "LICENSE" file for details.
I would like to thank the developers of PixArt-Σ for their outstanding work. Their model has been a crucial component in the development of my workflows.
Further Information about PixArt-Σ:
150 commits
Python
97.4%
Shell
2.6%