Skip to content

Commit

Permalink
Added information about updating an existing installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SeargeDP committed Jul 29, 2023
1 parent c184ed9 commit 5a61f08
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,32 @@
Custom nodes extension and workflows for [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
including workflows to use SDXL 1.0 with both the base and refiner checkpoints.

# Installing:


# Installing and Updating:

### Recommended Installation:
- Navigate to your `ComfyUI/custom_nodes/` directory
- Open a command line window in the *custom_nodes* directory
- Run `git clone https://github.com/SeargeDP/SeargeSDXL.git`
- Restart ComfyUI

### Alternative Installation (not recommended):
- Download and unpack the latest release from the [Searge SDXL CivitAI page](https://civitai.com/models/111463)
- Drop the `SeargeSDXL` folder into the `ComfyUI/custom_nodes` directory and restart ComfyUI.

### Updating an Existing Installation
- Navigate to your `ComfyUI/custom_nodes/` directory
- If you installed via `git clone` before
- Open a command line window in the *custom_nodes* directory
- Run `git pull`
- If you installed from a zip file
- Unpack the `SeargeSDXL` folder from the latest release into `ComfyUI/custom_nodes`, overwrite existing files
- Restart ComfyUI


## Checkpoints and models for these workflows

## Checkpoints and Models for these Workflows

### Direct Downloads
(from Huggingface)
Expand All @@ -28,7 +40,7 @@ including workflows to use SDXL 1.0 with both the base and refiner checkpoints.



# Information
# More Information
Now 4 workflows are included in the examples folder.
They are called *reborn*, *image2image*, *inpainting*, and *simple*.

Expand All @@ -55,6 +67,8 @@ The defaults are *0.333* for positive style power and *0.667* for negative style
The positive style power should be in the range *0.1* to *0.5*, at higher values the style is applied rather strong
and can "take over the image". You should try it to understand better what too large values will do.



## Workflow Descriptions

### Reborn
Expand Down

0 comments on commit 5a61f08

Please sign in to comment.