-
Notifications
You must be signed in to change notification settings - Fork 1
/
dynamic_prompt_generators.py
841 lines (779 loc) · 50 KB
/
dynamic_prompt_generators.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
#ARTIST MORPH PORTRAITS---------------------------------------------------------------------------
people_artists = ['Edward Burne-Jones', 'Karol Bak', 'Jeff Easley', 'Brian Froud', 'Wendy Froud', 'Peter Gric', 'Jim Burns', 'Michael Whelan', 'Tyler Edlin', 'H.P. Lovecraft', 'Tim Burton', 'Yoshitaka Amano', 'Wes Anderson', 'Esao Andrews', 'Giuseppe Arcimboldo', 'Banksy', 'Ivan Bilibin', 'Alexander Bogen', 'Sandro Botticelli', 'Caravaggio', 'Camille Corot', 'Walter Crane', 'Geof Darrow', 'Eugene Delacroix', 'Paul Delvaux', 'Edmund Dulac', 'Albrecht Dürer', 'Larry Elmore', 'John Philip Falter', 'Caspar David Friedrich', 'Francisco Goya', 'Rebecca Guay', 'Winslow Homer', 'Edward Hopper', 'Frida Kahlo', 'Gustav Klimt', 'Ilya Kuvshinov', 'Rene Magritte', 'Don Maitz', 'John Martin', 'Peter Max', 'Robert McCall', 'Ralph McQuarrie', 'Frank Miller', 'Moebius', 'Chris Moore', 'Alphonse Mucha', 'Ted Nasmith', 'Victo Ngai', 'Rafal Olbinski', 'Diego Rivera', 'Hubert Robert', 'Andreas Rocha', 'Norman Rockwell', 'Egon Schiele', 'Ivan Shishkin', 'Marc Simonetti', 'Zack Snyder', 'Joaquín Sorolla', 'Simon Stalenhag', 'Ross Tran', 'Vincent Van Gogh', 'Rembrandt van Rijn', 'Ron Walotsky', 'Andy Warhol', 'Liam Wong', 'Yuumei', 'Amir Zand', 'Edgar Degas', 'Asher Brown Durand', 'Giovanni Battista Gaulli', 'Donato Giancola', 'John Atkinson Grimshaw', 'James Gurney', 'Jamie Hewlett', 'Ernst Ludwig Kirchner', 'Claude Monet', 'Igor Morski', 'Victor Moscoso', 'Craig Mullins', 'Nicholas Roerich', 'Hans Baldung', 'John Bauer', 'Julie Bell', 'Hans Bellmer', 'Mary Blair', 'William Blake', 'Victor Brauner', 'Gaston Bussière', 'Claude Cahun', 'Clyde Caldwell', 'Canaletto', 'Marcel Chagall', 'James C. Christensen', 'Giorgio de Chirico', 'Evelyn De Morgan', 'Henri de Toulouse-Lautrec', 'Gustave Doré', 'Jesper Ejsing', 'Harold Elliott', 'Anton Otto Fischer', 'Art Fitzpatrick', 'Jean-Honoré Fragonard', 'Victoria Francés', 'Frank Frazetta', 'Josan Gonzalez', 'Bastien Lecouffe-Deharme', 'George Luks', 'Victor Adame Minguez', 'Peter Mohrbacher', 'Ilya Repin', 'RHADS', 'Masamune Shirow', 'Coby Whitmore', 'Alex Grey', 'Junji Ito', 'Mati Klarwein', 'Kazimir Malevich', 'Clovis Trouille', 'Diego Velázquez', 'Qian Xuan', 'Nele Zirnite', 'Simon Bisley', 'Pascal Blanché', 'Arnold Böcklin', 'Camille-Pierre Pambu Bodo', 'William-Adolphe Bouguereau', 'Eleanor Vere Boyle', 'Arik Brauer', 'Pieter Bruegel the Elder', 'Paul Cézanne', 'Leonardo da Vinci', 'Richard Dadd', 'Max Ernst', 'Kelly Freas', 'Ernst Fuchs', 'Henry Fuseli', 'Paul Gauguin', 'Emma Geary', 'Artemisia Gentileschi', 'Warwick Goble', 'Rob Gonsalves', 'Jane Graverol', 'Henriette Grindat', 'Matthias Grünewald', 'Thomas Häfner', 'Sydney Prior Hall', 'Keith Haring', 'Rudolf Hausner', 'Brothers Hildebrandt', 'Tim Hildebrandt', 'Greg Hildebrandt', 'William Hogarth', 'Kati Horna', 'Valentine Hugo', 'George Inness', 'Jarosław Jaśnikowski', 'Joe Jusko', 'Filippino Lippi', 'Bob Ringwood', 'Jakub Rozalski', 'Greg Rutkowski', 'Mike Winkelmann', 'Seb McKinnon', 'Daniel Merriam', 'Sylvain Sarrailh', 'Tom Lovell', 'Haddon Sundblom', 'Eddie Mendoza', 'Eugeniusz Zak', 'Frank Zappa', 'Pablo Dominguez', 'Cicely Mary Barker', 'Amy Brown', 'Stephanie Law', 'Neil Welliver', 'Child Hassam', 'Henri Matisse', 'Jules Dupré', 'Pieter Brueghel the Elder', 'Theodore Robinson', 'Alexei Savrasov', 'Arkhip Kuindzhi', 'Claude Lorraine', 'Pablo Amaringo', 'Pascal Blanche', 'Adam Varga', 'Android Jones', 'Simon Hennessey', 'Denis Peterson', 'Robert Bechtle', 'Gustavo Silva Nuez', 'Claudio Bravo', 'Gottfried Helnwein', 'István Sándorfi', 'Nestor Leynes', 'Franz Gertsch', 'Kareem Olamilekan', 'Dragan Malešević Tapi', 'Ian Hornak', 'Otto Duecker', 'Antoni Taulé', 'Willem van Veldhuizen', 'Andrey Lekarski', 'Walther Jervolino', 'Diego Koi', 'Allyssa Monks', 'Luiz Escanuela', 'Dirk Dzimirsky']
import random
random_artist = random.choice(people_artists)
text_prompts = {}
for i in range(50):
text_prompts[i] = [
"Beautiful detailed portrait of an animal demigoddess by Nick Silva," +random.choice(people_artists)+", "+random.choice(people_artists)+", Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1",
"color:1"
]
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#EVOLUTION MORPH---------------------------------------------------------------------------
text_prompts = {}
evolutions = [
"single celled organism",
"colorful virus",
"green and red fungus",
"beige clam",
"orange shrimp",
"purple octopus",
"red and black scorpion",
"black and green spider",
"red crab",
"brown rat",
"light brown lemur",
"brown monkey",
"orange orangutan",
"brown gorilla",
"bonobo",
"chimpanzee",
"realistically-colored neanderthal",
"flesh-colored human",
"humanoid robot",
"futuristic tech robot"
]
for i in range(len(evolutions) * 30):
if i == 0:
text_prompts[i] = ["Beautiful detailed picture of earth by Nick Silva, Jim Burns, Noah Bradley, Symmetrical composition with people centered, colorized, trending on artstation:4", "text:-2", "glasses:-1", "color:1"]
elif (i%30 == 0):
j = math.floor(i / 30)
if j > 0:
text_prompts[i] = [
"Beautiful detailed portrait of a hyperrealistic "+evolutions[j-1]+" by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, greyscale:4",
"text:-2",
"glasses:-1"
]
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#MORPH RANDOM ARTISTS WITH REVERSE AGING--------------------------------------------------------------
people_artists = ['Edward Burne-Jones', 'Karol Bak', 'Jeff Easley', 'Brian Froud', 'Wendy Froud', 'Peter Gric', 'Jim Burns', 'Michael Whelan', 'Tyler Edlin', 'H.P. Lovecraft', 'Tim Burton', 'Yoshitaka Amano', 'Wes Anderson', 'Esao Andrews', 'Giuseppe Arcimboldo', 'Banksy', 'Ivan Bilibin', 'Alexander Bogen', 'Sandro Botticelli', 'Caravaggio', 'Camille Corot', 'Walter Crane', 'Geof Darrow', 'Eugene Delacroix', 'Paul Delvaux', 'Edmund Dulac', 'Albrecht Dürer', 'Larry Elmore', 'John Philip Falter', 'Caspar David Friedrich', 'Francisco Goya', 'Rebecca Guay', 'Winslow Homer', 'Edward Hopper', 'Frida Kahlo', 'Gustav Klimt', 'Ilya Kuvshinov', 'Rene Magritte', 'Don Maitz', 'John Martin', 'Peter Max', 'Robert McCall', 'Ralph McQuarrie', 'Frank Miller', 'Moebius', 'Chris Moore', 'Alphonse Mucha', 'Ted Nasmith', 'Victo Ngai', 'Rafal Olbinski', 'Diego Rivera', 'Hubert Robert', 'Andreas Rocha', 'Norman Rockwell', 'Egon Schiele', 'Ivan Shishkin', 'Marc Simonetti', 'Zack Snyder', 'Joaquín Sorolla', 'Simon Stalenhag', 'Ross Tran', 'Vincent Van Gogh', 'Rembrandt van Rijn', 'Ron Walotsky', 'Andy Warhol', 'Liam Wong', 'Yuumei', 'Amir Zand', 'Edgar Degas', 'Asher Brown Durand', 'Giovanni Battista Gaulli', 'Donato Giancola', 'John Atkinson Grimshaw', 'James Gurney', 'Jamie Hewlett', 'Ernst Ludwig Kirchner', 'Claude Monet', 'Igor Morski', 'Victor Moscoso', 'Craig Mullins', 'Nicholas Roerich', 'Hans Baldung', 'John Bauer', 'Julie Bell', 'Hans Bellmer', 'Mary Blair', 'William Blake', 'Victor Brauner', 'Gaston Bussière', 'Claude Cahun', 'Clyde Caldwell', 'Canaletto', 'Marcel Chagall', 'James C. Christensen', 'Giorgio de Chirico', 'Evelyn De Morgan', 'Henri de Toulouse-Lautrec', 'Gustave Doré', 'Jesper Ejsing', 'Harold Elliott', 'Anton Otto Fischer', 'Art Fitzpatrick', 'Jean-Honoré Fragonard', 'Victoria Francés', 'Frank Frazetta', 'Josan Gonzalez', 'Bastien Lecouffe-Deharme', 'George Luks', 'Victor Adame Minguez', 'Peter Mohrbacher', 'Ilya Repin', 'RHADS', 'Masamune Shirow', 'Coby Whitmore', 'Alex Grey', 'Junji Ito', 'Mati Klarwein', 'Kazimir Malevich', 'Clovis Trouille', 'Diego Velázquez', 'Qian Xuan', 'Nele Zirnite', 'Simon Bisley', 'Pascal Blanché', 'Arnold Böcklin', 'Camille-Pierre Pambu Bodo', 'William-Adolphe Bouguereau', 'Eleanor Vere Boyle', 'Arik Brauer', 'Pieter Bruegel the Elder', 'Paul Cézanne', 'Leonardo da Vinci', 'Richard Dadd', 'Max Ernst', 'Kelly Freas', 'Ernst Fuchs', 'Henry Fuseli', 'Paul Gauguin', 'Emma Geary', 'Artemisia Gentileschi', 'Warwick Goble', 'Rob Gonsalves', 'Jane Graverol', 'Henriette Grindat', 'Matthias Grünewald', 'Thomas Häfner', 'Sydney Prior Hall', 'Keith Haring', 'Rudolf Hausner', 'Brothers Hildebrandt', 'Tim Hildebrandt', 'Greg Hildebrandt', 'William Hogarth', 'Kati Horna', 'Valentine Hugo', 'George Inness', 'Jarosław Jaśnikowski', 'Joe Jusko', 'Filippino Lippi', 'Bob Ringwood', 'Jakub Rozalski', 'Greg Rutkowski', 'Mike Winkelmann', 'Seb McKinnon', 'Daniel Merriam', 'Sylvain Sarrailh', 'Tom Lovell', 'Haddon Sundblom', 'Eddie Mendoza', 'Eugeniusz Zak', 'Frank Zappa', 'Pablo Dominguez', 'Cicely Mary Barker', 'Amy Brown', 'Stephanie Law', 'Neil Welliver', 'Child Hassam', 'Henri Matisse', 'Jules Dupré', 'Pieter Brueghel the Elder', 'Theodore Robinson', 'Alexei Savrasov', 'Arkhip Kuindzhi', 'Claude Lorraine', 'Pablo Amaringo', 'Pascal Blanche', 'Adam Varga', 'Android Jones', 'Simon Hennessey', 'Denis Peterson', 'Robert Bechtle', 'Gustavo Silva Nuez', 'Claudio Bravo', 'Gottfried Helnwein', 'István Sándorfi', 'Nestor Leynes', 'Franz Gertsch', 'Kareem Olamilekan', 'Dragan Malešević Tapi', 'Ian Hornak', 'Otto Duecker', 'Antoni Taulé', 'Willem van Veldhuizen', 'Andrey Lekarski', 'Walther Jervolino', 'Diego Koi', 'Allyssa Monks', 'Luiz Escanuela', 'Dirk Dzimirsky']
import random
random_artist = random.choice(people_artists)
text_prompts = {}
frames_scale_input = ""
frame_skip_steps_input = ""
for i in range(100):
# text_prompts[i] = ["Beautiful detailed portrait of a man from the year "+str(((i+1)*25)+100)+" by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation:4",
# "text:-2", "glasses:-1"]
j = i
if j > 95:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(100 - j)+" year old adorable baby by Nick Silva," +random.choice(people_artists)+", "+random.choice(people_artists)+", Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1"
]
elif j > 85:
text_prompts[i] = text_prompts[i] = [
"Beautiful detailed portrait of a "+str(100 - j)+" year old playful boy by Nick Silva," +random.choice(people_artists)+", "+random.choice(people_artists)+", Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1"
]
else:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(100 - j)+" year serious man by Nick Silva," +random.choice(people_artists)+", "+random.choice(people_artists)+", Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1",
"color: 1"
]
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#RANDOM ARTISTS WITH AGING----------------------------------------------------------
people_artists = ['Edward Burne-Jones', 'Karol Bak', 'Jeff Easley', 'Brian Froud', 'Wendy Froud', 'Peter Gric', 'Jim Burns', 'Michael Whelan', 'Tyler Edlin', 'H.P. Lovecraft', 'Tim Burton', 'Yoshitaka Amano', 'Wes Anderson', 'Esao Andrews', 'Giuseppe Arcimboldo', 'Banksy', 'Ivan Bilibin', 'Alexander Bogen', 'Sandro Botticelli', 'Caravaggio', 'Camille Corot', 'Walter Crane', 'Geof Darrow', 'Eugene Delacroix', 'Paul Delvaux', 'Edmund Dulac', 'Albrecht Dürer', 'Larry Elmore', 'John Philip Falter', 'Caspar David Friedrich', 'Francisco Goya', 'Rebecca Guay', 'Winslow Homer', 'Edward Hopper', 'Frida Kahlo', 'Gustav Klimt', 'Ilya Kuvshinov', 'Rene Magritte', 'Don Maitz', 'John Martin', 'Peter Max', 'Robert McCall', 'Ralph McQuarrie', 'Frank Miller', 'Moebius', 'Chris Moore', 'Alphonse Mucha', 'Ted Nasmith', 'Victo Ngai', 'Rafal Olbinski', 'Diego Rivera', 'Hubert Robert', 'Andreas Rocha', 'Norman Rockwell', 'Egon Schiele', 'Ivan Shishkin', 'Marc Simonetti', 'Zack Snyder', 'Joaquín Sorolla', 'Simon Stalenhag', 'Ross Tran', 'Vincent Van Gogh', 'Rembrandt van Rijn', 'Ron Walotsky', 'Andy Warhol', 'Liam Wong', 'Yuumei', 'Amir Zand', 'Edgar Degas', 'Asher Brown Durand', 'Giovanni Battista Gaulli', 'Donato Giancola', 'John Atkinson Grimshaw', 'James Gurney', 'Jamie Hewlett', 'Ernst Ludwig Kirchner', 'Claude Monet', 'Igor Morski', 'Victor Moscoso', 'Craig Mullins', 'Nicholas Roerich', 'Hans Baldung', 'John Bauer', 'Julie Bell', 'Hans Bellmer', 'Mary Blair', 'William Blake', 'Victor Brauner', 'Gaston Bussière', 'Claude Cahun', 'Clyde Caldwell', 'Canaletto', 'Marcel Chagall', 'James C. Christensen', 'Giorgio de Chirico', 'Evelyn De Morgan', 'Henri de Toulouse-Lautrec', 'Gustave Doré', 'Jesper Ejsing', 'Harold Elliott', 'Anton Otto Fischer', 'Art Fitzpatrick', 'Jean-Honoré Fragonard', 'Victoria Francés', 'Frank Frazetta', 'Josan Gonzalez', 'Bastien Lecouffe-Deharme', 'George Luks', 'Victor Adame Minguez', 'Peter Mohrbacher', 'Ilya Repin', 'RHADS', 'Masamune Shirow', 'Coby Whitmore', 'Alex Grey', 'Junji Ito', 'Mati Klarwein', 'Kazimir Malevich', 'Clovis Trouille', 'Diego Velázquez', 'Qian Xuan', 'Nele Zirnite', 'Simon Bisley', 'Pascal Blanché', 'Arnold Böcklin', 'Camille-Pierre Pambu Bodo', 'William-Adolphe Bouguereau', 'Eleanor Vere Boyle', 'Arik Brauer', 'Pieter Bruegel the Elder', 'Paul Cézanne', 'Leonardo da Vinci', 'Richard Dadd', 'Max Ernst', 'Kelly Freas', 'Ernst Fuchs', 'Henry Fuseli', 'Paul Gauguin', 'Emma Geary', 'Artemisia Gentileschi', 'Warwick Goble', 'Rob Gonsalves', 'Jane Graverol', 'Henriette Grindat', 'Matthias Grünewald', 'Thomas Häfner', 'Sydney Prior Hall', 'Keith Haring', 'Rudolf Hausner', 'Brothers Hildebrandt', 'Tim Hildebrandt', 'Greg Hildebrandt', 'William Hogarth', 'Kati Horna', 'Valentine Hugo', 'George Inness', 'Jarosław Jaśnikowski', 'Joe Jusko', 'Filippino Lippi', 'Bob Ringwood', 'Jakub Rozalski', 'Greg Rutkowski', 'Mike Winkelmann', 'Seb McKinnon', 'Daniel Merriam', 'Sylvain Sarrailh', 'Tom Lovell', 'Haddon Sundblom', 'Eddie Mendoza', 'Eugeniusz Zak', 'Frank Zappa', 'Pablo Dominguez', 'Cicely Mary Barker', 'Amy Brown', 'Stephanie Law', 'Neil Welliver', 'Child Hassam', 'Henri Matisse', 'Jules Dupré', 'Pieter Brueghel the Elder', 'Theodore Robinson', 'Alexei Savrasov', 'Arkhip Kuindzhi', 'Claude Lorraine', 'Pablo Amaringo', 'Pascal Blanche', 'Adam Varga', 'Android Jones', 'Simon Hennessey', 'Denis Peterson', 'Robert Bechtle', 'Gustavo Silva Nuez', 'Claudio Bravo', 'Gottfried Helnwein', 'István Sándorfi', 'Nestor Leynes', 'Franz Gertsch', 'Kareem Olamilekan', 'Dragan Malešević Tapi', 'Ian Hornak', 'Otto Duecker', 'Antoni Taulé', 'Willem van Veldhuizen', 'Andrey Lekarski', 'Walther Jervolino', 'Diego Koi', 'Allyssa Monks', 'Luiz Escanuela', 'Dirk Dzimirsky']
import random
random_artist = random.choice(people_artists)
text_prompts = {}
frames_scale_input = ""
frame_skip_steps_input = ""
for i in range(110):
# text_prompts[i] = ["Beautiful detailed portrait of a man from the year "+str(((i+1)*25)+100)+" by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation:4",
# "text:-2", "glasses:-1"]
j = i
if j > 10:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(j-10)+" year old teddy bear by " +random.choice(people_artists)+", Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1"
]
elif j > 5:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(j-5)+" month old teddy bear by " +random.choice(people_artists)+", Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1"
]
else:
text_prompts[i] = [
"Beautiful detailed portrait of an adorable "+str(j)+" day old teddy bear baby by " +random.choice(people_artists)+", Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1",
"color: 1"
]
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#-------------------------
#ARTIST MORPH PORTRAITS
people_artists = ['Edward Burne-Jones', 'Karol Bak', 'Jeff Easley', 'Brian Froud', 'Wendy Froud', 'Peter Gric', 'Jim Burns', 'Michael Whelan', 'Tyler Edlin', 'H.P. Lovecraft', 'Tim Burton', 'Yoshitaka Amano', 'Wes Anderson', 'Esao Andrews', 'Giuseppe Arcimboldo', 'Banksy', 'Ivan Bilibin', 'Alexander Bogen', 'Sandro Botticelli', 'Caravaggio', 'Camille Corot', 'Walter Crane', 'Geof Darrow', 'Eugene Delacroix', 'Paul Delvaux', 'Edmund Dulac', 'Albrecht Dürer', 'Larry Elmore', 'John Philip Falter', 'Caspar David Friedrich', 'Francisco Goya', 'Rebecca Guay', 'Winslow Homer', 'Edward Hopper', 'Frida Kahlo', 'Gustav Klimt', 'Ilya Kuvshinov', 'Rene Magritte', 'Don Maitz', 'John Martin', 'Peter Max', 'Robert McCall', 'Ralph McQuarrie', 'Frank Miller', 'Moebius', 'Chris Moore', 'Alphonse Mucha', 'Ted Nasmith', 'Victo Ngai', 'Rafal Olbinski', 'Diego Rivera', 'Hubert Robert', 'Andreas Rocha', 'Norman Rockwell', 'Egon Schiele', 'Ivan Shishkin', 'Marc Simonetti', 'Zack Snyder', 'Joaquín Sorolla', 'Simon Stalenhag', 'Ross Tran', 'Vincent Van Gogh', 'Rembrandt van Rijn', 'Ron Walotsky', 'Andy Warhol', 'Liam Wong', 'Yuumei', 'Amir Zand', 'Edgar Degas', 'Asher Brown Durand', 'Giovanni Battista Gaulli', 'Donato Giancola', 'John Atkinson Grimshaw', 'James Gurney', 'Jamie Hewlett', 'Ernst Ludwig Kirchner', 'Claude Monet', 'Igor Morski', 'Victor Moscoso', 'Craig Mullins', 'Nicholas Roerich', 'Hans Baldung', 'John Bauer', 'Julie Bell', 'Hans Bellmer', 'Mary Blair', 'William Blake', 'Victor Brauner', 'Gaston Bussière', 'Claude Cahun', 'Clyde Caldwell', 'Canaletto', 'Marcel Chagall', 'James C. Christensen', 'Giorgio de Chirico', 'Evelyn De Morgan', 'Henri de Toulouse-Lautrec', 'Gustave Doré', 'Jesper Ejsing', 'Harold Elliott', 'Anton Otto Fischer', 'Art Fitzpatrick', 'Jean-Honoré Fragonard', 'Victoria Francés', 'Frank Frazetta', 'Josan Gonzalez', 'Bastien Lecouffe-Deharme', 'George Luks', 'Victor Adame Minguez', 'Peter Mohrbacher', 'Ilya Repin', 'RHADS', 'Masamune Shirow', 'Coby Whitmore', 'Alex Grey', 'Junji Ito', 'Mati Klarwein', 'Kazimir Malevich', 'Clovis Trouille', 'Diego Velázquez', 'Qian Xuan', 'Nele Zirnite', 'Simon Bisley', 'Pascal Blanché', 'Arnold Böcklin', 'Camille-Pierre Pambu Bodo', 'William-Adolphe Bouguereau', 'Eleanor Vere Boyle', 'Arik Brauer', 'Pieter Bruegel the Elder', 'Paul Cézanne', 'Leonardo da Vinci', 'Richard Dadd', 'Max Ernst', 'Kelly Freas', 'Ernst Fuchs', 'Henry Fuseli', 'Paul Gauguin', 'Emma Geary', 'Artemisia Gentileschi', 'Warwick Goble', 'Rob Gonsalves', 'Jane Graverol', 'Henriette Grindat', 'Matthias Grünewald', 'Thomas Häfner', 'Sydney Prior Hall', 'Keith Haring', 'Rudolf Hausner', 'Brothers Hildebrandt', 'Tim Hildebrandt', 'Greg Hildebrandt', 'William Hogarth', 'Kati Horna', 'Valentine Hugo', 'George Inness', 'Jarosław Jaśnikowski', 'Joe Jusko', 'Filippino Lippi', 'Bob Ringwood', 'Jakub Rozalski', 'Greg Rutkowski', 'Mike Winkelmann', 'Seb McKinnon', 'Daniel Merriam', 'Sylvain Sarrailh', 'Tom Lovell', 'Haddon Sundblom', 'Eddie Mendoza', 'Eugeniusz Zak', 'Frank Zappa', 'Pablo Dominguez', 'Cicely Mary Barker', 'Amy Brown', 'Stephanie Law', 'Neil Welliver', 'Child Hassam', 'Henri Matisse', 'Jules Dupré', 'Pieter Brueghel the Elder', 'Theodore Robinson', 'Alexei Savrasov', 'Arkhip Kuindzhi', 'Claude Lorraine', 'Pablo Amaringo', 'Pascal Blanche', 'Adam Varga', 'Android Jones', 'Simon Hennessey', 'Denis Peterson', 'Robert Bechtle', 'Gustavo Silva Nuez', 'Claudio Bravo', 'Gottfried Helnwein', 'István Sándorfi', 'Nestor Leynes', 'Franz Gertsch', 'Kareem Olamilekan', 'Dragan Malešević Tapi', 'Ian Hornak', 'Otto Duecker', 'Antoni Taulé', 'Willem van Veldhuizen', 'Andrey Lekarski', 'Walther Jervolino', 'Diego Koi', 'Allyssa Monks', 'Luiz Escanuela', 'Dirk Dzimirsky']
import random
random_artist = random.choice(people_artists)
text_prompts = {}
frames_scale_input = ""
frame_skip_steps_input = ""
for i in range(110):
# text_prompts[i] = ["Beautiful detailed portrait of a man from the year "+str(((i+1)*25)+100)+" by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation:4",
# "text:-2", "glasses:-1"]
j = i
if j > 10:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(j-10)+" year old mech elf by " +random.choice(people_artists)+", " +random.choice(people_artists)+", Shin JeongHo, Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1"
]
elif j > 5:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(j-5)+" month old mech elf by " +random.choice(people_artists)+", " +random.choice(people_artists)+", Shin JeongHo, Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1"
]
else:
text_prompts[i] = [
"Beautiful detailed portrait of an adorable "+str(j)+" day old mech elf by " +random.choice(people_artists)+", " +random.choice(people_artists)+", Shin JeongHo, Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1",
"color: 1"
]
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#----------------------------------
text_prompts = {}
for i in range(110):
# text_prompts[i] = ["Beautiful detailed portrait of a man from the year "+str(((i+1)*25)+100)+" by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation:4",
# "text:-2", "glasses:-1"]
j = i
if i % 8 == 0:
cur_dir = 'left'
elif i % 8 == 1:
cur_dir = 'left and down'
elif i % 8 == 2:
cur_dir = 'down'
elif i % 8 == 3:
cur_dir = 'down and right'
elif i % 8 == 4:
cur_dir = 'right'
elif i % 8 == 5:
cur_dir = 'right and up'
elif i % 8 == 6:
cur_dir = 'up'
elif i % 8 == 7:
cur_dir = 'up and left'
if j > 10:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(j-15)+" year old wizard looking "+cur_dir+" by Nick Silva, Gottfried Helnwein, Jim Burns, Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1"
]
elif j > 5:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(j-5)+" month old wizard looking "+cur_dir+" by Nick Silva, Gottfried Helnwein, Jim Burns, Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1"
]
else:
text_prompts[i] = [
"Beautiful detailed portrait of an adorable "+str(j)+" day old wizard looking "+cur_dir+" baby by Nick Silva, Gottfried Helnwein, Jim Burns, Symmetrical composition with people centered, trending on artstation, colorized:4",
"text:-2",
"glasses:-1",
"color: 1"
]
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#AGING WITH WEIGHT MORPH ------------------------------
text_prompts = {}
x_weight = -10
y_weight = 10
for i in range(120):
if i > 10:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-10)+" year old tree person hybrid by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"evil: "+str(x_weight),
"adorable: "+str(y_weight)
]
elif i > 5:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-5)+" month old tree person hybrid by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"evil: "+str(x_weight),
"adorable: "+str(y_weight)
]
else:
text_prompts[i] = [
"Beautiful detailed portrait of an adorable "+str(i)+" day old baby tree person hybrid by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"evil: "+str(x_weight),
"adorable: "+str(y_weight),
"color: 3"
]
if i % 6 == 0:
x_weight+=1
if (i+3) % 6 == 0:
y_weight-=1
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#FULL EVOLUTION LIST-----------------------------------------------------
"planet earth",
"water",
"single-celled organism",
"bacteria",
"viruses",
"land fungi",
"clams",
"shrimp",
"octopus",
"jellyfish",
"scorpions",
"spiders",
"housefly",
"earthworms",
"lizards",
"crabs",
"sharks",
"snakes",
"birds",
"beetles",
"dinosaurs",
"frogs",
"bees",
"crocodiles",
"ants",
"rodents",
"penguins",
"owls",
"parrots",
"bats",
"camels",
"butterflies",
"bears",
"pigs",
"cats",
"pelicans",
"deer",
"ostriches",
"giraffes",
"platypuses",
"Mammoths",
"blue whales",
"swordfish",
"coyotes",
"orangutan",
#NATIONALITIES MORPH------------------------------------------------------
nationalities = ["Afghan","Algerian","Angolan","Argentine","Austrian","Australian","Bangladeshi","Belarusian","Belgian","Bolivian","Bosnian/Herzegovinian","Brazilian","British","Bulgarian","Cambodian","Cameroonian","Canadian","Central African","Chadian","Chinese","Colombian","Costa Rican","Croatian","Czech","Congolese","Danish","Ecuadorian","Egyptian","Salvadoran","English","Estonian","Ethiopian","Finnish","French","German","Ghanaian","Greek","Guatemalan","Dutch","Honduran","Hungarian","Icelandic","Indian","Indonesian","Iranian","Iraqi","Irish","Israeli","Italian","Ivorian","Jamaican","Japanese","Jordanian","Kazakh","Kenyan","Lao","Latvian","Libyan","Lithuanian","Malagasy","Malaysian","Malian","Mauritanian","Mexican","Moroccan","Namibian","New Zealand","Nicaraguan","Nigerien","Nigerian","Norwegian","Omani","Pakistani","Panamanian","Paraguayan","Peruvian","Philippine","Polish","Portuguese","Congolese","Romanian","Russian","Saudi, Saudi Arabian","Scottish","Senegalese","Serbian","Singaporean","Slovak","Somalian","South African","Spanish","Sudanese","Swedish","Swiss","Syrian","Thai","Tunisian","Turkish","Turkmen","Ukranian","Emirati","American","Uruguayan","Vietnamese","Welsh","Zambian","Zimbabwea"]
frames_skip_steps_input = ""
text_prompts = {}
for frame in range(len(nationalities) * 4):
age = frame//4
nationality = nationalities[age]
type = 'senior'
if age < 5:
type = 'baby'
elif age < 12:
type = 'child'
elif age < 19:
type = 'teenager'
elif age < 55:
type = 'adult'
elif age < 65:
type = 'elderly person'
text_prompts[frame] = ["Beautiful detailed portrait of a "+str(age)+" day old "+nationality+" "+type+" by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation:4",
"text:-2", "glasses:-1", "color:1" ]
#frames_skip_steps_input = "1: (85), 50: (65), 100: (85)" #@param{type: 'string'}
if frame > 0:
if frame%4 == 0:
frames_skip_steps_input += str(frame)+":(40),"
elif frame%4 == 1:
frames_skip_steps_input += str(frame)+":(60),"
elif frame%4 == 3:
frames_skip_steps_input += str(frame)+":(80),"
frames_skip_steps_input = frames_skip_steps_input[:-1]
frames_skip_steps = absolute_key_frame_multiplier(frames_skip_steps_input)
#EXTENDED AGING WITH WEIGHT MORPH---------------------------------
text_prompts = {}
creepy_weight = -10
ador_weight = 12
for i in range(180):
if i > 160:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-160)+" year old haunted demon bones by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
]
if i > 130:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-130)+" year old tree skeleton hybrid by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
]
elif i > 30:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-30)+" year old tree person hybrid by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"adorable: "+str(ador_weight)
]
elif i > 25:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-25)+" month old tree person hybrid by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight)
]
elif i > 20:
text_prompts[i] = [
"Beautiful detailed portrait of an adorable "+str(i-20)+" day old baby tree person hybrid by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight),
"color: 3"
]
elif i > 10:
text_prompts[i] = [
"Beautiful detailed picture of a "+str(i-10)+" year old tree by Nick Silva, Shin JeongHo, Jim Burns, Symmetrical composition with tree centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"color: 3"
]
else:
text_prompts[i] = [
"Beautiful detailed picture of a "+str(i)+" day old plant seedling by Nick Silva, Shin JeongHo, Jim Burns, Symmetrical composition with plant centered, trending on artstation, colorized:12",
"text:-6",
"color: 3"
]
if i>30 and (i+5) % 10 == 0:
creepy_weight+=1
if i>20 and i % 10 == 0:
ador_weight-=1
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#EXTENDED AGING INTO DEATH WITH WEIGHT MORPH---------------------------------
text_prompts = {}
creepy_weight = -10
ador_weight = 12
for i in range(1890):
# if i > 190:
# text_prompts[i] = [
# "Beautiful detailed portrait of an evil mechanical corpse evil by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
# "text:-6",
# "glasses:-3",
# "glowing eyes: "+str((i-158)/2),
# "creepy: "+str(creepy_weight),
# "color: 9",
# "skin, flesh: -"+str((i-158)/2)
# ]
if i > 160:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i)+" year old rotten corpse goddess by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"glowing eyes: "+str((i-158)/2),
"robot, cyborg: "+str((i-158)/2),
"creepy: "+str(creepy_weight),
"color: 9"
"skin, flesh, human: -"+str((i-158)/2)
]
elif i > 130:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i)+" year old toxic cyborg goddess by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 30:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-30)+" year old cyborg demigoddess by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"adorable: "+str(ador_weight),
"color: 9"
]
elif i > 25:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-25)+" month old cyborg baby princess by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight),
"color: 6"
]
elif i > 20:
text_prompts[i] = [
"Beautiful detailed portrait of an adorable "+str(i-20)+" day old baby cyborg baby princess by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight),
"color: 6"
]
elif i > 10:
text_prompts[i] = [
"Beautiful detailed picture of a "+str(i-10)+" mile long festering wire by Nick Silva, Shin JeongHo, Jim Burns, Symmetrical composition with tree centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"color: 3"
]
else:
text_prompts[i] = [
"Beautiful detailed picture of a "+str(i)+" meter long festering wire by Nick Silva, Shin JeongHo, Jim Burns, Symmetrical composition with plant centered, trending on artstation, colorized:12",
"text:-6",
"color: 3"
]
if i>30 and (i+5) % 10 == 0:
creepy_weight+=1
if i>20 and i % 10 == 0:
ador_weight-=1
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#BEAUTIFUL FRUIT TREE AGING EXTENDED-----------------------------------
text_prompts = {}
creepy_weight = -10
ador_weight = 12
for i in range(200):
if i > 190:
text_prompts[i] = [
"Detailed picture of an rotten smoldering dead face smokey ash tree, elderly old person faces etched into tree, small green spouts starting to grow from the ground, by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 175:
text_prompts[i] = [
"Beautiful detailed portrait of a old dying elderly "+str(i)+" year old person rotten tree dying lifeless, fallen leaves by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 160:
text_prompts[i] = [
"Beautiful detailed portrait of a old dying ancient mummy "+str(i)+" year old rotten tree dying lifeless, fallen leaves by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 150:
text_prompts[i] = [
"Beautiful detailed portrait of frail elderly dying "+str(i)+" year old tree man hybrid ancient God by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 130:
text_prompts[i] = [
"Beautiful detailed portrait of frail wise "+str(i-30)+" year old tree hybrid diety by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 80:
text_prompts[i] = [
"Beautiful detailed portrait of strong muscular "+str(i-30)+" year old person fused to a magical tree by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 30:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-30)+" year old tree hybrid God by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"adorable: "+str(ador_weight),
"color: 9"
]
elif i > 25:
text_prompts[i] = [
"Beautiful detailed portraits of "+str(i-25)+" months old tree hybrid demigods by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight),
"color: 6"
]
elif i > 20:
text_prompts[i] = [
"Beautiful detailed portrait of many adorable "+str(i-20)+" day old baby fruit babies h by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight),
"color: 6"
]
elif i > 10:
text_prompts[i] = [
"Beautiful detailed portraits of babies on a "+str(i*10)+" meter growing with many baby heads by Nick Silva, Shin JeongHo, Jim Burns, Symmetrical composition with tree centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"color: 3"
]
else:
text_prompts[i] = [
"Beautiful detailed huge realistic tree with "+str(i)+" small multicolored circular fruits by Nick Silva, Shin JeongHo, Jim Burns, Symmetrical composition with plant centered, trending on artstation, colorized:12",
"text:-6",
"color: 3"
]
if i>30 and (i+5) % 10 == 0:
creepy_weight+=1
if i>20 and i % 10 == 0:
ador_weight-=1
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#--------------------------maybe a repeat of nice colorful aging tree
text_prompts = {}
creepy_weight = -10
ador_weight = 12
for i in range(200):
if i > 190:
text_prompts[i] = [
"Detailed picture of an rotten smoldering dead face smokey ash tree, elderly old person faces etched into tree, corpse eyes, small green spouts starting to grow from the ground, by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 175:
text_prompts[i] = [
"Beautiful detailed portrait of a old dying elderly "+str(i)+" year old person rotten tree dying lifeless dead eyes, fallen leaves by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 160:
text_prompts[i] = [
"Beautiful detailed portrait of a old dying ancient mummy "+str(i)+" year old rotten tree dying lifeless dead eyes, fallen leaves by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 150:
text_prompts[i] = [
"Beautiful detailed portrait of frail elderly dying "+str(i)+" year old tree man hybrid ancient God with closing eyes by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 130:
text_prompts[i] = [
"Beautiful detailed portrait of frail wise "+str(i-30)+" year old tree hybrid closing eyeball diety by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 80:
text_prompts[i] = [
"Beautiful detailed portrait of thick sturdy "+str(i-30)+" year old person fused to a magical eyeball tree by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 30:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-30)+" year old eyeball tree hybrid God by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"adorable: "+str(ador_weight),
"color: 9"
]
elif i > 25:
text_prompts[i] = [
"Beautiful detailed portraits of "+str(i-25)+" months old eyeball tree hybrid demigods by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight),
"color: 6"
]
elif i > 20:
text_prompts[i] = [
"Beautiful detailed portrait of many adorable "+str(i-20)+" day old baby eyeballs babies h by Nick Silva, Shin JeongHo, Wandah Kurniawan, Symmetrical composition with people centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight),
"color: 6"
]
elif i > 5:
text_prompts[i] = [
"Beautiful detailed portraits of "+str(i-5)+" week old fetus growing with many eyeballs by Nick Silva, Shin JeongHo, Jim Burns, Symmetrical composition with tree centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"color: 3"
]
else:
text_prompts[i] = [
"Beautiful detailed huge realistic tree with "+str(i)+" small multicolored circular eyeballs by Nick Silva, Shin JeongHo, Jim Burns, Symmetrical composition with plant centered, trending on artstation, colorized:12",
"text:-6",
"color: 3"
]
if i>30 and (i+5) % 10 == 0:
creepy_weight+=1
if i>20 and i % 10 == 0:
ador_weight-=1
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#--------------------------------------
text_prompts = {}
creepy_weight = -10
ador_weight = 12
for i in range(200):
if i > 190:
text_prompts[i] = [
"Detailed picture of an rotten smoldering dead face smokey ash tree, elderly old person faces etched into tree, small green spouts starting to grow from the ground, by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 175:
text_prompts[i] = [
"Beautiful detailed portrait of a old dying elderly "+str(i)+" year old person rotten tree dying lifeless, fallen leaves by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 160:
text_prompts[i] = [
"Beautiful detailed portrait of a old dying ancient mummy "+str(i)+" year old rotten tree dying lifeless, fallen leaves by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 150:
text_prompts[i] = [
"Beautiful detailed portrait of frail elderly dying "+str(i)+" year old tree man hybrid ancient God by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 130:
text_prompts[i] = [
"Beautiful detailed portrait of frail wise "+str(i-30)+" year old tree hybrid diety by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 80:
text_prompts[i] = [
"Beautiful detailed portrait of strong muscular "+str(i-30)+" year old person fused to a magical tree by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"color: 9"
]
elif i > 30:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(i-30)+" year old tree hybrid God by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:12",
"text:-6",
"glasses:-3",
"creepy: "+str(creepy_weight),
"adorable: "+str(ador_weight),
"color: 9"
]
elif i > 25:
text_prompts[i] = [
"Beautiful detailed portraits of "+str(i-25)+" months old tree hybrid demigods by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight),
"color: 6"
]
elif i > 20:
text_prompts[i] = [
"Beautiful detailed portrait of many adorable "+str(i-20)+" day old baby fruit babies h by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:12",
"text:-6",
"glasses:-3",
"adorable: "+str(ador_weight),
"color: 6"
]
elif i > 10:
text_prompts[i] = [
"Beautiful detailed portraits of babies on a "+str(i*10)+" meter growing, many baby heads by Nick Silva, Shin JeongHo, Jim Burns, Symmetrical composition with tree centered, trending on artstation, colorized:12",
"text:-6",
"glasses:-3",
"color: 3"
]
else:
text_prompts[i] = [
"Beautiful detailed huge realistic tree, "+str(i+1)+" small multicolored circular fruits by Nick Silva, Jim Burns, Symmetrical composition with plant centered, trending on artstation, colorized:12",
"text:-6",
"color: 3"
]
if i>30 and (i+5) % 10 == 0:
creepy_weight+=1
if i>20 and i % 10 == 0:
ador_weight-=1
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}
#V5.6 Morphing elf --------------------------------------
text_prompts = {}
for i in range(110):
# text_prompts[i] = ["Beautiful detailed portrait of a man from the year "+str(((i+1)*25)+100)+" by Jonathan Romeo, Symmetrical composition with people centered, trending on artstation:4",
# "text:-2", "glasses:-1"]
j = i
if j > 25:
text_prompts[i] = [
"Beautiful detailed portrait of an attractive "+str(j-10)+" year old elf woman by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:4",
"text:-2",
"glasses:-1"
]
if j > 10:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(j-10)+" year old elf girl by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:4",
"text:-2",
"glasses:-1"
]
elif j > 5:
text_prompts[i] = [
"Beautiful detailed portrait of a "+str(j-5)+" month old elf girl by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:4",
"text:-2",
"glasses:-1"
]
else:
text_prompts[i] = [
"Beautiful detailed portrait of an adorable "+str(j)+" day old elf baby by Jonathan Romeo, trending on artstation, instagram, octane render, unreal engine, realistic human eyes, piercing Heterochromia eyes, realistic human flesh:4",
"text:-2",
"glasses:-1",
"color: 1"
]
image_prompts = {
# 0:['ImagePromptsWorkButArentVeryGood.png:2',],
}