Update README.md
Browse files
README.md
CHANGED
@@ -7,22 +7,27 @@ alright since i've been promising everyone something for ages and i don't have a
|
|
7 |
|
8 |
## **NOTE:** this is NOT a release, per se. it's a public test, if anything. this uses the TEs from Animagine 3.1 (with permission) and is not representative of the final model really. But it's something, and i rather like it.
|
9 |
|
10 |
-
see below for setup instructions
|
11 |
|
12 |
- you *need* to use "simple" or "ddim_uniform" or *maybe* "karras" schedule for the sampler
|
13 |
- dpmpp_2s_ancestral works best. **SDE samplers will not work.**
|
14 |
- 20 steps or so at 5.5-7.5 CFG
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
3. set sampling mode to "EDM"
|
20 |
4. set schedule to "XLTC",
|
21 |
5. set scaling 1.6 (these 3 should all be defaults)
|
22 |
|
23 |
-
|
24 |
-
1. get it from [this gist](https://gist.github.com/neggles/a3357765668b06a87c9bbf1db00de28e)
|
25 |
-
2. make a folder at `src/Extensions/WaifuDiffusionV` and save that file in there named `WaifuDiffusionVExtension.cs`, shows up as "WaifuEDM"
|
26 |
-
3. you will need to also have the custom comfy node in your swarm's backend comfy
|
27 |
|
28 |
-
v0 is trained for five epochs or so on about 4.8 million assorted anime images and uses the text encoder from Animagine 3.1 (with permission from the creator).
|
|
|
|
7 |
|
8 |
## **NOTE:** this is NOT a release, per se. it's a public test, if anything. this uses the TEs from Animagine 3.1 (with permission) and is not representative of the final model really. But it's something, and i rather like it.
|
9 |
|
10 |
+
### see below for setup instructions
|
11 |
|
12 |
- you *need* to use "simple" or "ddim_uniform" or *maybe* "karras" schedule for the sampler
|
13 |
- dpmpp_2s_ancestral works best. **SDE samplers will not work.**
|
14 |
- 20 steps or so at 5.5-7.5 CFG
|
15 |
|
16 |
+
## Setup instructions
|
17 |
+
|
18 |
+
### Option 1: SwarmUI extension (recommended)
|
19 |
+
1. the SwarmUI extension repo is [here on GitHub](https://github.com/waifu-diffusion/SwarmWaifuDiffusionV)
|
20 |
+
2. Open that link above and read the instructions in the README
|
21 |
+
3. If you made it to this step, go back to step 2.
|
22 |
+
|
23 |
+
### Option 1: Raw Comfy node (not recommended)
|
24 |
+
1. get the node from [the WaifuNodes folder of the SwarmUI extension](https://github.com/waifu-diffusion/SwarmWaifuDiffusionV/blob/main/WaifuNodes/wdv_test_nodes.py)
|
25 |
+
2. put it between your model loader and sampler,
|
26 |
3. set sampling mode to "EDM"
|
27 |
4. set schedule to "XLTC",
|
28 |
5. set scaling 1.6 (these 3 should all be defaults)
|
29 |
|
30 |
+
## Model training info
|
|
|
|
|
|
|
31 |
|
32 |
+
v0 is trained for five epochs or so on about 4.8 million assorted anime images and uses the text encoder from Animagine 3.1 (with permission from the creator).
|
33 |
+
Actual release wdV models will not use this TE, to be quite honest i swapped it in for a test and forgot to remove it so here we are.
|