Fix Typo of hints.js#11294
Merged
AUTOMATIC1111 merged 1 commit intoJun 27, 2023
Merged
Conversation
w-e-w
requested changes
Jun 18, 2023
Collaborator
|
I suggest you squash commits |
8ea9ab6 to
c5465f0
Compare
w-e-w
reviewed
Jun 18, 2023
| "Multiplier for extra networks": "When adding extra network such as Hypernetwork or Lora to prompt, use this multiplier for it.", | ||
| "Discard weights with matching name": "Regular expression; if weights's name matches it, the weights is not written to the resulting checkpoint. Use ^model_ema to discard EMA weights.", | ||
| "Extra networks tab order": "Comma-separated list of tab names; tabs listed here will appear in the extra networks UI first and in order lsited.", | ||
| "Discard weights with matching name": "Regular expression; if weights name matches it, the weights is not written to the resulting checkpoint. Use ^model_ema to discard EMA weights.", |
Collaborator
There was a problem hiding this comment.
weights's: not sure but I feel like the original is correct
Author
There was a problem hiding this comment.
Thank you very much for your valuable suggestion. I will make the necessary modifications to the code as soon as possible
Collaborator
There was a problem hiding this comment.
this one was more of a discussion
as I'm not sure
w-e-w
approved these changes
Jun 18, 2023
c5465f0 to
f7ae0e6
Compare
AUTOMATIC1111
approved these changes
Jun 27, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Typo of hinits.js
Checklist: