Upload folder using huggingface_hub
Browse files- README.md +54 -0
- chandelier_last.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,57 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
4 |
+
It is a repository for storing as many LECOs as I can think of, emphasizing quantity over quality.
|
5 |
+
|
6 |
+
Files will continue to be added as needed.
|
7 |
+
|
8 |
+
Because the guidance_scale parameter is somewhat excessive, these LECOs tend to be very sensitive and too effective; using a weight of -0.1 to -1 is appropriate in most cases.
|
9 |
+
|
10 |
+
All LECOs are trained with target eq positive, erase settings.
|
11 |
+
|
12 |
+
The target is a one of among danbooru's GENERAL tags what most frequently used in order from the top to the bottom, and sometimes I also add phrases that I have personally come up with.
|
13 |
+
|
14 |
+
``` prompts.yaml
|
15 |
+
- target: "$query"
|
16 |
+
positive: "$query"
|
17 |
+
unconditional: ""
|
18 |
+
neutral: ""
|
19 |
+
action: "erase"
|
20 |
+
guidance_scale: 1.0
|
21 |
+
resolution: 512
|
22 |
+
batch_size: 4
|
23 |
+
```
|
24 |
+
|
25 |
+
```config.yaml
|
26 |
+
prompts_file: prompts.yaml
|
27 |
+
pretrained_model:
|
28 |
+
name_or_path: "/storage/model-1892-0000-0000.safetensors"
|
29 |
+
v2: false
|
30 |
+
v_pred: false
|
31 |
+
network:
|
32 |
+
type: "lierla"
|
33 |
+
rank: 4
|
34 |
+
alpha: 1.0
|
35 |
+
training_method: "full"
|
36 |
+
train:
|
37 |
+
precision: "bfloat16"
|
38 |
+
noise_scheduler: "ddim"
|
39 |
+
iterations: 50
|
40 |
+
lr: 1
|
41 |
+
optimizer: "Prodigy"
|
42 |
+
lr_scheduler: "cosine"
|
43 |
+
max_denoising_steps: 50
|
44 |
+
|
45 |
+
save:
|
46 |
+
name: "$query"
|
47 |
+
path: "/stable-diffusion-webui/models/Lora/LECO/"
|
48 |
+
per_steps: 50
|
49 |
+
precision: "float16"
|
50 |
+
|
51 |
+
logging:
|
52 |
+
use_wandb: false
|
53 |
+
verbose: false
|
54 |
+
|
55 |
+
other:
|
56 |
+
use_xformers: true
|
57 |
+
```
|
chandelier_last.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f21c6ad0360ab01449065215e960b2d0a10c5bf679de7540dc76c853129d6b32
|
3 |
+
size 1650872
|