diff --git a/Writerside/topics/Configuration.md b/Writerside/topics/Configuration.md index a025a48..97aeb80 100644 --- a/Writerside/topics/Configuration.md +++ b/Writerside/topics/Configuration.md @@ -1 +1,155 @@ # Configuration + +**Allor** can be configured using the `config.json` file. This file is created during the **first launch** of Allor, +based on the template found in `template/template.json`. + +In the event of an **update**, the configuration file **automatically adapts** to all changes. It **preserves old +parameters** while removing outdated ones and applying new ones. This ensures that your configuration stays +**up-to-date** with the latest features and improvements. + +## Modules + +In this section, you have the ability to **disable** any modules that you do not need to load. By default, all modules +are **enabled** (set to `true`). + +| Name | Type | Default | Description | +|-------------------|---------|---------|--------------------------------------------------| +| AlphaChanel | Boolean | True | Manages the transparency of images. | +| Clamp | Boolean | True | Manage nodes for readability. | +| ImageBatch | Boolean | True | Handles batch image processing. | +| ImageComposite | Boolean | True | Combines multiple images into one. | +| ImageContainer | Boolean | True | Get images size as container. | +| ImageDraw | Boolean | True | Draws shapes onto images. | +| ImageEffects | Boolean | True | Applies various effects to images. | +| ImageFilter | Boolean | True | Filters images using different algorithms. | +| ImageNoise | Boolean | True | Adds or reduces noise in images. | +| ImageSegmentation | Boolean | True | Divides an image background. | +| ImageText | Boolean | True | Create text as images. | +| ImageTransform | Boolean | True | Transforms images by rotating, scaling, and etc. | + +## Override + +With **Allor**, you have the flexibility to **disable** the standard nodes of ComfyUI that have similar functionality +available in Allor. By default, all overrides are **disabled** (set to `false`). + +
Name | +Type | +Default | +Original | +New | +
---|---|---|---|---|
postprocessing | +Boolean | +False | +ImageBlend | +- | +
ImageBlur | +ImageFilterBlur | +|||
ImageFilterBoxBlur | +||||
ImageFilterGaussianBlur | +||||
ImageFilterGaussianBlurAdvanced | +||||
ImageFilterStackBlur | +||||
ImageFilterMedianBlur | +||||
ImageFilterBilateralBlur | +||||
ImageQuantize | +- | +|||
ImageSharpen | +- | +|||
transform | +Boolean | +False | +ImageScale | +ImageTransformResizeAbsolute | +
ImageScaleBy | +ImageTransformResizeRelative | +|||
ImageInvert | +ImageTransfromRotate | +|||
ImageTransformTranspose | +||||
debug | +Boolean | +False | +LatentBlend | +- | +
LoadLatent | +- | +|||
SaveLatent | +- | +|||
TomePatchModel | +- | +|||
FreeU | +- | +|||
FreeU_V2 | +- | +|||
HyperTile | +- | +