Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Outlet6957

Members
  • Joined

  • Last visited

Everything posted by Outlet6957

  1. Came here to say this +1
  2. Did you ever get this working in ComfyUI? I have the EXACT same issue. If so, what was the fix?
  3. Anyone know why this happens with latest update (05-comfy-ui) 04/15/2024 08:40:42 PM Prestartup times for custom nodes: 04/15/2024 08:40:42 PM 0.9 seconds: /config/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI-Manager 04/15/2024 08:40:42 PM 04/15/2024 08:40:54 PM Total VRAM 12037 MB, total RAM 96462 MB 04/15/2024 08:40:54 PM Set vram state to: NORMAL_VRAM 04/15/2024 08:40:54 PM Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync 04/15/2024 08:40:54 PM VAE dtype: torch.bfloat16 04/15/2024 08:41:02 PM Using pytorch cross attention 04/15/2024 08:41:09 PM Traceback (most recent call last): 04/15/2024 08:41:09 PM File "/config/05-comfy-ui/ComfyUI/nodes.py", line 1864, in load_custom_node 04/15/2024 08:41:09 PM module_spec.loader.exec_module(module) 04/15/2024 08:41:09 PM File "<frozen importlib._bootstrap_external>", line 940, in exec_module 04/15/2024 08:41:09 PM File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed 04/15/2024 08:41:09 PM File "/config/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI-Manager/__init__.py", line 18, in <module> 04/15/2024 08:41:09 PM from .glob import manager_core as core 04/15/2024 08:41:09 PM File "/config/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_core.py", line 9, in <module> 04/15/2024 08:41:09 PM import git 04/15/2024 08:41:09 PM ModuleNotFoundError: No module named 'git' 04/15/2024 08:41:09 PM 04/15/2024 08:41:09 PM Cannot import /config/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI-Manager module for custom nodes: No module named 'git' 04/15/2024 08:41:09 PM 04/15/2024 08:41:09 PM Import times for custom nodes: 04/15/2024 08:41:09 PM 0.0 seconds: /config/05-comfy-ui/ComfyUI/custom_nodes/websocket_image_save.py 04/15/2024 08:41:09 PM 0.1 seconds (IMPORT FAILED): /config/05-comfy-ui/ComfyUI/custom_nodes/ComfyUI-Manager 04/15/2024 08:41:09 PM 04/15/2024 08:41:09 PM Setting output directory to: /config/outputs/05-comfy-ui 04/15/2024 08:41:09 PM Starting server 04/15/2024 08:41:09 PM 04/15/2024 08:41:09 PM To see the GUI go to: http://0.0.0.0:9000
  4. Oh also, the https://github.com/facefusion/facefusion uses pytorch now instead of tensorflow but the one within the hollafain uses tensorflow for some reason even though the script pulls from the original repo, thus creating that issue as well. I'll check this out later tonight and see if I can push a change to their github
  5. No but I did find a solution that needs to be tested. Apparently when you install extensions they install the onnx-runtime which creates a conflict with existing onnx files. When this happens it disables the CUDA. But again, I have not tested this out. If I do I will report back here and tag you.
  6. Bruh, you are a champion. Thank you and happy holidays!
  7. Ok I've done some digging. If I add face fusion via the docker settings or within automatic1111 extensions, it does not detect GPU thus not giving me a "CUDA" option. The container works fine with the GPU for generating art, and device shows up in nvidia-smi when you docker exec into the container. However if I activate the venv within the docker container and run python3 -c "import tensorflow; print(tensorflow.config.experimental.list_physical_devices('GPU'))" It returns [] For some reason tensorflow does not detect GPU and facefusion needs that detection for it to provide the CUDA option. Any thoughts?
  8. I know you mentioned some models are not production ready. Face fusion included. Is that warning the reason I don't see "CUDA" as a provider on the face fusion webui?
  9. Thank you for the awesome plugin and keeping the nerd packages alive. Could you please add ripgrep?
  10. I am having this same issue. Any custom dockers I create will not boot up after I reboot the server. It says network id not found and I have to recreate the containers. Did you ever find a fix for this?
  11. Jesus christ, thank you so much. I was going nuts. I used a password manager to generate the DB password and it had some symbols in it to include a '#'. I appreciate you!!
  12. You can reduce the size by converting to a QCOW2 image instead. It is MUCH smaller than the .img file above. The command for that is this qemu-img convert -f vmdk -O qcow2 ./GNS3_VM-disk1.vmdk ./GNS3VM-disk1.qcow2 I've been running GNS3 for about 2 years now with this method. Here are my file sizes for reference 1.5G ./GNS3VM-disk1.qcow2 42M ./GNS3VM-disk2.qcow2 532M ./GNS3_VM-disk1.vmdk 1.9M ./GNS3_VM-disk2.vmdk As far as the settings for the VM, the only thing I changed was the bios stays SeaBIOS but the Machine is i440fx-4.2. Also the Primary vDisk Bus is now SCSI instead of SATA. Let me know if you get stuck!
  13. So they fixed the password thing with the hotfix yesterday, however clients need to be updated too. So a lot of people are currently having login issues.
  14. Mine is also crashing, looks like the "reports" plugin was installed twice. I can see a lot of people having an issue after this update.
  15. Does anyone know how to get the pihole docker to resolve a local subdomain.domain.com to a local IP address? I am hosting a small webserver via unRAID and pihole does not know to resolve to it locally if I am accessing the website from a LAN device. Everytime I go to the site, I am seen as "external" traffic. If I can resolve this, I could also resolve Plex issues. I just don't know how to tell pihole to point the domain to the internal unraid IP. I've tried variables such as extra_hosts etc. I am exhausted. Edit I got the resolution by adding 02-custom.conf in the /mnt/user/appdata/dnsmasq.d folder. The format for that .conf file is subdomain.domain.com 192.168.1.X where X is the unraid server IP. However the website stops working when I do this. I even can do nslookup subdomain.domain.com and it shows the 192.168.1.X address. I am using nginx/letsencrypt to host the proxy portion of the site. This basically forwards the subdomain to an internal IP of another docker. Any help would be appreciated.
  16. Hey jowi, Can you ping your netgear from pihole's docker? meaning you terminal into unraid and type "docker exec -it pihole ping 192.168.1.X" where the X is the last octet of your netgear device. See if you get replies. They may not be communicating.
  17. Does anyone know how to point a local domain "subdomain.domain.com" to a local IP address? Whenever I reach my subdomain, pihole thinks I am coming from an external network. I want pihole to resolve any devices from the LAN going to this subdomain to stay internal. There are lots of answers online to resolve this but they all involve pihole running on a raspberry_pi and not docker. I have exhausted many of my resources to figure this out. Thanks in advance.
  18. So I am trying to setup reverse proxy with this. I can access the docker on LAN via the reverse proxy address. However, if I try to access that same link on WAN, I get "Forbidden". To do some testing, I want to enable https via the default port. However when I manually add it to the docker it does not resolve via HTTPS://LOCALIP:8920 Any ideas? Further why wasn't the HTTPS: port included? Any particular reason? Thanks Binhex!
  19. Makes sense, yes borg is installed. I will take a look! Edit: Let me just say thank you, you always reply and always add/update packages. You're pure gold and I thank you so much.
  20. Python 3 wont uninstall. Every other package uninstalls if I have it selected to Off. However python 3 doesn't do anything when I hit apply. It refreshes the page and it says ON again even though I hit off.
  21. Is there a reason the"fuzzy image searching functionality is not included in the docker? I see exif data and content scans only.
  22. Hey DMacias72, Can we add hashbackup to the nerdpack? http://www.hashbackup.com/home/quickstart Thanks!
  23. That makes sense! Thank you.
  24. Ah looks like you're trying to do the same thing as me. I QOSed the GDrive IP addresses but they change so often, I have even done the enter subnet with a /16 but even that host IP changes. 443 is a catch all which like you said is no good. I wonder if there is a docker instead of a plugin that lets you change the IP that rclone uses.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.