Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change --aesthetic_lr to float type
  • Loading branch information
vicgalle authored Oct 14, 2022
commit b7ec84f6f5c6802a427adcb3d8ca13b0ba4a862b
2 changes: 1 addition & 1 deletion scripts/txt2img.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def main():
)
parser.add_argument(
"--aesthetic_lr",
type=int,
type=float,
help="learning rate for the aesthetic personalization",
default=0.0001,
)
Expand Down