mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidied up scripts directory by moving the original CompViz scripts into a subfolder
This commit is contained in:
parent
24b88c6fc5
commit
63989ce6ff
@ -86,6 +86,10 @@ completely). The default is 0.75, and ranges from 0.25-0.75 give interesting res
|
||||
|
||||
## Changes
|
||||
|
||||
* v1.03 (22 August 2022)
|
||||
* The original txt2img and img2img scripts from the CompViz repository have been moved into
|
||||
a subfolder named "orig_scripts", to reduce confusion.
|
||||
|
||||
* v1.02 (21 August 2022)
|
||||
* A copy of the prompt and all of its switches and options is now stored in the corresponding
|
||||
image in a tEXt metadata field named "Dream". You can read the prompt using scripts/images2prompt.py,
|
||||
|
1
scripts/images2prompt.py
Normal file → Executable file
1
scripts/images2prompt.py
Normal file → Executable file
@ -6,6 +6,7 @@ from PIL import Image,PngImagePlugin
|
||||
|
||||
if len(sys.argv) < 2:
|
||||
print("Usage: file2prompt.py <file1.png> <file2.png> <file3.png>...")
|
||||
print("This script opens up the indicated dream.py-generated PNG file(s) and prints out the prompt used to generate them.")
|
||||
exit(-1)
|
||||
|
||||
filenames = sys.argv[1:]
|
||||
|
0
scripts/preload_models.py
Normal file → Executable file
0
scripts/preload_models.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user