View gist:65b97e8bd9d0de4c57d5a0ff0c54d623
This file contains 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
from selenium import webdriver | |
from selenium.webdriver.common.keys import Keys | |
import os | |
import time | |
import sys | |
import helpers | |
import urllib | |
import PIL.ImageGrab | |
driver = webdriver.Chrome('chromedriver.exe') |
View gist:3acaf7597e21059a858bb8c7a6ee1d11
This file contains 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
text_prompts = { | |
0: ["prism rainbow pink floyd dark side of the moon"], | |
33: ["rainbow"], | |
59: ["spectrum"], | |
89: ["prism rainbow"], | |
389: ["neon red"], | |
419: ["neon orange"], | |
445: ["neon green"], | |
469: ["neon blue"], | |
495: ["neon indigo"], |
View gist:18f6c0cddab13de7b559fafdcdac4d29
This file contains 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
{ | |
"text_prompts": { | |
"0": [ | |
"Northern Lights by Paul Delvaux", | |
"thorncrown chapel by Tyler Edlin", | |
"Aurora Borealis by Walter Crane", | |
"telephone wire by James Jean", | |
"demons by Egon Schiele", | |
"Eye of Providence by John Berkey" | |
] |
View gist:0c13d17725564e0425a4f71d62b388cf
This file contains 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
{ | |
"text_prompts": { | |
"0": [ | |
"Nature", | |
"Night Sky", | |
"lagoon" | |
] | |
}, | |
"image_prompts": {}, | |
"clip_guidance_scale": 35000, |
View gist:b68711142289d3abfe16acab4e4aebc8
This file contains 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
{ | |
"text_prompts": { | |
"0": [ | |
"A Jelly Fish by Yoshitaka Amano", | |
"Space Nebula by Alexander Jansson", | |
"Eye of Providence by Liam Wong" | |
] | |
}, | |
"image_prompts": {}, | |
"clip_guidance_scale": 35000, |
View gist:476992ac387a6a6880cd9f2e5b0ce9fa
This file contains 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
{ | |
"text_prompts": { | |
"0": [ | |
"artstation enchantment sorcery conjure library fantasy magic | cosmic art art station nebula iso100 " | |
] | |
}, | |
"image_prompts": {}, | |
"clip_guidance_scale": 35000, | |
"tv_scale": 1, | |
"range_scale": 150, |
View gist:40bc370c7ec35b35c6abd1d1ec0472b2
This file contains 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
{ | |
"text_prompts": { | |
"0": [ | |
"Japanese Nature Temple | by Frederic Edwin Church | Cyberpunk city" | |
] | |
}, | |
"image_prompts": {}, | |
"clip_guidance_scale": 35000, | |
"tv_scale": 1, | |
"range_scale": 0, |
View gist:c2281c4efb3e9f2c516d77bc0cf2dd7d
This file contains 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
{ | |
"text_prompts": { | |
"0": [ | |
"museum books library antique" | |
], | |
"70": [ | |
"museum books library antique" | |
], | |
"179": [ | |
"museum books library antique" |
View gist:19c481174f84ee5483891008eb369d2a
This file contains 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
{ | |
"text_prompts": { | |
"0": [ | |
"forest temple god by Zdzisław Beksiński | Black Opals | Eye of Providence" | |
] | |
}, | |
"image_prompts": {}, | |
"clip_guidance_scale": 35000, | |
"tv_scale": 1, | |
"range_scale": 150, |
View gist:4e9ae0d5d9cc2f4f6a4b1060969df696
This file contains 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
{ | |
"text_prompts": { | |
"0": [ | |
"Aquarium by Paul Delvaux", | |
"Underwater by Tyler Edlin", | |
"Hornwort by Walter Crane", | |
"Floating by James Jean", | |
"Island by Egon Schiele", | |
"Opal by John Berkey" | |
] |
OlderNewer