Aster commited on
Commit
970a868
·
1 Parent(s): ab7993c
anything-v4.5-fp16/anything-v4.5-fp16.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "ANYTHING_V4.5_FP16",
3
+ "version": "1.5.0",
4
+ "net": {
5
+ "network": "https://huggingface.co/oovm/anything/resolve/main/anything-v4.5-fp16/unet.onnx",
6
+ "local": "anything-v4.5-fp16.unet"
7
+ },
8
+ "vae_encoder": null,
9
+ "vae_decoder": null,
10
+ "preview": null,
11
+ "examples": [
12
+ {
13
+ "task_id": "",
14
+ "positive": "masterpiece, best quality, 1girl, white hair, medium hair, cat ears, closed eyes, looking at viewer, :3, cute, scarf, jacket, outdoors, streets",
15
+ "negative": "",
16
+ "width": 256,
17
+ "height": 256,
18
+ "batch": 1,
19
+ "start_id": 0,
20
+ "step": 20,
21
+ "scheduler": {
22
+ "type": "DDIM",
23
+ "alphas_cumprod": 0.0,
24
+ "final_alpha_cumprod": 0.0,
25
+ "init_noise_sigma": 0.0
26
+ }
27
+ }
28
+ ]
29
+ }
convert.ipynb ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "metadata": {},
7
+ "outputs": [],
8
+ "source": [
9
+ "# aom-v1.0-safe-fp16\n",
10
+ "!rm -rf ./aom-v1.0-safe-fp16\n",
11
+ "!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix/AbyssOrangeMix_base.ckpt -c\n",
12
+ "!python scripts/sd2pyke.py ./AbyssOrangeMix_base.ckpt ./aom-v1.0-safe-fp16 --fp16 -C v1-inference.yaml"
13
+ ]
14
+ },
15
+ {
16
+ "cell_type": "code",
17
+ "execution_count": null,
18
+ "metadata": {},
19
+ "outputs": [],
20
+ "source": [
21
+ "# aom-v1.0-soft-fp16\n",
22
+ "!rm -rf ./aom-v1.0-soft-fp16"
23
+ ]
24
+ },
25
+ {
26
+ "cell_type": "code",
27
+ "execution_count": null,
28
+ "metadata": {},
29
+ "outputs": [],
30
+ "source": [
31
+ "# aom-v1.0-hardcore-fp16\n",
32
+ "!rm -rf ./aom-v1.0-hard-fp16\n",
33
+ "!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix/AbyssOrangeMix.safetensors -c\n",
34
+ "!python scripts/sd2pyke.py ./AbyssOrangeMix.safetensors ./aom-v1.0-hard-fp16 --fp16 -C v1-inference.yaml"
35
+ ]
36
+ },
37
+ {
38
+ "cell_type": "code",
39
+ "execution_count": null,
40
+ "metadata": {},
41
+ "outputs": [],
42
+ "source": [
43
+ "# aom-v2.0-safe-fp16\n",
44
+ "!rm -rf ./aom-v2.0-safe-fp16\n",
45
+ "!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix2/AbyssOrangeMix2_sfw.safetensors -c\n",
46
+ "!python scripts/sd2pyke.py ./AbyssOrangeMix.safetensors ./aom-v1.0-safe-fp16 --fp16 -C v1-inference.yaml"
47
+ ]
48
+ },
49
+ {
50
+ "cell_type": "code",
51
+ "execution_count": null,
52
+ "metadata": {},
53
+ "outputs": [],
54
+ "source": [
55
+ "# aom-v2.0-soft-fp16\n",
56
+ "!rm -rf ./aom-v2.0-soft-fp16"
57
+ ]
58
+ },
59
+ {
60
+ "cell_type": "code",
61
+ "execution_count": null,
62
+ "metadata": {},
63
+ "outputs": [],
64
+ "source": [
65
+ "# aom-v2.0-hardcore-fp16\n",
66
+ "!rm -rf ./aom-v2.0-hard-fp16\n",
67
+ "!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix2/Pruned/AbyssOrangeMix2_hard_pruned_fp16_with_VAE.safetensors -c\n",
68
+ "!python scripts/sd2pyke.py ./AbyssOrangeMix2_hard_pruned_fp16_with_VAE.safetensors ./aom-v2.0-hard-fp16 --fp16 -C v1-inference.yaml"
69
+ ]
70
+ },
71
+ {
72
+ "cell_type": "code",
73
+ "execution_count": null,
74
+ "metadata": {},
75
+ "outputs": [],
76
+ "source": [
77
+ "# aom-v3.0-safe-fp32\n",
78
+ "!rm -rf ./aom-v3.0-safe-fp32\n",
79
+ "!wget https://huggingface.co/WarriorMama777/OrangeMixs/resolve/main/Models/AbyssOrangeMix3/AOM3_orangemixs.safetensors -c\n",
80
+ "!python scripts/sd2pyke.py ./AOM3_orangemixs.safetensors ./aom-v3.0-safe-fp16 --fp16 -C v1-inference.yaml"
81
+ ]
82
+ },
83
+ {
84
+ "cell_type": "code",
85
+ "execution_count": null,
86
+ "metadata": {},
87
+ "outputs": [],
88
+ "source": []
89
+ },
90
+ {
91
+ "cell_type": "code",
92
+ "execution_count": null,
93
+ "metadata": {},
94
+ "outputs": [],
95
+ "source": []
96
+ },
97
+ {
98
+ "cell_type": "code",
99
+ "execution_count": null,
100
+ "metadata": {},
101
+ "outputs": [],
102
+ "source": []
103
+ },
104
+ {
105
+ "cell_type": "code",
106
+ "execution_count": null,
107
+ "metadata": {},
108
+ "outputs": [],
109
+ "source": []
110
+ },
111
+ {
112
+ "cell_type": "code",
113
+ "execution_count": null,
114
+ "metadata": {},
115
+ "outputs": [],
116
+ "source": []
117
+ }
118
+ ],
119
+ "metadata": {
120
+ "language_info": {
121
+ "name": "python"
122
+ },
123
+ "orig_nbformat": 4
124
+ },
125
+ "nbformat": 4,
126
+ "nbformat_minor": 2
127
+ }