Grauho
Grauho
> > https://github.com/grauho/sdc > > can you add converting to fp16 too? It now has handling to convert down into F16 as well as BF16 using the -f, --float-out switch,...
This is something that you'd want your OS to handle, either by adjusting the process "niceness" on POSIX with 'nice' or 'renice' if it's already running. If you're on Windows...
You should already be able to do that by setting the "-M, --mode" argument to "convert" to save the model as a quantized gguf file at the location specified with...
Interesting, please recompile with --config Debug, re-run with --verbose, and post the output
I'm not familiar with aura flow but I wonder if it's based on a model type that sdcpp doesn't currently support. You could pipe the output to a file to...
> Sd3 uses flow so how come flux and aura not auto support? From my understanding of the similarities between Flux and SD3 is that while they share some components,...
Yep I had to add the keyword as well when I tried linking from a C program, could it not also be const?
With this modified regex this seems to delete all the white space in the prompt tokens.
It would help if you posted the exact command you're trying to use to run it. img2img works fine, just set the "--mode" switch to "img2img" and provide an input...
In that case I would recommend taking a look at /examples/main.cpp if you want to see how the API is set up and called, and having the cli program compiled...