From 6b2c8278197690b71edf9e53f4c2ed14a34711dd Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Wed, 14 Aug 2024 02:06:39 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 95 +++++++++++++++++++++++++++- applicationFeed.json | 103 ++++++++++++++++++++++++++++--- firstSeen.json | 3 +- log.txt | 10 +-- pluginList.json | 4 +- repoInfo.json | 13 +++- 7 files changed, 211 insertions(+), 19 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index 31f711494..8cfdbd564 100755 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1723586806 + "last_updated_timestamp": 1723615597 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index 497aa7f3e..5a1840a00 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -97102,7 +97102,7 @@ "CategoryList": [ "Network-Messenger" ], - "LastUpdateScan": 1721016369, + "LastUpdateScan": 1723615592, "FirstSeen": 1713225409 }, { @@ -306835,6 +306835,95 @@ "LastUpdate": 1720711429, "FirstSeen": 1717697303 }, + { + "Name": "Invoke-AI", + "Repository": "ghcr.io/invoke-ai/invokeai:latest", + "Registry": "https://github.com/invoke-ai/InvokeAI/pkgs/container/invokeai", + "Branch": { + "Tag": "latest", + "TagDescription": "Latest standard release" + }, + "Network": "bridge", + "WebUI": "http://[IP]:[PORT:9090]/", + "Privileged": "false", + "Support": "https://github.com/invoke-ai/InvokeAI/issues", + "Project": "https://invoke-ai.github.io/InvokeAI/", + "Overview": "An implementation of Stable Diffusion, the open source text-to-image and image-to-image generator, providing a streamlined process with various new features and options to aid the image generation process. \r\n \r\n Additional image variants are also available: https://localai.io/basics/container/#standard-container-images \r\n \r\n **Nvidia GPU Use:**\r\n Using the Unraid Nvidia Plugin to install a version of Unraid with the Nvidia Drivers installed and add **--runtime=nvidia --gpus=all** to [b]\"extra parameters\"[/b] (switch on advanced view) \r\n [br]\n **AMD GPU Use:**\r\n For AMD GPU support, add \"/dev/kfd\" and \"/dev/dri\" each as a Device and add the required Variables: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/docker.html#accessing-gpus-in-containers", + "Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/invoke-ai-icon.png", + "TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/invoke_ai.xml", + "Maintainer": { + "WebPage": "https://github.com/nwithan8" + }, + "Requires": "
        The images for this container are several gigabytes (upwards of ~9 GB). \r
        If you receive a "no space left on device" warning during installation, please increase the vDisk size in your Docker settings. \r
    ", + "ExtraParams": "--gpus=all", + "Config": [ + { + "@attributes": { + "Name": "WebUI", + "Target": "9090", + "Default": "9090", + "Mode": "tcp", + "Description": "Container Port: 9090", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9090" + }, + { + "@attributes": { + "Name": "HuggingFace Hub Token", + "Target": "HUGGING_FACE_HUB_TOKEN", + "Default": "", + "Description": "HuggingFace Hub token for downloading models from private repositories", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Appdata and Model Storage Path", + "Target": "/invokeai_root", + "Default": "/mnt/user/appdata/invoke_ai", + "Mode": "rw", + "Description": "Path for app data and models storage", + "Type": "Path", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "/mnt/user/appdata/invoke_ai" + }, + { + "@attributes": { + "Name": "Data root", + "Target": "INVOKEAI_ROOT", + "Default": "/invokeai_root", + "Description": "Location of InvokeAI root directory inside the container", + "Type": "Variable", + "Display": "advanced-hide", + "Required": "true", + "Mask": "false" + }, + "value": "/invokeai_root" + } + ], + "Repo": "grtgbln's Repository", + "Official": true, + "ChangeLogPresent": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/invoke_ai.xml", + "CategoryList": [ + "AI", + "Productivity", + "Tools-Utilities" + ], + "LastUpdateScan": 1723615592, + "FirstSeen": 1723615592 + }, { "Name": "IPTV-Proxy", "Repository": "ghcr.io/pierre-emmanuelj/iptv-proxy/iptv-proxy", @@ -332219,7 +332308,7 @@ "TemplateURL": "https://raw.githubusercontent.com/Donimax/unraid-docker-templates/master/donimax/checkmk22.xml", "Repository": "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent22.plg", "Plugin": true, - "pluginVersion": "2024.07.17.22", + "pluginVersion": "2024.08.14.22", "MinVer": "6.8.3", "Overview": "Monitors local services and reports any issues to the Checkmk server.", "templatePath": "/tmp/GitHub/AppFeed/templates/DonimaxsRepository/donimax/checkmk22.xml", @@ -332240,7 +332329,7 @@ "TemplateURL": "https://raw.githubusercontent.com/Donimax/unraid-docker-templates/master/donimax/checkmk23.xml", "Repository": "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent23.plg", "Plugin": true, - "pluginVersion": "2024.07.31.23", + "pluginVersion": "2024.08.14.23", "MinVer": "6.8.3", "Overview": "Monitors local services and reports any issues to the Checkmk server.", "templatePath": "/tmp/GitHub/AppFeed/templates/DonimaxsRepository/donimax/checkmk23.xml", diff --git a/applicationFeed.json b/applicationFeed.json index c08621e3c..198aa9312 100755 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { - "apps": 2354, - "last_updated_timestamp": 1723586806, - "last_updated": "2024-08-13 18:06", + "apps": 2355, + "last_updated_timestamp": 1723615597, + "last_updated": "2024-08-14 02:06", "categories": [ { "Cat": "AI:", @@ -97268,7 +97268,7 @@ "CategoryList": [ "Network-Messenger" ], - "LastUpdateScan": 1721016369, + "LastUpdateScan": 1723615592, "FirstSeen": 1713225409 }, { @@ -165022,8 +165022,8 @@ "Tools-Utilities" ], "downloads": 248, - "LastUpdate": 1720008799, "LastUpdateScan": 1723586806, + "LastUpdate": 1720008799, "FirstSeen": 1715789205 }, { @@ -307001,6 +307001,95 @@ "LastUpdate": 1720711429, "FirstSeen": 1717697303 }, + { + "Name": "Invoke-AI", + "Repository": "ghcr.io/invoke-ai/invokeai:latest", + "Registry": "https://github.com/invoke-ai/InvokeAI/pkgs/container/invokeai", + "Branch": { + "Tag": "latest", + "TagDescription": "Latest standard release" + }, + "Network": "bridge", + "WebUI": "http://[IP]:[PORT:9090]/", + "Privileged": "false", + "Support": "https://github.com/invoke-ai/InvokeAI/issues", + "Project": "https://invoke-ai.github.io/InvokeAI/", + "Overview": "An implementation of Stable Diffusion, the open source text-to-image and image-to-image generator, providing a streamlined process with various new features and options to aid the image generation process. \r\n \r\n Additional image variants are also available: https://localai.io/basics/container/#standard-container-images \r\n \r\n **Nvidia GPU Use:**\r\n Using the Unraid Nvidia Plugin to install a version of Unraid with the Nvidia Drivers installed and add **--runtime=nvidia --gpus=all** to [b]\"extra parameters\"[/b] (switch on advanced view) \r\n [br]\n **AMD GPU Use:**\r\n For AMD GPU support, add \"/dev/kfd\" and \"/dev/dri\" each as a Device and add the required Variables: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/docker.html#accessing-gpus-in-containers", + "Icon": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/invoke-ai-icon.png", + "TemplateURL": "https://raw.githubusercontent.com/nwithan8/unraid_templates/master/templates/invoke_ai.xml", + "Maintainer": { + "WebPage": "https://github.com/nwithan8" + }, + "Requires": "
        The images for this container are several gigabytes (upwards of ~9 GB). \r
        If you receive a "no space left on device" warning during installation, please increase the vDisk size in your Docker settings. \r
    ", + "ExtraParams": "--gpus=all", + "Config": [ + { + "@attributes": { + "Name": "WebUI", + "Target": "9090", + "Default": "9090", + "Mode": "tcp", + "Description": "Container Port: 9090", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9090" + }, + { + "@attributes": { + "Name": "HuggingFace Hub Token", + "Target": "HUGGING_FACE_HUB_TOKEN", + "Default": "", + "Description": "HuggingFace Hub token for downloading models from private repositories", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Appdata and Model Storage Path", + "Target": "/invokeai_root", + "Default": "/mnt/user/appdata/invoke_ai", + "Mode": "rw", + "Description": "Path for app data and models storage", + "Type": "Path", + "Display": "advanced", + "Required": "true", + "Mask": "false" + }, + "value": "/mnt/user/appdata/invoke_ai" + }, + { + "@attributes": { + "Name": "Data root", + "Target": "INVOKEAI_ROOT", + "Default": "/invokeai_root", + "Description": "Location of InvokeAI root directory inside the container", + "Type": "Variable", + "Display": "advanced-hide", + "Required": "true", + "Mask": "false" + }, + "value": "/invokeai_root" + } + ], + "Repo": "grtgbln's Repository", + "Official": true, + "ChangeLogPresent": true, + "templatePath": "/tmp/GitHub/AppFeed/templates/grtgblnsRepository/templates/invoke_ai.xml", + "CategoryList": [ + "AI", + "Productivity", + "Tools-Utilities" + ], + "LastUpdateScan": 1723615592, + "FirstSeen": 1723615592 + }, { "Name": "IPTV-Proxy", "Repository": "ghcr.io/pierre-emmanuelj/iptv-proxy/iptv-proxy", @@ -332385,7 +332474,7 @@ "TemplateURL": "https://raw.githubusercontent.com/Donimax/unraid-docker-templates/master/donimax/checkmk22.xml", "Repository": "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent22.plg", "Plugin": true, - "pluginVersion": "2024.07.17.22", + "pluginVersion": "2024.08.14.22", "MinVer": "6.8.3", "Overview": "Monitors local services and reports any issues to the Checkmk server.", "templatePath": "/tmp/GitHub/AppFeed/templates/DonimaxsRepository/donimax/checkmk22.xml", @@ -332406,7 +332495,7 @@ "TemplateURL": "https://raw.githubusercontent.com/Donimax/unraid-docker-templates/master/donimax/checkmk23.xml", "Repository": "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent23.plg", "Plugin": true, - "pluginVersion": "2024.07.31.23", + "pluginVersion": "2024.08.14.23", "MinVer": "6.8.3", "Overview": "Monitors local services and reports any issues to the Checkmk server.", "templatePath": "/tmp/GitHub/AppFeed/templates/DonimaxsRepository/donimax/checkmk23.xml", diff --git a/firstSeen.json b/firstSeen.json index 61f5a1d84..53accfcf2 100755 --- a/firstSeen.json +++ b/firstSeen.json @@ -3430,5 +3430,6 @@ "ghcr.io/imagegenius/teslacamplayer": 1723370787, "ghcr.io/schaka/janitorr:native-stable": 1723385177, "imthai/iqbit": 1723471614, - "stonith404/pocket-id:latest": 1723500423 + "stonith404/pocket-id:latest": 1723500423, + "ghcr.io/invoke-ai/invokeai:latest": 1723615592 } \ No newline at end of file diff --git a/log.txt b/log.txt index e5dc4c47a..d5e0dc54d 100644 --- a/log.txt +++ b/log.txt @@ -3567,6 +3567,7 @@ Processing /tmp/appFeed/templates/grtgblnsRepository/templates/gpt4all.xml...Suc Processing /tmp/appFeed/templates/grtgblnsRepository/templates/gramps_web.xml...Success Processing /tmp/appFeed/templates/grtgblnsRepository/templates/image_maid.xml...Success Processing /tmp/appFeed/templates/grtgblnsRepository/templates/imgproxy.xml...Success +Processing /tmp/appFeed/templates/grtgblnsRepository/templates/invoke_ai.xml...Success Processing /tmp/appFeed/templates/grtgblnsRepository/templates/iptv_proxy.xml...Success Processing /tmp/appFeed/templates/grtgblnsRepository/templates/libation.xml...Success Processing /tmp/appFeed/templates/grtgblnsRepository/templates/livekit.xml...Success @@ -4290,12 +4291,13 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml.. Updating stats on containers +kilvoctu/aiyabot +ghcr.io/kilvoctu/aiyabot:latest Downloads: Stars: Base: unknown +invoke-ai/invokeai +ghcr.io/invoke-ai/invokeai:latest Downloads: Stars: Base: unknown +Pulling ghcr.io/invoke-ai/invokeai:latest Privileged: 104 - -No change to feed - - Updating GitHub diff --git a/pluginList.json b/pluginList.json index d6afaff01..27c86d959 100755 --- a/pluginList.json +++ b/pluginList.json @@ -750,11 +750,11 @@ "min": "6.8.3" }, "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent22.plg": { - "version": "2024.07.17.22", + "version": "2024.08.14.22", "min": "6.8.3" }, "https://raw.githubusercontent.com/donimax/unraid-check-mk-agent/master/check_mk_agent23.plg": { - "version": "2024.07.31.23", + "version": "2024.08.14.23", "min": "6.8.3" }, "https://raw.githubusercontent.com/rezo552/unraid-ltfs/main/unraid-ltfs.plg": { diff --git a/repoInfo.json b/repoInfo.json index 0f0fe5fe7..83726b665 100755 --- a/repoInfo.json +++ b/repoInfo.json @@ -88929,7 +88929,7 @@ "Base": null, "Downloads": null, "Stars": null, - "Time": 1721016369, + "Time": 1723615592, "trending": null, "trends": null, "downloadtrend": null, @@ -91829,5 +91829,16 @@ "downloadtrend": null, "trendsDate": null, "LastUpdate": 1723499319 + }, + "ghcr.io/invoke-ai/invokeai:latest": { + "Base": null, + "Downloads": null, + "Stars": null, + "Time": 1723615592, + "trending": null, + "trends": null, + "downloadtrend": null, + "trendsDate": null, + "LastUpdate": null } } \ No newline at end of file