pyrater

Members
  • Posts

    604
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pyrater's Achievements

Enthusiast

Enthusiast (6/14)

25

Reputation

1

Community Answers

  1. XML updated it should now pull from: https://hub.docker.com/r/tukirito/sygil-webui
  2. I have asked for an official response in the discord. If confirmed i will update the XML for unraid.
  3. I would look at: Docker Hub: https://hub.docker.com/r/hlky/sd-webui GitHub: https://github.com/Sygil-Dev/sygil-webui/ Documentation: https://sygil-dev.github.io/sygil-webui/ Official Discord: https://discord.gg/gyXNe4NySY Official Support: https://github.com/Sygil-Dev/sygil-webui/discussions All i did was wrap the official docker image into an Unraid XML format. The official GITHUB has not been updated in over 2 months.
  4. I have no cluse how i deleted / misplaced my family photos. I was moving files around with root@Icarus:~# #!/bin/bash chmod -R 777 /mnt/user/Data/Pictures\ and\ Home\ Vids/.Phone\ Uploads/ chmod -R 777 /mnt/user/Downloading/PhotoImport/ chmod -R a+x /mnt/user/Data/Pictures\ and\ Home\ Vids/.Phone\ Uploads/ chmod -R a+x /mnt/user/Downloading/PhotoImport/ rsync -avpr --progress --remove-source-files /mnt/user/Data/Pictures\ and\ Home\ Vids/.Phone\ Uploads/* /mnt/user/Downloading/PhotoImport/ rm -rfvd /mnt/user/Data/Pictures\ and\ Home\ Vids/.Phone\ Uploads/* touch /mnt/user/Data/Pictures\ and\ Home\ Vids/.Phone\ Uploads/.ignore touch /mnt/user/Data/Pictures\ and\ Home\ Vids/.Phone\ Uploads/.ppignore sending incremental file list rsync: [sender] link_stat "/mnt/user/Data/Pictures and Home Vids/.Phone Uploads/*" failed: No such file or directory (2) sent 19 bytes received 12 bytes 62.00 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1336) [sender=3.2.7] root@Icarus:~# rsync -avpr --progress --remove-source-files /mnt/user/Data/Pictures\ and\ Home\ Vids/.Phone\ Uploads/* /mnt/user/Downloading/PhotoImport/ sending incremental file list rsync: [sender] link_stat "/mnt/user/Data/Pictures and Home Vids/.Phone Uploads/*" failed: No such file or directory (2) sent 19 bytes received 12 bytes 62.00 bytes/sec total size is 0 speedup is 0.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1336) [sender=3.2.7] root@Icarus:~# rsync -avpr --progress --remove-source-files /mnt/user/Data/Pictures\ and\ Home\ Vids/ /mnt/user/Downloading/PhotoImport/Display all 144 possibilities? (y or n) root@Icarus:~# rsync -avpr --progress --remove-source-files /mnt/user/Data/Pictures\ and\ Home\ Vids/* /mnt/user/Downloading/PhotoImport/ sending incremental file list Basic training 2007.jpg 445,790 100% 393.89MB/s 0:00:00 (xfr#1, ir-chk=1389/1390) CHIPS - A Bad Idea.mp4 32,740,573 100% 213.86MB/s 0:00:00 (xfr#2, ir-chk=1388/1390) 10 Year Vow Renewal/ 10 Year Vow Renewal/Annika Britt Photography PRINT RELEASE.docx 93,141 100% 547.94kB/s 0:00:00 (xfr#3, ir-chk=1245/1390) 10 Year Vow Renewal/_MG_0611 edit.jpg 891,809 100% 4.81MB/s 0:00:00 (xfr#4, ir-chk=1244/1390) 10 Year Vow Renewal/_MG_0612 vows.jpg 972,399 100% 4.80MB/s 0:00:00 (xfr#5, ir-chk=1243/1390) 10 Year Vow Renewal/_MG_0622 edit.jpg 806,924 100% 3.56MB/s 0:00:00 (xfr#6, ir-chk=1242/1390) 10 Year Vow Renewal/_MG_0626 edit.jpg 1,064,185 100% 4.53MB/s 0:00:00 (xfr#7, ir-chk=1241/1390) 10 Year Vow Renewal/_MG_0638 edit bw.jpg 667,419 100% 2.72MB/s 0:00:00 (xfr#8, ir-chk=1240/1390) 10 Year Vow Renewal/_MG_0638 edit.jpg 756,972 100% 2.82MB/s 0:00:00 (xfr#9, ir-chk=1239/1390) Any clue on how to recover the files?!
  5. You can try i doubt it would work, not sure as i cannot duplicate the error.
  6. Do you have the nvidia driver package installed into unraid? (i assume yes). If so try putting the GPU ID instead of all and see if that works. Not sure why it wouldnt work as it works fine with my p2200
  7. it is the docker that is maintained by the developers. The official dev response is "that isnt being updated atm There's also hlky/sd-webui:runpod which includes a lot of models already".
  8. @drbaltar Is what i get when i try txt to video, under settings it says its under construction.... that part may not be done.
  9. That's a new one for me. I haven't really messed with the video stuff but I can take a look today after work or it might be better to post in the official discord support channel.
  10. It is most likely due to using too much of the graphics card memory. Try using a smaller model such as Waifu-Diffusion or look for one you like here https://huggingface.co/models?library=diffusers Download the new model .ckpt file and place it in your sd\models\custom folder. It should appear in your dropdown box in the webui (may require a restart). For example you can try midjourney-v4-diffusion which is 2.13 GB (https://huggingface.co/prompthero/midjourney-v4-diffusion/blob/main/mdjrny-v4.ckpt).
  11. Overview: Support for Docker XML TEMPLATE of the Streamlit ui for Stable Diffusion. Application: Streamlit ui for Stable Diffusion Docker Hub: https://hub.docker.com/r/hlky/sd-webui https://hub.docker.com/r/tukirito/sygil-webui GitHub: https://github.com/Sygil-Dev/sygil-webui/ Documentation: https://sygil-dev.github.io/sygil-webui/ Official Discord: https://discord.gg/gyXNe4NySY Official Support: https://github.com/Sygil-Dev/sygil-webui/discussions Note: For issues with the actual software or docker image I recommend you login to the discord server to get support from the team there. This thread is simply to assist with unraid integration/general support. By default the XML template uses the :latest tag which allows you to download the 4GB image. On boot the stable diffusion models will be downloaded to the mapped folder /mnt/user/appdata/sd-webui/sd/outputs (unless you changed it from default). The :runpod version is more up to date however this tag will download 32 GB to your unraid docker image on INSTALL (not run). This may quickly fill up your base docker image, use at your own risk. UPDATE: For those with graphics card with a small amount of memory (P2000 P2200 etc) try using a smaller model such as Waifu-Diffusion or look for one you like here https://huggingface.co/models?library=diffusers Download the new model .ckpt file and place it in your sd\models\custom folder. It should appear in your dropdown box in the webui (may require a restart). For example you can try midjourney-v4-diffusion which is 2.13 GB (https://huggingface.co/prompthero/midjourney-v4-diffusion/blob/main/mdjrny-v4.ckpt).
  12. awesome! I'm glad you got it working. I will make those changes you suggested. Additionally, I think at this point I should probably make a dedicated support thread as I feel like we have bad/hijacked the OPs original thread. Support thread:
  13. Yea it's called sd-webui. I don't think it is approved / published yet.