leejet

Results 87 comments of leejet

Please try the latest code and see if the issue persists.

I removed the first IndentCaseLabels in the latest master branch, which should be a legacy configuration. I recommend that you use clang-format's command line tool to format your code for...

@GDani31 @Mek101 Now you can directly load model files from safetensors or ckpt, just try out the latest master code.

> > @GDani31 @Mek101 Now you can directly load model files from safetensors or ckpt, just try out the latest master code. > > thanks, currently testing it, it loads...

@Mek101 Could you pull the latest code, recompile, and give it a try? When running, could you add the -v parameter to check the output? If you don't mind, could...

It looks like you may have downloaded the wrong or incomplete file. ```sh e43c2fb4baa9c30988a8d9e8ee644a33 v2-1_768-nonema-pruned.safetensors ```

This is probably because I gave the wrong url to the curl command for v2-1_768-nonema-pruned.safetensors in the documentation. It's fixed, you can try it again. ```sh curl -L -O https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/v2-1_768-nonema-pruned.safetensors...

It's been fixed.

> > > I gave a try but I am not sure if implemented correctly. > > > > > > @bssrdf Do you mean in sd.cpp? I checked your...