#install
22 messages · Page 1 of 1 (latest)
there are some updates on model mgmt being worked out to assist with this. hold tight 🙂
i have another problem, when im trying to render a image in fp16 it just end up black
Probably Sdxl? You need to download a fixed vae - stability released a vae that is broken for fp16
do i have to "install" it for invoke? im just using my models folder for comfyui
Potentially - it’s a pretty small download https://huggingface.co/madebyollin/sdxl-vae-fp16-fix
Should be able to use the import model mgr to pull that in
Then you can either manually set the vae each run, or configure your other models to use that
its not the same as the sdxl vae? sorry i havent have this problem in the other platforms, just want to understand
Nope - the SDXL VAE removes the watermark that was embedded in the image, but doesnt fix the fp16 problem
The above is the fp16 fix AND the watermark removal.
okay thanks
i have a install problem, i cant seem to install controlnets?
make sure to install diffusers controlnets.
models.invoke.ai has some on the tools tab
so what is autoimport used for?
when you have a properly formatted model, it'll put it in the right spot
but if it's not the right format and we don't know how to convert it (e.g., a controlnet), it won't work.
which maybe begs the question as to whether we could or should try to convert controlnets - cc @tame dome for opinion
TBH, because of the coupling of the models and the prep models, I don't think we can claim to convert controlnets in any useful way right now.. More code will need to be written and the users will need to be educated how to install them. On the other hand, we're going to bump up against this frequently, I think it is a matter of should.
You mean preprocessors?
I don’t think those are bundled with the controlnets but that may just be the few I’ve seen