salt

Results 8 issues of salt

For whatever reason, CrewLink doesn't detect when I join or create a lobby. The CrewLink screen stays on "menu" the entire time, no matter what I do. I've tried reinstalling...

Right now, the `share=True` option defaults to no gradio auth. There have been RCE exploits for web ui currently and in the past, and new commits are not being audited...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Trying to get WebUI working on...

bug-report

Add support for an arg that allows support of SD 2.x models with v prediction

When creating my own dataset based off of the dataset tutorial, I noticed that the source images and target images are normalized between different values # Normalize source images to...

Currently, the order that extensions are loaded in is not deterministic. `os.listdir` [returns in whatever order the filesystem returns the files in](https://stackoverflow.com/a/4813116), so you can even have it not be...

attempting to verify the authenticity with the provided URL (https://contentcredentials.org/verify) gives: ``` This asset was created with an older version of Content Credentials. You must use an older version of...

Android prohibits network operations on the main thread, which was causing logins to fail. This moves the call to the IO thread, fixing the issue