Replies: 1 comment
-
Use Kohya's GUI for all your training needs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
getting the following issue. I have tried to run pip install peft but it does not solve the problem.
WARNING:dreambooth.train_dreambooth:Wandb API key not set. Please set WANDB_API_KEY environment variable to use wandb.
0 cached latents
0it [00:00, ?it/s] C:\Users\anzak\AI2\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\attention_processor.py:1910: FutureWarning: Using LoRAAttnProcessor is deprecated. Please use the PEFT backend for all things LoRA. You can install PEFT by running
pip install peft
.deprecate("LoRAAttnProcessor2_0", "0.30.0", deprecation_message, standard_warn=False)
C:\Users\anzak\AI2\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\lora.py:208: FutureWarning:
LoRALinearLayer
is deprecated and will be removed in version 1.0.0. Use ofLoRALinearLayer
is deprecated. Please switch to PEFT backend by installing PEFT:pip install peft
.deprecate("LoRALinearLayer", "1.0.0", deprecation_message)
Traceback (most recent call last):
File "C:\Users\anzak\AI2\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\ui_functions.py", line 735, in start_training
result = main(class_gen_method=class_gen_method)
File "C:\Users\anzak\AI2\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\train_dreambooth.py", line 2003, in main
return inner_loop()
File "C:\Users\anzak\AI2\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\memory.py", line 126, in decorator
return function(batch_size, grad_size, prof, *args, **kwargs)
File "C:\Users\anzak\AI2\stable-diffusion-webui\extensions\sd_dreambooth_extension\dreambooth\train_dreambooth.py", line 639, in inner_loop
text_encoder_lora_params = LoraLoaderMixin._modify_text_encoder(
AttributeError: type object 'LoraLoaderMixin' has no attribute '_modify_text_encoder'
Loading LoRA...: 0%| | 0/1 [00:00<?, ?it/s]
Beta Was this translation helpful? Give feedback.
All reactions