mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Reword deprecation warning for dream.py
- this plus previous commit closes #1087
This commit is contained in:
parent
82b7c118c4
commit
1ea541baa6
@ -5,6 +5,7 @@ import warnings
|
||||
import invoke
|
||||
|
||||
if __name__ == '__main__':
|
||||
warnings.warn("dream.py is deprecated, please run invoke.py instead",
|
||||
warnings.warn("dream.py is being deprecated, please run invoke.py for the "
|
||||
"new UI/API or legacy_api.py for the old API",
|
||||
DeprecationWarning)
|
||||
invoke.main()
|
||||
|
Loading…
Reference in New Issue
Block a user