Question about mdjrny-v4.safetensors
#38
by
pk11
- opened
I've seen the update today. As I'm using diffusers the model has been downloaded automatically. Thing is I have never installed the safetensors package. But I will do it now though. Thank you for taking care about our security.
The question is, what else beside installing safetensors should I do to enable the use of saftensors format of the model in the pipeline by default. Should I use it like with reviosion="safetensors" or will be there some kind of different setup required?
I get it now, the pipeline expects an sf_filename to be set. Should not it be done in one of the models JSON config-files?