@lobehub/icons 2.28.0 → 2.29.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,6 +32,7 @@ import Bfl from "../Bfl";
32
32
  import BurnCloud from "../BurnCloud";
33
33
  import Claude from "../Claude";
34
34
  import Cloudflare from "../Cloudflare";
35
+ import ComfyUI from "../ComfyUI";
35
36
  import Cohere from "../Cohere";
36
37
  import DeepSeek from "../DeepSeek";
37
38
  import Doubao from "../Doubao";
@@ -411,6 +412,9 @@ export var providerMappings = [{
411
412
  }, {
412
413
  Icon: Cohere,
413
414
  keywords: [ModelProvider.Cohere]
415
+ }, {
416
+ Icon: ComfyUI,
417
+ keywords: [ModelProvider.ComfyUI]
414
418
  }, {
415
419
  Icon: Search1API,
416
420
  combineMultiple: 0.9,
@@ -12,6 +12,7 @@ export declare enum ModelProvider {
12
12
  BurnCloud = "burncloud",
13
13
  Cloudflare = "cloudflare",
14
14
  Cohere = "cohere",
15
+ ComfyUI = "comfyui",
15
16
  DeepSeek = "deepseek",
16
17
  Doubao = "Doubao",
17
18
  Fal = "fal",
@@ -12,6 +12,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
12
12
  ModelProvider["BurnCloud"] = "burncloud";
13
13
  ModelProvider["Cloudflare"] = "cloudflare";
14
14
  ModelProvider["Cohere"] = "cohere";
15
+ ModelProvider["ComfyUI"] = "comfyui";
15
16
  ModelProvider["DeepSeek"] = "deepseek";
16
17
  ModelProvider["Doubao"] = "Doubao";
17
18
  ModelProvider["Fal"] = "fal";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "2.28.0",
3
+ "version": "2.29.1",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",