Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
0513a8cf
Unverified
Commit
0513a8cf
authored
Oct 08, 2023
by
Zeng Xian
Committed by
GitHub
Oct 08, 2023
Browse files
fix typo in train dreambooth lora description (#5332)
parent
306dc6e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/dreambooth/train_dreambooth_lora.py
examples/dreambooth/train_dreambooth_lora.py
+1
-1
No files found.
examples/dreambooth/train_dreambooth_lora.py
View file @
0513a8cf
...
...
@@ -854,7 +854,7 @@ def main(args):
# For Stable Diffusion, it should be equal to:
# - down blocks (2x attention layers) * (2x transformer layers) * (3x down blocks) = 12
# - mid blocks (2x attention layers) * (1x transformer layers) * (1x mid blocks) = 2
# - up blocks (2x attention layers) * (3x transformer layers) * (3x
down
blocks) = 18
# - up blocks (2x attention layers) * (3x transformer layers) * (3x
up
blocks) = 18
# => 32 layers
# Set correct lora layers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment