mlboydaisuke commited on
Commit
1c2fe26
·
verified ·
1 Parent(s): 2c2f262

Add conversion_script_url to 13 models

Browse files

Adds GitHub links to convert_*.py scripts for rmbg_1_4, ddcolor, sinsr, moge2_vitb_normal_504, siglip, florence2, hypersd, matanyone, demucs, kokoro, stable_audio, openvoice, diarization. Additive change only; no existing fields modified.

Files changed (1) hide show
  1. models.json +28 -15
models.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "manifest_version": 1,
3
- "updated_at": "2026-04-16T23:49:29Z",
4
  "min_app_version": "1.0",
5
  "categories": [
6
  {
@@ -161,7 +161,8 @@
161
  "name": "briaai/RMBG-1.4",
162
  "url": "https://huggingface.co/briaai/RMBG-1.4",
163
  "year": 2023
164
- }
 
165
  },
166
  {
167
  "id": "ddcolor",
@@ -199,7 +200,8 @@
199
  "name": "piddnad/DDColor",
200
  "url": "https://github.com/piddnad/DDColor",
201
  "year": 2023
202
- }
 
203
  },
204
  {
205
  "id": "sinsr",
@@ -255,7 +257,8 @@
255
  "name": "wyf0912/SinSR",
256
  "url": "https://github.com/wyf0912/SinSR",
257
  "year": 2024
258
- }
 
259
  },
260
  {
261
  "id": "yolo26s",
@@ -459,7 +462,8 @@
459
  "name": "microsoft/MoGe",
460
  "url": "https://github.com/microsoft/MoGe",
461
  "year": 2025
462
- }
 
463
  },
464
  {
465
  "id": "siglip",
@@ -517,7 +521,8 @@
517
  "name": "google-research/big_vision",
518
  "url": "https://github.com/google-research/big_vision",
519
  "year": 2023
520
- }
 
521
  },
522
  {
523
  "id": "florence2",
@@ -616,7 +621,8 @@
616
  "name": "microsoft/Florence-2",
617
  "url": "https://huggingface.co/microsoft/Florence-2-base",
618
  "year": 2024
619
- }
 
620
  },
621
  {
622
  "id": "face3d",
@@ -741,7 +747,8 @@
741
  "name": "ByteDance/Hyper-SD",
742
  "url": "https://huggingface.co/ByteDance/Hyper-SD",
743
  "year": 2024
744
- }
 
745
  },
746
  {
747
  "id": "matanyone",
@@ -819,7 +826,8 @@
819
  "name": "pq-yang/MatAnyone",
820
  "url": "https://github.com/pq-yang/MatAnyone",
821
  "year": 2025
822
- }
 
823
  },
824
  {
825
  "id": "demucs",
@@ -863,7 +871,8 @@
863
  "name": "adefossez/demucs",
864
  "url": "https://github.com/adefossez/demucs",
865
  "year": 2021
866
- }
 
867
  },
868
  {
869
  "id": "kokoro",
@@ -943,7 +952,8 @@
943
  "name": "hexgrad/Kokoro-82M",
944
  "url": "https://huggingface.co/hexgrad/Kokoro-82M",
945
  "year": 2024
946
- }
 
947
  },
948
  {
949
  "id": "stable_audio",
@@ -1016,7 +1026,8 @@
1016
  "name": "stabilityai/stable-audio-open-small",
1017
  "url": "https://huggingface.co/stabilityai/stable-audio-open-small",
1018
  "year": 2024
1019
- }
 
1020
  },
1021
  {
1022
  "id": "openvoice",
@@ -1065,7 +1076,8 @@
1065
  "name": "myshell-ai/OpenVoice",
1066
  "url": "https://github.com/myshell-ai/OpenVoice",
1067
  "year": 2023
1068
- }
 
1069
  },
1070
  {
1071
  "id": "diarization",
@@ -1105,7 +1117,8 @@
1105
  "name": "pyannote/pyannote-audio",
1106
  "url": "https://github.com/pyannote/pyannote-audio",
1107
  "year": 2021
1108
- }
 
1109
  },
1110
  {
1111
  "id": "realesrgan",
@@ -1340,4 +1353,4 @@
1340
  }
1341
  }
1342
  ]
1343
- }
 
1
  {
2
  "manifest_version": 1,
3
+ "updated_at": "2026-04-17T07:53:49Z",
4
  "min_app_version": "1.0",
5
  "categories": [
6
  {
 
161
  "name": "briaai/RMBG-1.4",
162
  "url": "https://huggingface.co/briaai/RMBG-1.4",
163
  "year": 2023
164
+ },
165
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_rmbg.py"
166
  },
167
  {
168
  "id": "ddcolor",
 
200
  "name": "piddnad/DDColor",
201
  "url": "https://github.com/piddnad/DDColor",
202
  "year": 2023
203
+ },
204
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_ddcolor.py"
205
  },
206
  {
207
  "id": "sinsr",
 
257
  "name": "wyf0912/SinSR",
258
  "url": "https://github.com/wyf0912/SinSR",
259
  "year": 2024
260
+ },
261
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_sinsr.py"
262
  },
263
  {
264
  "id": "yolo26s",
 
462
  "name": "microsoft/MoGe",
463
  "url": "https://github.com/microsoft/MoGe",
464
  "year": 2025
465
+ },
466
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_moge2.py"
467
  },
468
  {
469
  "id": "siglip",
 
521
  "name": "google-research/big_vision",
522
  "url": "https://github.com/google-research/big_vision",
523
  "year": 2023
524
+ },
525
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_siglip.py"
526
  },
527
  {
528
  "id": "florence2",
 
621
  "name": "microsoft/Florence-2",
622
  "url": "https://huggingface.co/microsoft/Florence-2-base",
623
  "year": 2024
624
+ },
625
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_florence2.py"
626
  },
627
  {
628
  "id": "face3d",
 
747
  "name": "ByteDance/Hyper-SD",
748
  "url": "https://huggingface.co/ByteDance/Hyper-SD",
749
  "year": 2024
750
+ },
751
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_hypersd.py"
752
  },
753
  {
754
  "id": "matanyone",
 
826
  "name": "pq-yang/MatAnyone",
827
  "url": "https://github.com/pq-yang/MatAnyone",
828
  "year": 2025
829
+ },
830
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_matanyone.py"
831
  },
832
  {
833
  "id": "demucs",
 
871
  "name": "adefossez/demucs",
872
  "url": "https://github.com/adefossez/demucs",
873
  "year": 2021
874
+ },
875
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_htdemucs.py"
876
  },
877
  {
878
  "id": "kokoro",
 
952
  "name": "hexgrad/Kokoro-82M",
953
  "url": "https://huggingface.co/hexgrad/Kokoro-82M",
954
  "year": 2024
955
+ },
956
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_kokoro.py"
957
  },
958
  {
959
  "id": "stable_audio",
 
1026
  "name": "stabilityai/stable-audio-open-small",
1027
  "url": "https://huggingface.co/stabilityai/stable-audio-open-small",
1028
  "year": 2024
1029
+ },
1030
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_stable_audio.py"
1031
  },
1032
  {
1033
  "id": "openvoice",
 
1076
  "name": "myshell-ai/OpenVoice",
1077
  "url": "https://github.com/myshell-ai/OpenVoice",
1078
  "year": 2023
1079
+ },
1080
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_openvoice.py"
1081
  },
1082
  {
1083
  "id": "diarization",
 
1117
  "name": "pyannote/pyannote-audio",
1118
  "url": "https://github.com/pyannote/pyannote-audio",
1119
  "year": 2021
1120
+ },
1121
+ "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_diarization.py"
1122
  },
1123
  {
1124
  "id": "realesrgan",
 
1353
  }
1354
  }
1355
  ]
1356
+ }