MasterIO
MasterIO
Would love to be able to modify the default roles, because I want to restrict access to the source strings for any registered user. I can't create a role without...
Having the same issue here, also on a 1660 (super) with 6gb VRAM, running on Linux Mint. Installed InvokeAI using the bundled install script.
Changing to precision float16 just makes Invoker output black images, it seems it's an issue with this specific GPU that is fixable by using `--precision full --no-half`, it works on...
bruh, why not make a "low priority" label instead? what's the need for clearing out old issues without resolving them? you can just leave them open and wait for someone...
Having the same issue here, using this startup command: ``` sudo docker run --name proxmox-backup-server --restart="unless-stopped" \ -e TZ=Europe/Paris \ --volume=/path/proxmox-backup-server/backups:/backups \ --volume=/path/proxmox-backup-server/etc:/etc \ --volume=/path/proxmox-backup-server/logs:/var/logs \ --volume=/path/proxmox-backup-server/lib:/var/lib \ --tmpfs=/run \...
Got it to run using this command from this repository: https://github.com/Tontonjo/docker/tree/main/pbs: ``` docker run -d \ --name=pbs \ --network=host \ --tmpfs=/run \ -e TZ=Europe/Zurich \ -h pbs \ -v /path/to/data/backup:/mnt/backup...