Skip to content

Commit 6c2f88c

Browse files
committed
update
1 parent ec62d9c commit 6c2f88c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,16 @@ If you only need ncnn model, you can search it from [硬件模型库-设备专
4040

4141
### x86 Windows
4242
1. enter folder [exe](./x86/exe)
43-
2. download three bin file: ```AutoencoderKL-fp16.bin, FrozenCLIPEmbedder-fp16.bin, UNetModel-MHA-fp16.bin``` and put them to ```assets``` folder
43+
2. download 4 bin file: ```AutoencoderKL-fp16.bin, FrozenCLIPEmbedder-fp16.bin, UNetModel-MHA-fp16.bin, AutoencoderKL-encoder-512-512-fp16.bin``` and put them to ```assets``` folder
4444
3. set up your config in ```magic.txt```, each line are:
45-
1. resolution (only support 256 and 512)
46-
2. speed mode (0 for slow but low ram, 1 for fast but high ram)
47-
3. step number (15 is noe bad)
48-
4. seed number (set 0 to be random)
49-
5. positive prompt
50-
6. negative prompt
45+
1. height (must be a multiple of 128, minimum is 256)
46+
2. width (must be a multiple of 128, minimum is 256)
47+
3. speed mode (0 is slow but low ram, 1 is fast but high ram)
48+
4. step number (15 is not bad)
49+
5. seed number (set 0 to be random)
50+
6. init image (if the file is exist, run img2img, if not, run txt2img)
51+
7. positive prompt (describe what you want)
52+
8. negative prompt (describe what you don't want)
5153
4. run ```stable-diffusion.exe```
5254

5355
### android apk

0 commit comments

Comments
 (0)