-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
System Info
peft==0.6.0dev
diffusers==0.21.4
Who can help?
No response
Information
- The official example scripts
- My own modified scripts
Tasks
- An officially supported task in the
examplesfolder - My own task or dataset (give details below)
Reproduction
Sorry, but I don't know how to provide a simple code snippet because it's happend when I training diffusion. It require several steps like prepare data, training code...
LORA_TARGET_MODULES = [
"to_q",
"to_k",
"to_v",
"proj",
"proj_in",
"proj_out",
"conv",
"conv1",
"conv2",
"conv_shortcut",
"to_out.0",
"time_emb_proj",
"ff.net.2",
]
unet = get_peft_model(
model=unet,
peft_config=LoraConfig(
target_modules=LORA_TARGET_MODULES,
)
)Expected behavior
I think the reason is:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

