This commit is contained in:
Andrew Z 2024-09-15 20:06:37 -04:00
parent 222fd19aa6
commit 5b81315fca
6 changed files with 232 additions and 69 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1726437994
"last_updated_timestamp": 1726445196
}

View File

@ -13,6 +13,7 @@
"Shell": "bash",
"Privileged": "false",
"Overview": "ComfyUI WebUI Dockerfile with Nvidia support, built from the latest official ComfyUI GitHub release.\nInstall ComfyUI Manager to simplify integration of additional custom nodes.\n\nThe tool will create some folders inside the \"run directory\", among which: HF, ComfyUI and venv\n\nAll those folders will be created with the WANTED_UID and WANTED_GID parameters (by default using Unraid's default of 99:100) allowing the end-user to place directly into the folders their checkpoints, unet, lora and other required models.\n\nThe container comes with no weights/models; you need to obtain those and install them in the proper directories under the mount you have selected for the \"run directory\".\n\nOutput files will be placed into the ComfyUI/output folder within that \"run directory\".\n\nPlease see https://github.com/mmartial/ComfyUI-Nvidia-Docker for further details.\r\nIn particular, details about \"First time use\" (and the \"bottle\" workflow), noting that Unraid's default YOUR_RUN_DIRECTORY is /mnt/user/appdata/comfyui-nvidia/mnt\n\nNote:\r\n- The container requires the Nvidia Driver plugin to be installed on your Unraid server.\r\n- This is a WebUI for the ComfyUI Stable Diffusion tool with a Docker image of over 5GB.\r\n- The container will take a while to start up, as it needs to download the ComfyUI Stable Diffusion tool and install its dependencies, usually adding another 5GB of downloaded content in the venv folder\r\n- The original Docker image is from Nvidia, as such it is governed by the NVIDIA Deep Learning Container License.",
"Readme": "https://github.com/mmartial/ComfyUI-Nvidia-Docker",
"WebUI": "http://[IP]:[PORT:8188]",
"ExtraParams": "--runtime nvidia --gpus all",
"Config": [
@ -71,9 +72,24 @@
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "COMFY_CMDLINE_XTRA",
"Target": "COMFY_CMDLINE_XTRA",
"Default": "",
"Mode": "",
"Description": "Extra command-line options for ComfyUI",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "martial's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/martialsRepository/templates/ComfyUI-Nvidia-Docker.xml",
"CategoryList": [
"AI",
@ -126351,8 +126367,8 @@
"Network-Privacy"
],
"downloads": 666,
"LastUpdate": 1719398131,
"LastUpdateScan": 1726437990,
"LastUpdate": 1719398131,
"FirstSeen": 1710842764
},
{
@ -128927,29 +128943,32 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 14649,
"downloads": 15291,
"stars": 6,
"trending": 5.052,
"LastUpdate": 1717665811,
"trending": 4.199,
"trends": [
21.139,
6.708,
5.052
5.052,
4.199
],
"trendsDate": [
1718647593,
1721246793,
1723845987
1723845987,
1726445196
],
"downloadtrend": [
10233,
12976,
13909,
14649
14649,
15291
],
"LastUpdateScan": 1723845987,
"LastUpdate": 1717665811,
"LastUpdateScan": 1726445196,
"FirstSeen": 1684865080,
"topTrending": -16.087
"topTrending": -16.939999999999998
},
{
"Name": "SABnzbd",
@ -253282,8 +253301,8 @@
],
"downloads": 30014,
"stars": 1,
"LastUpdate": 1726424441,
"LastUpdateScan": 1726437990,
"LastUpdate": 1726424441,
"FirstSeen": 1726437990
},
{
@ -326016,41 +326035,41 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 218675,
"downloads": 241869,
"stars": 2,
"trending": 8.886,
"LastUpdate": 1713806701,
"trending": 9.589,
"trends": [
22.146,
15.244,
13.868,
13.588,
10.757,
8.106,
8.886
8.886,
9.589
],
"trendsDate": [
1708254341,
1710850079,
1713449199,
1716048367,
1718647593,
1721246793,
1723845987
1723845987,
1726445196
],
"downloadtrend": [
103077,
121616,
141197,
163399,
183094,
199244,
218675
218675,
241869
],
"LastUpdateScan": 1723845987,
"LastUpdate": 1713806701,
"LastUpdateScan": 1726445196,
"FirstSeen": 1700456760,
"topTrending": -13.260000000000002,
"topPerforming": 8.886
"topTrending": -5.654999999999999,
"topPerforming": 9.589
},
{
"Name": "Anaconda3",

View File

@ -1,7 +1,7 @@
{
"apps": 2366,
"last_updated_timestamp": 1726437994,
"last_updated": "2024-09-15 18:06",
"last_updated_timestamp": 1726445196,
"last_updated": "2024-09-15 20:06",
"categories": [
{
"Cat": "AI:",
@ -179,6 +179,7 @@
"Shell": "bash",
"Privileged": "false",
"Overview": "ComfyUI WebUI Dockerfile with Nvidia support, built from the latest official ComfyUI GitHub release.\nInstall ComfyUI Manager to simplify integration of additional custom nodes.\n\nThe tool will create some folders inside the \"run directory\", among which: HF, ComfyUI and venv\n\nAll those folders will be created with the WANTED_UID and WANTED_GID parameters (by default using Unraid's default of 99:100) allowing the end-user to place directly into the folders their checkpoints, unet, lora and other required models.\n\nThe container comes with no weights/models; you need to obtain those and install them in the proper directories under the mount you have selected for the \"run directory\".\n\nOutput files will be placed into the ComfyUI/output folder within that \"run directory\".\n\nPlease see https://github.com/mmartial/ComfyUI-Nvidia-Docker for further details.\r\nIn particular, details about \"First time use\" (and the \"bottle\" workflow), noting that Unraid's default YOUR_RUN_DIRECTORY is /mnt/user/appdata/comfyui-nvidia/mnt\n\nNote:\r\n- The container requires the Nvidia Driver plugin to be installed on your Unraid server.\r\n- This is a WebUI for the ComfyUI Stable Diffusion tool with a Docker image of over 5GB.\r\n- The container will take a while to start up, as it needs to download the ComfyUI Stable Diffusion tool and install its dependencies, usually adding another 5GB of downloaded content in the venv folder\r\n- The original Docker image is from Nvidia, as such it is governed by the NVIDIA Deep Learning Container License.",
"Readme": "https://github.com/mmartial/ComfyUI-Nvidia-Docker",
"WebUI": "http://[IP]:[PORT:8188]",
"ExtraParams": "--runtime nvidia --gpus all",
"Config": [
@ -237,9 +238,24 @@
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "COMFY_CMDLINE_XTRA",
"Target": "COMFY_CMDLINE_XTRA",
"Default": "",
"Mode": "",
"Description": "Extra command-line options for ComfyUI",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "martial's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/martialsRepository/templates/ComfyUI-Nvidia-Docker.xml",
"CategoryList": [
"AI",
@ -126517,8 +126533,8 @@
"Network-Privacy"
],
"downloads": 666,
"LastUpdate": 1719398131,
"LastUpdateScan": 1726437990,
"LastUpdate": 1719398131,
"FirstSeen": 1710842764
},
{
@ -129093,29 +129109,32 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 14649,
"downloads": 15291,
"stars": 6,
"trending": 5.052,
"LastUpdate": 1717665811,
"trending": 4.199,
"trends": [
21.139,
6.708,
5.052
5.052,
4.199
],
"trendsDate": [
1718647593,
1721246793,
1723845987
1723845987,
1726445196
],
"downloadtrend": [
10233,
12976,
13909,
14649
14649,
15291
],
"LastUpdateScan": 1723845987,
"LastUpdate": 1717665811,
"LastUpdateScan": 1726445196,
"FirstSeen": 1684865080,
"topTrending": -16.087
"topTrending": -16.939999999999998
},
{
"Name": "SABnzbd",
@ -253448,8 +253467,8 @@
],
"downloads": 30014,
"stars": 1,
"LastUpdate": 1726424441,
"LastUpdateScan": 1726437990,
"LastUpdate": 1726424441,
"FirstSeen": 1726437990
},
{
@ -326182,41 +326201,41 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 218675,
"downloads": 241869,
"stars": 2,
"trending": 8.886,
"LastUpdate": 1713806701,
"trending": 9.589,
"trends": [
22.146,
15.244,
13.868,
13.588,
10.757,
8.106,
8.886
8.886,
9.589
],
"trendsDate": [
1708254341,
1710850079,
1713449199,
1716048367,
1718647593,
1721246793,
1723845987
1723845987,
1726445196
],
"downloadtrend": [
103077,
121616,
141197,
163399,
183094,
199244,
218675
218675,
241869
],
"LastUpdateScan": 1723845987,
"LastUpdate": 1713806701,
"LastUpdateScan": 1726445196,
"FirstSeen": 1700456760,
"topTrending": -13.260000000000002,
"topPerforming": 8.886
"topTrending": -5.654999999999999,
"topPerforming": 9.589
},
{
"Name": "Anaconda3",

10
log.txt
View File

@ -4326,11 +4326,11 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
ich777/proxy-server
ich777/proxy-server Downloads: 666 Stars: 0 Base: unknown
salvoxia/immich-folder-album-creator
salvoxia/immich-folder-album-creator Downloads: 30014 Stars: 1 Base: unknown
Pulling salvoxia/immich-folder-album-creator
ich777/rustdesk-server-aio
ich777/rustdesk-server-aio Downloads: 15291 Stars: 6 Base: unknown
Tagged - Can't determine last update
skrashevich/double-take
skrashevich/double-take:v1.13.11.8 Downloads: 241869 Stars: 2 Base: unknown
Privileged: 105

View File

@ -126350,9 +126350,9 @@
"Network-Proxy",
"Network-Privacy"
],
"downloads": 610,
"LastUpdateScan": 1723838788,
"downloads": 666,
"LastUpdate": 1719398131,
"LastUpdateScan": 1726437990,
"FirstSeen": 1710842764
},
{
@ -253164,6 +253164,128 @@
"FirstSeen": 1667747023,
"topTrending": 15.225
},
{
"Name": "Immich-AutoAlbums",
"Repository": "salvoxia/immich-folder-album-creator",
"Registry": "https://registry.hub.docker.com/r/salvoxia/immich-folder-album-creator",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/Salvoxia/immich-folder-album-creator",
"Overview": "Immich Folder Album Creator\r\nThis is a python script designed to automatically create albums in Immich from a folder structure mounted into the Immich container. This is useful for automatically creating and populating albums for external libraries. Using the provided docker image, the script can simply be added to the Immich compose stack and run along the rest of Immich's containers.",
"TemplateURL": "https://raw.githubusercontent.com/Joey291/unraid-templates/master/templates/Immich-AutoAlbums.xml",
"PostArgs": "/script/immich_auto_album.sh",
"Config": [
{
"@attributes": {
"Name": "ROOT_PATH",
"Target": "ROOT_PATH",
"Default": "",
"Mode": "",
"Description": "A single or a comma separated list of import paths for external libraries in Immich.\r\n\r\n(path inside Immich, NOT inside Unraid !)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "API_URL",
"Target": "API_URL",
"Default": "",
"Mode": "",
"Description": "The root API URL of immich, e.g. https://immich.mydomain.com/api/",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://x.x.x.x:8080/api/"
},
{
"@attributes": {
"Name": "API_KEY",
"Target": "API_KEY",
"Default": "",
"Mode": "",
"Description": "The Immich API Key to use",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ALBUM_LEVELS",
"Target": "ALBUM_LEVELS",
"Default": "",
"Mode": "",
"Description": "https://github.com/Salvoxia/immich-folder-album-creator#how-it-works",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "2"
},
{
"@attributes": {
"Name": "Host Key 5",
"Target": "UNATTENDED",
"Default": "0",
"Mode": "",
"Description": "Do not ask for user confirmation after identifying albums.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1"
},
{
"@attributes": {
"Name": "Host Key 6",
"Target": "DELETE_CONFIRM",
"Default": "0",
"Mode": "",
"Description": "Confirm deletion of albums when running in mode CLEANUP or DELETE_ALL. If this flag is not set, these modes will perform a dry run only. Has no effect in mode CREATE",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Host Key 7",
"Target": "album-separator",
"Default": "",
"Mode": "",
"Description": "Separator string to use for compound album names created from nested folders. Only effective if -a is set to a value > 1(default: ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "-"
}
],
"Repo": "Cornflake's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/CornflakesRepository/templates/Immich-AutoAlbums.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 30014,
"stars": 1,
"LastUpdate": 1726424441,
"LastUpdateScan": 1726437990,
"FirstSeen": 1726437990
},
{
"Name": "SkyrimTogetherRebornServer",
"Repository": "tiltedphoques/st-reborn-server:latest",

View File

@ -78899,25 +78899,28 @@
},
"ich777/rustdesk-server-aio": {
"Base": null,
"Downloads": 14649,
"Downloads": 15291,
"Stars": 6,
"Time": 1723845987,
"trending": 5.052,
"Time": 1726445196,
"trending": 4.199,
"trends": [
21.139,
6.708,
5.052
5.052,
4.199
],
"downloadtrend": [
10233,
12976,
13909,
14649
14649,
15291
],
"trendsDate": [
1718647593,
1721246793,
1723845987
1723845987,
1726445196
],
"LastUpdate": 1717665811
},
@ -84235,36 +84238,36 @@
},
"skrashevich/double-take:v1.13.11.8": {
"Base": null,
"Downloads": 218675,
"Downloads": 241869,
"Stars": 2,
"Time": 1723845987,
"trending": 8.886,
"Time": 1726445196,
"trending": 9.589,
"trends": [
22.146,
15.244,
13.868,
13.588,
10.757,
8.106,
8.886
8.886,
9.589
],
"downloadtrend": [
103077,
121616,
141197,
163399,
183094,
199244,
218675
218675,
241869
],
"trendsDate": [
1708254341,
1710850079,
1713449199,
1716048367,
1718647593,
1721246793,
1723845987
1723845987,
1726445196
],
"LastUpdate": 1713806701
},