Are there safetensor files for the models?

#37
by wonderflex - opened

I see that there are safetensors for the LoRA, but are there safetensors for the model's too? I'm only seeing the .bin files and I'm not a big fan of running bins.

I want to try FaceID but I'd prefer if there were safetensor versions

I agree - Safetensors are safer than bins, any plans to release a .safetensor?

Please and thank you for your great work!

Same here, safetensors please.

Agreed. can you post .safetensors please?

Nevermind, I just noticed that WAS done already. Thanks.

Ugh, no as pointed out above those only exist for the LORA files, so original request is still pending...just over 1mo later.

To create a public link, set share=True in launch().
2024-04-06 16:27:54,561 - AnimateDiff - INFO - Hacking i2i-batch.
2024-04-06 16:27:54,563 - AnimateDiff - INFO - Hacking i2i-batch.
Startup time: 2.8s (load scripts: 1.0s, create ui: 1.2s, add APIs: 0.3s).
2024-04-06 16:29:11,873 - ControlNet - INFO - Preview Resolution = 512
Traceback (most recent call last):
File "D:\novelai-webui-aki-v3\py310\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "D:\novelai-webui-aki-v3\py310\lib\site-packages\gradio\blocks.py", line 1431, in process_api
result = await self.call_function(
File "D:\novelai-webui-aki-v3\py310\lib\site-packages\gradio\blocks.py", line 1103, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\novelai-webui-aki-v3\py310\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "D:\novelai-webui-aki-v3\py310\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "D:\novelai-webui-aki-v3\py310\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "D:\novelai-webui-aki-v3\py310\lib\site-packages\gradio\utils.py", line 707, in wrapper
response = f(*args, **kwargs)
File "D:\novelai-webui-aki-v3\extensions\sd-webui-controlnet\scripts\controlnet_ui\controlnet_ui_group.py", line 1015, in run_annotator
result, is_image = preprocessor(
File "D:\novelai-webui-aki-v3\extensions\sd-webui-controlnet\scripts\utils.py", line 81, in decorated_func
return cached_func(*args, **kwargs)
File "D:\novelai-webui-aki-v3\extensions\sd-webui-controlnet\scripts\utils.py", line 65, in cached_func
return func(*args, **kwargs)
File "D:\novelai-webui-aki-v3\extensions\sd-webui-controlnet\scripts\global_state.py", line 37, in unified_preprocessor
return preprocessor_modules[preprocessor_name](*args, **kwargs)
File "D:\novelai-webui-aki-v3\extensions\sd-webui-controlnet\scripts\processor.py", line 830, in face_id_plus
face_embed, _ = g_insight_face_model.run_model(img)
File "D:\novelai-webui-aki-v3\extensions\sd-webui-controlnet\scripts\processor.py", line 749, in run_model
self.load_model()
File "D:\novelai-webui-aki-v3\extensions\sd-webui-controlnet\scripts\processor.py", line 741, in load_model
self.model = FaceAnalysis(
TypeError: FaceAnalysis.init() got an unexpected keyword argument 'providers'

Sign up or log in to comment