mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
minor doc fixes
This commit is contained in:
@ -416,7 +416,7 @@ def add_weights_to_config(model_path:str, gen, opt, completer):
|
||||
|
||||
done = False
|
||||
while not done:
|
||||
model_name = input('Name for this model: ')
|
||||
model_name = input('Short name for this model: ')
|
||||
if not re.match('^[\w._-]+$',model_name):
|
||||
print('** model name must contain only words, digits and the characters [._-] **')
|
||||
else:
|
||||
|
Reference in New Issue
Block a user