mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 12:10:09 +01:00
add lora_rank for lora stable diffusion
This commit is contained in:
@@ -18,7 +18,7 @@ class StableDiffusionLoraArguments(TrainingArgs):
|
||||
default='dog', metadata={
|
||||
'help': 'The pipeline prompt.',
|
||||
})
|
||||
|
||||
|
||||
lora_rank: int = field(
|
||||
default=4, metadata={
|
||||
'help': 'The rank size of lora intermediate linear.',
|
||||
|
||||
Reference in New Issue
Block a user