daniel raffel
daniel raffel
Where to put the exported folder "stable_diffusion_weights" in a local stable diffusion installation
you can also follow the instructions here https://github.com/CompVis/stable-diffusion#stable-diffusion-v1 ``` mkdir -p models/ldm/stable-diffusion-v1/ ln -s models/ldm/stable-diffusion-v1/model.ckpt ```
I was trying to run gradio via jupyter on my Mac M1 but think I'm hitting the same issue. ``` from stable_diffusion_videos import interface interface.launch() ``` I am getting an...
thanks for sharing that. so, I didn't end up creating a new env because I already have the fallback set in my current one (for another variant of SD) and...
Actually, I restarted the jupyter kernel and now I can run the gradio UX. Thanks for your patches! Unfortunately, during runtime there were a series of new errors which seem...
Running this worked for me `%pip install --upgrade stable-diffusion-videos` However, running this did not work for me ``` % pip install --upgrade stable-diffusion-videos[realesrgan] zsh: no matches found: stable-diffusion-videos[realesrgan] ``` When...
hmm...I gave this a try ``` from stable_diffusion_videos import Interface interface = Interface(pipeline) interface.launch() ``` still getting errors, any ideas? ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In...
I can’t get DNS Rewrites to work in AGH v0.107.44. I set up AGH on an Ubuntu server in GCP and am running Tailscale so I can use AGH DNS...
Thanks of the info. I just installed the beta. it seems to work - I guess vacuums appear as fans in HomeKit UI. ;) Question for ya... Do you know...
getting a bunch of errors tonight causing issues with homebridge server running: homebridge-irobot v2.1.17-beta.1 [2/6/2022, 9:12:42 PM] [iRobot] Logging into iRobot... [2/6/2022, 9:12:44 PM] [iRobot] Configuring roomba: Braava jet [2/6/2022,...
`git pull origin master` in /stable-diffusion-webui fixed the issue for me on macOS