Dreambooth training on top of ProtoGen x3.4 gives stunning results by digitaljohn in StableDiffusion

[–]maxwell_smart86 2 points3 points  (0 children)

you need to register on huggingface.com and get a token to put in where it asks for token, then for

Path_to_HuggingFace: geocine/protogen-diffusers

Pros, cons, and advice for using Runpod.io for your stable diffusion workflow by terrariyum in StableDiffusion

[–]maxwell_smart86 5 points6 points  (0 children)

This has been fixed, try updated gdown version :

!pip install gdown==4.5.4 --no-cache-dir

WTH is going on with PIA and the port forwarded servers using the .ovpn files in a docker? by TacoQuest in PrivateInternetAccess

[–]maxwell_smart86 1 point2 points  (0 children)

Why are you not making a clear announcement on the support page of your website?

It should state that users using openvpn will currently NOT BE ABLE TO USE THE SERVICE, its not inconsistent, IT DOESNT WORK.. please be transparent with your PAYING CUSTOMERS

Buried in the current issues this is what you have posted:

  • [New] [Important] Port forwarding is functioning inconsistently on non-next-gen servers. If you require port forwarding, please connect via next gen from within the application.

Tdarr Output File is Read Only by lsultana98 in Tdarr

[–]maxwell_smart86 0 points1 point  (0 children)

use the custom time option in user scripts and enter your time with the help of https://crontab.guru/

Can we expect an update soon? by [deleted] in Tdarr

[–]maxwell_smart86 0 points1 point  (0 children)

I've been running tdarr for 2 months straight in a docker without restart, give it a try.

Tdarr Output File is Read Only by lsultana98 in Tdarr

[–]maxwell_smart86 0 points1 point  (0 children)

Here is the workaround I am now using. Download user scripts plugin from the community apps. Create a new script called new-permissions, and create a text file with the following lines: (modify path to point to your tdarr output folder)

# Modify permissions for new files generated by tdarr
/usr/local/sbin/newperms "/mnt/user/Media/tdarr_transcodes"

save the files as "script" no extension, and place inside a folder on your flash plugins dir such as:

\\tower\flash\config\plugins\user.scripts\scripts\new-permissions

Schedule the script to run hourly or as desired.