Brandon
Brandon
> ``` > (.test_Invoke) sysuser@sysuser-5995X:~/Documents/Lalith/InvokeAI$ python scripts/invokeai-model-install.py > [2023-07-26 04:11:56,775]::[InvokeAI]::INFO --> scanning /home/sysuser/invokeai/models for new models > An exception has occurred: unsupported operand type(s) for /: 'PosixPath' and 'NoneType' Details:...
> I just did some testing of this branch. My focus was on testing that this works on an 8GB GPU, not on exhaustive feature testing, but I noticed a...
> Comments: > > 1. I had to `pip install onnxruntime`. > 2. Ran `invokeai-model-install --add axodoxian/stable_diffusion_onnx` from the command line -- worked > 3. Confirmed that model appears in...
> I've totally lost track of all the model probing pathways at this point, but I see that `learned_embeds` and `pytorch_lora_weights` are still hard-coded in several places. Do those not...
> @brandonrising Are you still working on this? Yeah it seemed like an issue that could only really come up from manual manipulation of the models directory, so it's fallen...
> > @brandonrising Are you still working on this? > > Yeah it seemed like an issue that could only really come up from manual manipulation of the models directory,...
> After further testing, I did find a GGUF quantized model on Civitai that does not load properly: > > The URL is https://civitai.com/models/705823/ggufk-flux-unchained-km-quants (warning: NSFW). This is a Q4_KM...
> Just a note that after merging locally with the main branch, attempts to render .gguf files results in this error: > > ``` > Multiple disp > atch failed...
I guess if for some reason a person with a new card wanted to use xformers, they'd have to download it manually 🤔 As much as I am a fan...
Hmm I did get this error when testing each of the controlnets the first time, but I don't seem to be able to reproduce it again. Otherwise, this all worked...