I tried to train a lora for sd xl, but whenever i try to use the lora with sd xl i get this error message:
stable-diffusion-webui/extensions/sd-webui-additional-networks/scripts/lora_compvis.py", line 302, in convert_diffusers_name_to_compvis
assert cv_name is not None, f"conversion failed: {du_name}. the model may not be trained by `sd-scripts`."
^^^^^^^^^^^^^^^^^^^
AssertionError: conversion failed: lora_unet_input_blocks_4_1_proj_in. the model may not be trained by `sd-scripts`.
Any Idea why? What exactly is lora_unet_input_blocks_4_1_proj_in?
I just pulled the latests commits from the sdxl branch of this repo, and of automatic1111 and of the additional networks extension.
Unfortunately sd-webui-additional-network extension doesn't support SDXL LoRA currently. Please use built-in LoRA functionality in automatic1111's Web UI.
I tried to train a lora for sd xl, but whenever i try to use the lora with sd xl i get this error message:
Any Idea why? What exactly is lora_unet_input_blocks_4_1_proj_in?
I just pulled the latests commits from the sdxl branch of this repo, and of automatic1111 and of the additional networks extension.
I used this command:
GPU is RTX 3060 12GB.
Any help is much appreciated.