Spaces:
Running
on
Zero
Running
on
Zero
adamelliotfields
commited on
Rename to `info`
Browse files- about.md → info.md +15 -13
about.md → info.md
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
## Usage
|
2 |
|
3 |
-
Enter a prompt and click
|
4 |
|
5 |
### Compel
|
6 |
|
@@ -8,7 +8,7 @@ Positive and negative prompts are embedded by [Compel](https://github.com/damian
|
|
8 |
|
9 |
### Arrays
|
10 |
|
11 |
-
Arrays allow you to generate different images from a single prompt. For example, `a cute [[cat,corgi,koala]]` will expand into 3 prompts. Note that it only works for the positive prompt. You
|
12 |
|
13 |
### Autoincrement
|
14 |
|
@@ -16,18 +16,20 @@ If `Autoincrement` is checked, the seed will be incremented for each image. When
|
|
16 |
|
17 |
## Models
|
18 |
|
19 |
-
|
20 |
|
21 |
* [fluently/fluently-v4](https://huggingface.co/fluently/Fluently-v4)
|
22 |
-
-
|
|
|
|
|
23 |
* [lykon/dreamshaper-8](https://huggingface.co/Lykon/dreamshaper-8)
|
24 |
-
-
|
25 |
* [prompthero/openjourney-v4](https://huggingface.co/prompthero/openjourney-v4)
|
26 |
-
-
|
27 |
* [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5)
|
28 |
-
-
|
29 |
* [sg161222/realistic_vision_v5.1](https://huggingface.co/SG161222/Realistic_Vision_V5.1_noVAE)
|
30 |
-
-
|
31 |
|
32 |
### Schedulers
|
33 |
|
@@ -47,11 +49,11 @@ All models use [madebyollin/taesd](https://huggingface.co/madebyollin/taesd) for
|
|
47 |
|
48 |
## TODO
|
49 |
|
50 |
-
- [ ] Performance improvements
|
51 |
-
- [ ] Support `bfloat16`
|
52 |
- [ ] Support LoRA
|
|
|
53 |
- [ ] Add VAE radio
|
54 |
- [ ] Add styles
|
55 |
-
- [ ]
|
56 |
-
- [ ]
|
57 |
-
- [ ]
|
|
|
|
1 |
## Usage
|
2 |
|
3 |
+
Enter a prompt and click **Generate**. [Civitai](https://civitai.com) has an excellent guide on [prompting](https://education.civitai.com/civitais-prompt-crafting-guide-part-1-basics/).
|
4 |
|
5 |
### Compel
|
6 |
|
|
|
8 |
|
9 |
### Arrays
|
10 |
|
11 |
+
Arrays allow you to generate different images from a single prompt. For example, `a cute [[cat,corgi,koala]]` will expand into 3 prompts. Note that it only works for the positive prompt. You also have to increase `Images` to generate more than 1 image at a time. Inspired by [Fooocus](https://github.com/lllyasviel/Fooocus/pull/1503).
|
12 |
|
13 |
### Autoincrement
|
14 |
|
|
|
16 |
|
17 |
## Models
|
18 |
|
19 |
+
All use `float16` (or `bfloat16` if supported). Recommended settings are shown below:
|
20 |
|
21 |
* [fluently/fluently-v4](https://huggingface.co/fluently/Fluently-v4)
|
22 |
+
- scheduler: DPM++ 2M, guidance: 5-7, steps: 20-30
|
23 |
+
* [linaqruf/anything-v3-1](https://huggingface.co/linaqruf/anything-v3-1)
|
24 |
+
- scheduler: DPM++ 2M, guidance: 12, steps: 50, vae: default
|
25 |
* [lykon/dreamshaper-8](https://huggingface.co/Lykon/dreamshaper-8)
|
26 |
+
- scheduler: DEIS 2M
|
27 |
* [prompthero/openjourney-v4](https://huggingface.co/prompthero/openjourney-v4)
|
28 |
+
- scheduler: PNDM
|
29 |
* [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5)
|
30 |
+
- scheduler: PNDM
|
31 |
* [sg161222/realistic_vision_v5.1](https://huggingface.co/SG161222/Realistic_Vision_V5.1_noVAE)
|
32 |
+
- scheduler: DPM++ 2M, guidance: 4-7
|
33 |
|
34 |
### Schedulers
|
35 |
|
|
|
49 |
|
50 |
## TODO
|
51 |
|
|
|
|
|
52 |
- [ ] Support LoRA
|
53 |
+
- [ ] Support embeddings
|
54 |
- [ ] Add VAE radio
|
55 |
- [ ] Add styles
|
56 |
+
- [ ] Clip skip
|
57 |
+
- [ ] DeepCache with T-GATE
|
58 |
+
- [ ] Hires fix
|
59 |
+
- [ ] Latent preview
|