ProGamerGov
ProGamerGov
@researcx It should be possible to do with a few minor changes I think
@ProGamerGov Yeah it should be relatively straight forward, however I currently don't have a way to test it.
@trbutler Try running this WIP neural-style-pt branch on MPS: https://github.com/ProGamerGov/neural-style-pt/tree/master-2
@AA-Turner, @tk0miya let me know if I need to change anything for this PR to be merged
@danieleades The conflicts have been resolved, so this PR is ready for merging
The Gradio team seems to be attempting to get some fixes out for the security issues: https://github.com/gradio-app/gradio/issues/2470
People are also reporting that individuals have been able to guess the gradio links and start generating their own content: * https://www.reddit.com/r/StableDiffusion/comments/y52yt0/why_are_there_images_i_never_generated_in_my/ * https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/513 There's also a Reddit thread about...
Do you still have the drawing tool selected? In my experience you need to unselect it before inpainting works.
You have to manually install PyTorch from source as the PyPI packages don't include the old CUDA binaries to save space: https://github.com/pytorch/pytorch/blob/master/README.md#from-source Sources: https://discuss.pytorch.org/t/solved-pytorch-no-longer-supports-this-gpu-because-it-is-too-old/15444 https://discuss.pytorch.org/t/pytorch-no-longer-supports-this-gpu-because-it-is-too-old/13803 https://discuss.pytorch.org/t/solved-pytorch-no-longer-supports-this-gpu-because-it-is-too-old/15444/30?page=2 Though if the source...
> The miniscule amount of VRAM zero tensors consume is no big deal. Thanks for adding support for hires fix. IMO this pr is ready for merge. @AUTOMATIC1111 How much...