mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-13 13:59:40 +02:00
add lora_rank for lora stable diffusion
This commit is contained in:
@@ -22,8 +22,7 @@ class StableDiffusionLoraArguments(TrainingArgs):
|
||||
lora_rank: int = field(
|
||||
default=4, metadata={
|
||||
'help': 'The rank size of lora intermediate linear.',
|
||||
}
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
training_args = StableDiffusionLoraArguments(
|
||||
|
||||
Reference in New Issue
Block a user