You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+38-2Lines changed: 38 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,11 @@ See [official wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki
8
8
9
9
## Usage
10
10
11
+
### Enhanced img2img
12
+
11
13
Switch to **"img2img"** tab, under the **"script"** column, select **"enhanced img2img"**.
12
14
13
-

15
+

14
16
15
17
-**Input directory**: a folder containing all the images you want to process.
16
18
-**Output directory**: a folder to save output images.
@@ -25,12 +27,46 @@ Switch to **"img2img"** tab, under the **"script"** column, select **"enhanced i
25
27
-**Files to process**: filenames of images you want to process. I recommend naming your images with a digit suffixes, e.g. `000233.png, 000234.png, 000235.png, ...` or `image_233.jpg, image_234.jpg, image_235.jpg, ...`. In this way, you can use `233,234,235` or simply `233-235` to assign these files. Otherwise, you need to give the full filenames like `image_a.webp,image_b.webp,image_c.webp`.
26
28
-**Use deepbooru prompt**: use DeepDanbooru to predict image tags; if you have input some prompts in the prompt area, it will append to the end of the prompts.
27
29
-**Using contextual information**: only if tags are present in both current and next frames' prediction results, this can improve accuracy (maybe).
28
-
-**Use csv prompt list** and **input file path**: use a `.csv` file as prompts for each image, one line for one image.
29
30
-**Loopback**: similar to the loopback script, this will run input images img2img twice to enhance AI's creativity.
30
31
-**Firstpass width** and **firstpass height**: AI tends to be more creative when the firstpass size is smaller.
31
32
-**Denoising strength**: denoising strength for the first pass, better be no higher than 0.4.
33
+
-**Read tags from text files**: will read tags from text files with the same filename as the current input image.
34
+
-**Text files directory**: Optional, will load from input dir if not specified
35
+
-**Use csv prompt list** and **input file path**: use a `.csv` file as prompts for each image, one line for one image.
36
+
37
+
### Multi-frame rendering
38
+
39
+
Switch to **"img2img"** tab, under the **"script"** column, select **"multi-frame rendering"**, **should be used with ControlNet**. For more information, see: [the original post](https://xanthius.itch.io/multi-frame-rendering-for-stablediffusion).
40
+
41
+

42
+
43
+
-**Input directory**: a folder containing all the images you want to process.
44
+
-**Output directory**: a folder to save output images.
45
+
-**Initial denoise strength**: the denoising strength of the first frame. You can set the noise reduction strength of the first frame and the rest of the frames separately. The noise reduction strength of the rest of the frames is controlled through the img2img main interface.
46
+
-**Append interrogated prompt at each iteration**: use CLIP or DeepDanbooru to predict image tags; if you have input some prompts in the prompt area, it will append to the end of the prompts.
47
+
-**Third frame (reference) image**: the image used to put at the third frame.
48
+
- None: use only two images, the previous frame and the current frame, without a third reference image.
49
+
- FirstGen: use the **processed** first image as the reference image.
50
+
- OriginalImg: use the **original** first image as the reference image.
51
+
- Historical: use the second-to-last frame before the current frame as the reference image.
52
+
-**Enable color correction**: use color correction based on the loopback image. When using a non-FirstGen image as the reference image, turn on to reduce color fading.
53
+
-**Unfreeze Seed**: once checked, the basic seed value will be incremented by 1 automatically each time an image is generated.
54
+
-**Loopback Source**: the images in the second frame.
55
+
- Previous: generates the image from the previous generated image.
56
+
- Currrent: generates the image from the current image.
57
+
- First: generates the image from the first generated image.
58
+
-**Read tags from text files**: will read tags from text files with the same filename as the current input image.
59
+
-**Text files directory**: Optional, will load from input dir if not specified
60
+
-**Use csv prompt list** and **input file path**: use a `.csv` file as prompts for each image, one line for one image.
0 commit comments