Georgefwt / AquaLoRA

This repository contains the implementation for the paper "AquaLoRA: Toward White-box Protection for Customized Stable Diffusion Models via Watermark LoRA", accepted by ICML 2024.
31 stars 0 forks source link

ValueError when set the correct LoRA layers #3

Open quang-ngh opened 3 months ago

quang-ngh commented 3 months ago

Hi, when i run the train script ppft_train.py with runwayml/stable-diffusion-v1-5 and it raise a error like this. Can you double check the code?

image

Georgefwt commented 3 months ago

Can you make sure you install the correct version of diffusers? You can post your environment here.