From a93c52112d898503105559d8f96c3aaa08df9c70 Mon Sep 17 00:00:00 2001 From: Nourepide Date: Sat, 25 Nov 2023 08:03:25 +0300 Subject: [PATCH] Increase readability. --- Writerside/cfg/buildprofiles.xml | 7 +++++ Writerside/images/icons/download.svg | 38 ++++++++++++++++++++++++++++ Writerside/images/icons/palette.svg | 38 ++++++++++++++++++++++++++++ Writerside/images/icons/question.svg | 38 ++++++++++++++++++++++++++++ Writerside/images/icons/tune.svg | 38 ++++++++++++++++++++++++++++ Writerside/images/icons/update.svg | 38 ++++++++++++++++++++++++++++ Writerside/topics/Allor-Doc.md | 36 +++++++++++++++++++++++--- Writerside/topics/Installation.md | 36 ++++++++++++++++++++------ Writerside/topics/Updating.md | 8 ++++++ 9 files changed, 266 insertions(+), 11 deletions(-) create mode 100644 Writerside/cfg/buildprofiles.xml create mode 100644 Writerside/images/icons/download.svg create mode 100644 Writerside/images/icons/palette.svg create mode 100644 Writerside/images/icons/question.svg create mode 100644 Writerside/images/icons/tune.svg create mode 100644 Writerside/images/icons/update.svg diff --git a/Writerside/cfg/buildprofiles.xml b/Writerside/cfg/buildprofiles.xml new file mode 100644 index 0000000..d83e57e --- /dev/null +++ b/Writerside/cfg/buildprofiles.xml @@ -0,0 +1,7 @@ + + + iris + + + diff --git a/Writerside/images/icons/download.svg b/Writerside/images/icons/download.svg new file mode 100644 index 0000000..a01d94d --- /dev/null +++ b/Writerside/images/icons/download.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/Writerside/images/icons/palette.svg b/Writerside/images/icons/palette.svg new file mode 100644 index 0000000..b2a3fa2 --- /dev/null +++ b/Writerside/images/icons/palette.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/Writerside/images/icons/question.svg b/Writerside/images/icons/question.svg new file mode 100644 index 0000000..b0122ad --- /dev/null +++ b/Writerside/images/icons/question.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/Writerside/images/icons/tune.svg b/Writerside/images/icons/tune.svg new file mode 100644 index 0000000..c128bcc --- /dev/null +++ b/Writerside/images/icons/tune.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/Writerside/images/icons/update.svg b/Writerside/images/icons/update.svg new file mode 100644 index 0000000..7a310b6 --- /dev/null +++ b/Writerside/images/icons/update.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/Writerside/topics/Allor-Doc.md b/Writerside/topics/Allor-Doc.md index e38b155..863dee8 100644 --- a/Writerside/topics/Allor-Doc.md +++ b/Writerside/topics/Allor-Doc.md @@ -12,10 +12,40 @@ - **Batch Processing**: Have multiple images to process? No problem. Allor can handle batch image processing with ease. -- **Versatile Modules**: With over 100+ nodes spread across various modules, Allor is equipped to handle a wide range of tasks. +- **Versatile Modules**: With over 100+ nodes spread across various modules, Allor is equipped to handle a wide range of + tasks. -- **Customizable**: Tailor Allor to your needs. From modules to fonts, you have the freedom to configure it as you see fit. +- **Customizable**: Tailor Allor to your needs. From modules to fonts, you have the freedom to configure it as you see + fit. - **Self-Updating**: To provide you with the latest features and improvements, Allor has the ability to update itself. -Now you are ready for Installing stage. + + installation + +

Dive into the installation process of Allor on ComfyUI.

+
+ + + installation + +

Stay ahead with the latest features and updates.

+ + + + installation +
+

Tailor Allor to your needs for a truly personalized experience.

+ + + + installation +
+

Harness the full power that Allor has to offer.

+ + + + installation +
Frequently Asked Questions +

Find answers to your burning questions in our FAQ section.

+ diff --git a/Writerside/topics/Installation.md b/Writerside/topics/Installation.md index e5273f6..788f41c 100644 --- a/Writerside/topics/Installation.md +++ b/Writerside/topics/Installation.md @@ -5,6 +5,7 @@ > {style="note"} ## Requirements + * ComfyUI * Python 3.10 or above @@ -18,26 +19,33 @@ manager. -1. **Download Allor**: Download the [Allor ZIP archive](https://github.com/Nourepide/ComfyUI-Allor/archive/refs/heads/main.zip). + +1. **Download Allor**: Download + the [Allor ZIP archive](https://github.com/Nourepide/ComfyUI-Allor/archive/refs/heads/main.zip). 2. **Unzip the Archive**: Unzip the downloaded archive to the `ComfyUI/custom_nodes` directory. - -3. **Run the Installation Script**: Execute the `install.sh` file. You can do this from the terminal with the following command: +3. **Run the Installation Script**: Execute the `install.sh` file. You can do this from the terminal with the following + command: ```bash bash install.sh ``` - 4. **Run ComfyUI**: Finally, run ComfyUI. + + -1. **Download Allor**: Download the [Allor ZIP archive](https://github.com/Nourepide/ComfyUI-Allor/archive/refs/heads/main.zip). + + +1. **Download Allor**: Download + the [Allor ZIP archive](https://github.com/Nourepide/ComfyUI-Allor/archive/refs/heads/main.zip). 2. **Unzip the Archive**: Unzip the downloaded archive to the `ComfyUI\custom_nodes` directory. -3. **Run the Installation Script**: Execute the `install.bat` file. You can do this from the command prompt with the following command or just click on it: +3. **Run the Installation Script**: Execute the `install.bat` file. You can do this from the command prompt with the + following command or just click on it: ```bash install.bat @@ -45,6 +53,8 @@ manager. 4. **Run ComfyUI**: Finally, run ComfyUI. + + @@ -53,6 +63,8 @@ manager. + + 1. **Open Terminal**: Navigate to the `ComfyUI/custom_nodes` directory. You can do this by opening Terminal and using the `cd` command. @@ -76,9 +88,13 @@ manager. 5. **Run ComfyUI**: Finally, run ComfyUI. + + + + 1. **Open Command Prompt**: Navigate to the `ComfyUI\custom_nodes` folder. You can do this by pressing Win+R, typing `cmd`, and pressing Enter. @@ -102,6 +118,8 @@ manager. 5. **Run ComfyUI**: Finally, run ComfyUI. + + @@ -109,9 +127,11 @@ manager. 1. **Searches for the virtual environment**: The script checks for a Python virtual environment. -2. **Installs dependencies**: If a `requirements.txt` file exists in the current directory, the script installs the dependencies listed in it. +2. **Installs dependencies**: If a `requirements.txt` file exists in the current directory, the script installs the + dependencies listed in it. -3. **Initializes a Git repository**: If Git is installed and the current directory is not already a Git repository, the script initializes a new Git repository and syncs it with a remote repository. +3. **Initializes a Git repository**: If Git is installed and the current directory is not already a Git repository, the + script initializes a new Git repository and syncs it with a remote repository. 4. **Uses GitPython**: If Git is not installed, the script uses GitPython, a Python library, to perform Git operations. diff --git a/Writerside/topics/Updating.md b/Writerside/topics/Updating.md index a67889e..33ddf4e 100644 --- a/Writerside/topics/Updating.md +++ b/Writerside/topics/Updating.md @@ -13,6 +13,8 @@ If you wish to **modify this behavior** or **disable auto-update**, please refer + + 1. **Open Terminal**: Navigate to the `ComfyUI/custom_nodes/ComfyUI-Allor` directory. You can do this by opening Terminal and using the `cd` command. @@ -22,9 +24,13 @@ If you wish to **modify this behavior** or **disable auto-update**, please refer git pull ``` + + + + 1. **Open Command Prompt**: Navigate to the `ComfyUI\custom_nodes\ComfyUI-Allor` folder. You can do this by pressing Win+R, typing `cmd`, and pressing Enter. @@ -34,5 +40,7 @@ If you wish to **modify this behavior** or **disable auto-update**, please refer git pull ``` + +