Use kohya-ss/sd-webui-additional-networks (github.com) in auto1111 tu load the LoRA model. You can combine it with other LoRA for blended poses.
Description
FAQ
Comments (11)
scary as fk
I am still trying to work out how to find the additional-networks extension in automatic1111 after having installed it and activated it. Any hints welcome.
Look on the txt2img and img2img tab... there will be an accordion widget you need to open to access it... it is right above the script drop down
@ainow Many thanks - will give that a try.
I couldn't see it on the accordion widget - then noticed that it had not been installed from extensions. Am now installing, but even after 5 minutes, it says it's still installing, so possibly has ceased. I will pursue this. Thank you.
I am getting this error:
To create a public link, set share=True in launch().
Error completing request
Arguments: ('https://github.com/kohya-ss/sd-webui-additional-networks.git', ['ads', 'localization', 'tab', 'installed'], 0) {}
Traceback (most recent call last):
File "D:\stable-diffusion-webui\modules\call_queue.py", line 56, in f
res = list(func(*args, **kwargs))
File "D:\stable-diffusion-webui\modules\ui_extensions.py", line 166, in install_extension_from_index
ext_table, message = install_extension_from_url(None, url)
File "D:\stable-diffusion-webui\modules\ui_extensions.py", line 130, in install_extension_from_url
assert not os.path.exists(target_dir), f'Extension directory already exists: {target_dir}'
AssertionError: Extension directory already exists: D:\stable-diffusion-webui\extensions\sd-webui-additional-networks
Finally, I now have it working. Thank you once more.
what is the difference between SafeTensor and PeackleTensor?
You mean between .pt and .safetensors for LoRA weight files? One it the diffuser format (.pt) and the other, well, safetensors format.
Theoretically PickleTensor format can contain executable code, including code that might be malicious. This is why it's best to scan all models you get from dubious sources using something like picklescan. Safetensor format should be, well, safer in this regard.
@sheevlord Fucking dude, you're damn right! You have no idea how much you helped me, it doesn't say anywhere that Pickletensor is ckpt !)