arash
#14
by
akhazr
- opened
- Development/.gitkeep +0 -0
- Model Helth Check List.md +0 -189
- Models/AbyssOrangeMix2/Diffusers/feature_extractor/preprocessor_config.json +0 -28
- Models/AbyssOrangeMix2/Diffusers/safety_checker/config.json +0 -181
- Models/AbyssOrangeMix2/Diffusers/safety_checker/pytorch_model.bin +0 -3
- Models/AbyssOrangeMix2/Diffusers/scheduler/scheduler_config.json +0 -14
- Models/AbyssOrangeMix2/Diffusers/text_encoder/config.json +0 -25
- Models/AbyssOrangeMix2/Diffusers/text_encoder/pytorch_model.bin +0 -3
- Models/AbyssOrangeMix2/Diffusers/tokenizer/merges.txt +0 -0
- Models/AbyssOrangeMix2/Diffusers/tokenizer/special_tokens_map.json +0 -24
- Models/AbyssOrangeMix2/Diffusers/tokenizer/tokenizer_config.json +0 -34
- Models/AbyssOrangeMix2/Diffusers/tokenizer/vocab.json +0 -0
- Models/AbyssOrangeMix2/Diffusers/unet/config.json +0 -44
- Models/AbyssOrangeMix2/Diffusers/unet/diffusion_pytorch_model.bin +0 -3
- Models/AbyssOrangeMix2/Diffusers/vae/config.json +0 -29
- Models/AbyssOrangeMix2/Diffusers/vae/diffusion_pytorch_model.bin +0 -3
- Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_hard_pruned_fp16_with_VAE.ckpt +0 -3
- Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_hard_pruned_fp16_with_VAE.safetensors +0 -3
- Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_nsfw_pruned_fp16_with_VAE.ckpt +0 -3
- Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_nsfw_pruned_fp16_with_VAE.safetensors +0 -3
- Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_sfw_pruned_fp16_with_VAE.ckpt +0 -3
- Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_sfw_pruned_fp16_with_VAE.safetensors +0 -3
- Models/AbyssOrangeMix2/inpainting/AbyssOrangeMix2_hard_pruned_fp16_with_VAE-inpainting.safetensors +0 -3
- Models/AbyssOrangeMix2/inpainting/AbyssOrangeMix2_nsfw_pruned_fp16_with_VAE-inpainting.safetensors +0 -3
- Models/AbyssOrangeMix2/inpainting/AbyssOrangeMix2_sfw_pruned_fp16_with_VAE-inpainting.safetensors +0 -3
- Models/AbyssOrangeMix3/AOM3A1B_orangemixs.safetensors +0 -3
- Models/AbyssOrangeMix3/AOM3A1_orangemixs.safetensors +0 -3
- Models/AbyssOrangeMix3/AOM3A2_orangemixs.safetensors +0 -3
- Models/AbyssOrangeMix3/AOM3A3_orangemixs.safetensors +0 -3
- Models/AbyssOrangeMix3/AOM3B2_orangemixs.safetensors +0 -3
- Models/AbyssOrangeMix3/AOM3B3_orangemixs.safetensors +0 -3
- Models/AbyssOrangeMix3/AOM3B4_orangemixs.safetensors +0 -3
- Models/AbyssOrangeMix3/AOM3_orangemixs.safetensors +0 -3
- Models/VividOrangeMix/VividOrangeMix.safetensors +0 -3
- Models/VividOrangeMix/VividOrengeMix_Hard.safetensors +0 -3
- Models/VividOrangeMix/VividOrengeMix_NSFW.safetensors +0 -3
- README.md +171 -911
- VAEs/orangemix.vae.pt +0 -3
- VAEs/readme_VAEs.md +0 -5
- model_index.json +0 -33
Development/.gitkeep
DELETED
File without changes
|
Model Helth Check List.md
DELETED
@@ -1,189 +0,0 @@
|
|
1 |
-
# Model Helth Check
|
2 |
-
|
3 |
-
According to the author of the U-Net Blocks Weight Merge extension, there are cases of model corruption in merged models. The results of a health check carried out using a script to repair problems with corrupted merged models🕵️♀️
|
4 |
-
Reference:[調査] Smile Test: Elysium_Anime_V3 問題を調べる #3|bbcmc|note - https://note.com/bbcmc/n/n12c05bf109cc
|
5 |
-
|
6 |
-
## 🩺Models Helth Check List🩺
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
- AbyssOrangeMixs2
|
12 |
-
|
13 |
-
✅
|
14 |
-
python fix_position_ids.py --model C:\ProgramTools\__GenerativeAI\StableDiffusion_AUTOMATIC1111_v6.0\stable-diffusion-webui\models\Stable-diffusion\AbyssOrangeMix2_hard.safetensors
|
15 |
-
|
16 |
-
```jsx
|
17 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
18 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
19 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
20 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
21 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
22 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
23 |
-
True, True, True, True, True]])
|
24 |
-
```
|
25 |
-
|
26 |
-
✅
|
27 |
-
python fix_position_ids.py --model C:\ProgramTools\__GenerativeAI\StableDiffusion_AUTOMATIC1111_v6.0\stable-diffusion-webui\models\Stable-diffusion\AbyssOrangeMix2_nsfw.safetensors
|
28 |
-
|
29 |
-
```jsx
|
30 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
31 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
32 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
33 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
34 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
35 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
36 |
-
True, True, True, True, True]])
|
37 |
-
```
|
38 |
-
|
39 |
-
✅
|
40 |
-
python fix_position_ids.py --model C:\ProgramTools\__GenerativeAI\StableDiffusion_AUTOMATIC1111_v6.0\stable-diffusion-webui\models\Stable-diffusion\AbyssOrangeMix2_sfw.safetensors
|
41 |
-
|
42 |
-
```jsx
|
43 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
44 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
45 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
46 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
47 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
48 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
49 |
-
True, True, True, True, True]])
|
50 |
-
```
|
51 |
-
|
52 |
-
- AbyssOrangeMix
|
53 |
-
|
54 |
-
|
55 |
-
✅
|
56 |
-
|
57 |
-
python fix_position_ids.py --model H:\Resources\Resources_AI\__Models\MergeModels\OrangeMixs\AbyssOrangeMix\AbyssOrangeMix.safetensors
|
58 |
-
|
59 |
-
```
|
60 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
61 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
62 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
63 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
64 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
65 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
66 |
-
True, True, True, True, True]])
|
67 |
-
```
|
68 |
-
|
69 |
-
python fix_position_ids.py --model H:\Resources\Resources_AI\__Models\MergeModels\OrangeMixs\AbyssOrangeMix\AbyssOrangeMix_night.safetensors
|
70 |
-
|
71 |
-
```
|
72 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
73 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
74 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
75 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
76 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
77 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
78 |
-
True, True, True, True, True]])
|
79 |
-
```
|
80 |
-
|
81 |
-
python fix_position_ids.py --model H:\Resources\Resources_AI\__Models\MergeModels\OrangeMixs\AbyssOrangeMix\AbyssOrangeMix_half.safetensors
|
82 |
-
|
83 |
-
```
|
84 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
85 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
86 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
87 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
88 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
89 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
90 |
-
True, True, True, True, True]])
|
91 |
-
```
|
92 |
-
|
93 |
-
python fix_position_ids.py --model H:\Resources\Resources_AI\__Models\MergeModels\OrangeMixs\AbyssOrangeMix\AbyssOrangeMix_base.ckpt
|
94 |
-
|
95 |
-
```
|
96 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
97 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
98 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
99 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
100 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
101 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
102 |
-
True, True, True, True, True]])
|
103 |
-
```
|
104 |
-
|
105 |
-
|
106 |
-
- AnythingV3
|
107 |
-
|
108 |
-
✅
|
109 |
-
```jsx
|
110 |
-
python fix_position_ids.py --model C:\ProgramTools\__GenerativeAI\StableDiffusion_AUTOMATIC1111_v6.0\stable-diffusion-webui\models\Stable-diffusion\An_V3_Pr.ckpt
|
111 |
-
```
|
112 |
-
|
113 |
-
```jsx
|
114 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
115 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
116 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
117 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
118 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
119 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
120 |
-
True, True, True, True, True]])
|
121 |
-
```
|
122 |
-
|
123 |
-
- NAI
|
124 |
-
|
125 |
-
✅
|
126 |
-
python fix_position_ids.py --model C:\ProgramTools\__GenerativeAI\StableDiffusion_AUTOMATIC1111_v6.0\stable-diffusion-webui\models\Stable-diffusion\nai.safetensors
|
127 |
-
|
128 |
-
```jsx
|
129 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
130 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
131 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
132 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
133 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
134 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
135 |
-
True, True, True, True, True]])
|
136 |
-
```
|
137 |
-
|
138 |
-
✅
|
139 |
-
python fix_position_ids.py --model C:\ProgramTools\__GenerativeAI\StableDiffusion_AUTOMATIC1111_v6.0\stable-diffusion-webui\models\Stable-diffusion\nai_sfw.safetensors
|
140 |
-
|
141 |
-
```jsx
|
142 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
143 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
144 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
145 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
146 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
147 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
148 |
-
True, True, True, True, True]])
|
149 |
-
```
|
150 |
-
|
151 |
-
- gape
|
152 |
-
|
153 |
-
✅
|
154 |
-
|
155 |
-
python fix_position_ids.py --model "C:\ProgramTools\__GenerativeAI\StableDiffusion_AUTOMATIC1111_v6.0\stable-diffusion-webui\models\Stable-diffusion\gape60.ckpt”
|
156 |
-
|
157 |
-
```jsx
|
158 |
-
tensor([[True, True, True, True, True, True, True, True, True, True, True, True,
|
159 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
160 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
161 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
162 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
163 |
-
True, True, True, True, True, True, True, True, True, True, True, True,
|
164 |
-
True, True, True, True, True]])
|
165 |
-
```
|
166 |
-
|
167 |
-
|
168 |
-
- EerieOrangeMix
|
169 |
-
|
170 |
-
```
|
171 |
-
⚠ All model 1 False
|
172 |
-
1 False
|
173 |
-
|
174 |
-
tensor([[ True, True, True, True, True, True, True, True, True, True,
|
175 |
-
True, True, True, True, True, True, True, True, True, True,
|
176 |
-
True, True, True, True, True, True, True, True, True, True,
|
177 |
-
True, True, True, True, True, True, True, True, True, True,
|
178 |
-
True, False, True, True, True, True, True, True, True, True,
|
179 |
-
True, True, True, True, True, True, True, True, True, True,
|
180 |
-
True, True, True, True, True, True, True, True, True, True,
|
181 |
-
True, True, True, True, True, True, True]])
|
182 |
-
corrupt token indexes : [41]
|
183 |
-
missing token numbers : [41]
|
184 |
-
```
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/feature_extractor/preprocessor_config.json
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"crop_size": {
|
3 |
-
"height": 224,
|
4 |
-
"width": 224
|
5 |
-
},
|
6 |
-
"do_center_crop": true,
|
7 |
-
"do_convert_rgb": true,
|
8 |
-
"do_normalize": true,
|
9 |
-
"do_rescale": true,
|
10 |
-
"do_resize": true,
|
11 |
-
"feature_extractor_type": "CLIPFeatureExtractor",
|
12 |
-
"image_mean": [
|
13 |
-
0.48145466,
|
14 |
-
0.4578275,
|
15 |
-
0.40821073
|
16 |
-
],
|
17 |
-
"image_processor_type": "CLIPFeatureExtractor",
|
18 |
-
"image_std": [
|
19 |
-
0.26862954,
|
20 |
-
0.26130258,
|
21 |
-
0.27577711
|
22 |
-
],
|
23 |
-
"resample": 3,
|
24 |
-
"rescale_factor": 0.00392156862745098,
|
25 |
-
"size": {
|
26 |
-
"shortest_edge": 224
|
27 |
-
}
|
28 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/safety_checker/config.json
DELETED
@@ -1,181 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_commit_hash": "cb41f3a270d63d454d385fc2e4f571c487c253c5",
|
3 |
-
"_name_or_path": "CompVis/stable-diffusion-safety-checker",
|
4 |
-
"architectures": [
|
5 |
-
"StableDiffusionSafetyChecker"
|
6 |
-
],
|
7 |
-
"initializer_factor": 1.0,
|
8 |
-
"logit_scale_init_value": 2.6592,
|
9 |
-
"model_type": "clip",
|
10 |
-
"projection_dim": 768,
|
11 |
-
"text_config": {
|
12 |
-
"_name_or_path": "",
|
13 |
-
"add_cross_attention": false,
|
14 |
-
"architectures": null,
|
15 |
-
"attention_dropout": 0.0,
|
16 |
-
"bad_words_ids": null,
|
17 |
-
"begin_suppress_tokens": null,
|
18 |
-
"bos_token_id": 0,
|
19 |
-
"chunk_size_feed_forward": 0,
|
20 |
-
"cross_attention_hidden_size": null,
|
21 |
-
"decoder_start_token_id": null,
|
22 |
-
"diversity_penalty": 0.0,
|
23 |
-
"do_sample": false,
|
24 |
-
"dropout": 0.0,
|
25 |
-
"early_stopping": false,
|
26 |
-
"encoder_no_repeat_ngram_size": 0,
|
27 |
-
"eos_token_id": 2,
|
28 |
-
"exponential_decay_length_penalty": null,
|
29 |
-
"finetuning_task": null,
|
30 |
-
"forced_bos_token_id": null,
|
31 |
-
"forced_eos_token_id": null,
|
32 |
-
"hidden_act": "quick_gelu",
|
33 |
-
"hidden_size": 768,
|
34 |
-
"id2label": {
|
35 |
-
"0": "LABEL_0",
|
36 |
-
"1": "LABEL_1"
|
37 |
-
},
|
38 |
-
"initializer_factor": 1.0,
|
39 |
-
"initializer_range": 0.02,
|
40 |
-
"intermediate_size": 3072,
|
41 |
-
"is_decoder": false,
|
42 |
-
"is_encoder_decoder": false,
|
43 |
-
"label2id": {
|
44 |
-
"LABEL_0": 0,
|
45 |
-
"LABEL_1": 1
|
46 |
-
},
|
47 |
-
"layer_norm_eps": 1e-05,
|
48 |
-
"length_penalty": 1.0,
|
49 |
-
"max_length": 20,
|
50 |
-
"max_position_embeddings": 77,
|
51 |
-
"min_length": 0,
|
52 |
-
"model_type": "clip_text_model",
|
53 |
-
"no_repeat_ngram_size": 0,
|
54 |
-
"num_attention_heads": 12,
|
55 |
-
"num_beam_groups": 1,
|
56 |
-
"num_beams": 1,
|
57 |
-
"num_hidden_layers": 12,
|
58 |
-
"num_return_sequences": 1,
|
59 |
-
"output_attentions": false,
|
60 |
-
"output_hidden_states": false,
|
61 |
-
"output_scores": false,
|
62 |
-
"pad_token_id": 1,
|
63 |
-
"prefix": null,
|
64 |
-
"problem_type": null,
|
65 |
-
"projection_dim": 512,
|
66 |
-
"pruned_heads": {},
|
67 |
-
"remove_invalid_values": false,
|
68 |
-
"repetition_penalty": 1.0,
|
69 |
-
"return_dict": true,
|
70 |
-
"return_dict_in_generate": false,
|
71 |
-
"sep_token_id": null,
|
72 |
-
"suppress_tokens": null,
|
73 |
-
"task_specific_params": null,
|
74 |
-
"temperature": 1.0,
|
75 |
-
"tf_legacy_loss": false,
|
76 |
-
"tie_encoder_decoder": false,
|
77 |
-
"tie_word_embeddings": true,
|
78 |
-
"tokenizer_class": null,
|
79 |
-
"top_k": 50,
|
80 |
-
"top_p": 1.0,
|
81 |
-
"torch_dtype": null,
|
82 |
-
"torchscript": false,
|
83 |
-
"transformers_version": "4.26.0.dev0",
|
84 |
-
"typical_p": 1.0,
|
85 |
-
"use_bfloat16": false,
|
86 |
-
"vocab_size": 49408
|
87 |
-
},
|
88 |
-
"text_config_dict": {
|
89 |
-
"hidden_size": 768,
|
90 |
-
"intermediate_size": 3072,
|
91 |
-
"num_attention_heads": 12,
|
92 |
-
"num_hidden_layers": 12
|
93 |
-
},
|
94 |
-
"torch_dtype": "float32",
|
95 |
-
"transformers_version": null,
|
96 |
-
"vision_config": {
|
97 |
-
"_name_or_path": "",
|
98 |
-
"add_cross_attention": false,
|
99 |
-
"architectures": null,
|
100 |
-
"attention_dropout": 0.0,
|
101 |
-
"bad_words_ids": null,
|
102 |
-
"begin_suppress_tokens": null,
|
103 |
-
"bos_token_id": null,
|
104 |
-
"chunk_size_feed_forward": 0,
|
105 |
-
"cross_attention_hidden_size": null,
|
106 |
-
"decoder_start_token_id": null,
|
107 |
-
"diversity_penalty": 0.0,
|
108 |
-
"do_sample": false,
|
109 |
-
"dropout": 0.0,
|
110 |
-
"early_stopping": false,
|
111 |
-
"encoder_no_repeat_ngram_size": 0,
|
112 |
-
"eos_token_id": null,
|
113 |
-
"exponential_decay_length_penalty": null,
|
114 |
-
"finetuning_task": null,
|
115 |
-
"forced_bos_token_id": null,
|
116 |
-
"forced_eos_token_id": null,
|
117 |
-
"hidden_act": "quick_gelu",
|
118 |
-
"hidden_size": 1024,
|
119 |
-
"id2label": {
|
120 |
-
"0": "LABEL_0",
|
121 |
-
"1": "LABEL_1"
|
122 |
-
},
|
123 |
-
"image_size": 224,
|
124 |
-
"initializer_factor": 1.0,
|
125 |
-
"initializer_range": 0.02,
|
126 |
-
"intermediate_size": 4096,
|
127 |
-
"is_decoder": false,
|
128 |
-
"is_encoder_decoder": false,
|
129 |
-
"label2id": {
|
130 |
-
"LABEL_0": 0,
|
131 |
-
"LABEL_1": 1
|
132 |
-
},
|
133 |
-
"layer_norm_eps": 1e-05,
|
134 |
-
"length_penalty": 1.0,
|
135 |
-
"max_length": 20,
|
136 |
-
"min_length": 0,
|
137 |
-
"model_type": "clip_vision_model",
|
138 |
-
"no_repeat_ngram_size": 0,
|
139 |
-
"num_attention_heads": 16,
|
140 |
-
"num_beam_groups": 1,
|
141 |
-
"num_beams": 1,
|
142 |
-
"num_channels": 3,
|
143 |
-
"num_hidden_layers": 24,
|
144 |
-
"num_return_sequences": 1,
|
145 |
-
"output_attentions": false,
|
146 |
-
"output_hidden_states": false,
|
147 |
-
"output_scores": false,
|
148 |
-
"pad_token_id": null,
|
149 |
-
"patch_size": 14,
|
150 |
-
"prefix": null,
|
151 |
-
"problem_type": null,
|
152 |
-
"projection_dim": 512,
|
153 |
-
"pruned_heads": {},
|
154 |
-
"remove_invalid_values": false,
|
155 |
-
"repetition_penalty": 1.0,
|
156 |
-
"return_dict": true,
|
157 |
-
"return_dict_in_generate": false,
|
158 |
-
"sep_token_id": null,
|
159 |
-
"suppress_tokens": null,
|
160 |
-
"task_specific_params": null,
|
161 |
-
"temperature": 1.0,
|
162 |
-
"tf_legacy_loss": false,
|
163 |
-
"tie_encoder_decoder": false,
|
164 |
-
"tie_word_embeddings": true,
|
165 |
-
"tokenizer_class": null,
|
166 |
-
"top_k": 50,
|
167 |
-
"top_p": 1.0,
|
168 |
-
"torch_dtype": null,
|
169 |
-
"torchscript": false,
|
170 |
-
"transformers_version": "4.26.0.dev0",
|
171 |
-
"typical_p": 1.0,
|
172 |
-
"use_bfloat16": false
|
173 |
-
},
|
174 |
-
"vision_config_dict": {
|
175 |
-
"hidden_size": 1024,
|
176 |
-
"intermediate_size": 4096,
|
177 |
-
"num_attention_heads": 16,
|
178 |
-
"num_hidden_layers": 24,
|
179 |
-
"patch_size": 14
|
180 |
-
}
|
181 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/safety_checker/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:16d28f2b37109f222cdc33620fdd262102ac32112be0352a7f77e9614b35a394
|
3 |
-
size 1216064769
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/scheduler/scheduler_config.json
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "PNDMScheduler",
|
3 |
-
"_diffusers_version": "0.12.0.dev0",
|
4 |
-
"beta_end": 0.012,
|
5 |
-
"beta_schedule": "scaled_linear",
|
6 |
-
"beta_start": 0.00085,
|
7 |
-
"clip_sample": false,
|
8 |
-
"num_train_timesteps": 1000,
|
9 |
-
"prediction_type": "epsilon",
|
10 |
-
"set_alpha_to_one": false,
|
11 |
-
"skip_prk_steps": true,
|
12 |
-
"steps_offset": 1,
|
13 |
-
"trained_betas": null
|
14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/text_encoder/config.json
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "openai/clip-vit-large-patch14",
|
3 |
-
"architectures": [
|
4 |
-
"CLIPTextModel"
|
5 |
-
],
|
6 |
-
"attention_dropout": 0.0,
|
7 |
-
"bos_token_id": 0,
|
8 |
-
"dropout": 0.0,
|
9 |
-
"eos_token_id": 2,
|
10 |
-
"hidden_act": "quick_gelu",
|
11 |
-
"hidden_size": 768,
|
12 |
-
"initializer_factor": 1.0,
|
13 |
-
"initializer_range": 0.02,
|
14 |
-
"intermediate_size": 3072,
|
15 |
-
"layer_norm_eps": 1e-05,
|
16 |
-
"max_position_embeddings": 77,
|
17 |
-
"model_type": "clip_text_model",
|
18 |
-
"num_attention_heads": 12,
|
19 |
-
"num_hidden_layers": 12,
|
20 |
-
"pad_token_id": 1,
|
21 |
-
"projection_dim": 768,
|
22 |
-
"torch_dtype": "float32",
|
23 |
-
"transformers_version": "4.26.0.dev0",
|
24 |
-
"vocab_size": 49408
|
25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/text_encoder/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:27d09229dfb00f908b73345fdb3b85ac7a33a666cdcc6b25340652a22bec8861
|
3 |
-
size 492307041
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/tokenizer/merges.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
Models/AbyssOrangeMix2/Diffusers/tokenizer/special_tokens_map.json
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"bos_token": {
|
3 |
-
"content": "<|startoftext|>",
|
4 |
-
"lstrip": false,
|
5 |
-
"normalized": true,
|
6 |
-
"rstrip": false,
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"eos_token": {
|
10 |
-
"content": "<|endoftext|>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": true,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"pad_token": "<|endoftext|>",
|
17 |
-
"unk_token": {
|
18 |
-
"content": "<|endoftext|>",
|
19 |
-
"lstrip": false,
|
20 |
-
"normalized": true,
|
21 |
-
"rstrip": false,
|
22 |
-
"single_word": false
|
23 |
-
}
|
24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/tokenizer/tokenizer_config.json
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"add_prefix_space": false,
|
3 |
-
"bos_token": {
|
4 |
-
"__type": "AddedToken",
|
5 |
-
"content": "<|startoftext|>",
|
6 |
-
"lstrip": false,
|
7 |
-
"normalized": true,
|
8 |
-
"rstrip": false,
|
9 |
-
"single_word": false
|
10 |
-
},
|
11 |
-
"do_lower_case": true,
|
12 |
-
"eos_token": {
|
13 |
-
"__type": "AddedToken",
|
14 |
-
"content": "<|endoftext|>",
|
15 |
-
"lstrip": false,
|
16 |
-
"normalized": true,
|
17 |
-
"rstrip": false,
|
18 |
-
"single_word": false
|
19 |
-
},
|
20 |
-
"errors": "replace",
|
21 |
-
"model_max_length": 77,
|
22 |
-
"name_or_path": "openai/clip-vit-large-patch14",
|
23 |
-
"pad_token": "<|endoftext|>",
|
24 |
-
"special_tokens_map_file": "./special_tokens_map.json",
|
25 |
-
"tokenizer_class": "CLIPTokenizer",
|
26 |
-
"unk_token": {
|
27 |
-
"__type": "AddedToken",
|
28 |
-
"content": "<|endoftext|>",
|
29 |
-
"lstrip": false,
|
30 |
-
"normalized": true,
|
31 |
-
"rstrip": false,
|
32 |
-
"single_word": false
|
33 |
-
}
|
34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/tokenizer/vocab.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
Models/AbyssOrangeMix2/Diffusers/unet/config.json
DELETED
@@ -1,44 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.12.0.dev0",
|
4 |
-
"act_fn": "silu",
|
5 |
-
"attention_head_dim": 8,
|
6 |
-
"block_out_channels": [
|
7 |
-
320,
|
8 |
-
640,
|
9 |
-
1280,
|
10 |
-
1280
|
11 |
-
],
|
12 |
-
"center_input_sample": false,
|
13 |
-
"class_embed_type": null,
|
14 |
-
"cross_attention_dim": 768,
|
15 |
-
"down_block_types": [
|
16 |
-
"CrossAttnDownBlock2D",
|
17 |
-
"CrossAttnDownBlock2D",
|
18 |
-
"CrossAttnDownBlock2D",
|
19 |
-
"DownBlock2D"
|
20 |
-
],
|
21 |
-
"downsample_padding": 1,
|
22 |
-
"dual_cross_attention": false,
|
23 |
-
"flip_sin_to_cos": true,
|
24 |
-
"freq_shift": 0,
|
25 |
-
"in_channels": 4,
|
26 |
-
"layers_per_block": 2,
|
27 |
-
"mid_block_scale_factor": 1,
|
28 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
29 |
-
"norm_eps": 1e-05,
|
30 |
-
"norm_num_groups": 32,
|
31 |
-
"num_class_embeds": null,
|
32 |
-
"only_cross_attention": false,
|
33 |
-
"out_channels": 4,
|
34 |
-
"resnet_time_scale_shift": "default",
|
35 |
-
"sample_size": 64,
|
36 |
-
"up_block_types": [
|
37 |
-
"UpBlock2D",
|
38 |
-
"CrossAttnUpBlock2D",
|
39 |
-
"CrossAttnUpBlock2D",
|
40 |
-
"CrossAttnUpBlock2D"
|
41 |
-
],
|
42 |
-
"upcast_attention": false,
|
43 |
-
"use_linear_projection": false
|
44 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/unet/diffusion_pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:58312f6797b586617f85dffe71ed0f069e7548444e48fc7fecb58122d2f0ce22
|
3 |
-
size 3438366373
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/vae/config.json
DELETED
@@ -1,29 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "AutoencoderKL",
|
3 |
-
"_diffusers_version": "0.12.0.dev0",
|
4 |
-
"act_fn": "silu",
|
5 |
-
"block_out_channels": [
|
6 |
-
128,
|
7 |
-
256,
|
8 |
-
512,
|
9 |
-
512
|
10 |
-
],
|
11 |
-
"down_block_types": [
|
12 |
-
"DownEncoderBlock2D",
|
13 |
-
"DownEncoderBlock2D",
|
14 |
-
"DownEncoderBlock2D",
|
15 |
-
"DownEncoderBlock2D"
|
16 |
-
],
|
17 |
-
"in_channels": 3,
|
18 |
-
"latent_channels": 4,
|
19 |
-
"layers_per_block": 2,
|
20 |
-
"norm_num_groups": 32,
|
21 |
-
"out_channels": 3,
|
22 |
-
"sample_size": 512,
|
23 |
-
"up_block_types": [
|
24 |
-
"UpDecoderBlock2D",
|
25 |
-
"UpDecoderBlock2D",
|
26 |
-
"UpDecoderBlock2D",
|
27 |
-
"UpDecoderBlock2D"
|
28 |
-
]
|
29 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Diffusers/vae/diffusion_pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0872f21adb2bbd7cb72fff83c1800489124d798b433ce854fc8bd14ae3962be2
|
3 |
-
size 334711857
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_hard_pruned_fp16_with_VAE.ckpt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a19c77b34a6ab202062aa79bac31f906f69d1f1b8e862db2997cfc749f5db6dc
|
3 |
-
size 2132896554
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_hard_pruned_fp16_with_VAE.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cadf2c6654dd54dcfb1c8bb64f1e5c8150598292613b73258c8a69873b846fa3
|
3 |
-
size 2132626071
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_nsfw_pruned_fp16_with_VAE.ckpt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dce28483f1ecf78a052700508cf56cdb867445b3c874b304523497a456a6ce21
|
3 |
-
size 2132896554
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_nsfw_pruned_fp16_with_VAE.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e892703c61bf5b95b3962825b67d03a18298ac6c3d0757c77858e5717fdae6b5
|
3 |
-
size 2132626071
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_sfw_pruned_fp16_with_VAE.ckpt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ca75daac179d497e14bb487fcb97dfc3e0d8f6ff6525a3f170c779cd620f5c57
|
3 |
-
size 2132895419
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_sfw_pruned_fp16_with_VAE.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b644d850c95dd3b35dc8c4fbe51ab0ec1c93b6a6c1ee4f6a0ef2e78356779cee
|
3 |
-
size 2132626071
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/inpainting/AbyssOrangeMix2_hard_pruned_fp16_with_VAE-inpainting.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dd680bd77d553e095faf58ff8c12584efe2a9b844e18bcc6ba2a366b85caceb8
|
3 |
-
size 2132679994
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/inpainting/AbyssOrangeMix2_nsfw_pruned_fp16_with_VAE-inpainting.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6ed12340b8db355e71d952dfa305a7652954c5a7c7969f1e30743c09dc662ee7
|
3 |
-
size 2132679994
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix2/inpainting/AbyssOrangeMix2_sfw_pruned_fp16_with_VAE-inpainting.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a20ab97ff7585bfeb71682645f93cb37361288a2cdd9dd30b81d744d572b4a37
|
3 |
-
size 2132679994
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix3/AOM3A1B_orangemixs.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5493a0ec491f5961dbdc1c861404088a6ae9bd4007f6a3a7c5dee8789cdc1361
|
3 |
-
size 2132626071
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix3/AOM3A1_orangemixs.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f303d108122ddd43a34c160bd46dbb08cb0e088e979acda0bf168a7a1f5820e0
|
3 |
-
size 2132626071
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix3/AOM3A2_orangemixs.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:553398964f9277a104da840a930794ac5634fc442e6791e5d7e72b82b3bb88c3
|
3 |
-
size 2132626071
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix3/AOM3A3_orangemixs.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:eb4099ba9cd5e69ab526fca22a2e967f286f8512d9509b735c892fa6468767cf
|
3 |
-
size 2132626071
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix3/AOM3B2_orangemixs.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f553e7bde46cfe9b3ef1f31998703a640af7c047b65883996e44ac7156f8c1db
|
3 |
-
size 2132627010
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix3/AOM3B3_orangemixs.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b3f18d8ffd79c7afb96ef81904d974c0b642f25ebb1822266a0f7232cf917464
|
3 |
-
size 2132626090
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix3/AOM3B4_orangemixs.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b8d425c720e578f8b9a9140a25976518c17e102557e92c0ff5809e481eb47b38
|
3 |
-
size 2132626090
|
|
|
|
|
|
|
|
Models/AbyssOrangeMix3/AOM3_orangemixs.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d124fc18f0232d7f0a2a70358cdb1288af9e1ee8596200f50f0936be59514f6d
|
3 |
-
size 2132626071
|
|
|
|
|
|
|
|
Models/VividOrangeMix/VividOrangeMix.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ff4725f91c1d1a59c951ce0a42f126bf7f043f083f8cb88fc76905f3b7b9a2c6
|
3 |
-
size 2132626962
|
|
|
|
|
|
|
|
Models/VividOrangeMix/VividOrengeMix_Hard.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e61a62bf1499cfa208303354ade0e393bd000a4db87733c3193341392e5b39bb
|
3 |
-
size 2132627522
|
|
|
|
|
|
|
|
Models/VividOrangeMix/VividOrengeMix_NSFW.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:730dd31df757c612f88be3a67d6687407445e940844892d762d42d8a0156387a
|
3 |
-
size 2132627474
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
tags:
|
4 |
-
- stable-diffusion
|
5 |
-
- text-to-image
|
6 |
-
datasets: Nerfgun3/bad_prompt
|
7 |
---
|
8 |
|
9 |
|
@@ -12,122 +11,58 @@ datasets: Nerfgun3/bad_prompt
|
|
12 |
# OrangeMixs
|
13 |
|
14 |
"OrangeMixs" shares various Merge models that can be used with StableDiffusionWebui:Automatic1111 and others.
|
15 |
-
|
16 |
-
<img src="https://i.imgur.com/VZg0LqQ.png" width="1000" height="">
|
17 |
|
18 |
Maintain a repository for the following purposes.
|
19 |
|
20 |
1. to provide easy access to models commonly used in the Japanese community.The Wisdom of the Anons💎
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/img_general/img_orangemixs_infograph_4_comp001.webp "image_orangemixs_infographics_03")
|
26 |
-
<span style="font-size: 60%;">Hero image prompts(AOM3B2):https://majinai.art/ja/i/jhw20Z_</span>
|
27 |
-
|
28 |
-
----
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
## How to read this README
|
33 |
-
|
34 |
-
1. Read the ToC as release notes.
|
35 |
-
Sections are in descending order. The order within the section is ascending. It is written like SNS.
|
36 |
-
2. UPDATE NOTE
|
37 |
-
3. View the repository history when you need to check the full history.
|
38 |
-
|
39 |
-
## UPDATE NOTE
|
40 |
-
- 2023-02-27: Add AOM3A1B
|
41 |
-
- 2023-03-10: Model name fix
|
42 |
-
I found that I abbreviated the model name too much, so that when users see illustrations using OrangeMixs models on the web, they cannot reach them in their searches.
|
43 |
-
To make the specification more search engine friendly, I renamed it to "ModelName + (orangemixs)".
|
44 |
-
- 2023-03-11: Change model name : () to _
|
45 |
-
Changed to _ because an error occurs when using () in the Cloud environment(e.g.:paperspace).
|
46 |
-
"ModelName + _orangemixs"
|
47 |
-
- 2023-04-01: Added description of AOM3A1 cursed by Dreamlike
|
48 |
-
- 2023-06-27: Added AOM3B2. Removed Terms of Service.
|
49 |
-
- 2023-11-25: Add VividOrangeMix (nonlabel, NSFW, Hard)
|
50 |
-
- 2023-06-27: Added AOM3B2. Removed Terms of Service.
|
51 |
-
- 2023-11-25: Add VividOrangeMix (nonlabel, NSFW, Hard)
|
52 |
-
- 2024-01-07: Fix repo & Done upload VividOrangeMixs
|
53 |
-
|
54 |
-
----
|
55 |
-
|
56 |
-
# Gradio
|
57 |
-
|
58 |
-
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run OrangeMixs:
|
59 |
-
[![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/akhaliq/webui-orangemixs)
|
60 |
|
61 |
----
|
62 |
|
63 |
# Table of Contents
|
64 |
|
65 |
- [OrangeMixs](#orangemixs)
|
66 |
-
- [UPDATE NOTE / How to read this README](#update-note--how-to-read-this-readme)
|
67 |
-
- [How to read this README](#how-to-read-this-readme)
|
68 |
-
- [UPDATE NOTE](#update-note)
|
69 |
-
- [Gradio](#gradio)
|
70 |
- [Table of Contents](#table-of-contents)
|
71 |
- [Reference](#reference)
|
72 |
-
- [Licence](#licence)
|
73 |
-
- [~~Terms of use~~](#terms-of-use)
|
74 |
- [Disclaimer](#disclaimer)
|
75 |
- [How to download](#how-to-download)
|
76 |
- [Batch Download](#batch-download)
|
77 |
-
- [
|
78 |
-
- [Select and download](#select-and-download)
|
79 |
- [Model Detail \& Merge Recipes](#model-detail--merge-recipes)
|
80 |
-
- [
|
81 |
-
- [
|
82 |
-
- [
|
83 |
-
- [
|
84 |
-
- [
|
85 |
-
- [
|
86 |
-
|
87 |
-
|
88 |
-
- [
|
89 |
-
- [
|
90 |
-
|
91 |
-
- [
|
92 |
-
- [
|
93 |
-
- [
|
94 |
-
- [
|
95 |
-
- [AOM3B4](#aom3b4)
|
96 |
-
- [AOM3B3](#aom3b3-1)
|
97 |
-
- [AOM3B4](#aom3b4-1)
|
98 |
-
- [Description for enthusiast](#description-for-enthusiast)
|
99 |
-
- [AbyssOrangeMix2 (AOM2)](#abyssorangemix2-aom2)
|
100 |
-
- [AbyssOrangeMix2\_sfw (AOM2s)](#abyssorangemix2_sfw-aom2s)
|
101 |
-
- [AbyssOrangeMix2\_nsfw (AOM2n)](#abyssorangemix2_nsfw-aom2n)
|
102 |
-
- [AbyssOrangeMix2\_hard (AOM2h)](#abyssorangemix2_hard-aom2h)
|
103 |
-
- [EerieOrangeMix (EOM)](#eerieorangemix-eom)
|
104 |
-
- [EerieOrangeMix (EOM1)](#eerieorangemix-eom1)
|
105 |
-
- [EerieOrangeMix\_base (EOM1b)](#eerieorangemix_base-eom1b)
|
106 |
-
- [EerieOrangeMix\_Night (EOM1n)](#eerieorangemix_night-eom1n)
|
107 |
-
- [EerieOrangeMix\_half (EOM1h)](#eerieorangemix_half-eom1h)
|
108 |
-
- [EerieOrangeMix (EOM1)](#eerieorangemix-eom1-1)
|
109 |
-
- [EerieOrangeMix2 (EOM2)](#eerieorangemix2-eom2)
|
110 |
-
- [EerieOrangeMix2\_base (EOM2b)](#eerieorangemix2_base-eom2b)
|
111 |
-
- [EerieOrangeMix2\_night (EOM2n)](#eerieorangemix2_night-eom2n)
|
112 |
-
- [EerieOrangeMix2\_half (EOM2h)](#eerieorangemix2_half-eom2h)
|
113 |
-
- [EerieOrangeMix2 (EOM2)](#eerieorangemix2-eom2-1)
|
114 |
- [Models Comparison](#models-comparison)
|
115 |
-
- [AbyssOrangeMix
|
116 |
-
- [AbyssOrangeMix\_base
|
117 |
-
- [AbyssOrangeMix\_Night
|
118 |
-
- [AbyssOrangeMix\_half
|
119 |
-
- [AbyssOrangeMix
|
120 |
-
- [ElyOrangeMix
|
121 |
-
- [ElyOrangeMix
|
122 |
-
- [ElyOrangeMix\_half
|
123 |
-
- [ElyNightOrangeMix
|
124 |
-
- [BloodOrangeMix
|
125 |
-
- [BloodOrangeMix
|
126 |
-
- [BloodOrangeMix\_half
|
127 |
-
- [BloodNightOrangeMix
|
128 |
- [ElderOrangeMix](#elderorangemix)
|
129 |
- [Troubleshooting](#troubleshooting)
|
130 |
-
- [FAQ and Tips
|
131 |
|
132 |
|
133 |
|
@@ -138,31 +73,11 @@ We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Orange
|
|
138 |
+/hdg/ Stable Diffusion Models Cookbook - <https://rentry.org/hdgrecipes#g-anons-unnamed-mix-e93c3bf7>
|
139 |
Model names are named after Cookbook precedents🍊
|
140 |
|
141 |
-
# Licence
|
142 |
-
|
143 |
-
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage. The CreativeML OpenRAIL License specifies:
|
144 |
-
1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
|
145 |
-
2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
|
146 |
-
3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully) Please read the full license here :https://huggingface.co/spaces/CompVis/stable-diffusion-license
|
147 |
-
|
148 |
-
# ~~Terms of use~~
|
149 |
-
|
150 |
-
~~- **Clearly indicate where modifications have been made.**
|
151 |
-
If you used it for merging, please state what steps you took to do so.~~
|
152 |
-
|
153 |
-
Removed terms of use. 2023-06-28
|
154 |
-
Freedom. If you share your recipes, Marge swamp will be fun.
|
155 |
-
|
156 |
# Disclaimer
|
157 |
|
158 |
-
|
159 |
-
The
|
160 |
-
|
161 |
-
"when the use is for private use or research purposes; when the work is used as material for merchandising (however, this does not apply when the main use of the work is to be merchandised); when the work is used in criticism, commentary or news reporting; when the work is used as a parody or derivative work to demonstrate originality."
|
162 |
-
In these cases, use against the will of the copyright holder or use for unjustified gain should still be avoided, and if a complaint is lodged by the copyright holder, it is guaranteed that the publication will be stopped as soon as possible.
|
163 |
-
I would also like to note that I am aware of the fact that many of the merged models use NAI, which is learned from Danbooru and other sites that could be interpreted as illegal, and whose model data itself is also a leak, and that this should be watched carefully. I believe that the best we can do is to expand the possibilities of GenerativeAI while protecting the works of illustrators and artists.
|
164 |
-
</details>
|
165 |
-
|
166 |
|
167 |
----
|
168 |
|
@@ -170,8 +85,6 @@ I would also like to note that I am aware of the fact that many of the merged mo
|
|
170 |
|
171 |
## Batch Download
|
172 |
|
173 |
-
⚠Deprecated: Orange has grown too huge. Doing this will kill your storage.
|
174 |
-
|
175 |
1. install Git
|
176 |
2. create a folder of your choice and right click → "Git bash here" and open a gitbash on the folder's directory.
|
177 |
3. run the following commands in order.
|
@@ -183,644 +96,33 @@ git clone https://huggingface.co/WarriorMama777/OrangeMixs
|
|
183 |
|
184 |
4. complete
|
185 |
|
186 |
-
|
187 |
-
## Batch Download (Advanced)
|
188 |
-
|
189 |
-
Advanced: (When you want to download only selected directories, not the entire repository.)
|
190 |
-
|
191 |
-
<details>
|
192 |
-
<summary>Toggle: How to Batch Download (Advanced)</summary>
|
193 |
-
|
194 |
-
1. Run the command `git clone --filter=tree:0 --no-checkout https://huggingface.co/WarriorMama777/OrangeMixs` to clone the huggingface repository. By adding the `--filter=tree:0` and `--no-checkout` options, you can download only the file names without their contents.
|
195 |
-
```
|
196 |
-
git clone --filter=tree:0 --no-checkout https://huggingface.co/WarriorMama777/OrangeMixs
|
197 |
-
```
|
198 |
-
|
199 |
-
2. Move to the cloned directory with the command `cd OrangeMixs`.
|
200 |
-
```
|
201 |
-
cd OrangeMixs
|
202 |
-
```
|
203 |
-
|
204 |
-
3. Enable sparse-checkout mode with the command `git sparse-checkout init --cone`. By adding the `--cone` option, you can achieve faster performance.
|
205 |
-
```
|
206 |
-
git sparse-checkout init --cone
|
207 |
-
```
|
208 |
-
|
209 |
-
4. Specify the directory you want to get with the command `git sparse-checkout add <directory name>`. For example, if you want to get only the `Models/AbyssOrangeMix3` directory, enter `git sparse-checkout add Models/AbyssOrangeMix3`.
|
210 |
-
```
|
211 |
-
git sparse-checkout add Models/AbyssOrangeMix3
|
212 |
-
```
|
213 |
-
|
214 |
-
5. Download the contents of the specified directory with the command `git checkout main`.
|
215 |
-
```
|
216 |
-
git checkout main
|
217 |
-
```
|
218 |
-
|
219 |
-
This completes how to clone only a specific directory. If you want to add other directories, run `git sparse-checkout add <directory name>` again.
|
220 |
-
|
221 |
-
|
222 |
-
</details>
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
## Select and download
|
227 |
|
228 |
1. Go to the Files and vaersions tab.
|
229 |
2. select the model you want to download
|
230 |
3. download
|
231 |
4. complete
|
232 |
|
233 |
-
----
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
----
|
238 |
|
239 |
# Model Detail & Merge Recipes
|
240 |
|
241 |
-
|
242 |
-
|
243 |
-
## VividOrangeMix (VOM)
|
244 |
-
|
245 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/VOM/VOM_heroimage_02_comp002.webp "VividOrangeMix")
|
246 |
-
Prompt: https://majinai.art/ja/i/VZ9dNoI
|
247 |
-
|
248 |
-
Civitai: https://civitai.com/models/196585?modelVersionId=221033
|
249 |
-
|
250 |
-
2023-11-25
|
251 |
-
|
252 |
-
### VividOrangeMix
|
253 |
-
|
254 |
-
▼About
|
255 |
-
"VividOrangeMix is a StableDiffusion model created for fans seeking vivid, flat, anime-style illustrations. With rich, bold colors and flat shading, it embodies the style seen in anime and manga.”
|
256 |
-
One of the versions of OrangeMixs, AbyssOrangeMix1~3 (AOM), has improved the anatomical accuracy of the human body by merging photorealistic models, but I was dissatisfied with the too-realistic shapes and shadows.
|
257 |
-
VividOrangeMix is a model that has been adjusted to solve this problem.
|
258 |
-
|
259 |
-
▼Sample Gallery
|
260 |
-
Default
|
261 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/VOM/2023-11-14_VividOrangeMixSample_default_big_v2.1.webp "VividOrangeMixSampleGallery_default")
|
262 |
-
LoRA
|
263 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/VOM/2023-11-14_VividOrangeMixSample_LoRA_med_v2.webp "VividOrangeMixSampleGallery_LoRA")
|
264 |
-
|
265 |
-
|
266 |
-
### VividOrangeMix_NSFW / Hard
|
267 |
-
|
268 |
-
▼About
|
269 |
-
VividOrangeMix NSFW/Hard is, as before, a model that Merges elements of NAI and Gape by U-Net Blocks Weight method.
|
270 |
-
As of AOM3, elements of these models should be included, but when I simply merged other models, the elements of the old merge seem to gradually fade away. Also, by merging U-Net Blocks Weight, it is now possible to merge without affecting the design to some extent, but some changes are unavoidable, so I decided to upload it separately as before. .
|
271 |
-
|
272 |
-
▼Sample Gallery
|
273 |
-
|
274 |
-
←NSFW | Hard→
|
275 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/VOM/2023-11-27_VividOrangeMixSample_NSFWandHard.webp "VividOrangeMixSampleGallery_LoRA")
|
276 |
-
|
277 |
-
|
278 |
-
___
|
279 |
-
### Instructions
|
280 |
-
|
281 |
-
▼Tool
|
282 |
-
- https://github.com/hako-mikan/sd-webui-supermerger/
|
283 |
-
|
284 |
-
___
|
285 |
-
|
286 |
-
▼VividOrangeMix
|
287 |
-
|
288 |
-
STEP: 1 | Base model create
|
289 |
-
|
290 |
-
[GO TO AOM3B4 Instructions↓](#AOM3B4)
|
291 |
-
|
292 |
-
STEP: 2 | Model merge
|
293 |
-
|
294 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
295 |
-
| --- | --- | --- | --- | --- | --- |
|
296 |
-
| AOM3B4 | Animelike_2D_Pruend_fp16 | | sum @ 0.3 | | VividOrangeMix |
|
297 |
-
|
298 |
-
___
|
299 |
-
|
300 |
-
▼VividOrangeMix_NSFW
|
301 |
-
|
302 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
303 |
-
| --- | --- | --- | --- | --- | --- |
|
304 |
-
| VividOrangeMix | NAI full | NAI sfw | Add Difference @ 1.0 | 0,0.25,0.25,0.25,0.25,0.25,0,0,0,0,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.2,0.25,0.25,0.25,0.25,0,0 | VividOrangeMix_NSFW |
|
305 |
-
|
306 |
-
___
|
307 |
-
|
308 |
-
▼VividOrangeMix_Hard
|
309 |
-
|
310 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
311 |
-
| --- | --- | --- | --- | --- | --- |
|
312 |
-
| VividOrangeMix_NSFW | gape60 | NAI full | Add Difference @ 1.0 | 0.0,0.25,0.25,0.25,0.25,0.25,0.0,0.0,0.0,0.0,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.0,0.0 | VividOrangeMix_Hard |
|
313 |
-
|
314 |
-
____
|
315 |
-
|
316 |
-
## AbyssOrangeMix3 (AOM3)
|
317 |
-
|
318 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/AOM3/AOM3_G_Top_comp001.webp "")
|
319 |
-
|
320 |
-
――Everyone has different “ABYSS”!
|
321 |
-
|
322 |
-
▼About
|
323 |
-
|
324 |
-
The main model, "AOM3 (AbyssOrangeMix3)", is a purely upgraded model that improves on the problems of the previous version, "AOM2". "AOM3" can generate illustrations with very realistic textures and can generate a wide variety of content. There are also three variant models based on the AOM3 that have been adjusted to a unique illustration style. These models will help you to express your ideas more clearly.
|
325 |
-
|
326 |
-
▼Links
|
327 |
-
|
328 |
-
- [⚠NSFW] Civitai: AbyssOrangeMix3 (AOM3) | Stable Diffusion Checkpoint | https://civitai.com/models/9942/abyssorangemix3-aom3
|
329 |
-
|
330 |
-
|
331 |
-
### About
|
332 |
-
|
333 |
-
Features: high-quality, realistic textured illustrations can be generated.
|
334 |
-
There are two major changes from AOM2.
|
335 |
-
|
336 |
-
1: Models for NSFW such as _nsfw and _hard have been improved: the models after nsfw in AOM2 generated creepy realistic faces, muscles and ribs when using Hires.fix, even though they were animated characters. These have all been improved in AOM3.
|
337 |
-
|
338 |
-
e.g.: explanatory diagram by MEME : [GO TO MEME ZONE↓](#MEME_realface)
|
339 |
-
|
340 |
-
2: sfw/nsfw merged into one model. Originally, nsfw models were separated because adding NSFW content (models like NAI and gape) would change the face and cause the aforementioned problems. Now that those have been improved, the models can be packed into one.
|
341 |
-
In addition, thanks to excellent extensions such as [ModelToolkit](https://github.com/arenatemp/stable-diffusion-webui-model-toolkit
|
342 |
-
), the model file size could be reduced (1.98 GB per model).
|
343 |
-
|
344 |
-
|
345 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/AOM3/AOM3_G_Full_2_comp002.webp "")
|
346 |
-
|
347 |
-
|
348 |
-
### More feature
|
349 |
-
In addition, these U-Net Blocks Weight Merge models take numerous steps but are carefully merged to ensure that mutual content is not overwritten.
|
350 |
-
|
351 |
-
(Of course, all models allow full control over adult content.)
|
352 |
-
- 🔐 When generating illustrations for the general public: write "nsfw" in the negative prompt field
|
353 |
-
- 🔞 ~~When generating adult illustrations: "nsfw" in the positive prompt field~~ -> It can be generated without putting it in. If you include it, the atmosphere will be more NSFW.
|
354 |
-
|
355 |
-
### Variations / Sample Gallery
|
356 |
-
🚧Editing🚧
|
357 |
-
|
358 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/AOM3/AOM3_G_Art_comp003.webp "")
|
359 |
-
|
360 |
-
|
361 |
-
#### AOM3
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
▼AOM3
|
368 |
-
![](https://github.com/WarriorMama777/imgup/raw/2c840982550fab41f45ba4b5aedbd3d84ddf2390/img/AOM3/img_sanmples_AOM3_01_comp001.webp "OrangeMixs_img_sanmples_AOM3_01_comp001")
|
369 |
-
|
370 |
-
<span style="font-size: 60%;">(Actually, this gallery doesn't make much sense since AOM3 is mainly an improvement of the NSFW part 😂 ...But we can confirm that the picture is not much different from AOM2sfw.)</span>
|
371 |
-
|
372 |
-
#### AOM3A1
|
373 |
-
|
374 |
-
⛔Only this model (AOM3A1) includes ChilloutMix. The curse of the DreamLike license. In other words, only AOM3A1 is not available for commercial use. I recommend AOM3A1B instead.⛔
|
375 |
-
[GO TO MEME ZONE↓](#MEME_AOM3A1)
|
376 |
-
|
377 |
-
Features: Anime like illustrations with flat paint. Cute enough as it is, but I really like to apply LoRA of anime characters to this model to generate high quality anime illustrations like a frame from a theatre version.
|
378 |
-
|
379 |
-
▼A1
|
380 |
-
|
381 |
-
![](https://github.com/WarriorMama777/imgup/raw/33d21cd31e35ae6b7593e7f6dd913f5f71ddef4e/img/AOM3/img_sanmples_AOMA1_3.0_comp001.webp "OrangeMixs_img_sanmples_AOMA1_3.0_comp001")
|
382 |
-
|
383 |
-
|
384 |
-
<details>
|
385 |
-
<summary>©</summary>
|
386 |
-
(1)©Yurucamp: Inuyama Aoi, (2)©The Quintessential Quintuplets: Nakano Yotsuba, (3)©Sailor Moon: Mizuno Ami/SailorMercury
|
387 |
-
</details>
|
388 |
-
|
389 |
-
#### AOM3A2
|
390 |
-
🚧Editing🚧
|
391 |
-
Features: Oil paintings like style artistic illustrations and stylish background depictions. In fact, this is mostly due to the work of Counterfeit 2.5, but the textures are more realistic thanks to the U-Net Blocks Weight Merge.
|
392 |
-
|
393 |
-
#### AOM3A3
|
394 |
-
🚧Editing🚧
|
395 |
-
Features: Midpoint of artistic and kawaii. the model has been tuned to combine realistic textures, a artistic style that also feels like an oil colour style, and a cute anime-style face. Can be used to create a wide range of illustrations.
|
396 |
-
|
397 |
-
#### AOM3A1B
|
398 |
-
|
399 |
-
AOM3A1B added. This model is my latest favorite. I recommend it for its moderate realism, moderate brush touch, and moderate LoRA conformity.
|
400 |
-
The model was merged by mistakenly selecting 'Add sum' when 'Add differences' should have been selected in the ~~AOM3A3~~AOM3A2 recipe. It was an unintended merge, but we share it because the illustrations produced are consistently good results.
|
401 |
-
The model was merged by mistakenly selecting 'Add sum' when 'Add differences' should have been selected in the ~~AOM3A3~~AOM3A2 recipe. It was an unintended merge, but we share it because the illustrations produced are consistently good results.
|
402 |
-
In my review, this is an illustration style somewhere between AOM3A1 and A3.
|
403 |
-
|
404 |
-
▼A1B
|
405 |
-
|
406 |
-
![](https://github.com/WarriorMama777/imgup/raw/c66097319405d5373fab1cebec03c5c71427879c/img/AOM3/img_AOM3A1B_01_comp001.webp "orangemix_img_AOM3A1B_01_comp001.webp")
|
407 |
-
![](https://github.com/WarriorMama777/imgup/raw/3e060893c0fb2c80c6f3aedf63bf8d576c9a37fc/img/AOM3/img_samples_AOM3A1B_01_comp001.webp "orangemix_img_samples_AOM3A1B_01_comp001.webp")
|
408 |
-
- Meisho Doto (umamusume): https://civitai.com/models/11980/meisho-doto-umamusume
|
409 |
-
- Train and Girl: [JR East E235 series / train interior](https://civitai.com/models/9517/jr-east-e235-series-train-interior)
|
410 |
-
|
411 |
-
<details>
|
412 |
-
<summary>©</summary>
|
413 |
-
©umamusume: Meisho Doto, ©Girls und Panzer: Nishizumi Miho,©IDOLM@STER: Sagisawa Fumika
|
414 |
-
</details>
|
415 |
-
|
416 |
-
#### AOM3B2
|
417 |
-
my newest toy.
|
418 |
-
Just AOM3A1B + BreakdomainM21: 0.4
|
419 |
-
So this model is somewhat of a troll model.
|
420 |
-
I would like to create an improved DiffLoRAKit_v2 based on this.
|
421 |
-
Upload for access for research etc. 2023-06-27
|
422 |
-
|
423 |
-
![AOM3B2_orangemixs_sampleGallery](https://github.com/WarriorMama777/imgup/raw/main/img/AOM3/img_sanmples_AOM3B2_02_comp001.webp "AOM3B2_orangemixs_sampleGallery")
|
424 |
-
|
425 |
-
<details><summary>Sample image prompts</summary>
|
426 |
-
|
427 |
-
1. [Maid](https://majinai.art/ja/i/jhw20Z_)
|
428 |
-
2. Yotsuba: https://majinai.art/ja/i/f-O4wau
|
429 |
-
3. Inuko in cafe: https://majinai.art/ja/i/Cj-Ar9C
|
430 |
-
4. bathroom: https://majinai.art/ja/i/XiSj5K6
|
431 |
-
|
432 |
-
</details>
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
#### AOM3B3
|
438 |
-
|
439 |
-
2023-09-25
|
440 |
-
|
441 |
-
This is a derivative model of AOM3B2.
|
442 |
-
I merged some nice models and also merged some LoRAs to further adjust the color and painting style.
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
◆**Instructions:**
|
447 |
-
|
448 |
-
▼Tool
|
449 |
-
Supermerger
|
450 |
-
|
451 |
-
▼Model Merge
|
452 |
-
AOM3B2+Mixprov4+BreakdomainAnime
|
453 |
-
triple sum : 0.3, 0.3 | mode:normal
|
454 |
-
|
455 |
-
+
|
456 |
-
|
457 |
-
▼LoRA Merge
|
458 |
-
loraH(DiffLoRA)_FaceShadowTweaker_v1_dim4:-2,nijipretty_20230624235607:0.1,MatureFemale_epoch8:0.1,colorful_V1_lbw:0.5
|
459 |
-
|
460 |
-
|
461 |
-
#### AOM3B4
|
462 |
-
<a name="AOM3B4"></a>
|
463 |
-
▼About
|
464 |
-
Fix AOM3B3
|
465 |
-
|
466 |
-
▼**Instructions:**
|
467 |
-
|
468 |
-
|
469 |
-
USE: https://github.com/hako-mikan/sd-webui-supermerger/
|
470 |
-
|
471 |
-
STEP: 1 | Model merge
|
472 |
-
|
473 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
474 |
-
| --- | --- | --- | --- | --- | --- |
|
475 |
-
| AOM3B2 | Mixprov4 | BreakdomainAnime | triple sum @ 0.3, 0.3, mode:normal | | temp01 |
|
476 |
-
|
477 |
-
STEP: 2 | LoRA Merge
|
478 |
-
|
479 |
-
Color fix
|
480 |
-
|
481 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
482 |
-
| --- | --- | --- | --- | --- | --- |
|
483 |
-
| temp01 | colorful_V1_lbw | | sum @ 0.45 | | AOM3B4 |
|
484 |
-
|
485 |
-
|
486 |
-
⚓[GO TO VividOrangeMix Instructions↑](#VOM)
|
487 |
-
|
488 |
-
|
489 |
-
#### AOM3B3
|
490 |
-
|
491 |
-
2023-09-25
|
492 |
-
|
493 |
-
This is a derivative model of AOM3B2.
|
494 |
-
I merged some nice models and also merged some LoRAs to further adjust the color and painting style.
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
◆**Instructions:**
|
499 |
-
|
500 |
-
▼Tool
|
501 |
-
Supermerger
|
502 |
-
|
503 |
-
▼Model Merge
|
504 |
-
AOM3B2+Mixprov4+BreakdomainAnime
|
505 |
-
triple sum : 0.3, 0.3 | mode:normal
|
506 |
-
|
507 |
-
+
|
508 |
-
|
509 |
-
▼LoRA Merge
|
510 |
-
loraH(DiffLoRA)_FaceShadowTweaker_v1_dim4:-2,nijipretty_20230624235607:0.1,MatureFemale_epoch8:0.1,colorful_V1_lbw:0.5
|
511 |
-
|
512 |
-
|
513 |
-
#### AOM3B4
|
514 |
-
<a name="AOM3B4"></a>
|
515 |
-
▼About
|
516 |
-
Fix AOM3B3
|
517 |
-
|
518 |
-
▼**Instructions:**
|
519 |
-
|
520 |
-
|
521 |
-
USE: https://github.com/hako-mikan/sd-webui-supermerger/
|
522 |
-
|
523 |
-
STEP: 1 | Model merge
|
524 |
-
|
525 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
526 |
-
| --- | --- | --- | --- | --- | --- |
|
527 |
-
| AOM3B2 | Mixprov4 | BreakdomainAnime | triple sum @ 0.3, 0.3, mode:normal | | temp01 |
|
528 |
-
|
529 |
-
STEP: 2 | LoRA Merge
|
530 |
-
|
531 |
-
Color fix
|
532 |
-
|
533 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
534 |
-
| --- | --- | --- | --- | --- | --- |
|
535 |
-
| temp01 | colorful_V1_lbw | | sum @ 0.45 | | AOM3B4 |
|
536 |
-
|
537 |
-
|
538 |
-
⚓[GO TO VividOrangeMix Instructions↑](#VOM)
|
539 |
-
____
|
540 |
-
### Description for enthusiast
|
541 |
-
|
542 |
-
AOM3 was created with a focus on improving the nsfw version of AOM2, as mentioned above.The AOM3 is a merge of the following two models into AOM2sfw using U-Net Blocks Weight Merge, while extracting only the NSFW content part.
|
543 |
-
(1) NAI: trained in Danbooru
|
544 |
-
(2)gape: Finetune model of NAI trained on Danbooru's very hardcore NSFW content.
|
545 |
-
In other words, if you are looking for something like AOM3sfw, it is AOM2sfw.The AOM3 was merged with the NSFW model while removing only the layers that have a negative impact on the face and body. However, the faces and compositions are not an exact match to AOM2sfw.AOM2sfw is sometimes superior when generating SFW content. I recommend choosing according to the intended use of the illustration.See below for a comparison between AOM2sfw and AOM3.
|
546 |
-
|
547 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/AOM3/img_modelComparison_AOM_comp001.webp "modelComparison_AOM")
|
548 |
-
|
549 |
-
|
550 |
-
▼A summary of the AOM3 work is as follows
|
551 |
-
|
552 |
-
1. investigated the impact of the NAI and gape layers as AOM2 _nsfw onwards is crap.
|
553 |
-
2. cut face layer: OUT04 because I want realistic faces to stop → Failed. No change.
|
554 |
-
3. gapeNAI layer investigation|
|
555 |
-
a. (IN05-08 (especially IN07) | Change the illustration significantly. Noise is applied, natural colours are lost, shadows die, and we can see that the IN deep layer is a layer of light and shade.
|
556 |
-
b. OUT03-05(?) | likely to be sexual section/NSFW layer.Cutting here will kill the NSFW.
|
557 |
-
c. OUT03,OUT04|NSFW effects are in(?). e.g.: spoken hearts, trembling, motion lines, etc...
|
558 |
-
d. OUT05|This is really an NSFW switch. All the "NSFW atmosphere" is in here. Facial expressions, Heavy breaths, etc...
|
559 |
-
e. OUT10-11|Paint layer. Does not affect detail, but does have an extensive impact.
|
560 |
-
1. (mass production of rubbish from here...)
|
561 |
-
2. cut IN05-08 and merge NAIgape with flat parameters → avoided creepy muscles and real faces. Also, merging NSFW models stronger has less impact.
|
562 |
-
3. so, cut IN05-08, OUT10-11 and merge NAI+gape with all others 0.5.
|
563 |
-
4. → AOM3
|
564 |
-
AOM3 roughly looks like this
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
----
|
569 |
-
|
570 |
-
▼How to use
|
571 |
-
|
572 |
-
- Prompts
|
573 |
-
- Negative prompts is As simple as possible is good.
|
574 |
-
(worst quality, low quality:1.4)
|
575 |
-
- Using "3D" as a negative will result in a rough sketch style at the "sketch" level. Use with caution as it is a very strong prompt.
|
576 |
-
- How to avoid Real Face
|
577 |
-
(realistic, lip, nose, tooth, rouge, lipstick, eyeshadow:1.0), (abs, muscular, rib:1.0),
|
578 |
-
- How to avoid Bokeh
|
579 |
-
(depth of field, bokeh, blurry:1.4)
|
580 |
-
- How to remove mosaic: `(censored, mosaic censoring, bar censor, convenient censoring, pointless censoring:1.0),`
|
581 |
-
- How to remove blush: `(blush, embarrassed, nose blush, light blush, full-face blush:1.4), `
|
582 |
-
- How to remove NSFW effects: `(trembling, motion lines, motion blur, emphasis lines:1.2),`
|
583 |
-
- 🔰Basic negative prompts sample for Anime girl ↓
|
584 |
-
- v1
|
585 |
-
`nsfw, (worst quality, low quality:1.4), (realistic, lip, nose, tooth, rouge, lipstick, eyeshadow:1.0), (dusty sunbeams:1.0),, (abs, muscular, rib:1.0), (depth of field, bokeh, blurry:1.4),(motion lines, motion blur:1.4), (greyscale, monochrome:1.0), text, title, logo, signature`
|
586 |
-
- v2
|
587 |
-
`nsfw, (worst quality, low quality:1.4), (lip, nose, tooth, rouge, lipstick, eyeshadow:1.4), (blush:1.2), (jpeg artifacts:1.4), (depth of field, bokeh, blurry, film grain, chromatic aberration, lens flare:1.0), (1boy, abs, muscular, rib:1.0), greyscale, monochrome, dusty sunbeams, trembling, motion lines, motion blur, emphasis lines, text, title, logo, signature, `
|
588 |
-
- Sampler: ~~“DPM++ SDE Karras” is good~~ Take your pick
|
589 |
-
- Steps:
|
590 |
-
- DPM++ SDE Karras: Test: 12~ ,illustration: 20~
|
591 |
-
- DPM++ 2M Karras: Test: 20~ ,illustration: 28~
|
592 |
-
- Clipskip: 1 or 2
|
593 |
-
- CFG: 8 (6~12)
|
594 |
-
- Upscaler :
|
595 |
-
- Detailed illust → Latenet (nearest-exact)
|
596 |
-
Denoise strength: 0.5 (0.5~0.6)
|
597 |
-
- Simple upscale: Swin IR, ESRGAN, Remacri etc…
|
598 |
-
Denoise strength: Can be set low. (0.35~0.6)
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
---
|
603 |
-
|
604 |
-
👩🍳Model details / Recipe
|
605 |
-
|
606 |
-
▼Hash(SHA256)
|
607 |
-
▼Hash(SHA256)
|
608 |
-
|
609 |
-
- AOM3.safetensors
|
610 |
-
D124FC18F0232D7F0A2A70358CDB1288AF9E1EE8596200F50F0936BE59514F6D
|
611 |
-
- AOM3A1.safetensors
|
612 |
-
F303D108122DDD43A34C160BD46DBB08CB0E088E979ACDA0BF168A7A1F5820E0
|
613 |
-
- AOM3A2.safetensors
|
614 |
-
553398964F9277A104DA840A930794AC5634FC442E6791E5D7E72B82B3BB88C3
|
615 |
-
- AOM3A3.safetensors
|
616 |
-
EB4099BA9CD5E69AB526FCA22A2E967F286F8512D9509B735C892FA6468767CF
|
617 |
-
- AOM3A1B.safetensors
|
618 |
-
5493A0EC491F5961DBDC1C861404088A6AE9BD4007F6A3A7C5DEE8789CDC1361
|
619 |
-
- AOM3B2.safetensors
|
620 |
-
F553E7BDE46CFE9B3EF1F31998703A640AF7C047B65883996E44AC7156F8C1DB
|
621 |
-
|
622 |
-
- AOM3A1B.safetensors
|
623 |
-
5493A0EC491F5961DBDC1C861404088A6AE9BD4007F6A3A7C5DEE8789CDC1361
|
624 |
-
- AOM3B2.safetensors
|
625 |
-
F553E7BDE46CFE9B3EF1F31998703A640AF7C047B65883996E44AC7156F8C1DB
|
626 |
-
|
627 |
-
|
628 |
-
▼Use Models
|
629 |
-
|
630 |
-
1. AOM2sfw
|
631 |
-
「038ba203d8ba3c8af24f14e01fbb870c85bbb8d4b6d9520804828f4193d12ce9」
|
632 |
-
1. AnythingV3.0 huggingface pruned
|
633 |
-
[2700c435]「543bcbc21294831c6245cd74c8a7707761e28812c690f946cb81fef930d54b5e」
|
634 |
-
1. NovelAI animefull-final-pruned
|
635 |
-
[925997e9]「89d59c3dde4c56c6d5c41da34cc55ce479d93b4007046980934b14db71bdb2a8」
|
636 |
-
1. NovelAI sfw
|
637 |
-
[1d4a34af]「22fa233c2dfd7748d534be603345cb9abf994a23244dfdfc1013f4f90322feca」
|
638 |
-
1. Gape60
|
639 |
-
[25396b85]「893cca5903ccd0519876f58f4bc188dd8fcc5beb8a69c1a3f1a5fe314bb573f5」
|
640 |
-
1. BasilMix
|
641 |
-
「bbf07e3a1c3482c138d096f7dcdb4581a2aa573b74a68ba0906c7b657942f1c2」
|
642 |
-
1. chilloutmix_fp16.safetensors
|
643 |
-
「4b3bf0860b7f372481d0b6ac306fed43b0635caf8aa788e28b32377675ce7630」
|
644 |
-
1. Counterfeit-V2.5_fp16.safetensors
|
645 |
-
「71e703a0fca0e284dd9868bca3ce63c64084db1f0d68835f0a31e1f4e5b7cca6」
|
646 |
-
1. kenshi_01_fp16.safetensors
|
647 |
-
「3b3982f3aaeaa8af3639a19001067905e146179b6cddf2e3b34a474a0acae7fa」
|
648 |
-
|
649 |
-
----
|
650 |
-
|
651 |
-
▼AOM3
|
652 |
-
|
653 |
-
◆**Instructions:**
|
654 |
-
◆**Instructions:**
|
655 |
-
|
656 |
-
Tool: SuperMerger
|
657 |
-
|
658 |
-
USE: https://github.com/hako-mikan/sd-webui-supermerger/
|
659 |
-
Tool: SuperMerger
|
660 |
-
|
661 |
-
USE: https://github.com/hako-mikan/sd-webui-supermerger/
|
662 |
-
|
663 |
-
(This extension is really great. It turns a month's work into an hour. Thank you)
|
664 |
-
|
665 |
-
STEP: 1 | BWM : NAI - NAIsfw & gape - NAI
|
666 |
-
|
667 |
-
CUT: IN05-IN08, OUT10-11
|
668 |
-
|
669 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
670 |
-
| --- | --- | --- | --- | --- | --- |
|
671 |
-
| AOM2sfw | NAI full | NAI sfw | Add Difference @ 1.0 | 0,0.5,0.5,0.5,0.5,0.5,0,0,0,0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0,0 | temp01 |
|
672 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
673 |
-
| --- | --- | --- | --- | --- | --- |
|
674 |
-
| AOM2sfw | NAI full | NAI sfw | Add Difference @ 1.0 | 0,0.5,0.5,0.5,0.5,0.5,0,0,0,0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0,0 | temp01 |
|
675 |
-
|
676 |
-
CUT: IN05-IN08, OUT10-11
|
677 |
-
|
678 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
679 |
-
| --- | --- | --- | --- | --- | --- |
|
680 |
-
| temp01 | gape60 | NAI full | Add Difference @ 1.0 | 0,0.5,0.5,0.5,0.5,0.5,0,0,0,0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0,0 | AOM3 |
|
681 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
682 |
-
| --- | --- | --- | --- | --- | --- |
|
683 |
-
| temp01 | gape60 | NAI full | Add Difference @ 1.0 | 0,0.5,0.5,0.5,0.5,0.5,0,0,0,0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0,0 | AOM3 |
|
684 |
-
|
685 |
-
▼AOM3A1
|
686 |
-
|
687 |
-
◆**Instructions:**
|
688 |
-
|
689 |
-
Tool: SuperMerger
|
690 |
-
◆**Instructions:**
|
691 |
-
|
692 |
-
Tool: SuperMerger
|
693 |
-
|
694 |
-
STEP: 1 | Change the base photorealistic model of AOM3 from BasilMix to Chilloutmix.
|
695 |
-
|
696 |
-
Change the photorealistic model from BasilMix to Chilloutmix and proceed to gapeNAI merge.
|
697 |
-
|
698 |
-
STEP: 2 |
|
699 |
-
|
700 |
-
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
701 |
-
| --- | --- | --- | --- | --- | --- |
|
702 |
-
| 1 | SUM @ 0.5 | Counterfeit2.5 | Kenshi | | Counterfeit+Kenshi |
|
703 |
-
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
704 |
-
| --- | --- | --- | --- | --- | --- |
|
705 |
-
| 1 | SUM @ 0.5 | Counterfeit2.5 | Kenshi | | Counterfeit+Kenshi |
|
706 |
-
|
707 |
-
STEP: 3 |
|
708 |
-
|
709 |
-
CUT: BASE0, IN00-IN08:0, IN10:0.1, OUT03-04-05:0, OUT08:0.2
|
710 |
-
|
711 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
712 |
-
| --- | --- | --- | --- | --- | --- |
|
713 |
-
| AOM3 | Counterfeit+Kenshi | | Add SUM @ 1.0 | 0,0,0,0,0,0,0,0,0,0.3,0.1,0.3,0.3,0.3,0.2,0.1,0,0,0,0.3,0.3,0.2,0.3,0.4,0.5 | AOM3A1 |
|
714 |
-
|
715 |
-
▼AOM3A1
|
716 |
-
⛔Only this model (AOM3A1) includes ChilloutMix (=The curse of DreamLike).Commercial use is not available.
|
717 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
718 |
-
| --- | --- | --- | --- | --- | --- |
|
719 |
-
| AOM3 | Counterfeit+Kenshi | | Add SUM @ 1.0 | 0,0,0,0,0,0,0,0,0,0.3,0.1,0.3,0.3,0.3,0.2,0.1,0,0,0,0.3,0.3,0.2,0.3,0.4,0.5 | AOM3A1 |
|
720 |
-
|
721 |
-
▼AOM3A1
|
722 |
-
⛔Only this model (AOM3A1) includes ChilloutMix (=The curse of DreamLike).Commercial use is not available.
|
723 |
-
|
724 |
-
▼AOM3A2
|
725 |
-
|
726 |
-
◆?
|
727 |
-
◆?
|
728 |
-
|
729 |
-
CUT: BASE0, IN05:0.3、IN06-IN08:0, IN10:0.1, OUT03:0, OUT04:0.3, OUT05:0, OUT08:0.2
|
730 |
-
|
731 |
-
◆**Instructions:**
|
732 |
-
◆**Instructions:**
|
733 |
-
|
734 |
-
Tool: SuperMerger
|
735 |
-
Tool: SuperMerger
|
736 |
-
|
737 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
738 |
-
| --- | --- | --- | --- | --- | --- |
|
739 |
-
| AOM3 | Counterfeit2.5 | nai | Add Difference @ 1.0 | 0,1,1,1,1,1,0.3,0,0,0,1,0.1,1,1,1,1,1,0,1,0,1,1,0.2,1,1,1 | AOM3A2 |
|
740 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
741 |
-
| --- | --- | --- | --- | --- | --- |
|
742 |
-
| AOM3 | Counterfeit2.5 | nai | Add Difference @ 1.0 | 0,1,1,1,1,1,0.3,0,0,0,1,0.1,1,1,1,1,1,0,1,0,1,1,0.2,1,1,1 | AOM3A2 |
|
743 |
-
|
744 |
-
◆AOM3A3
|
745 |
-
◆AOM3A3
|
746 |
-
|
747 |
-
CUT : BASE0, IN05-IN08:0, IN10:0.1, OUT03:0.5, OUT04-05:0.1, OUT08:0.2
|
748 |
-
|
749 |
-
Tool: SuperMerger
|
750 |
-
|
751 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
752 |
-
| --- | --- | --- | --- | --- | --- |
|
753 |
-
| AOM3 | Counterfeit2.5 | nai | Add Difference @ 1.0 | 0,0.6,0.6,0.6,0.6,0.6,0,0,0,0,0.6,0.1,0.6,0.6,0.6,0.6,0.6,0.5,0.1,0.1,0.6,0.6,0.2,0.6,0.6,0.6 | AOM3A3 |
|
754 |
-
|
755 |
-
▼AOM3A1B
|
756 |
-
|
757 |
-
◆**Instructions:**
|
758 |
-
|
759 |
-
Tool: SuperMerge
|
760 |
-
|
761 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
762 |
-
| --- | --- | --- | --- | --- | --- |
|
763 |
-
| AOM3 | Counterfeit2.5 | | Add Sum @ 1.0 | 0,1,1,1,1,1,0.3,0,0,0,1,0.1,1,1,1,1,1,0,1,0,1,1,0.2,1,1,1 | AOM3A1B |
|
764 |
-
|
765 |
-
▼AOM3B2
|
766 |
-
|
767 |
-
◆**Instructions:**
|
768 |
-
|
769 |
-
Tool: Checkpoint Merger
|
770 |
-
|
771 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
772 |
-
| --- | --- | --- | --- | --- | --- |
|
773 |
-
| AOM3A1B | Breakdomain m21_fp16 | | Add Sum | 0.4 | AOM3B2 |
|
774 |
-
|
775 |
-
Tool: SuperMerger
|
776 |
-
|
777 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
778 |
-
| --- | --- | --- | --- | --- | --- |
|
779 |
-
| AOM3 | Counterfeit2.5 | nai | Add Difference @ 1.0 | 0,0.6,0.6,0.6,0.6,0.6,0,0,0,0,0.6,0.1,0.6,0.6,0.6,0.6,0.6,0.5,0.1,0.1,0.6,0.6,0.2,0.6,0.6,0.6 | AOM3A3 |
|
780 |
-
|
781 |
-
▼AOM3A1B
|
782 |
-
|
783 |
-
◆**Instructions:**
|
784 |
-
|
785 |
-
Tool: SuperMerge
|
786 |
-
|
787 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
788 |
-
| --- | --- | --- | --- | --- | --- |
|
789 |
-
| AOM3 | Counterfeit2.5 | | Add Sum @ 1.0 | 0,1,1,1,1,1,0.3,0,0,0,1,0.1,1,1,1,1,1,0,1,0,1,1,0.2,1,1,1 | AOM3A1B |
|
790 |
-
|
791 |
-
▼AOM3B2
|
792 |
-
|
793 |
-
◆**Instructions:**
|
794 |
-
|
795 |
-
Tool: Checkpoint Merger
|
796 |
-
|
797 |
-
| Model: A | Model: B | Model: C | Interpolation Method | Weight | Merge Name |
|
798 |
-
| --- | --- | --- | --- | --- | --- |
|
799 |
-
| AOM3A1B | Breakdomain m21_fp16 | | Add Sum | 0.4 | AOM3B2 |
|
800 |
-
|
801 |
-
|
802 |
-
----
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
## AbyssOrangeMix2 (AOM2)
|
807 |
|
808 |
――Creating the next generation of illustration with “Abyss”!
|
809 |
|
810 |
-
<img src="https://github.com/WarriorMama777/imgup/
|
811 |
|
812 |
Prompt: [https://majinai.art/ja/i/nxpKRpw](https://majinai.art/ja/i/nxpKRpw)
|
813 |
|
|
|
814 |
▼About
|
815 |
|
816 |
-
AbyssOrangeMix2
|
817 |
It can generate elaborate and detailed illustrations that cannot be drawn by hand. It can also be used for a variety of purposes, making it extremely useful for design and artwork.
|
818 |
Furthermore, it provides an unparalleled new means of expression.
|
819 |
It can generate illustrations in a variety of genres to meet a wide range of needs. I encourage you to use "Abyss" to make your designs and artwork richer and of higher quality.
|
820 |
|
821 |
-
<img src="https://github.com/WarriorMama777/imgup/raw/main/img/AbyssOrangeMix2/UBM_ON_OFF_4_comp001.webp" width="" height="" alt=”UBM_ON_OFF_4_comp001.webp”>
|
822 |
-
※nvidia joke.
|
823 |
-
|
824 |
▼Description for engineers/enthusiasts
|
825 |
|
826 |
The merged model was formulated using an extension such as sdweb-merge-block-weighted-gui, which merges models at separate rates for each of the 25 U-Net blocks (input, intermediate, and output).
|
@@ -837,11 +139,11 @@ Also, the unnatural bokeh that sometimes occurred in the previous version may ha
|
|
837 |
2.Added IN deep layers (IN06-11) to the layer merging from the realistic model (BasilMix).
|
838 |
|
839 |
It is said that the IN deep layer (IN06-11) is the layer that determines composition, etc., but perhaps light, reflections, skin texture, etc., may also be involved.
|
840 |
-
It is like "Global Illumination"
|
841 |
|
842 |
-
<img src="https://github.com/WarriorMama777/imgup/
|
843 |
|
844 |
-
※This does not fundamentally improve the fingers
|
845 |
About 30-50% chance of generating correct fingers(?). Abyss is deep.
|
846 |
|
847 |
▼Sample Gallery
|
@@ -856,12 +158,12 @@ https://seesaawiki.jp/nai_ch/d/AI%a4%f2%b3%e8%cd%d1%a4%b7%a4%bf%a5%d7%a5%ed%a5%f
|
|
856 |
|
857 |
The images thus generated, strangely enough, look like MidJourney or Nijijourney illustrations. Perhaps they are passing user prompts through GPT or something else before passing them on to the image AI🤔
|
858 |
|
859 |
-
<img src="https://github.com/WarriorMama777/imgup/
|
860 |
|
861 |
<details>
|
862 |
<summary>▼READ MORE🖼</summary>
|
863 |
|
864 |
-
<img src="https://github.com/WarriorMama777/imgup/
|
865 |
|
866 |
▼All prompts to generate sample images
|
867 |
|
@@ -871,7 +173,7 @@ The images thus generated, strangely enough, look like MidJourney or Nijijourney
|
|
871 |
4. [Kemomimi Girl](https://majinai.art/ja/i/hrUSb31)
|
872 |
5. [Supermarket](https://majinai.art/ja/i/6Mf4bVK)
|
873 |
6. [Lunch Time](https://majinai.art/ja/i/YAgQ4On)
|
874 |
-
7. [Womens in the
|
875 |
8. [Pirate](https://majinai.art/ja/i/yEA3EZk)
|
876 |
9. [Japanese Girl](https://majinai.art/ja/i/x4G_B_e)
|
877 |
10. [Sweets Time](https://majinai.art/ja/i/vK_mkac)
|
@@ -883,7 +185,6 @@ The images thus generated, strangely enough, look like MidJourney or Nijijourney
|
|
883 |
|
884 |
▼How to use
|
885 |
|
886 |
-
- VAE: orangemix.vae.pt
|
887 |
- ~~Prompts can be long or short~~
|
888 |
As simple as possible is good. Do not add excessive detail prompts. Start with just this negative propmt.
|
889 |
(worst quality, low quality:1.4)
|
@@ -937,17 +238,17 @@ _half and non suffix →_hard: Gape merged models were given the suffix _hard.ga
|
|
937 |
1. BasilMix
|
938 |
「bbf07e3a1c3482c138d096f7dcdb4581a2aa573b74a68ba0906c7b657942f1c2」
|
939 |
|
940 |
-
### AbyssOrangeMix2_sfw
|
941 |
|
942 |
▼**Instructions:**
|
943 |
|
944 |
STEP: 1|Block Merge
|
945 |
|
946 |
-
| Model: A
|
947 |
-
|
|
948 |
-
| AnythingV3.0
|
949 |
|
950 |
-
### AbyssOrangeMix2_nsfw
|
951 |
|
952 |
▼?
|
953 |
|
@@ -955,36 +256,33 @@ JUST AbyssOrangeMix2_sfw+ (NAI-NAISFW) 0.3.
|
|
955 |
|
956 |
▼**Instructions:**
|
957 |
|
958 |
-
| Step | Interpolation Method | Primary Model
|
959 |
-
|
|
960 |
-
| 1
|
961 |
|
962 |
-
### AbyssOrangeMix2_hard
|
963 |
|
964 |
▼?
|
965 |
+Gape0.3 version AbyssOrangeMix2_nsfw.
|
966 |
|
967 |
▼Instructions
|
968 |
|
969 |
-
| Step | Interpolation Method | Primary Model
|
970 |
-
|
|
971 |
-
| 1
|
972 |
|
973 |
----
|
974 |
|
975 |
-
## EerieOrangeMix
|
976 |
|
977 |
EerieOrangeMix is the generic name for a U-Net Blocks Weight Merge Models based on Elysium(Anime V2).
|
978 |
Since there are infinite possibilities for U-Net Blocks Weight Merging, I plan to treat all Elysium-based models as a lineage of this model.
|
979 |
|
980 |
-
※This does not fundamentally improve the fingers
|
981 |
|
982 |
<img src="https://files.catbox.moe/yjnqna.webp" width="1000" height="" alt=”HeroImage_EerieOrangeMix_Designed_comp001” >
|
983 |
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
### EerieOrangeMix (EOM1)
|
988 |
|
989 |
▼?
|
990 |
|
@@ -1042,7 +340,6 @@ The AnythingModel is good at cute girls anyway, and no matter how hard I try, it
|
|
1042 |
|
1043 |
▼ How to use
|
1044 |
|
1045 |
-
- VAE: orangemix.vae.pt
|
1046 |
- As simple as possible is good. Do not add excessive detail prompts. Start with just this.
|
1047 |
(worst quality, low quality:1.4)
|
1048 |
- Sampler: “DPM++ SDE Karras” is good
|
@@ -1062,7 +359,7 @@ nsfw, (worst quality, low quality:1.3), (depth of field, blurry:1.2), (greyscale
|
|
1062 |
|
1063 |
---
|
1064 |
|
1065 |
-
#### EerieOrangeMix_base
|
1066 |
|
1067 |
▼?
|
1068 |
Details are omitted since it is the same as AbyssOrangeMix.
|
@@ -1071,19 +368,19 @@ Details are omitted since it is the same as AbyssOrangeMix.
|
|
1071 |
|
1072 |
STEP: 1|Creation of photorealistic model for Merge
|
1073 |
|
1074 |
-
| Step | Interpolation Method | Primary Model
|
1075 |
-
|
|
1076 |
-
| 1
|
1077 |
|
1078 |
STEP: 2|Block Merge
|
1079 |
|
1080 |
Merge InstaF222
|
1081 |
|
1082 |
-
| Model: A
|
1083 |
-
|
|
1084 |
-
|
|
1085 |
|
1086 |
-
#### EerieOrangeMix_Night
|
1087 |
|
1088 |
▼?
|
1089 |
|
@@ -1091,32 +388,32 @@ JUST EerieOrangeMix_base+ (NAI-NAISFW) 0.3.
|
|
1091 |
|
1092 |
▼Instructions
|
1093 |
|
1094 |
-
| Step | Interpolation Method | Primary Model
|
1095 |
-
|
|
1096 |
-
| 1
|
1097 |
|
1098 |
-
#### EerieOrangeMix_half
|
1099 |
|
1100 |
▼?
|
1101 |
+Gape0.5 version EerieOrangeMix.
|
1102 |
|
1103 |
▼**Instructions:**
|
1104 |
|
1105 |
-
| Step | Interpolation Method | Primary Model
|
1106 |
-
|
|
1107 |
-
| 1
|
1108 |
|
1109 |
-
#### EerieOrangeMix
|
1110 |
|
1111 |
▼**Instructions:**
|
1112 |
|
1113 |
-
| Step | Interpolation Method | Primary Model
|
1114 |
-
|
|
1115 |
-
| 1
|
1116 |
|
1117 |
----
|
1118 |
|
1119 |
-
### EerieOrangeMix2
|
1120 |
|
1121 |
▼?
|
1122 |
|
@@ -1164,7 +461,7 @@ The model was created by adding the hierarchy responsible for detailing and pain
|
|
1164 |
8. ElysiumV1
|
1165 |
「abbb28cb5e70d3e0a635f241b8d61cefe42eb8f1be91fd1168bc3e52b0f09ae4」
|
1166 |
|
1167 |
-
#### EerieOrangeMix2_base
|
1168 |
|
1169 |
▼?
|
1170 |
|
@@ -1176,11 +473,11 @@ Merge ElysiumV1
|
|
1176 |
|
1177 |
The generated results do not change much with or without this process, but I wanted to incorporate Elysium's depiction, so I merged it.
|
1178 |
|
1179 |
-
| Model: A
|
1180 |
-
|
|
1181 |
-
| EerieOrangeMix_base | ElysiumV1 | 1,0.9,0.7,0.5,0.3,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.3,0.5,0.7,0.9,1 | 0
|
1182 |
|
1183 |
-
#### EerieOrangeMix2_night
|
1184 |
|
1185 |
▼?
|
1186 |
|
@@ -1188,28 +485,28 @@ JUST EerieOrangeMix2_base+ (NAI-NAISFW) 0.3.
|
|
1188 |
|
1189 |
▼Instructions
|
1190 |
|
1191 |
-
| Step | Interpolation Method | Primary Model
|
1192 |
-
|
|
1193 |
-
| 1
|
1194 |
|
1195 |
-
#### EerieOrangeMix2_half
|
1196 |
|
1197 |
▼?
|
1198 |
+Gape0.5 version EerieOrangeMix2.
|
1199 |
|
1200 |
▼Instructions
|
1201 |
|
1202 |
-
| Step | Interpolation Method | Primary Model
|
1203 |
-
|
|
1204 |
-
| 1
|
1205 |
|
1206 |
-
#### EerieOrangeMix2
|
1207 |
|
1208 |
▼**Instructions:**
|
1209 |
|
1210 |
-
| Step | Interpolation Method | Primary Model
|
1211 |
-
|
|
1212 |
-
| 1
|
1213 |
|
1214 |
### Models Comparison
|
1215 |
|
@@ -1221,7 +518,7 @@ JUST EerieOrangeMix2_base+ (NAI-NAISFW) 0.3.
|
|
1221 |
|
1222 |
----
|
1223 |
|
1224 |
-
## AbyssOrangeMix
|
1225 |
|
1226 |
――How can you guys take on such a deep swamp and get results?
|
1227 |
Is it something like "Made in Abyss"?
|
@@ -1229,7 +526,6 @@ By Anon, 115th thread
|
|
1229 |
|
1230 |
<img src="https://files.catbox.moe/wst1bp.webp" width="1000" height="">
|
1231 |
|
1232 |
-
|
1233 |
▼?
|
1234 |
|
1235 |
The merged model was formulated using an extension such as sdweb-merge-block-weighted-gui, which merges models at separate rates for each of the 25 U-Net blocks (input, intermediate, and output).
|
@@ -1269,7 +565,6 @@ Used embeddings: bad_prompt_version2 [afea]
|
|
1269 |
|
1270 |
▼How to use
|
1271 |
|
1272 |
-
- VAE: orangemix.vae.pt
|
1273 |
- ~~Prompts can be long or short~~
|
1274 |
As simple as possible is good. Do not add excessive detail prompts. Start with just this.
|
1275 |
(worst quality, low quality:1.4)
|
@@ -1317,20 +612,20 @@ bbd2621f3ec4fad707f75fc032a2c2602c296180a53ed3d9897d8ca7a01dd6ed
|
|
1317 |
|
1318 |
1. AnythingV3.0 huggingface pruned
|
1319 |
[2700c435]「543bcbc21294831c6245cd74c8a7707761e28812c690f946cb81fef930d54b5e」
|
1320 |
-
|
1321 |
[925997e9]「89d59c3dde4c56c6d5c41da34cc55ce479d93b4007046980934b14db71bdb2a8」
|
1322 |
-
|
1323 |
[1d4a34af]「22fa233c2dfd7748d534be603345cb9abf994a23244dfdfc1013f4f90322feca」
|
1324 |
-
|
1325 |
[25396b85]「893cca5903ccd0519876f58f4bc188dd8fcc5beb8a69c1a3f1a5fe314bb573f5」
|
1326 |
-
|
1327 |
[] 「8f1d325b194570754c6bd06cf1e90aa9219a7e732eb3d488fb52157e9451a2a5」
|
1328 |
-
|
1329 |
[] 「9e2c6ceff3f6d6f65c6fb0e10d8e69d772871813be647fd2ea5d06e00db33c1f」
|
1330 |
-
|
1331 |
[] 「e1441589a6f3c5a53f5f54d0975a18a7feb7cdf0b0dee276dfc3331ae376a053」
|
1332 |
|
1333 |
-
### AbyssOrangeMix_base
|
1334 |
|
1335 |
▼?
|
1336 |
|
@@ -1340,17 +635,17 @@ The basic trick for this merged model is to incorporate a model that has learned
|
|
1340 |
|
1341 |
STEP: 1|Creation of photorealistic model for Merge
|
1342 |
|
1343 |
-
| Step | Interpolation Method | Primary Model
|
1344 |
-
|
|
1345 |
-
| 1
|
1346 |
|
1347 |
STEP: 2|Block Merge
|
1348 |
|
1349 |
-
| Model: A
|
1350 |
-
|
|
1351 |
-
| AnythingV3.0
|
1352 |
|
1353 |
-
### AbyssOrangeMix_Night
|
1354 |
|
1355 |
▼?
|
1356 |
|
@@ -1358,32 +653,32 @@ JUST AbyssOrangeMix_base+ (NAI-NAISFW) 0.3.
|
|
1358 |
|
1359 |
▼**Instructions:**
|
1360 |
|
1361 |
-
| Step | Interpolation Method | Primary Model
|
1362 |
-
|
|
1363 |
-
| 1
|
1364 |
|
1365 |
-
### AbyssOrangeMix_half
|
1366 |
|
1367 |
▼?
|
1368 |
+Gape0.5 version AbyssOrangeMix.
|
1369 |
|
1370 |
▼**Instructions:**
|
1371 |
|
1372 |
-
| Step | Interpolation Method | Primary Model
|
1373 |
-
|
|
1374 |
-
| 1
|
1375 |
|
1376 |
-
### AbyssOrangeMix
|
1377 |
|
1378 |
▼**Instructions:**
|
1379 |
|
1380 |
-
| Step | Interpolation Method | Primary Model
|
1381 |
-
|
|
1382 |
-
| 1
|
1383 |
|
1384 |
----
|
1385 |
|
1386 |
-
## ElyOrangeMix
|
1387 |
|
1388 |
<img src="https://i.imgur.com/AInEXA5.jpg" width="1000" height="">
|
1389 |
|
@@ -1399,9 +694,6 @@ It can produce SFW, NSFW, and any other type of artwork, while retaining the Ely
|
|
1399 |
- _half : SFW ~ NSFW👄
|
1400 |
- unlabeled : SFW ~ HARDCORE ~🤯 ex)AbyssOrangeMix, BloodOrangeMix...etc
|
1401 |
|
1402 |
-
▼How to use
|
1403 |
-
- VAE: orangemix.vae.pt
|
1404 |
-
|
1405 |
▼Hash (SHA256)
|
1406 |
|
1407 |
- ElyOrangeMix [6b508e59]
|
@@ -1409,7 +701,7 @@ It can produce SFW, NSFW, and any other type of artwork, while retaining the Ely
|
|
1409 |
- ElyNightOrangeMix[6b508e59]
|
1410 |
|
1411 |
|
1412 |
-
### ElyOrangeMix
|
1413 |
|
1414 |
▼Use Models
|
1415 |
|
@@ -1420,14 +712,14 @@ It can produce SFW, NSFW, and any other type of artwork, while retaining the Ely
|
|
1420 |
|
1421 |
▼Instructions
|
1422 |
|
1423 |
-
| Step | Interpolation Method | Primary Model
|
1424 |
-
|
|
1425 |
-
| 1
|
1426 |
-
| 2
|
1427 |
|
1428 |
---
|
1429 |
|
1430 |
-
### ElyOrangeMix_half
|
1431 |
|
1432 |
▼?
|
1433 |
|
@@ -1442,14 +734,14 @@ It can produce SFW, NSFW, and any other type of artwork, while retaining the Ely
|
|
1442 |
|
1443 |
▼Instructions
|
1444 |
|
1445 |
-
| Step | Interpolation Method | Primary Model
|
1446 |
-
|
|
1447 |
-
| 1
|
1448 |
-
| 2
|
1449 |
|
1450 |
----
|
1451 |
|
1452 |
-
### ElyNightOrangeMix
|
1453 |
|
1454 |
▼?
|
1455 |
|
@@ -1463,13 +755,13 @@ It is a merged model that just did Elysium_Anime_V2+ (NAI-NAISFW) 0.3.
|
|
1463 |
|
1464 |
▼Instructions
|
1465 |
|
1466 |
-
| Step | Interpolation Method | Primary Model
|
1467 |
-
|
|
1468 |
-
| 1
|
1469 |
|
1470 |
----
|
1471 |
|
1472 |
-
## BloodOrangeMix
|
1473 |
|
1474 |
<img src="https://i.imgur.com/soAnnFk.jpg" width="1000" height="">
|
1475 |
|
@@ -1497,10 +789,8 @@ Stable. Popular in the Japanese community.
|
|
1497 |
- _half : SFW ~ NSFW👄
|
1498 |
- unlabeled : SFW ~ HARDCORE ~🤯 ex)AbyssOrangeMix, BloodOrangeMix...etc
|
1499 |
|
1500 |
-
▼How to use
|
1501 |
-
- VAE: orangemix.vae.pt
|
1502 |
|
1503 |
-
### BloodOrangeMix
|
1504 |
|
1505 |
▼Use Models
|
1506 |
|
@@ -1511,14 +801,14 @@ Stable. Popular in the Japanese community.
|
|
1511 |
|
1512 |
▼Instructions
|
1513 |
|
1514 |
-
| Step | Interpolation Method | Primary Model | Secondary Model
|
1515 |
-
|
|
1516 |
-
| 1
|
1517 |
-
| 2
|
1518 |
|
1519 |
----
|
1520 |
|
1521 |
-
### BloodOrangeMix_half
|
1522 |
|
1523 |
▼?
|
1524 |
Anything+Nai+Gape0.5
|
@@ -1534,14 +824,14 @@ NSFW expression will be softer and have less impact on the Anything style painti
|
|
1534 |
|
1535 |
▼Instructions
|
1536 |
|
1537 |
-
| Step | Interpolation Method | Primary Model | Secondary Model
|
1538 |
-
|
|
1539 |
-
| 1
|
1540 |
-
| 2
|
1541 |
|
1542 |
----
|
1543 |
|
1544 |
-
### BloodNightOrangeMix
|
1545 |
|
1546 |
▼?
|
1547 |
|
@@ -1555,18 +845,18 @@ It is a merged model that just did AnythingV3+ (NAI-NAISFW) 0.3.
|
|
1555 |
|
1556 |
▼Instructions
|
1557 |
|
1558 |
-
| Step | Interpolation Method | Primary Model | Secondary Model
|
1559 |
-
|
|
1560 |
-
| 1
|
1561 |
|
1562 |
----
|
1563 |
|
1564 |
-
## ElderOrangeMix
|
1565 |
|
1566 |
※I found this model to be very prone to body collapse. Not recommended.
|
1567 |
|
1568 |
-
▼?
|
1569 |
-
anything and everything mix ver.1.5+Gape+Nai(AnEve.G.N0.3)
|
1570 |
This is a merged model with improved NSFW representation of anything and everything mix ver.1.5.
|
1571 |
|
1572 |
▼Hash
|
@@ -1581,10 +871,10 @@ This is a merged model with improved NSFW representation of anything and everyth
|
|
1581 |
|
1582 |
▼Instructions:**
|
1583 |
|
1584 |
-
| Step | Interpolation Method | Primary Model
|
1585 |
-
|
|
1586 |
-
| 1
|
1587 |
-
| 2
|
1588 |
|
1589 |
----
|
1590 |
|
@@ -1593,51 +883,21 @@ This is a merged model with improved NSFW representation of anything and everyth
|
|
1593 |
1. blurred Images & clearly low quality output
|
1594 |
If the generated images are blurred or only clearly low quality output is produced, it is possible that the vae, etc. are not loaded properly. Try reloading the model/vae or restarting the WebUI/OS.
|
1595 |
|
1596 |
-
## FAQ and Tips
|
1597 |
-
|
1598 |
-
|
1599 |
-
Trash zone.
|
1600 |
-
|
1601 |
-
----
|
1602 |
-
|
1603 |
-
<a name="MEME_AOM3A1"></a>
|
1604 |
|
1605 |
|
1606 |
-
▼
|
1607 |
STEP1: BUY HUGE PC
|
|
|
|
|
1608 |
|
1609 |
-
|
1610 |
-
▼Noooo, can't generate image like samples.This models is hype.
|
1611 |
-
|
1612 |
❌
|
1613 |
-
<img src="https://files.catbox.moe/nte6ud.webp" width="500" height=""
|
1614 |
-
|
1615 |
🟢
|
1616 |
-
<img src="https://files.catbox.moe/lta462.webp" width="500" height=""
|
1617 |
-
|
1618 |
-
|
1619 |
-
▼Noooo, This models have troy virus. don't download.
|
1620 |
|
|
|
1621 |
All models in this repository are secure. It is most likely that anti-virus software has detected them erroneously.
|
1622 |
However, the models with the .ckpt extension have the potential danger of executing arbitrary code.
|
1623 |
A safe model that is free from these dangers is the model with the .safetensors extension.
|
1624 |
-
|
1625 |
-
<a name="MEME_realface"></a>
|
1626 |
-
▼AOM2?
|
1627 |
-
(only NSFW models)
|
1628 |
-
![](https://github.com/WarriorMama777/imgup/raw/main/img/img_general/img_Neko.webp "")
|
1629 |
-
|
1630 |
-
|
1631 |
-
▼AOM3A1?
|
1632 |
-
R.I.P.
|
1633 |
-
|
1634 |
-
▼Noooo^()&*%#NG0u!!!!!!!!縺ゅ♀繧?縺医?縺、繝シ縺ィ縺医?縺吶j繝シ縺ッ驕主ュヲ鄙偵?繧エ繝溘〒縺? (「AOM3A2 and A3 are overlearning and Trash. delete!」)
|
1635 |
-
|
1636 |
-
<img src="https://github.com/WarriorMama777/imgup/raw/main/img/img_general/img_meme_tension_comp001.webp" width="300" height="" alt=”getting_excited”>
|
1637 |
-
|
1638 |
-
|
1639 |
-
▼Noooo, Too many models. Tell me which one to choose.
|
1640 |
-
|
1641 |
-
→ [全部同じじゃないですか](https://github.com/WarriorMama777/imgup/blob/main/img/img_general/img_MEME_whichModel_comp001.webp?raw=true "全部同じじゃないですか")
|
1642 |
-
|
1643 |
-
|
|
|
1 |
---
|
2 |
+
license: cc0-1.0
|
3 |
tags:
|
4 |
+
- stable-diffusion
|
5 |
+
- text-to-image
|
|
|
6 |
---
|
7 |
|
8 |
|
|
|
11 |
# OrangeMixs
|
12 |
|
13 |
"OrangeMixs" shares various Merge models that can be used with StableDiffusionWebui:Automatic1111 and others.
|
|
|
|
|
14 |
|
15 |
Maintain a repository for the following purposes.
|
16 |
|
17 |
1. to provide easy access to models commonly used in the Japanese community.The Wisdom of the Anons💎
|
18 |
+
3. As a place to upload my merge models when I feel like it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
+
<img src="https://i.imgur.com/VZg0LqQ.png" width="1000" height="">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
----
|
23 |
|
24 |
# Table of Contents
|
25 |
|
26 |
- [OrangeMixs](#orangemixs)
|
|
|
|
|
|
|
|
|
27 |
- [Table of Contents](#table-of-contents)
|
28 |
- [Reference](#reference)
|
|
|
|
|
29 |
- [Disclaimer](#disclaimer)
|
30 |
- [How to download](#how-to-download)
|
31 |
- [Batch Download](#batch-download)
|
32 |
+
- [select and download](#select-and-download)
|
|
|
33 |
- [Model Detail \& Merge Recipes](#model-detail--merge-recipes)
|
34 |
+
- [AbyssOrangeMix2](#abyssorangemix2)
|
35 |
+
- [AbyssOrangeMix2\_sfw](#abyssorangemix2_sfw)
|
36 |
+
- [AbyssOrangeMix2\_nsfw](#abyssorangemix2_nsfw)
|
37 |
+
- [AbyssOrangeMix2\_hard](#abyssorangemix2_hard)
|
38 |
+
- [EerieOrangeMix](#eerieorangemix)
|
39 |
+
- [EerieOrangeMix](#eerieorangemix-1)
|
40 |
+
- [EerieOrangeMix\_base](#eerieorangemix_base)
|
41 |
+
- [EerieOrangeMix\_Night](#eerieorangemix_night)
|
42 |
+
- [EerieOrangeMix\_half](#eerieorangemix_half)
|
43 |
+
- [EerieOrangeMix](#eerieorangemix-2)
|
44 |
+
- [EerieOrangeMix2](#eerieorangemix2)
|
45 |
+
- [EerieOrangeMix2\_base](#eerieorangemix2_base)
|
46 |
+
- [EerieOrangeMix2\_night](#eerieorangemix2_night)
|
47 |
+
- [EerieOrangeMix2\_half](#eerieorangemix2_half)
|
48 |
+
- [EerieOrangeMix2](#eerieorangemix2-1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
- [Models Comparison](#models-comparison)
|
50 |
+
- [AbyssOrangeMix](#abyssorangemix)
|
51 |
+
- [AbyssOrangeMix\_base](#abyssorangemix_base)
|
52 |
+
- [AbyssOrangeMix\_Night](#abyssorangemix_night)
|
53 |
+
- [AbyssOrangeMix\_half](#abyssorangemix_half)
|
54 |
+
- [AbyssOrangeMix](#abyssorangemix-1)
|
55 |
+
- [ElyOrangeMix](#elyorangemix)
|
56 |
+
- [ElyOrangeMix](#elyorangemix-1)
|
57 |
+
- [ElyOrangeMix\_half](#elyorangemix_half)
|
58 |
+
- [ElyNightOrangeMix](#elynightorangemix)
|
59 |
+
- [BloodOrangeMix](#bloodorangemix)
|
60 |
+
- [BloodOrangeMix](#bloodorangemix-1)
|
61 |
+
- [BloodOrangeMix\_half](#bloodorangemix_half)
|
62 |
+
- [BloodNightOrangeMix](#bloodnightorangemix)
|
63 |
- [ElderOrangeMix](#elderorangemix)
|
64 |
- [Troubleshooting](#troubleshooting)
|
65 |
+
- [FAQ and Tips](#faq-and-tips)
|
66 |
|
67 |
|
68 |
|
|
|
73 |
+/hdg/ Stable Diffusion Models Cookbook - <https://rentry.org/hdgrecipes#g-anons-unnamed-mix-e93c3bf7>
|
74 |
Model names are named after Cookbook precedents🍊
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
# Disclaimer
|
77 |
|
78 |
+
The user has complete control over whether or not to generate NSFW content, and the user's decision to enjoy either SFW or NSFW is entirely up to the user.
|
79 |
+
The learning model does not contain any obscene visual content that can be viewed with a single click.
|
80 |
+
The posting of the Learning Model is not intended to display obscene material in a public place.
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
----
|
83 |
|
|
|
85 |
|
86 |
## Batch Download
|
87 |
|
|
|
|
|
88 |
1. install Git
|
89 |
2. create a folder of your choice and right click → "Git bash here" and open a gitbash on the folder's directory.
|
90 |
3. run the following commands in order.
|
|
|
96 |
|
97 |
4. complete
|
98 |
|
99 |
+
## select and download
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
1. Go to the Files and vaersions tab.
|
102 |
2. select the model you want to download
|
103 |
3. download
|
104 |
4. complete
|
105 |
|
|
|
|
|
|
|
|
|
106 |
----
|
107 |
|
108 |
# Model Detail & Merge Recipes
|
109 |
|
110 |
+
## AbyssOrangeMix2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
|
112 |
――Creating the next generation of illustration with “Abyss”!
|
113 |
|
114 |
+
<img src="https://github.com/WarriorMama777/imgup/blob/main/img/AbyssOrangeMix2/HeroImage_AbyssOrangeMix2_Designed_01_comp001.webp?raw=true" width="" height="" alt=”HeroImage_AbyssOrangeMix2_Designed_01_comp001”>
|
115 |
|
116 |
Prompt: [https://majinai.art/ja/i/nxpKRpw](https://majinai.art/ja/i/nxpKRpw)
|
117 |
|
118 |
+
|
119 |
▼About
|
120 |
|
121 |
+
AbyssOrangeMix2 is an AI model capable of generating high-quality, highly realistic illustrations.
|
122 |
It can generate elaborate and detailed illustrations that cannot be drawn by hand. It can also be used for a variety of purposes, making it extremely useful for design and artwork.
|
123 |
Furthermore, it provides an unparalleled new means of expression.
|
124 |
It can generate illustrations in a variety of genres to meet a wide range of needs. I encourage you to use "Abyss" to make your designs and artwork richer and of higher quality.
|
125 |
|
|
|
|
|
|
|
126 |
▼Description for engineers/enthusiasts
|
127 |
|
128 |
The merged model was formulated using an extension such as sdweb-merge-block-weighted-gui, which merges models at separate rates for each of the 25 U-Net blocks (input, intermediate, and output).
|
|
|
139 |
2.Added IN deep layers (IN06-11) to the layer merging from the realistic model (BasilMix).
|
140 |
|
141 |
It is said that the IN deep layer (IN06-11) is the layer that determines composition, etc., but perhaps light, reflections, skin texture, etc., may also be involved.
|
142 |
+
It is like "Global Illumination," "Normal Map," and "Ambient Occlusion" in 3DCG.
|
143 |
|
144 |
+
<img src="https://github.com/WarriorMama777/imgup/blob/main/img/AbyssOrangeMix2/AbyssOrangeMix2_comparison_comp001.webp?raw=true" width="" height="" alt=”AbyssOrangeMix2_comparison_comp001”>
|
145 |
|
146 |
+
※This does not fundamentally improve the fingers, and I recommend using bad_prompt, etc. (Embedding) in combination.
|
147 |
About 30-50% chance of generating correct fingers(?). Abyss is deep.
|
148 |
|
149 |
▼Sample Gallery
|
|
|
158 |
|
159 |
The images thus generated, strangely enough, look like MidJourney or Nijijourney illustrations. Perhaps they are passing user prompts through GPT or something else before passing them on to the image AI🤔
|
160 |
|
161 |
+
<img src="https://github.com/WarriorMama777/imgup/blob/main/img/AbyssOrangeMix2/SampleGallerBoardDesign_AbyssOrangeMix2_ReadMore_comp001.webp?raw=true" width="" height="" alt=”SampleGallerBoardDesign_AbyssOrangeMix2_03_comp001”>
|
162 |
|
163 |
<details>
|
164 |
<summary>▼READ MORE🖼</summary>
|
165 |
|
166 |
+
<img src="https://github.com/WarriorMama777/imgup/blob/main/img/AbyssOrangeMix2/SampleGallerBoardDesign_AbyssOrangeMix2_03_comp001.webp?raw=true" width="" height="" alt=”SampleGallerBoardDesign_AbyssOrangeMix2_03_comp001”>
|
167 |
|
168 |
▼All prompts to generate sample images
|
169 |
|
|
|
173 |
4. [Kemomimi Girl](https://majinai.art/ja/i/hrUSb31)
|
174 |
5. [Supermarket](https://majinai.art/ja/i/6Mf4bVK)
|
175 |
6. [Lunch Time](https://majinai.art/ja/i/YAgQ4On)
|
176 |
+
7. [Womens in the Forest](https://majinai.art/ja/i/oHZYum_)
|
177 |
8. [Pirate](https://majinai.art/ja/i/yEA3EZk)
|
178 |
9. [Japanese Girl](https://majinai.art/ja/i/x4G_B_e)
|
179 |
10. [Sweets Time](https://majinai.art/ja/i/vK_mkac)
|
|
|
185 |
|
186 |
▼How to use
|
187 |
|
|
|
188 |
- ~~Prompts can be long or short~~
|
189 |
As simple as possible is good. Do not add excessive detail prompts. Start with just this negative propmt.
|
190 |
(worst quality, low quality:1.4)
|
|
|
238 |
1. BasilMix
|
239 |
「bbf07e3a1c3482c138d096f7dcdb4581a2aa573b74a68ba0906c7b657942f1c2」
|
240 |
|
241 |
+
### AbyssOrangeMix2_sfw
|
242 |
|
243 |
▼**Instructions:**
|
244 |
|
245 |
STEP: 1|Block Merge
|
246 |
|
247 |
+
| Model: A | Model: B | Weight | Base alpha | Merge Name |
|
248 |
+
| --- | --- | --- | --- | --- |
|
249 |
+
| AnythingV3.0 | BasilMix | 1,0.9,0.7,0.5,0.3,0.1,1,1,1,1,1,1,0,0,0,0,0,0,0,0.1,0.3,0.5,0.7,0.9,1 | 0 | AbyssOrangeMix2_sfw |
|
250 |
|
251 |
+
### AbyssOrangeMix2_nsfw
|
252 |
|
253 |
▼?
|
254 |
|
|
|
256 |
|
257 |
▼**Instructions:**
|
258 |
|
259 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
260 |
+
| --- | --- | --- | --- | --- | --- |
|
261 |
+
| 1 | Add Difference @ 0.3 | AbyssOrangeMix_base | NovelAI animefull | NovelAI sfw | AbyssOrangeMix2_nsfw |
|
262 |
|
263 |
+
### AbyssOrangeMix2_hard
|
264 |
|
265 |
▼?
|
266 |
+Gape0.3 version AbyssOrangeMix2_nsfw.
|
267 |
|
268 |
▼Instructions
|
269 |
|
270 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
271 |
+
| --- | --- | --- | --- | --- | --- |
|
272 |
+
| 1 | Add Difference @ 0.3 | AbyssOrangeMix2_nsfw | Gape60 | NovelAI animefull | AbyssOrangeMix2_hard |
|
273 |
|
274 |
----
|
275 |
|
276 |
+
## EerieOrangeMix
|
277 |
|
278 |
EerieOrangeMix is the generic name for a U-Net Blocks Weight Merge Models based on Elysium(Anime V2).
|
279 |
Since there are infinite possibilities for U-Net Blocks Weight Merging, I plan to treat all Elysium-based models as a lineage of this model.
|
280 |
|
281 |
+
※This does not fundamentally improve the fingers, and I recommend using bad_prompt, etc. (Embedding) in combination.
|
282 |
|
283 |
<img src="https://files.catbox.moe/yjnqna.webp" width="1000" height="" alt=”HeroImage_EerieOrangeMix_Designed_comp001” >
|
284 |
|
285 |
+
### EerieOrangeMix
|
|
|
|
|
|
|
286 |
|
287 |
▼?
|
288 |
|
|
|
340 |
|
341 |
▼ How to use
|
342 |
|
|
|
343 |
- As simple as possible is good. Do not add excessive detail prompts. Start with just this.
|
344 |
(worst quality, low quality:1.4)
|
345 |
- Sampler: “DPM++ SDE Karras” is good
|
|
|
359 |
|
360 |
---
|
361 |
|
362 |
+
#### EerieOrangeMix_base
|
363 |
|
364 |
▼?
|
365 |
Details are omitted since it is the same as AbyssOrangeMix.
|
|
|
368 |
|
369 |
STEP: 1|Creation of photorealistic model for Merge
|
370 |
|
371 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
372 |
+
| --- | --- | --- | --- | --- | --- |
|
373 |
+
| 1 | Add Difference @ 1.0 | instagram-latest-plus-clip-v6e1_50000 | f222 | sd1.5_pruned | Insta_F222 |
|
374 |
|
375 |
STEP: 2|Block Merge
|
376 |
|
377 |
Merge InstaF222
|
378 |
|
379 |
+
| Model: A | Model: B | Weight | Base alpha | Merge Name |
|
380 |
+
| --- | --- | --- | --- | --- |
|
381 |
+
| AnythingV3.0 | Insta_F222 | 1,0.9,0.7,0.5,0.3,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.3,0.5,0.7,0.9,1 | 0 | Temp1 |
|
382 |
|
383 |
+
#### EerieOrangeMix_Night
|
384 |
|
385 |
▼?
|
386 |
|
|
|
388 |
|
389 |
▼Instructions
|
390 |
|
391 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
392 |
+
| --- | --- | --- | --- | --- | --- |
|
393 |
+
| 1 | Add Difference @ 0.3 | EerieOrangeMix_base | NovelAI animefull | NovelAI sfw | EerieOrangeMix_Night |
|
394 |
|
395 |
+
#### EerieOrangeMix_half
|
396 |
|
397 |
▼?
|
398 |
+Gape0.5 version EerieOrangeMix.
|
399 |
|
400 |
▼**Instructions:**
|
401 |
|
402 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
403 |
+
| --- | --- | --- | --- | --- | --- |
|
404 |
+
| 1 | Add Difference @ 0.5 | EerieOrangeMix_Night | NovelAI animefull | NovelAI sfw | EerieOrangeMix_half |
|
405 |
|
406 |
+
#### EerieOrangeMix
|
407 |
|
408 |
▼**Instructions:**
|
409 |
|
410 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
411 |
+
| --- | --- | --- | --- | --- | --- |
|
412 |
+
| 1 | Add Difference @ 1.0 | EerieOrangeMix_Night | Gape60 | NovelAI animefull | EerieOrangeMix |
|
413 |
|
414 |
----
|
415 |
|
416 |
+
### EerieOrangeMix2
|
417 |
|
418 |
▼?
|
419 |
|
|
|
461 |
8. ElysiumV1
|
462 |
「abbb28cb5e70d3e0a635f241b8d61cefe42eb8f1be91fd1168bc3e52b0f09ae4」
|
463 |
|
464 |
+
#### EerieOrangeMix2_base
|
465 |
|
466 |
▼?
|
467 |
|
|
|
473 |
|
474 |
The generated results do not change much with or without this process, but I wanted to incorporate Elysium's depiction, so I merged it.
|
475 |
|
476 |
+
| Model: A | Model: B | Weight | Base alpha | Merge Name |
|
477 |
+
| --- | --- | --- | --- | --- |
|
478 |
+
| EerieOrangeMix_base | ElysiumV1 | 1,0.9,0.7,0.5,0.3,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.3,0.5,0.7,0.9,1 | 0 | EerieOrangeMix2_base |
|
479 |
|
480 |
+
#### EerieOrangeMix2_night
|
481 |
|
482 |
▼?
|
483 |
|
|
|
485 |
|
486 |
▼Instructions
|
487 |
|
488 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
489 |
+
| --- | --- | --- | --- | --- | --- |
|
490 |
+
| 1 | Add Difference @ 0.3 | EerieOrangeMix_base | NovelAI animefull | NovelAI sfw | EerieOrangeMix2_Night |
|
491 |
|
492 |
+
#### EerieOrangeMix2_half
|
493 |
|
494 |
▼?
|
495 |
+Gape0.5 version EerieOrangeMix2.
|
496 |
|
497 |
▼Instructions
|
498 |
|
499 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
500 |
+
| --- | --- | --- | --- | --- | --- |
|
501 |
+
| 1 | Add Difference @ 0.5 | EerieOrangeMix_Night | NovelAI animefull | NovelAI sfw | EerieOrangeMix2_half |
|
502 |
|
503 |
+
#### EerieOrangeMix2
|
504 |
|
505 |
▼**Instructions:**
|
506 |
|
507 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
508 |
+
| --- | --- | --- | --- | --- | --- |
|
509 |
+
| 1 | Add Difference @ 1.0 | EerieOrangeMix_Night | Gape60 | NovelAI animefull | EerieOrangeMix2 |
|
510 |
|
511 |
### Models Comparison
|
512 |
|
|
|
518 |
|
519 |
----
|
520 |
|
521 |
+
## AbyssOrangeMix
|
522 |
|
523 |
――How can you guys take on such a deep swamp and get results?
|
524 |
Is it something like "Made in Abyss"?
|
|
|
526 |
|
527 |
<img src="https://files.catbox.moe/wst1bp.webp" width="1000" height="">
|
528 |
|
|
|
529 |
▼?
|
530 |
|
531 |
The merged model was formulated using an extension such as sdweb-merge-block-weighted-gui, which merges models at separate rates for each of the 25 U-Net blocks (input, intermediate, and output).
|
|
|
565 |
|
566 |
▼How to use
|
567 |
|
|
|
568 |
- ~~Prompts can be long or short~~
|
569 |
As simple as possible is good. Do not add excessive detail prompts. Start with just this.
|
570 |
(worst quality, low quality:1.4)
|
|
|
612 |
|
613 |
1. AnythingV3.0 huggingface pruned
|
614 |
[2700c435]「543bcbc21294831c6245cd74c8a7707761e28812c690f946cb81fef930d54b5e」
|
615 |
+
2. NovelAI animefull-final-pruned
|
616 |
[925997e9]「89d59c3dde4c56c6d5c41da34cc55ce479d93b4007046980934b14db71bdb2a8」
|
617 |
+
3. NovelAI sfw
|
618 |
[1d4a34af]「22fa233c2dfd7748d534be603345cb9abf994a23244dfdfc1013f4f90322feca」
|
619 |
+
4. Gape60
|
620 |
[25396b85]「893cca5903ccd0519876f58f4bc188dd8fcc5beb8a69c1a3f1a5fe314bb573f5」
|
621 |
+
5. instagram-latest-plus-clip-v6e1_50000.safetensors
|
622 |
[] 「8f1d325b194570754c6bd06cf1e90aa9219a7e732eb3d488fb52157e9451a2a5」
|
623 |
+
6. f222
|
624 |
[] 「9e2c6ceff3f6d6f65c6fb0e10d8e69d772871813be647fd2ea5d06e00db33c1f」
|
625 |
+
7. sd1.5_pruned
|
626 |
[] 「e1441589a6f3c5a53f5f54d0975a18a7feb7cdf0b0dee276dfc3331ae376a053」
|
627 |
|
628 |
+
### AbyssOrangeMix_base
|
629 |
|
630 |
▼?
|
631 |
|
|
|
635 |
|
636 |
STEP: 1|Creation of photorealistic model for Merge
|
637 |
|
638 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
639 |
+
| --- | --- | --- | --- | --- | --- |
|
640 |
+
| 1 | Add Difference @ 1.0 | instagram-latest-plus-clip-v6e1_50000 | f222 | sd1.5_pruned | Insta_F222 |
|
641 |
|
642 |
STEP: 2|Block Merge
|
643 |
|
644 |
+
| Model: A | Model: B | Weight | Base alpha | Merge Name |
|
645 |
+
| --- | --- | --- | --- | --- |
|
646 |
+
| AnythingV3.0 | Insta_F222 | 1,0.9,0.7,0.5,0.3,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.3,0.5,0.7,0.9,1 | 0 | AbyssOrangeMix_base |
|
647 |
|
648 |
+
### AbyssOrangeMix_Night
|
649 |
|
650 |
▼?
|
651 |
|
|
|
653 |
|
654 |
▼**Instructions:**
|
655 |
|
656 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
657 |
+
| --- | --- | --- | --- | --- | --- |
|
658 |
+
| 1 | Add Difference @ 0.3 | AbyssOrangeMix_base | NovelAI animefull | NovelAI sfw | AbyssOrangeMix_Night |
|
659 |
|
660 |
+
### AbyssOrangeMix_half
|
661 |
|
662 |
▼?
|
663 |
+Gape0.5 version AbyssOrangeMix.
|
664 |
|
665 |
▼**Instructions:**
|
666 |
|
667 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
668 |
+
| --- | --- | --- | --- | --- | --- |
|
669 |
+
| 1 | Add Difference @ 0.5 | AbyssOrangeMix_Night | Gape60 | NovelAI animefull | AbyssOrangeMix_half |
|
670 |
|
671 |
+
### AbyssOrangeMix
|
672 |
|
673 |
▼**Instructions:**
|
674 |
|
675 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
676 |
+
| --- | --- | --- | --- | --- | --- |
|
677 |
+
| 1 | Add Difference @ 1.0 | AbyssOrangeMix_Night | Gape60 | NovelAI animefull | AbyssOrangeMix |
|
678 |
|
679 |
----
|
680 |
|
681 |
+
## ElyOrangeMix
|
682 |
|
683 |
<img src="https://i.imgur.com/AInEXA5.jpg" width="1000" height="">
|
684 |
|
|
|
694 |
- _half : SFW ~ NSFW👄
|
695 |
- unlabeled : SFW ~ HARDCORE ~🤯 ex)AbyssOrangeMix, BloodOrangeMix...etc
|
696 |
|
|
|
|
|
|
|
697 |
▼Hash (SHA256)
|
698 |
|
699 |
- ElyOrangeMix [6b508e59]
|
|
|
701 |
- ElyNightOrangeMix[6b508e59]
|
702 |
|
703 |
|
704 |
+
### ElyOrangeMix
|
705 |
|
706 |
▼Use Models
|
707 |
|
|
|
712 |
|
713 |
▼Instructions
|
714 |
|
715 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
716 |
+
| --- | --- | --- | --- | --- | --- |
|
717 |
+
| 1 | Add Difference @ 0.3 | Elysium_Anime_V2 | NovelAI animefull | NovelAI sfw | tempmix-part1 [] |
|
718 |
+
| 2 | Add Difference @ 1.0 | tempmix-part1 | Gape60 | NovelAI animefull | ElyOrangeMix [6b508e59] |
|
719 |
|
720 |
---
|
721 |
|
722 |
+
### ElyOrangeMix_half
|
723 |
|
724 |
▼?
|
725 |
|
|
|
734 |
|
735 |
▼Instructions
|
736 |
|
737 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
738 |
+
| --- | --- | --- | --- | --- | --- |
|
739 |
+
| 1 | Add Difference @ 0.3 | Elysium_Anime_V2 | NovelAI animefull | NovelAI sfw | tempmix-part1 [] |
|
740 |
+
| 2 | Add Difference @ 0.5 | tempmix-part1 | Gape60 | NovelAI animefull | ElyOrangeMix_half [6b508e59] |
|
741 |
|
742 |
----
|
743 |
|
744 |
+
### ElyNightOrangeMix
|
745 |
|
746 |
▼?
|
747 |
|
|
|
755 |
|
756 |
▼Instructions
|
757 |
|
758 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
759 |
+
| --- | --- | --- | --- | --- | --- |
|
760 |
+
| 1 | Add Difference @ 0.3 | Elysium_Anime_V2 | NovelAI animefull | NovelAI sfw | ElyNightOrangeMix |
|
761 |
|
762 |
----
|
763 |
|
764 |
+
## BloodOrangeMix
|
765 |
|
766 |
<img src="https://i.imgur.com/soAnnFk.jpg" width="1000" height="">
|
767 |
|
|
|
789 |
- _half : SFW ~ NSFW👄
|
790 |
- unlabeled : SFW ~ HARDCORE ~🤯 ex)AbyssOrangeMix, BloodOrangeMix...etc
|
791 |
|
|
|
|
|
792 |
|
793 |
+
### BloodOrangeMix
|
794 |
|
795 |
▼Use Models
|
796 |
|
|
|
801 |
|
802 |
▼Instructions
|
803 |
|
804 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
805 |
+
| --- | --- | --- | --- | --- | --- |
|
806 |
+
| 1 | Add Difference @ 0.3 | AnythingV3.0 | NovelAI animefull | NovelAI sfw | tempmix-part1 [] |
|
807 |
+
| 2 | Add Difference @ 1.0 | tempmix-part1 | Gape60 | NovelAI animefull | BloodOrangeMix [ffa7b160] |
|
808 |
|
809 |
----
|
810 |
|
811 |
+
### BloodOrangeMix_half
|
812 |
|
813 |
▼?
|
814 |
Anything+Nai+Gape0.5
|
|
|
824 |
|
825 |
▼Instructions
|
826 |
|
827 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
828 |
+
| --- | --- | --- | --- | --- | --- |
|
829 |
+
| 1 | Add Difference @ 0.3 | AnythingV3.0 | NovelAI animefull | NovelAI sfw | tempmix-part1 [] |
|
830 |
+
| 2 | Add Difference @ 0.5 | tempmix-part1 | Gape60 | NovelAI animefull | BloodOrangeMix_half [ffa7b160] |
|
831 |
|
832 |
----
|
833 |
|
834 |
+
### BloodNightOrangeMix
|
835 |
|
836 |
▼?
|
837 |
|
|
|
845 |
|
846 |
▼Instructions
|
847 |
|
848 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
849 |
+
| --- | --- | --- | --- | --- | --- |
|
850 |
+
| 1 | Add Difference @ 0.3 | AnythingV3.0 | NovelAI animefull | NovelAI sfw | BloodNightOrangeMix |
|
851 |
|
852 |
----
|
853 |
|
854 |
+
## ElderOrangeMix
|
855 |
|
856 |
※I found this model to be very prone to body collapse. Not recommended.
|
857 |
|
858 |
+
▼?
|
859 |
+
anything and everything mix ver.1.5+Gape+Nai(AnEve.G.N0.3)
|
860 |
This is a merged model with improved NSFW representation of anything and everything mix ver.1.5.
|
861 |
|
862 |
▼Hash
|
|
|
871 |
|
872 |
▼Instructions:**
|
873 |
|
874 |
+
| Step | Interpolation Method | Primary Model | Secondary Model | Tertiary Model | Merge Name |
|
875 |
+
| --- | --- | --- | --- | --- | --- |
|
876 |
+
| 1 | Add Difference @ 0.5 | anything and everything mix ver.1.5 | Gape60 | NovelAI full | tempmix-part1 [] |
|
877 |
+
| 2 | Add Difference @ 0.3 | tempmix-part1 | NovelAI full | NovelAI sfw | ElderOrangeMix [3a46a1e0] |
|
878 |
|
879 |
----
|
880 |
|
|
|
883 |
1. blurred Images & clearly low quality output
|
884 |
If the generated images are blurred or only clearly low quality output is produced, it is possible that the vae, etc. are not loaded properly. Try reloading the model/vae or restarting the WebUI/OS.
|
885 |
|
886 |
+
## FAQ and Tips
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
887 |
|
888 |
|
889 |
+
▼Nooo, Don’t work. This guy is Scammer
|
890 |
STEP1: BUY HUGE PC
|
891 |
+
Anon is working day and night on the minimum PC specs that GenerativeAI can run on. The following is a detailed list.
|
892 |
+
<https://seesaawiki.jp/nai_ch/d/%a5%ed%a1%bc%a5%ab%a5%eb%c9%f4%a1%a1PC%a5%b9%a5%da%a5%c3%a5%af%c1%ea%c3%cc%bc%bc>
|
893 |
|
894 |
+
▼Noooo, can't generate image like samples.This models is hype.
|
|
|
|
|
895 |
❌
|
896 |
+
<img src="https://files.catbox.moe/nte6ud.webp" width="500" height="">
|
|
|
897 |
🟢
|
898 |
+
<img src="https://files.catbox.moe/lta462.webp" width="500" height="">
|
|
|
|
|
|
|
899 |
|
900 |
+
▼Nooooo, This models have troy virus. don't download.
|
901 |
All models in this repository are secure. It is most likely that anti-virus software has detected them erroneously.
|
902 |
However, the models with the .ckpt extension have the potential danger of executing arbitrary code.
|
903 |
A safe model that is free from these dangers is the model with the .safetensors extension.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VAEs/orangemix.vae.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f921fb3f29891d2a77a6571e56b8b5052420d2884129517a333c60b1b4816cdf
|
3 |
-
size 822802803
|
|
|
|
|
|
|
|
VAEs/readme_VAEs.md
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
## VAEs
|
2 |
-
|
3 |
-
▼orangemix.vae.pt
|
4 |
-
Just renamed from nai.vae.pt
|
5 |
-
so if you have already nai.vae.pt, no need to download.
|
|
|
|
|
|
|
|
|
|
|
|
model_index.json
DELETED
@@ -1,33 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "StableDiffusionPipeline",
|
3 |
-
"_diffusers_version": "0.12.0.dev0",
|
4 |
-
"feature_extractor": [
|
5 |
-
"transformers",
|
6 |
-
"CLIPImageProcessor"
|
7 |
-
],
|
8 |
-
"requires_safety_checker": true,
|
9 |
-
"safety_checker": [
|
10 |
-
"stable_diffusion",
|
11 |
-
"StableDiffusionSafetyChecker"
|
12 |
-
],
|
13 |
-
"scheduler": [
|
14 |
-
"diffusers",
|
15 |
-
"PNDMScheduler"
|
16 |
-
],
|
17 |
-
"text_encoder": [
|
18 |
-
"transformers",
|
19 |
-
"CLIPTextModel"
|
20 |
-
],
|
21 |
-
"tokenizer": [
|
22 |
-
"transformers",
|
23 |
-
"CLIPTokenizer"
|
24 |
-
],
|
25 |
-
"unet": [
|
26 |
-
"diffusers",
|
27 |
-
"UNet2DConditionModel"
|
28 |
-
],
|
29 |
-
"vae": [
|
30 |
-
"diffusers",
|
31 |
-
"AutoencoderKL"
|
32 |
-
]
|
33 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|