Stephen Dunn
Stephen Dunn
Same issue here on Windows 10. Was working fine, then one day refused to start. Can see window briefly and then goes away. I have a flag set to minimize...
Is there a workaround or ETA on a fix for this?
Let me know if there is any additional info I can provide to help debug. Not sure how newer Python would help here; as you mentioned, sounds like something internal...
Yup, you're right. It was some Jupyter state mixup. I just reran the same code: ``` from stable_diffusion_videos import StableDiffusionWalkPipeline, Interface import torch pipe = StableDiffusionWalkPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", torch_dtype=torch.float16, revision="fp16" )...
I just posted about a speed issue with make and suggested building in x64. I'm going to fork and give it a go this weekend. Not sure if this project...
Yeah, cygwin / ming are just too heavy for small needs. And who wants to run a slow installer every time you want to add a new src/binary?
+1 for interesting Make use case.
Thanks, just saw this. I'll send them to you if I succeed / have time. Currently in a blackhole building libs for arm.