Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
edadc03
1
Parent(s):
aaad843
next trial
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- app.py +0 -4
- data/next/architecture/architect.json +162 -0
- data/next/architecture/architecture.json +73 -0
- data/next/architecture/buildings.json +129 -0
- data/next/architecture/detailed_styles.json +911 -0
- data/next/architecture/exotic.json +236 -0
- data/next/architecture/extreme_location.json +52 -0
- data/next/architecture/homes.json +90 -0
- data/next/architecture/interior.json +42 -0
- data/next/architecture/interior_design.json +107 -0
- data/next/architecture/materials.json +106 -0
- data/next/architecture/public.json +81 -0
- data/next/architecture/rooms.json +38 -0
- data/next/architecture/styles.json +205 -0
- data/next/architecture/terms.json +133 -0
- data/next/art/painting.json +77 -0
- data/next/art/palette.json +77 -0
- data/next/art/patterns.json +107 -0
- data/next/art/sculpture.json +77 -0
- data/next/art/styles.json +67 -0
- data/next/art/techniques.json +101 -0
- data/next/art/types.json +196 -0
- data/next/artist/concept.json +40 -0
- data/next/artist/dark.json +22 -0
- data/next/artist/illustrator.json +63 -0
- data/next/artist/painters.json +45 -0
- data/next/brands/brands.json +294 -0
- data/next/character/action.json +56 -0
- data/next/character/anime.json +172 -0
- data/next/character/fantasy.json +59 -0
- data/next/character/fictional.json +378 -0
- data/next/character/general.json +112 -0
- data/next/character/monsters.json +119 -0
- data/next/character/scifi.json +58 -0
- data/next/character/superheroes.json +104 -0
- data/next/character/supervillains.json +101 -0
- data/next/cinematic/aesthetics.json +1031 -0
- data/next/cinematic/cinematic_effects.json +41 -0
- data/next/cinematic/color_grading.json +42 -0
- data/next/cinematic/color_modifiers.json +61 -0
- data/next/cinematic/directors.json +54 -0
- data/next/cinematic/effects.json +28 -0
- data/next/cinematic/film_type.json +27 -0
- data/next/cinematic/genre.json +183 -0
- data/next/cinematic/movies.json +150 -0
- data/next/cinematic/shot_type.json +61 -0
- data/next/fashion/accessories.json +160 -0
- data/next/fashion/cultural.json +105 -0
- data/next/fashion/designers.json +110 -0
- data/next/fashion/feminine.json +159 -0
app.py
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
from ui_components import create_interface
|
2 |
|
3 |
-
import subprocess
|
4 |
-
|
5 |
-
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
6 |
-
|
7 |
if __name__ == "__main__":
|
8 |
demo = create_interface()
|
9 |
demo.launch()
|
|
|
1 |
from ui_components import create_interface
|
2 |
|
|
|
|
|
|
|
|
|
3 |
if __name__ == "__main__":
|
4 |
demo = create_interface()
|
5 |
demo.launch()
|
data/next/architecture/architect.json
ADDED
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "Design by ",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": ",",
|
5 |
+
"items": [
|
6 |
+
"A. Quincy Jones",
|
7 |
+
"Aldo Rossi",
|
8 |
+
"Aldo van Eyck",
|
9 |
+
"Alvar Aalto",
|
10 |
+
"Álvaro Siza Vieira",
|
11 |
+
"Antoni Gaudi",
|
12 |
+
"Arata Isozaki",
|
13 |
+
"Archigram",
|
14 |
+
"Arthur Erickson",
|
15 |
+
"Arthur Korn",
|
16 |
+
"Asymptote Architecture",
|
17 |
+
"Atelier Bow-Wow",
|
18 |
+
"Auguste Perret",
|
19 |
+
"B.V. Doshi",
|
20 |
+
"Benthem Crouwel",
|
21 |
+
"Bernard Khoury",
|
22 |
+
"Bernard Tschumi",
|
23 |
+
"BIG (Bjarke Ingels Group)",
|
24 |
+
"Bjarne Mastenbroek",
|
25 |
+
"C.F. Møller",
|
26 |
+
"Carlo Mollino",
|
27 |
+
"Carlo Scarpa",
|
28 |
+
"César Manrique",
|
29 |
+
"Cesar Pelli",
|
30 |
+
"Charles and Ray Eames",
|
31 |
+
"Charles Gwathmey",
|
32 |
+
"Charles Moore",
|
33 |
+
"Charles Rennie Mackintosh",
|
34 |
+
"Christian de Portzamparc",
|
35 |
+
"Claude Parent",
|
36 |
+
"Coop Himmelb(l)au",
|
37 |
+
"Daniel Burnham",
|
38 |
+
"Daniel Libeskind",
|
39 |
+
"David Adjaye",
|
40 |
+
"David Chipperfield",
|
41 |
+
"Diébédo Francis Kéré",
|
42 |
+
"Dominique Coulon",
|
43 |
+
"Dominique Perrault",
|
44 |
+
"Eero Saarinen",
|
45 |
+
"Eileen Gray",
|
46 |
+
"Eliel Saarinen",
|
47 |
+
"Emilio Ambasz",
|
48 |
+
"Enric Miralles",
|
49 |
+
"Enrique Norten",
|
50 |
+
"Enrique Norton",
|
51 |
+
"Erik Gunnar Asplund",
|
52 |
+
"Eva Jiricna",
|
53 |
+
"F.L. Wright",
|
54 |
+
"Frank Gehry",
|
55 |
+
"Frank Lloyd Wright",
|
56 |
+
"Frederick Law Olmsted",
|
57 |
+
"Fumihiko Maki",
|
58 |
+
"Gae Aulenti",
|
59 |
+
"Gaudi",
|
60 |
+
"Gio Ponti",
|
61 |
+
"Glenn Murcutt",
|
62 |
+
"Gottfried Böhm",
|
63 |
+
"Hans Scharoun",
|
64 |
+
"Henry Hobson Richardson",
|
65 |
+
"Henry N. Cobb",
|
66 |
+
"Herzog & de Meuron",
|
67 |
+
"Hugh Newell Jacobsen",
|
68 |
+
"I.M. Pei",
|
69 |
+
"James Stirling",
|
70 |
+
"Jean Nouvel",
|
71 |
+
"Jean Prouvé",
|
72 |
+
"Jean-Marie Tjibaou",
|
73 |
+
"Jeanne Gang",
|
74 |
+
"John Andrews",
|
75 |
+
"John Lautner",
|
76 |
+
"John Pawson",
|
77 |
+
"John Portman",
|
78 |
+
"Jørn Utzon",
|
79 |
+
"Jun Aoki",
|
80 |
+
"Kazuyo Sejima",
|
81 |
+
"Kengo Kuma",
|
82 |
+
"Kevin Roche",
|
83 |
+
"Kisho Kurokawa",
|
84 |
+
"Le Corbusier",
|
85 |
+
"Lebbeus Woods",
|
86 |
+
"Lina Bo Bardi",
|
87 |
+
"Louis Kahn",
|
88 |
+
"Louis Sullivan",
|
89 |
+
"Ludwig Mies van der Rohe",
|
90 |
+
"Marcel Breuer",
|
91 |
+
"Mario Bellini",
|
92 |
+
"Mario Botta",
|
93 |
+
"Mark Mack",
|
94 |
+
"Mecanoo",
|
95 |
+
"Michael Arad",
|
96 |
+
"Michael Graves",
|
97 |
+
"Michel Rojkind",
|
98 |
+
"Mies van der Rohe",
|
99 |
+
"Morphosis",
|
100 |
+
"Moshe Safdie",
|
101 |
+
"NBBJ",
|
102 |
+
"Norman Foster",
|
103 |
+
"OMA (Office for Metropolitan Architecture)",
|
104 |
+
"Oscar Niemeyer",
|
105 |
+
"Paolo Soleri",
|
106 |
+
"Patrick Geddes",
|
107 |
+
"Paul Andreu",
|
108 |
+
"Paul Rudolph",
|
109 |
+
"Pei Partnership Architects",
|
110 |
+
"Peter Behrens",
|
111 |
+
"Peter Cook",
|
112 |
+
"Peter Eisenman",
|
113 |
+
"Peter Zumthor",
|
114 |
+
"Pezo von Ellrichshausen",
|
115 |
+
"Philip Johnson",
|
116 |
+
"Pier Luigi Nervi",
|
117 |
+
"R Buckminster Fuller",
|
118 |
+
"Rafael Moneo",
|
119 |
+
"Rafael Vinoly",
|
120 |
+
"Ralph Erskine",
|
121 |
+
"Rem Koolhaas",
|
122 |
+
"Renzo Piano",
|
123 |
+
"Ricardo Bofill",
|
124 |
+
"Richard Horden",
|
125 |
+
"Richard Meier",
|
126 |
+
"Richard Neutra",
|
127 |
+
"Richard Rogers",
|
128 |
+
"Rob Krier",
|
129 |
+
"Robert A.M. Stern",
|
130 |
+
"Robert Venturi",
|
131 |
+
"Rolf Disch",
|
132 |
+
"Rudolf Steiner",
|
133 |
+
"SANAA",
|
134 |
+
"Santiago Calatrava",
|
135 |
+
"Shigeru Ban",
|
136 |
+
"Shuhei Endo",
|
137 |
+
"Sigurd Lewerentz",
|
138 |
+
"Skidmore, Owings & Merrill",
|
139 |
+
"Snøhetta",
|
140 |
+
"SOM (Skidmore, Owings & Merrill)",
|
141 |
+
"Sou Fujimoto",
|
142 |
+
"Steven Ehrlich",
|
143 |
+
"Steven Holl",
|
144 |
+
"Sverre Fehn",
|
145 |
+
"Tadao Ando",
|
146 |
+
"Tange Kenzo",
|
147 |
+
"Tange Kenzō",
|
148 |
+
"Thom Mayne",
|
149 |
+
"Thomas Heatherwick",
|
150 |
+
"Toshiko Mori",
|
151 |
+
"Toyo Ito",
|
152 |
+
"Victor Horta",
|
153 |
+
"Walter Gropius",
|
154 |
+
"William McDonough",
|
155 |
+
"William Morris",
|
156 |
+
"William Van Alen",
|
157 |
+
"Winy Maas",
|
158 |
+
"Yoshio Taniguchi",
|
159 |
+
"Zaha Hadid",
|
160 |
+
"Zvi Hecker"
|
161 |
+
]
|
162 |
+
}
|
data/next/architecture/architecture.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "architecture",
|
5 |
+
"items": [
|
6 |
+
"Mid-Century Modern",
|
7 |
+
"Neo-Rationalism",
|
8 |
+
"Postmodernism",
|
9 |
+
"Structuralism",
|
10 |
+
"Scandinavian",
|
11 |
+
"Modernism",
|
12 |
+
"Catalan Modernism",
|
13 |
+
"Metabolism",
|
14 |
+
"Futuristic",
|
15 |
+
"West Coast Modernism",
|
16 |
+
"Expressionism",
|
17 |
+
"Ecofriendly",
|
18 |
+
"Concrete",
|
19 |
+
"Minimalism",
|
20 |
+
"Brutalism",
|
21 |
+
"Deconstructivism",
|
22 |
+
"Adaptive Reuse",
|
23 |
+
"Inclusive",
|
24 |
+
"Bold",
|
25 |
+
"Playful",
|
26 |
+
"Sustainability",
|
27 |
+
"Danish Modernism",
|
28 |
+
"Organic",
|
29 |
+
"Italian Rationalism",
|
30 |
+
"Ecological",
|
31 |
+
"Art Nouveau",
|
32 |
+
"Beaux-Arts",
|
33 |
+
"Eclectic",
|
34 |
+
"Classicism",
|
35 |
+
"Sustainable",
|
36 |
+
"High-Tech",
|
37 |
+
"Art Deco",
|
38 |
+
"Finnish National Romanticism",
|
39 |
+
"Green Architecture",
|
40 |
+
"Swedish Classicism",
|
41 |
+
"Prairie Style",
|
42 |
+
"Sculptural",
|
43 |
+
"Landscape",
|
44 |
+
"Rationalism",
|
45 |
+
"Modernisme",
|
46 |
+
"Romanesque Revival",
|
47 |
+
"Industrial",
|
48 |
+
"Tropical",
|
49 |
+
"International",
|
50 |
+
"Experimental",
|
51 |
+
"Brazilian Modernism",
|
52 |
+
"Monumental",
|
53 |
+
"Chicago School",
|
54 |
+
"Bauhaus",
|
55 |
+
"Dynamic",
|
56 |
+
"Habitat '67",
|
57 |
+
"Urban Planning",
|
58 |
+
"Jugendstil",
|
59 |
+
"Structural",
|
60 |
+
"Geodesic",
|
61 |
+
"Structural Expressionism",
|
62 |
+
"Compact Living",
|
63 |
+
"White",
|
64 |
+
"Complexity and Contradiction",
|
65 |
+
"Anthroposophical",
|
66 |
+
"Poetic",
|
67 |
+
"Serenity",
|
68 |
+
"Zen",
|
69 |
+
"Innovative",
|
70 |
+
"Arts and Crafts",
|
71 |
+
"Geometric"
|
72 |
+
]
|
73 |
+
}
|
data/next/architecture/buildings.json
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"1200 Intrepid Avenue, Philadelphia, USA",
|
7 |
+
"30 St Mary Axe (The Gherkin), London, UK",
|
8 |
+
"56 Leonard Street, New York, USA",
|
9 |
+
"Aalto University Library, Espoo, Finland",
|
10 |
+
"Acropolis Museum, Athens, Greece",
|
11 |
+
"Albi Grand Theatre, Albi, France",
|
12 |
+
"Aldar Headquarters, Abu Dhabi, United Arab Emirates",
|
13 |
+
"Aqua Tower, Chicago, USA",
|
14 |
+
"Art Gallery of Alberta, Edmonton, Canada",
|
15 |
+
"Baku Flame Towers, Baku, Azerbaijan",
|
16 |
+
"Bank of America Tower, New York, USA",
|
17 |
+
"Beijing National Aquatics Centre, Beijing, China",
|
18 |
+
"Beijing National Stadium, Beijing, China",
|
19 |
+
"Bibliotheca Alexandrina, Alexandria, Egypt",
|
20 |
+
"Bloomberg European Headquarters, London, UK",
|
21 |
+
"BMW Welt, Munich, Germany",
|
22 |
+
"Broad Art Center, California, USA",
|
23 |
+
"CaixaForum Madrid, Madrid, Spain",
|
24 |
+
"Casa Batlló, Barcelona, Spain",
|
25 |
+
"Casa da Música, Porto, Portugal",
|
26 |
+
"Casa del Fascio, Como, Italy",
|
27 |
+
"CCTV Headquarters, Beijing, China",
|
28 |
+
"Centre for International Governance Innovation, Ontario, Canada",
|
29 |
+
"Centro Botín, Santander, Spain",
|
30 |
+
"Chapel of St. Ignatius, Washington, USA",
|
31 |
+
"Children's Museum of Pittsburgh, Pennsylvania, USA",
|
32 |
+
"Church of the Light, Osaka, Japan",
|
33 |
+
"Cité de la Musique, Paris, France",
|
34 |
+
"City Hall, London, UK",
|
35 |
+
"City of Arts and Sciences, Valencia, Spain",
|
36 |
+
"Coca-Cola Place, Sydney, Australia",
|
37 |
+
"CopenHill, Copenhagen, Denmark",
|
38 |
+
"Denver Art Museum, Colorado, USA",
|
39 |
+
"Emporia, Malmö, Sweden",
|
40 |
+
"Eskenazi Hospital, Indiana, USA",
|
41 |
+
"EYE Film Institute Netherlands, Amsterdam, Netherlands",
|
42 |
+
"Farnsworth House, Illinois, USA",
|
43 |
+
"Fossil Ridge High School, Colorado, USA",
|
44 |
+
"Fuente del Peregrino, San Sebastian, Spain",
|
45 |
+
"Grand Theatre de Rabat, Rabat, Morocco",
|
46 |
+
"Harpa Reykjavik Concert Hall, Reykjavik, Iceland",
|
47 |
+
"Heydar Aliyev Center, Baku, Azerbaijan",
|
48 |
+
"Hunan Museum, Changsha, China",
|
49 |
+
"Japan Pavilion, Hanover, Germany",
|
50 |
+
"Jockey Club Innovation Tower, Hong Kong",
|
51 |
+
"Kimbell Art Museum, Texas, USA",
|
52 |
+
"Kolumba Museum, Cologne, Germany",
|
53 |
+
"Kunsthaus Graz, Graz, Austria",
|
54 |
+
"Kunstmuseum Basel, Basel, Switzerland",
|
55 |
+
"L'Atelier des Lumières, Paris, France",
|
56 |
+
"L'Avenue, Shanghai, China",
|
57 |
+
"La Pedrera, Barcelona, Spain",
|
58 |
+
"Library of Birmingham, Birmingham, UK",
|
59 |
+
"Louis Vuitton Foundation, Paris, France",
|
60 |
+
"Louvre Abu Dhabi, Abu Dhabi, United Arab Emirates",
|
61 |
+
"Louvre-Lens, Lens, France",
|
62 |
+
"MAAT Museum, Lisbon, Portugal",
|
63 |
+
"Maggie's Centre, London, UK",
|
64 |
+
"MahaNakhon Tower, Bangkok, Thailand",
|
65 |
+
"Manchester Civil Justice Centre, Manchester, UK",
|
66 |
+
"MAXXI National Museum of the 21st Century Arts, Rome, Italy",
|
67 |
+
"Mediatic, Barcelona, Spain",
|
68 |
+
"Meiso no Mori Municipal Funeral Hall, Kakamigahara, Japan",
|
69 |
+
"Memphis Pyramid, Tennessee, USA",
|
70 |
+
"Miami Tower, Florida, USA",
|
71 |
+
"Milwaukee Art Museum, Wisconsin, USA",
|
72 |
+
"Modern Art Museum of Fort Worth, Texas, USA",
|
73 |
+
"Musée de la Chasse et de la Nature, Paris, France",
|
74 |
+
"Museo Soumaya, Mexico City, Mexico",
|
75 |
+
"Museum of Liverpool, Liverpool, UK",
|
76 |
+
"Museum of the Second World War, Gdańsk, Poland",
|
77 |
+
"National Museum of African American History and Culture, Washington, USA",
|
78 |
+
"National Museum of Anthropology, Mexico City, Mexico",
|
79 |
+
"National Museum of Contemporary Art, Athens, Greece",
|
80 |
+
"National Museum of Roman Art, Mérida, Spain",
|
81 |
+
"New Museum, New York, USA",
|
82 |
+
"New York by Gehry, New York, USA",
|
83 |
+
"Ningbo Museum, Ningbo, China",
|
84 |
+
"Oita Prefecture Art Museum, Oita, Japan",
|
85 |
+
"One Angel Square, Manchester, UK",
|
86 |
+
"Pálffy Palace, Bratislava, Slovakia",
|
87 |
+
"Philharmonie de Paris, Paris, France",
|
88 |
+
"Porsche Pavilion, Stuttgart, Germany",
|
89 |
+
"Prada Aoyama, Tokyo, Japan",
|
90 |
+
"Qatar National Convention Centre, Doha, Qatar",
|
91 |
+
"Queens Museum, New York, USA",
|
92 |
+
"Riverside Museum, Glasgow, UK",
|
93 |
+
"Rothschild Tower, Tel Aviv, Israel",
|
94 |
+
"Royal Ontario Museum, Toronto, Canada",
|
95 |
+
"Saga Prefectural Museum, Saga, Japan",
|
96 |
+
"Salk Institute, California, USA",
|
97 |
+
"San Cataldo Cemetery, Modena, Italy",
|
98 |
+
"San Francisco Federal Building, California, USA",
|
99 |
+
"San Francisco Museum of Modern Art, California, USA",
|
100 |
+
"Science Centre Singapore, Singapore",
|
101 |
+
"Seattle Art Museum, Washington, USA",
|
102 |
+
"Seattle Central Library, Washington, USA",
|
103 |
+
"Serpentine Sackler Gallery, London, UK",
|
104 |
+
"SESC Pompeia, São Paulo, Brazil",
|
105 |
+
"Sheikh Zayed Bridge, Abu Dhabi, United Arab Emirates",
|
106 |
+
"Shinjuku Park Tower, Tokyo, Japan",
|
107 |
+
"Solomon R. Guggenheim Museum, New York, USA",
|
108 |
+
"Sønderborg Waterfront, Sønderborg, Denmark",
|
109 |
+
"The Ascent at Roebling's Bridge, Kentucky, USA",
|
110 |
+
"The Broad Art Foundation, Los Angeles, USA",
|
111 |
+
"The Broad Art Museum, Michigan, USA",
|
112 |
+
"The Broad, Los Angeles, USA",
|
113 |
+
"The Crystal, London, UK",
|
114 |
+
"The Ecalux Building, Mexico City, Mexico",
|
115 |
+
"The Hive, Kew Gardens, London, UK",
|
116 |
+
"The Iceberg, Aarhus, Denmark",
|
117 |
+
"The Lighthouse, Glasgow, UK",
|
118 |
+
"The Menil Collection, Houston, USA",
|
119 |
+
"The Silo, Copenhagen, Denmark",
|
120 |
+
"The Wohl Centre, Jerusalem, Israel",
|
121 |
+
"Under, Lindesnes, Norway",
|
122 |
+
"UTS Business School, Sydney, Australia",
|
123 |
+
"Vakko Headquarters and Power Media Center, Istanbul, Turkey",
|
124 |
+
"Vanke Pavilion, Milan, Italy",
|
125 |
+
"Walt Disney Concert Hall, California, USA",
|
126 |
+
"Yokohama Port Terminal, Yokohama, Japan",
|
127 |
+
"Zollverein School of Management and Design, Essen, Germany"
|
128 |
+
]
|
129 |
+
}
|
data/next/architecture/detailed_styles.json
ADDED
@@ -0,0 +1,911 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "architecture style",
|
3 |
+
"separator": ",",
|
4 |
+
"endprompt": ",",
|
5 |
+
"items": [
|
6 |
+
"american foursquare",
|
7 |
+
"ancient egyptian",
|
8 |
+
"art brut",
|
9 |
+
"art deco",
|
10 |
+
"art nouveau",
|
11 |
+
"baroque",
|
12 |
+
"bauhaus",
|
13 |
+
"bay-and-gable",
|
14 |
+
"beaux arts classicism",
|
15 |
+
"beaux-arts",
|
16 |
+
"brutalism",
|
17 |
+
"châteauesque",
|
18 |
+
"chinoiserie revival",
|
19 |
+
"churrigueresque",
|
20 |
+
"churrigueresque baroque revival",
|
21 |
+
"classicism",
|
22 |
+
"collegiate gothic",
|
23 |
+
"colonial",
|
24 |
+
"constructivist",
|
25 |
+
"deconstructivism",
|
26 |
+
"desert modernism",
|
27 |
+
"dutch colonial",
|
28 |
+
"early christian",
|
29 |
+
"eclectic",
|
30 |
+
"egyptian revival",
|
31 |
+
"elizabethan",
|
32 |
+
"exotic revival",
|
33 |
+
"expressionism",
|
34 |
+
"farmhouse",
|
35 |
+
"fascist",
|
36 |
+
"fascist modernism",
|
37 |
+
"federal",
|
38 |
+
"federal revival",
|
39 |
+
"french provincial",
|
40 |
+
"functionalism",
|
41 |
+
"futurist",
|
42 |
+
"georgian revival",
|
43 |
+
"gothic",
|
44 |
+
"gothic revival",
|
45 |
+
"greek revival",
|
46 |
+
"international brutalism",
|
47 |
+
"international gothic",
|
48 |
+
"international gothic revival",
|
49 |
+
"international style",
|
50 |
+
"international style modernism",
|
51 |
+
"italianate",
|
52 |
+
"japanese",
|
53 |
+
"late gothic revival",
|
54 |
+
"late modernism",
|
55 |
+
"late renaissance",
|
56 |
+
"late victorian",
|
57 |
+
"mayan revival",
|
58 |
+
"mediterranean revival",
|
59 |
+
"metabolist",
|
60 |
+
"mission",
|
61 |
+
"mission moderne",
|
62 |
+
"mission revival",
|
63 |
+
"modernism",
|
64 |
+
"moorish revival",
|
65 |
+
"nautical",
|
66 |
+
"neo-baroque",
|
67 |
+
"neo-classical revival",
|
68 |
+
"neoclassical",
|
69 |
+
"neomodern",
|
70 |
+
"new classical",
|
71 |
+
"new urbanism",
|
72 |
+
"organic",
|
73 |
+
"postmodernism",
|
74 |
+
"prairie school",
|
75 |
+
"pre-romanesque",
|
76 |
+
"pueblo revival",
|
77 |
+
"renaissance",
|
78 |
+
"renaissance revival",
|
79 |
+
"richardsonian romanesque",
|
80 |
+
"rococo",
|
81 |
+
"rococo revival",
|
82 |
+
"romanesque",
|
83 |
+
"russian byzantine revival",
|
84 |
+
"second empire",
|
85 |
+
"sgraffito",
|
86 |
+
"shingle style",
|
87 |
+
"spanish colonial",
|
88 |
+
"streamline moderne",
|
89 |
+
"swiss chalet",
|
90 |
+
"traditional chinese",
|
91 |
+
"tudor revival",
|
92 |
+
"tudorbethan",
|
93 |
+
"usonian",
|
94 |
+
"victorian",
|
95 |
+
"vienna secession",
|
96 |
+
"viking revival",
|
97 |
+
"washington school",
|
98 |
+
"western rustic",
|
99 |
+
"wiener werkstätte",
|
100 |
+
"wrightian",
|
101 |
+
"yacht style",
|
102 |
+
"zen",
|
103 |
+
"ziggurat",
|
104 |
+
"zopfstil"
|
105 |
+
],
|
106 |
+
"attributes": {
|
107 |
+
"american foursquare": [
|
108 |
+
"square",
|
109 |
+
"symmetrical",
|
110 |
+
"plain",
|
111 |
+
"simple",
|
112 |
+
"practical",
|
113 |
+
"functional"
|
114 |
+
],
|
115 |
+
"ancient egyptian": [
|
116 |
+
"massive",
|
117 |
+
"symmetrical",
|
118 |
+
"monumental",
|
119 |
+
"decorative",
|
120 |
+
"hieroglyphs",
|
121 |
+
"sunken reliefs"
|
122 |
+
],
|
123 |
+
"art brut": [
|
124 |
+
"raw",
|
125 |
+
"unrefined",
|
126 |
+
"brutalist",
|
127 |
+
"found materials",
|
128 |
+
"honest",
|
129 |
+
"unpretentious"
|
130 |
+
],
|
131 |
+
"art deco": [
|
132 |
+
"glamorous",
|
133 |
+
"modern",
|
134 |
+
"geometric",
|
135 |
+
"streamlined",
|
136 |
+
"decorative",
|
137 |
+
"colorful"
|
138 |
+
],
|
139 |
+
"art nouveau": [
|
140 |
+
"organic",
|
141 |
+
"flowing",
|
142 |
+
"intricate",
|
143 |
+
"curvilinear",
|
144 |
+
"ornate",
|
145 |
+
"floral"
|
146 |
+
],
|
147 |
+
"baroque": [
|
148 |
+
"ornate",
|
149 |
+
"grandeur",
|
150 |
+
"theatrical",
|
151 |
+
"dramatic",
|
152 |
+
"sculptural",
|
153 |
+
"extravagant"
|
154 |
+
],
|
155 |
+
"bauhaus": [
|
156 |
+
"functional",
|
157 |
+
"minimal",
|
158 |
+
"industrial",
|
159 |
+
"geometric",
|
160 |
+
"monochromatic",
|
161 |
+
"abstract"
|
162 |
+
],
|
163 |
+
"bay-and-gable": [
|
164 |
+
"wood",
|
165 |
+
"ornate",
|
166 |
+
"victorian",
|
167 |
+
"picturesque",
|
168 |
+
"asymmetrical",
|
169 |
+
"cozy"
|
170 |
+
],
|
171 |
+
"beaux arts classicism": [
|
172 |
+
"grand",
|
173 |
+
"ornate",
|
174 |
+
"sculptural",
|
175 |
+
"classical",
|
176 |
+
"monumental",
|
177 |
+
"historicist"
|
178 |
+
],
|
179 |
+
"beaux-arts": [
|
180 |
+
"classical",
|
181 |
+
"grand",
|
182 |
+
"elaborate",
|
183 |
+
"sculptural",
|
184 |
+
"ornate",
|
185 |
+
"monumental"
|
186 |
+
],
|
187 |
+
"brutalism": [
|
188 |
+
"raw",
|
189 |
+
"monolithic",
|
190 |
+
"rough",
|
191 |
+
"concrete",
|
192 |
+
"utilitarian",
|
193 |
+
"minimalistic"
|
194 |
+
],
|
195 |
+
"châteauesque": [
|
196 |
+
"ornate",
|
197 |
+
"grand",
|
198 |
+
"picturesque",
|
199 |
+
"castle-like",
|
200 |
+
"turrets",
|
201 |
+
"opulent"
|
202 |
+
],
|
203 |
+
"chinoiserie revival": [
|
204 |
+
"ornate",
|
205 |
+
"decorative",
|
206 |
+
"exotic",
|
207 |
+
"colorful",
|
208 |
+
"whimsical",
|
209 |
+
"fanciful"
|
210 |
+
],
|
211 |
+
"churrigueresque": [
|
212 |
+
"decorative",
|
213 |
+
"ornate",
|
214 |
+
"exaggerated",
|
215 |
+
"sculptural",
|
216 |
+
"baroque",
|
217 |
+
"theatrical"
|
218 |
+
],
|
219 |
+
"churrigueresque baroque revival": [
|
220 |
+
"ornate",
|
221 |
+
"exaggerated",
|
222 |
+
"sculptural",
|
223 |
+
"dramatic",
|
224 |
+
"theatrical",
|
225 |
+
"baroque"
|
226 |
+
],
|
227 |
+
"classicism": [
|
228 |
+
"symmetrical",
|
229 |
+
"elegant",
|
230 |
+
"refined",
|
231 |
+
"classical",
|
232 |
+
"harmonious",
|
233 |
+
"balanced"
|
234 |
+
],
|
235 |
+
"collegiate gothic": [
|
236 |
+
"ornate",
|
237 |
+
"elaborate",
|
238 |
+
"gothic",
|
239 |
+
"academic",
|
240 |
+
"ivy-clad",
|
241 |
+
"picturesque"
|
242 |
+
],
|
243 |
+
"colonial": [
|
244 |
+
"symmetrical",
|
245 |
+
"simple",
|
246 |
+
"practical",
|
247 |
+
"traditional",
|
248 |
+
"conservative"
|
249 |
+
],
|
250 |
+
"constructivist": [
|
251 |
+
"geometric",
|
252 |
+
"abstract",
|
253 |
+
"avant-garde",
|
254 |
+
"innovative",
|
255 |
+
"bold",
|
256 |
+
"dynamic"
|
257 |
+
],
|
258 |
+
"deconstructivism": [
|
259 |
+
"fragmented",
|
260 |
+
"unstable",
|
261 |
+
"disorienting",
|
262 |
+
"abstract",
|
263 |
+
"chaotic",
|
264 |
+
"challenging"
|
265 |
+
],
|
266 |
+
"desert modernism": [
|
267 |
+
"organic",
|
268 |
+
"sleek",
|
269 |
+
"minimalist",
|
270 |
+
"low-slung",
|
271 |
+
"rugged",
|
272 |
+
"modern"
|
273 |
+
],
|
274 |
+
"dutch colonial": [
|
275 |
+
"gambrel roof",
|
276 |
+
"wood shingles",
|
277 |
+
"symmetrical",
|
278 |
+
"traditional",
|
279 |
+
"cozy",
|
280 |
+
"charming"
|
281 |
+
],
|
282 |
+
"early christian": [
|
283 |
+
"simple",
|
284 |
+
"austere",
|
285 |
+
"rounded arches",
|
286 |
+
"historical",
|
287 |
+
"ancient",
|
288 |
+
"symbolic"
|
289 |
+
],
|
290 |
+
"eclectic": [
|
291 |
+
"mixed",
|
292 |
+
"varied",
|
293 |
+
"diverse",
|
294 |
+
"nonconformist",
|
295 |
+
"unconventional",
|
296 |
+
"whimsical"
|
297 |
+
],
|
298 |
+
"egyptian revival": [
|
299 |
+
"massive",
|
300 |
+
"symmetrical",
|
301 |
+
"monumental",
|
302 |
+
"hieroglyphs",
|
303 |
+
"exotic",
|
304 |
+
"ancient"
|
305 |
+
],
|
306 |
+
"elizabethan": [
|
307 |
+
"timber framing",
|
308 |
+
"decorative",
|
309 |
+
"ornate",
|
310 |
+
"picturesque",
|
311 |
+
"tudor",
|
312 |
+
"traditional"
|
313 |
+
],
|
314 |
+
"exotic revival": [
|
315 |
+
"ornate",
|
316 |
+
"exotic",
|
317 |
+
"colorful",
|
318 |
+
"fanciful",
|
319 |
+
"historicist",
|
320 |
+
"eclectic"
|
321 |
+
],
|
322 |
+
"expressionism": [
|
323 |
+
"emotive",
|
324 |
+
"distorted",
|
325 |
+
"unconventional",
|
326 |
+
"organic",
|
327 |
+
"abstract",
|
328 |
+
"surreal"
|
329 |
+
],
|
330 |
+
"farmhouse": [
|
331 |
+
"simple",
|
332 |
+
"functional",
|
333 |
+
"unpretentious",
|
334 |
+
"rural",
|
335 |
+
"traditional",
|
336 |
+
"charming"
|
337 |
+
],
|
338 |
+
"fascist": [
|
339 |
+
"symmetrical",
|
340 |
+
"grand",
|
341 |
+
"monumental",
|
342 |
+
"historicist",
|
343 |
+
"authoritarian",
|
344 |
+
"austere"
|
345 |
+
],
|
346 |
+
"fascist modernism": [
|
347 |
+
"symmetrical",
|
348 |
+
"grand",
|
349 |
+
"monumental",
|
350 |
+
"historicist",
|
351 |
+
"authoritarian",
|
352 |
+
"austere"
|
353 |
+
],
|
354 |
+
"federal": [
|
355 |
+
"symmetrical",
|
356 |
+
"elegant",
|
357 |
+
"georgian",
|
358 |
+
"refined",
|
359 |
+
"balanced",
|
360 |
+
"historical"
|
361 |
+
],
|
362 |
+
"federal revival": [
|
363 |
+
"symmetrical",
|
364 |
+
"elegant",
|
365 |
+
"refined",
|
366 |
+
"balanced",
|
367 |
+
"historical",
|
368 |
+
"colonial"
|
369 |
+
],
|
370 |
+
"french provincial": [
|
371 |
+
"ornate",
|
372 |
+
"elegant",
|
373 |
+
"traditional",
|
374 |
+
"charming",
|
375 |
+
"rural",
|
376 |
+
"symmetrical"
|
377 |
+
],
|
378 |
+
"functionalism": [
|
379 |
+
"rational",
|
380 |
+
"minimal",
|
381 |
+
"functional",
|
382 |
+
"geometric",
|
383 |
+
"practical",
|
384 |
+
"simple"
|
385 |
+
],
|
386 |
+
"futurist": [
|
387 |
+
"dynamic",
|
388 |
+
"abstract",
|
389 |
+
"innovative",
|
390 |
+
"geometric",
|
391 |
+
"bold",
|
392 |
+
"visionary"
|
393 |
+
],
|
394 |
+
"georgian revival": [
|
395 |
+
"symmetrical",
|
396 |
+
"elegant",
|
397 |
+
"classical",
|
398 |
+
"refined",
|
399 |
+
"balanced",
|
400 |
+
"historic"
|
401 |
+
],
|
402 |
+
"gothic": [
|
403 |
+
"pointed arches",
|
404 |
+
"verticality",
|
405 |
+
"ornate",
|
406 |
+
"sculptural",
|
407 |
+
"dramatic",
|
408 |
+
"spires"
|
409 |
+
],
|
410 |
+
"gothic revival": [
|
411 |
+
"ornate",
|
412 |
+
"pointed arches",
|
413 |
+
"verticality",
|
414 |
+
"historical",
|
415 |
+
"dramatic",
|
416 |
+
"sculptural"
|
417 |
+
],
|
418 |
+
"greek revival": [
|
419 |
+
"symmetrical",
|
420 |
+
"classical",
|
421 |
+
"columned",
|
422 |
+
"elegant",
|
423 |
+
"refined",
|
424 |
+
"historic"
|
425 |
+
],
|
426 |
+
"international brutalism": [
|
427 |
+
"raw",
|
428 |
+
"concrete",
|
429 |
+
"functional",
|
430 |
+
"monolithic",
|
431 |
+
"unadorned",
|
432 |
+
"brutalist"
|
433 |
+
],
|
434 |
+
"international gothic": [
|
435 |
+
"elegant",
|
436 |
+
"ornate",
|
437 |
+
"pointed arches",
|
438 |
+
"verticality",
|
439 |
+
"historical",
|
440 |
+
"sculptural"
|
441 |
+
],
|
442 |
+
"international gothic revival": [
|
443 |
+
"ornate",
|
444 |
+
"elegant",
|
445 |
+
"pointed arches",
|
446 |
+
"historical",
|
447 |
+
"sculptural",
|
448 |
+
"decorative"
|
449 |
+
],
|
450 |
+
"international style": [
|
451 |
+
"minimal",
|
452 |
+
"functional",
|
453 |
+
"geometric",
|
454 |
+
"unadorned",
|
455 |
+
"modern",
|
456 |
+
"abstract"
|
457 |
+
],
|
458 |
+
"international style modernism": [
|
459 |
+
"minimal",
|
460 |
+
"functional",
|
461 |
+
"geometric",
|
462 |
+
"unadorned",
|
463 |
+
"modern",
|
464 |
+
"abstract"
|
465 |
+
],
|
466 |
+
"italianate": [
|
467 |
+
"ornate",
|
468 |
+
"elegant",
|
469 |
+
"columned",
|
470 |
+
"picturesque",
|
471 |
+
"historic",
|
472 |
+
"classical"
|
473 |
+
],
|
474 |
+
"japanese": [
|
475 |
+
"minimalist",
|
476 |
+
"organic",
|
477 |
+
"simple",
|
478 |
+
"natural",
|
479 |
+
"elegant",
|
480 |
+
"serene"
|
481 |
+
],
|
482 |
+
"late gothic revival": [
|
483 |
+
"ornate",
|
484 |
+
"dramatic",
|
485 |
+
"pointed arches",
|
486 |
+
"historical",
|
487 |
+
"sculptural",
|
488 |
+
"elaborate"
|
489 |
+
],
|
490 |
+
"late modernism": [
|
491 |
+
"functional",
|
492 |
+
"minimal",
|
493 |
+
"geometric",
|
494 |
+
"abstract",
|
495 |
+
"unadorned",
|
496 |
+
"simple"
|
497 |
+
],
|
498 |
+
"late renaissance": [
|
499 |
+
"ornate",
|
500 |
+
"classical",
|
501 |
+
"refined",
|
502 |
+
"elegant",
|
503 |
+
"decorative",
|
504 |
+
"historical"
|
505 |
+
],
|
506 |
+
"late victorian": [
|
507 |
+
"ornate",
|
508 |
+
"elaborate",
|
509 |
+
"colorful",
|
510 |
+
"decorative",
|
511 |
+
"historical",
|
512 |
+
"picturesque"
|
513 |
+
],
|
514 |
+
"mayan revival": [
|
515 |
+
"monumental",
|
516 |
+
"ornate",
|
517 |
+
"sculptural",
|
518 |
+
"exotic",
|
519 |
+
"historical",
|
520 |
+
"decorative"
|
521 |
+
],
|
522 |
+
"mediterranean revival": [
|
523 |
+
"warm",
|
524 |
+
"colorful",
|
525 |
+
"ornate",
|
526 |
+
"picturesque",
|
527 |
+
"earthy",
|
528 |
+
"charming"
|
529 |
+
],
|
530 |
+
"metabolist": [
|
531 |
+
"modular",
|
532 |
+
"flexible",
|
533 |
+
"dynamic",
|
534 |
+
"innovative",
|
535 |
+
"futuristic",
|
536 |
+
"adaptive"
|
537 |
+
],
|
538 |
+
"mission": [
|
539 |
+
"simple",
|
540 |
+
"rustic",
|
541 |
+
"functional",
|
542 |
+
"earthy",
|
543 |
+
"historical",
|
544 |
+
"textured"
|
545 |
+
],
|
546 |
+
"mission moderne": [
|
547 |
+
"simple",
|
548 |
+
"rustic",
|
549 |
+
"functional",
|
550 |
+
"earthy",
|
551 |
+
"modern",
|
552 |
+
"textured"
|
553 |
+
],
|
554 |
+
"mission revival": [
|
555 |
+
"simple",
|
556 |
+
"rustic",
|
557 |
+
"earthy",
|
558 |
+
"textured",
|
559 |
+
"historical",
|
560 |
+
"functional"
|
561 |
+
],
|
562 |
+
"modernism": [
|
563 |
+
"minimal",
|
564 |
+
"functional",
|
565 |
+
"geometric",
|
566 |
+
"abstract",
|
567 |
+
"unadorned",
|
568 |
+
"innovative"
|
569 |
+
],
|
570 |
+
"moorish revival": [
|
571 |
+
"ornate",
|
572 |
+
"exotic",
|
573 |
+
"colorful",
|
574 |
+
"intricate",
|
575 |
+
"historical",
|
576 |
+
"decorative"
|
577 |
+
],
|
578 |
+
"nautical": [
|
579 |
+
"functional",
|
580 |
+
"simple",
|
581 |
+
"unadorned",
|
582 |
+
"marine",
|
583 |
+
"rugged",
|
584 |
+
"practical"
|
585 |
+
],
|
586 |
+
"neo-baroque": [
|
587 |
+
"ornate",
|
588 |
+
"dramatic",
|
589 |
+
"sculptural",
|
590 |
+
"grand",
|
591 |
+
"historic",
|
592 |
+
"elaborate"
|
593 |
+
],
|
594 |
+
"neo-classical revival": [
|
595 |
+
"classical",
|
596 |
+
"symmetrical",
|
597 |
+
"elegant",
|
598 |
+
"refined",
|
599 |
+
"historical",
|
600 |
+
"balanced"
|
601 |
+
],
|
602 |
+
"neoclassical": [
|
603 |
+
"elegant",
|
604 |
+
"symmetrical",
|
605 |
+
"refined",
|
606 |
+
"classical",
|
607 |
+
"balanced",
|
608 |
+
"grand"
|
609 |
+
],
|
610 |
+
"neomodern": [
|
611 |
+
"minimal",
|
612 |
+
"functional",
|
613 |
+
"geometric",
|
614 |
+
"innovative",
|
615 |
+
"modern",
|
616 |
+
"abstract"
|
617 |
+
],
|
618 |
+
"new classical": [
|
619 |
+
"classical",
|
620 |
+
"elegant",
|
621 |
+
"refined",
|
622 |
+
"symmetrical",
|
623 |
+
"historic",
|
624 |
+
"balanced"
|
625 |
+
],
|
626 |
+
"new urbanism": [
|
627 |
+
"walkable",
|
628 |
+
"mixed-use",
|
629 |
+
"traditional",
|
630 |
+
"community-focused",
|
631 |
+
"sustainable",
|
632 |
+
"pedestrian-friendly"
|
633 |
+
],
|
634 |
+
"organic": [
|
635 |
+
"natural",
|
636 |
+
"flowing",
|
637 |
+
"harmonious",
|
638 |
+
"adaptive",
|
639 |
+
"textured",
|
640 |
+
"earthy"
|
641 |
+
],
|
642 |
+
"postmodernism": [
|
643 |
+
"eclectic",
|
644 |
+
"playful",
|
645 |
+
"ironic",
|
646 |
+
"historical references",
|
647 |
+
"colorful",
|
648 |
+
"innovative"
|
649 |
+
],
|
650 |
+
"prairie school": [
|
651 |
+
"horizontal",
|
652 |
+
"organic",
|
653 |
+
"simple",
|
654 |
+
"integrated with nature",
|
655 |
+
"functional",
|
656 |
+
"innovative"
|
657 |
+
],
|
658 |
+
"pre-romanesque": [
|
659 |
+
"simple",
|
660 |
+
"early",
|
661 |
+
"historical",
|
662 |
+
"austere",
|
663 |
+
"functional",
|
664 |
+
"ancient"
|
665 |
+
],
|
666 |
+
"pueblo revival": [
|
667 |
+
"earthy",
|
668 |
+
"textured",
|
669 |
+
"rustic",
|
670 |
+
"native",
|
671 |
+
"simple",
|
672 |
+
"natural"
|
673 |
+
],
|
674 |
+
"renaissance": [
|
675 |
+
"classical",
|
676 |
+
"refined",
|
677 |
+
"elegant",
|
678 |
+
"symmetrical",
|
679 |
+
"ornate",
|
680 |
+
"historical"
|
681 |
+
],
|
682 |
+
"renaissance revival": [
|
683 |
+
"classical",
|
684 |
+
"ornate",
|
685 |
+
"elegant",
|
686 |
+
"symmetrical",
|
687 |
+
"historical",
|
688 |
+
"refined"
|
689 |
+
],
|
690 |
+
"richardsonian romanesque": [
|
691 |
+
"massive",
|
692 |
+
"monumental",
|
693 |
+
"ornate",
|
694 |
+
"sculptural",
|
695 |
+
"rustic",
|
696 |
+
"grand"
|
697 |
+
],
|
698 |
+
"rococo": [
|
699 |
+
"ornate",
|
700 |
+
"elaborate",
|
701 |
+
"decorative",
|
702 |
+
"graceful",
|
703 |
+
"playful",
|
704 |
+
"light"
|
705 |
+
],
|
706 |
+
"rococo revival": [
|
707 |
+
"ornate",
|
708 |
+
"decorative",
|
709 |
+
"elaborate",
|
710 |
+
"graceful",
|
711 |
+
"historical",
|
712 |
+
"playful"
|
713 |
+
],
|
714 |
+
"romanesque": [
|
715 |
+
"massive",
|
716 |
+
"rounded arches",
|
717 |
+
"heavy",
|
718 |
+
"monumental",
|
719 |
+
"sculptural",
|
720 |
+
"solid"
|
721 |
+
],
|
722 |
+
"russian byzantine revival": [
|
723 |
+
"ornate",
|
724 |
+
"colorful",
|
725 |
+
"historical",
|
726 |
+
"sculptural",
|
727 |
+
"grand",
|
728 |
+
"exotic"
|
729 |
+
],
|
730 |
+
"second empire": [
|
731 |
+
"mansard roof",
|
732 |
+
"ornate",
|
733 |
+
"grand",
|
734 |
+
"historical",
|
735 |
+
"symmetrical",
|
736 |
+
"picturesque"
|
737 |
+
],
|
738 |
+
"sgraffito": [
|
739 |
+
"decorative",
|
740 |
+
"textured",
|
741 |
+
"ornate",
|
742 |
+
"patterned",
|
743 |
+
"historical",
|
744 |
+
"artistic"
|
745 |
+
],
|
746 |
+
"shingle style": [
|
747 |
+
"rustic",
|
748 |
+
"textured",
|
749 |
+
"informal",
|
750 |
+
"natural",
|
751 |
+
"wooden",
|
752 |
+
"cozy"
|
753 |
+
],
|
754 |
+
"spanish colonial": [
|
755 |
+
"earthy",
|
756 |
+
"textured",
|
757 |
+
"rustic",
|
758 |
+
"simple",
|
759 |
+
"warm",
|
760 |
+
"traditional"
|
761 |
+
],
|
762 |
+
"streamline moderne": [
|
763 |
+
"streamlined",
|
764 |
+
"sleek",
|
765 |
+
"functional",
|
766 |
+
"modern",
|
767 |
+
"dynamic",
|
768 |
+
"simple"
|
769 |
+
],
|
770 |
+
"swiss chalet": [
|
771 |
+
"wooden",
|
772 |
+
"ornate",
|
773 |
+
"rustic",
|
774 |
+
"cozy",
|
775 |
+
"traditional",
|
776 |
+
"picturesque"
|
777 |
+
],
|
778 |
+
"traditional chinese": [
|
779 |
+
"elegant",
|
780 |
+
"symmetrical",
|
781 |
+
"ornate",
|
782 |
+
"colorful",
|
783 |
+
"decorative",
|
784 |
+
"historical"
|
785 |
+
],
|
786 |
+
"tudor revival": [
|
787 |
+
"timber framing",
|
788 |
+
"ornate",
|
789 |
+
"traditional",
|
790 |
+
"picturesque",
|
791 |
+
"historical",
|
792 |
+
"charming"
|
793 |
+
],
|
794 |
+
"tudorbethan": [
|
795 |
+
"timber framing",
|
796 |
+
"ornate",
|
797 |
+
"traditional",
|
798 |
+
"picturesque",
|
799 |
+
"historical",
|
800 |
+
"elegant"
|
801 |
+
],
|
802 |
+
"usonian": [
|
803 |
+
"simple",
|
804 |
+
"functional",
|
805 |
+
"organic",
|
806 |
+
"integrated with nature",
|
807 |
+
"modern",
|
808 |
+
"innovative"
|
809 |
+
],
|
810 |
+
"victorian": [
|
811 |
+
"ornate",
|
812 |
+
"colorful",
|
813 |
+
"elaborate",
|
814 |
+
"historical",
|
815 |
+
"picturesque",
|
816 |
+
"eclectic"
|
817 |
+
]
|
818 |
+
},
|
819 |
+
"historical_styles": {
|
820 |
+
"neoclassical": [
|
821 |
+
"elegant",
|
822 |
+
"symmetrical",
|
823 |
+
"refined",
|
824 |
+
"classical",
|
825 |
+
"balanced",
|
826 |
+
"grand"
|
827 |
+
],
|
828 |
+
"renaissance": [
|
829 |
+
"classical",
|
830 |
+
"refined",
|
831 |
+
"elegant",
|
832 |
+
"symmetrical",
|
833 |
+
"ornate",
|
834 |
+
"historical"
|
835 |
+
],
|
836 |
+
"baroque": [
|
837 |
+
"dramatic",
|
838 |
+
"ornate",
|
839 |
+
"grand",
|
840 |
+
"sculptural",
|
841 |
+
"elaborate",
|
842 |
+
"dynamic"
|
843 |
+
],
|
844 |
+
"rococo": [
|
845 |
+
"ornate",
|
846 |
+
"elaborate",
|
847 |
+
"decorative",
|
848 |
+
"graceful",
|
849 |
+
"playful",
|
850 |
+
"light"
|
851 |
+
],
|
852 |
+
"gothic": [
|
853 |
+
"pointed arches",
|
854 |
+
"verticality",
|
855 |
+
"ornate",
|
856 |
+
"sculptural",
|
857 |
+
"dramatic",
|
858 |
+
"spires"
|
859 |
+
],
|
860 |
+
"romanesque": [
|
861 |
+
"massive",
|
862 |
+
"rounded arches",
|
863 |
+
"heavy",
|
864 |
+
"monumental",
|
865 |
+
"sculptural",
|
866 |
+
"solid"
|
867 |
+
]
|
868 |
+
},
|
869 |
+
"contemporary_styles": {
|
870 |
+
"modernism": [
|
871 |
+
"minimal",
|
872 |
+
"functional",
|
873 |
+
"geometric",
|
874 |
+
"abstract",
|
875 |
+
"unadorned",
|
876 |
+
"innovative"
|
877 |
+
],
|
878 |
+
"postmodernism": [
|
879 |
+
"eclectic",
|
880 |
+
"playful",
|
881 |
+
"ironic",
|
882 |
+
"historical references",
|
883 |
+
"colorful",
|
884 |
+
"innovative"
|
885 |
+
],
|
886 |
+
"late modernism": [
|
887 |
+
"functional",
|
888 |
+
"minimal",
|
889 |
+
"geometric",
|
890 |
+
"abstract",
|
891 |
+
"unadorned",
|
892 |
+
"simple"
|
893 |
+
],
|
894 |
+
"neomodern": [
|
895 |
+
"minimal",
|
896 |
+
"functional",
|
897 |
+
"geometric",
|
898 |
+
"innovative",
|
899 |
+
"modern",
|
900 |
+
"abstract"
|
901 |
+
],
|
902 |
+
"metabolist": [
|
903 |
+
"modular",
|
904 |
+
"flexible",
|
905 |
+
"dynamic",
|
906 |
+
"innovative",
|
907 |
+
"futuristic",
|
908 |
+
"adaptive"
|
909 |
+
]
|
910 |
+
}
|
911 |
+
}
|
data/next/architecture/exotic.json
ADDED
@@ -0,0 +1,236 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "House type",
|
3 |
+
"separator": ",",
|
4 |
+
"endprompt": ",",
|
5 |
+
"items": [
|
6 |
+
"Crystal House",
|
7 |
+
"Desert House",
|
8 |
+
"Garden House",
|
9 |
+
"Geodesic Dome",
|
10 |
+
"Glass House",
|
11 |
+
"High-Tech House",
|
12 |
+
"Home in the Clouds",
|
13 |
+
"Ice House",
|
14 |
+
"Infinity House",
|
15 |
+
"Lunar Home",
|
16 |
+
"Mountain House",
|
17 |
+
"Ocean House",
|
18 |
+
"Smart House",
|
19 |
+
"Solar House",
|
20 |
+
"Space Station House",
|
21 |
+
"Tree House",
|
22 |
+
"Underwater House",
|
23 |
+
"Virtual Reality House"
|
24 |
+
],
|
25 |
+
"attributes": {
|
26 |
+
"Crystal House": [
|
27 |
+
"transparent",
|
28 |
+
"minimalist",
|
29 |
+
"light-filled",
|
30 |
+
"innovative",
|
31 |
+
"sustainable",
|
32 |
+
"dynamic",
|
33 |
+
"efficient",
|
34 |
+
"ethereal",
|
35 |
+
"modern"
|
36 |
+
],
|
37 |
+
"Desert House": [
|
38 |
+
"sustainable",
|
39 |
+
"minimalist",
|
40 |
+
"organic",
|
41 |
+
"light-filled",
|
42 |
+
"dynamic",
|
43 |
+
"efficient",
|
44 |
+
"autonomous",
|
45 |
+
"connected",
|
46 |
+
"harmonious",
|
47 |
+
"innovative"
|
48 |
+
],
|
49 |
+
"Garden House": [
|
50 |
+
"sustainable",
|
51 |
+
"organic",
|
52 |
+
"natural",
|
53 |
+
"harmonious",
|
54 |
+
"light-filled",
|
55 |
+
"minimalist",
|
56 |
+
"innovative",
|
57 |
+
"connected",
|
58 |
+
"self-sufficient",
|
59 |
+
"efficient"
|
60 |
+
],
|
61 |
+
"Geodesic Dome": [
|
62 |
+
"organic",
|
63 |
+
"futuristic",
|
64 |
+
"minimalist",
|
65 |
+
"innovative",
|
66 |
+
"sustainable",
|
67 |
+
"self-sufficient",
|
68 |
+
"harmonious",
|
69 |
+
"connected",
|
70 |
+
"efficient",
|
71 |
+
"circular"
|
72 |
+
],
|
73 |
+
"Glass House": [
|
74 |
+
"transparent",
|
75 |
+
"minimalist",
|
76 |
+
"light-filled",
|
77 |
+
"modern",
|
78 |
+
"open-plan",
|
79 |
+
"connected",
|
80 |
+
"sustainable",
|
81 |
+
"dynamic",
|
82 |
+
"smart",
|
83 |
+
"future-ready"
|
84 |
+
],
|
85 |
+
"High-Tech House": [
|
86 |
+
"innovative",
|
87 |
+
"futuristic",
|
88 |
+
"dynamic",
|
89 |
+
"minimalist",
|
90 |
+
"sustainable",
|
91 |
+
"connected",
|
92 |
+
"autonomous",
|
93 |
+
"efficient",
|
94 |
+
"transparent",
|
95 |
+
"smart"
|
96 |
+
],
|
97 |
+
"Home in the Clouds": [
|
98 |
+
"futuristic",
|
99 |
+
"floating",
|
100 |
+
"transparent",
|
101 |
+
"organic",
|
102 |
+
"ethereal",
|
103 |
+
"minimalist",
|
104 |
+
"dynamic",
|
105 |
+
"light-filled",
|
106 |
+
"sustainable",
|
107 |
+
"autonomous"
|
108 |
+
],
|
109 |
+
"Ice House": [
|
110 |
+
"sustainable",
|
111 |
+
"efficient",
|
112 |
+
"innovative",
|
113 |
+
"autonomous",
|
114 |
+
"light-filled",
|
115 |
+
"modern",
|
116 |
+
"dynamic",
|
117 |
+
"connected",
|
118 |
+
"minimalist"
|
119 |
+
],
|
120 |
+
"Infinity House": [
|
121 |
+
"modern",
|
122 |
+
"futuristic",
|
123 |
+
"light-filled",
|
124 |
+
"minimalist",
|
125 |
+
"harmonious",
|
126 |
+
"dynamic",
|
127 |
+
"sustainable",
|
128 |
+
"innovative",
|
129 |
+
"connected",
|
130 |
+
"ethereal"
|
131 |
+
],
|
132 |
+
"Lunar Home": [
|
133 |
+
"lunar-inspired",
|
134 |
+
"angular",
|
135 |
+
"reflective",
|
136 |
+
"space-age",
|
137 |
+
"futuristic",
|
138 |
+
"minimalist",
|
139 |
+
"monolithic",
|
140 |
+
"sustainable",
|
141 |
+
"autonomous",
|
142 |
+
"innovative"
|
143 |
+
],
|
144 |
+
"Mountain House": [
|
145 |
+
"harmonious",
|
146 |
+
"sustainable",
|
147 |
+
"light-filled",
|
148 |
+
"minimalist",
|
149 |
+
"organic",
|
150 |
+
"dynamic",
|
151 |
+
"innovative",
|
152 |
+
"connected",
|
153 |
+
"autonomous",
|
154 |
+
"efficient"
|
155 |
+
],
|
156 |
+
"Ocean House": [
|
157 |
+
"waterfront",
|
158 |
+
"sustainable",
|
159 |
+
"minimalist",
|
160 |
+
"innovative",
|
161 |
+
"autonomous",
|
162 |
+
"light-filled",
|
163 |
+
"dynamic",
|
164 |
+
"efficient",
|
165 |
+
"connected",
|
166 |
+
"modern"
|
167 |
+
],
|
168 |
+
"Smart House": [
|
169 |
+
"connected",
|
170 |
+
"innovative",
|
171 |
+
"sustainable",
|
172 |
+
"efficient",
|
173 |
+
"minimalist",
|
174 |
+
"autonomous",
|
175 |
+
"future-ready",
|
176 |
+
"dynamic"
|
177 |
+
],
|
178 |
+
"Solar House": [
|
179 |
+
"sustainable",
|
180 |
+
"efficient",
|
181 |
+
"light-filled",
|
182 |
+
"autonomous",
|
183 |
+
"dynamic",
|
184 |
+
"innovative",
|
185 |
+
"connected",
|
186 |
+
"minimalist",
|
187 |
+
"modern"
|
188 |
+
],
|
189 |
+
"Space Station House": [
|
190 |
+
"futuristic",
|
191 |
+
"space-age",
|
192 |
+
"autonomous",
|
193 |
+
"innovative",
|
194 |
+
"sustainable",
|
195 |
+
"compact",
|
196 |
+
"light-filled",
|
197 |
+
"connected",
|
198 |
+
"dynamic"
|
199 |
+
],
|
200 |
+
"Tree House": [
|
201 |
+
"ethereal",
|
202 |
+
"organic",
|
203 |
+
"natural",
|
204 |
+
"innovative",
|
205 |
+
"dynamic",
|
206 |
+
"vertical",
|
207 |
+
"sustainable",
|
208 |
+
"minimalist",
|
209 |
+
"playful",
|
210 |
+
"harmonious"
|
211 |
+
],
|
212 |
+
"Underwater House": [
|
213 |
+
"futuristic",
|
214 |
+
"ethereal",
|
215 |
+
"sustainable",
|
216 |
+
"innovative",
|
217 |
+
"autonomous",
|
218 |
+
"minimalist",
|
219 |
+
"efficient",
|
220 |
+
"dynamic",
|
221 |
+
"connected"
|
222 |
+
],
|
223 |
+
"Virtual Reality House": [
|
224 |
+
"innovative",
|
225 |
+
"futuristic",
|
226 |
+
"dynamic",
|
227 |
+
"autonomous",
|
228 |
+
"sustainable",
|
229 |
+
"minimalist",
|
230 |
+
"connected",
|
231 |
+
"efficient",
|
232 |
+
"ethereal",
|
233 |
+
"modern"
|
234 |
+
]
|
235 |
+
}
|
236 |
+
}
|
data/next/architecture/extreme_location.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"at the top of a tall building",
|
7 |
+
"between lanes on a highway",
|
8 |
+
"built into a cave",
|
9 |
+
"built into a cliff",
|
10 |
+
"built into a cliff face overlooking a valley",
|
11 |
+
"built into a former quarry",
|
12 |
+
"built into a glacier",
|
13 |
+
"built into a natural cave system",
|
14 |
+
"built into a rocky cave on the beach",
|
15 |
+
"built into a sandstone canyon",
|
16 |
+
"built on a cliff ledge over a waterfall",
|
17 |
+
"built on a floating platform on a river",
|
18 |
+
"built on a hillside overlooking a city",
|
19 |
+
"built on a pier extending into the sea",
|
20 |
+
"built on a rocky outcropping in the sea",
|
21 |
+
"built on a sandbar in a lagoon",
|
22 |
+
"built on a steep hillside in a rainforest",
|
23 |
+
"built on a tiny island in a lake",
|
24 |
+
"built on stilts in a river delta",
|
25 |
+
"built on top of a mesa in the desert",
|
26 |
+
"built on top of a rock spire",
|
27 |
+
"built on top of a rocky island",
|
28 |
+
"built on top of a sand dune in a desert",
|
29 |
+
"carved into a rock face",
|
30 |
+
"floating",
|
31 |
+
"high up in the trees",
|
32 |
+
"in a converted missile silo",
|
33 |
+
"in a geodesic dome in the forest",
|
34 |
+
"in an abandoned mine shaft",
|
35 |
+
"in the treetops of a rainforest",
|
36 |
+
"in the wilderness",
|
37 |
+
"on a cliff face overlooking the sea",
|
38 |
+
"on a narrow strip of land between two steep cliffs",
|
39 |
+
"on a platform above a waterfall",
|
40 |
+
"on a platform over a lake",
|
41 |
+
"on a sand dune in a desert",
|
42 |
+
"on a small island in the middle of a river",
|
43 |
+
"on a tiny island in the middle of the ocean",
|
44 |
+
"on the edge of a volcano",
|
45 |
+
"on the edge of a volcano crater",
|
46 |
+
"on the side of a mountain",
|
47 |
+
"protruding from a high platform",
|
48 |
+
"protruding from a tall building",
|
49 |
+
"suspended from a cliff by cables",
|
50 |
+
"suspended from above"
|
51 |
+
]
|
52 |
+
}
|
data/next/architecture/homes.json
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "building type",
|
5 |
+
"items": [
|
6 |
+
"A-frame",
|
7 |
+
"Adobe home",
|
8 |
+
"Apartment",
|
9 |
+
"Barge",
|
10 |
+
"Barn",
|
11 |
+
"Brownstone",
|
12 |
+
"Bungalow",
|
13 |
+
"Cabin",
|
14 |
+
"Cape Cod",
|
15 |
+
"Carriage house",
|
16 |
+
"Castle",
|
17 |
+
"Cave",
|
18 |
+
"Cave house",
|
19 |
+
"Chalet",
|
20 |
+
"Cob home",
|
21 |
+
"Colonial",
|
22 |
+
"Condominium",
|
23 |
+
"Container home",
|
24 |
+
"Cottage",
|
25 |
+
"Craftsman",
|
26 |
+
"Detached house",
|
27 |
+
"Dome home",
|
28 |
+
"Dormer",
|
29 |
+
"Duplex",
|
30 |
+
"Earth sheltered home",
|
31 |
+
"Earthship",
|
32 |
+
"Farmhouse",
|
33 |
+
"Floating home",
|
34 |
+
"Fourplex",
|
35 |
+
"Garage apartment",
|
36 |
+
"Geodesic dome",
|
37 |
+
"Glass house",
|
38 |
+
"Green roof home",
|
39 |
+
"Guest house",
|
40 |
+
"House",
|
41 |
+
"Houseboat",
|
42 |
+
"Hut",
|
43 |
+
"Igloo",
|
44 |
+
"In-law suite",
|
45 |
+
"Living roof home",
|
46 |
+
"Loft",
|
47 |
+
"Log cabin",
|
48 |
+
"Mansion",
|
49 |
+
"Manufactured home",
|
50 |
+
"Micro home",
|
51 |
+
"Midcentury modern",
|
52 |
+
"Mobile home",
|
53 |
+
"Modular home",
|
54 |
+
"Motorhome",
|
55 |
+
"Multigenerational home",
|
56 |
+
"Nursing home",
|
57 |
+
"Orphanage",
|
58 |
+
"Patio home",
|
59 |
+
"Playhouse",
|
60 |
+
"Prefab home",
|
61 |
+
"Ranch",
|
62 |
+
"Rooming house",
|
63 |
+
"Shared housing",
|
64 |
+
"Shed",
|
65 |
+
"Shipping container home",
|
66 |
+
"Shotgun house",
|
67 |
+
"Single family home",
|
68 |
+
"Skyscraper",
|
69 |
+
"Solar home",
|
70 |
+
"Stone home",
|
71 |
+
"Straw bale home",
|
72 |
+
"Teepee",
|
73 |
+
"Tent",
|
74 |
+
"Thatched roof home",
|
75 |
+
"Tiny home",
|
76 |
+
"Tipi",
|
77 |
+
"Tower",
|
78 |
+
"Townhouse",
|
79 |
+
"Trailer",
|
80 |
+
"Treehouse",
|
81 |
+
"Triplex",
|
82 |
+
"Tudor",
|
83 |
+
"Underwater home",
|
84 |
+
"Victorian",
|
85 |
+
"Villa",
|
86 |
+
"Wigwam",
|
87 |
+
"Yacht",
|
88 |
+
"Yurt"
|
89 |
+
]
|
90 |
+
}
|
data/next/architecture/interior.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"art deco interior",
|
7 |
+
"art deco interior design",
|
8 |
+
"bohemian interior",
|
9 |
+
"bohemian interior design",
|
10 |
+
"coastal interior",
|
11 |
+
"coastal interior design",
|
12 |
+
"contemporary interior",
|
13 |
+
"contemporary interior design",
|
14 |
+
"eclectic interior",
|
15 |
+
"eclectic interior design",
|
16 |
+
"farmhouse interior",
|
17 |
+
"farmhouse interior design",
|
18 |
+
"french country interior",
|
19 |
+
"french country interior design",
|
20 |
+
"hollywood regency interior",
|
21 |
+
"hollywood regency interior design",
|
22 |
+
"industrial interior",
|
23 |
+
"industrial interior design",
|
24 |
+
"mediterranean interior",
|
25 |
+
"mediterranean interior design",
|
26 |
+
"mid-century modern",
|
27 |
+
"mid-century modern interior",
|
28 |
+
"mid-century modern interior design",
|
29 |
+
"minimalist interior",
|
30 |
+
"minimalist interior design",
|
31 |
+
"modern interior",
|
32 |
+
"modern interior design",
|
33 |
+
"rustic interior",
|
34 |
+
"rustic interior design",
|
35 |
+
"scandinavian interior",
|
36 |
+
"scandinavian interior design",
|
37 |
+
"traditional interior",
|
38 |
+
"traditional interior design",
|
39 |
+
"transitional interior",
|
40 |
+
"transitional interior design"
|
41 |
+
]
|
42 |
+
}
|
data/next/architecture/interior_design.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"art deco design",
|
7 |
+
"art deco, geometric shapes",
|
8 |
+
"art nouveau, curved lines",
|
9 |
+
"artisanal craftsmanship, handcrafted decor",
|
10 |
+
"artistic bohemian, mixed patterns",
|
11 |
+
"artistic loft, open floor plan",
|
12 |
+
"artistic wall decor",
|
13 |
+
"black and white color scheme",
|
14 |
+
"bohemian chic, colorful textiles",
|
15 |
+
"boho eclectic, vintage decor",
|
16 |
+
"boho-chic style",
|
17 |
+
"bold color accents",
|
18 |
+
"bold wall color",
|
19 |
+
"botanical prints",
|
20 |
+
"bright color accents",
|
21 |
+
"classic design elements",
|
22 |
+
"coastal beach house, nautical decor",
|
23 |
+
"coastal chic, seashell accents",
|
24 |
+
"coastal contemporary, seafoam accents",
|
25 |
+
"coastal cottage, whitewashed wood",
|
26 |
+
"coastal decor",
|
27 |
+
"colonial revival, classic molding",
|
28 |
+
"contemporary art",
|
29 |
+
"contemporary coastal, ocean views",
|
30 |
+
"contemporary design, abstract art",
|
31 |
+
"cottagecore, floral prints",
|
32 |
+
"earthy color palette",
|
33 |
+
"eclectic decor",
|
34 |
+
"eclectic maximalism, bold colors",
|
35 |
+
"farmhouse design elements",
|
36 |
+
"farmhouse style, shiplap walls",
|
37 |
+
"floral patterns",
|
38 |
+
"french country style",
|
39 |
+
"french country, floral patterns",
|
40 |
+
"futuristic design elements",
|
41 |
+
"geometric patterns",
|
42 |
+
"glamorous finishes",
|
43 |
+
"glamorous hollywood, velvet textures",
|
44 |
+
"global-inspired decor",
|
45 |
+
"gothic revival, dark colors",
|
46 |
+
"gothic style",
|
47 |
+
"graphic wall art",
|
48 |
+
"hollywood regency, mirrored surfaces",
|
49 |
+
"industrial chic, raw materials",
|
50 |
+
"industrial loft, metal accents",
|
51 |
+
"industrial materials",
|
52 |
+
"japanese inspired, tatami mats",
|
53 |
+
"layered textures",
|
54 |
+
"luxe materials",
|
55 |
+
"mediterranean villa, terra cotta tiles",
|
56 |
+
"metallic finishes",
|
57 |
+
"mid-century minimalism, sleek design",
|
58 |
+
"mid-century modern furniture",
|
59 |
+
"mid-century modern, eames chair",
|
60 |
+
"minimalist furniture",
|
61 |
+
"minimalist zen, monochromatic palette",
|
62 |
+
"modern classic, clean lines",
|
63 |
+
"modern farmhouse, barn doors",
|
64 |
+
"modern luxury, marble finishes",
|
65 |
+
"monochromatic color scheme",
|
66 |
+
"moroccan inspired, patterned tiles",
|
67 |
+
"muted color palette",
|
68 |
+
"natural wood elements",
|
69 |
+
"nautical decor",
|
70 |
+
"neutral color palette",
|
71 |
+
"neutral tones with pops of color",
|
72 |
+
"nordic hygge, cozy textures",
|
73 |
+
"outdoor-inspired decor",
|
74 |
+
"parisian apartment, ornate details",
|
75 |
+
"playful design elements",
|
76 |
+
"retro 70s, shag carpet",
|
77 |
+
"retro futuristic, space-age shapes",
|
78 |
+
"retro-inspired decor",
|
79 |
+
"rustic cabin, wooden beams",
|
80 |
+
"rustic finishes",
|
81 |
+
"rustic modern, live edge wood",
|
82 |
+
"scandinavian modern, neutral tones",
|
83 |
+
"scandinavian rustic, cozy cabin feel",
|
84 |
+
"scandinavian-inspired design",
|
85 |
+
"shabby chic, distressed finishes",
|
86 |
+
"sleek, modern design",
|
87 |
+
"southwestern decor",
|
88 |
+
"southwestern desert, cactus accents",
|
89 |
+
"southwestern modern, desert palette",
|
90 |
+
"statement lighting fixtures",
|
91 |
+
"textured wall finish",
|
92 |
+
"traditional colonial, brass accents",
|
93 |
+
"traditional design elements",
|
94 |
+
"traditional elegance, chandelier",
|
95 |
+
"transitional design, versatile decor",
|
96 |
+
"tribal patterns",
|
97 |
+
"tropical paradise, bamboo decor",
|
98 |
+
"urban chic, exposed brick walls",
|
99 |
+
"urban industrial decor",
|
100 |
+
"vibrant color palette",
|
101 |
+
"victorian era, antique furniture",
|
102 |
+
"vintage accents",
|
103 |
+
"warm and cozy decor",
|
104 |
+
"whimsical design elements",
|
105 |
+
"zen minimalism, low furniture"
|
106 |
+
]
|
107 |
+
}
|
data/next/architecture/materials.json
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "materials used",
|
5 |
+
"items": [
|
6 |
+
"acrylic",
|
7 |
+
"adobe",
|
8 |
+
"aggregate",
|
9 |
+
"aluminium",
|
10 |
+
"asphalt",
|
11 |
+
"bamboo",
|
12 |
+
"basalt",
|
13 |
+
"beams",
|
14 |
+
"brick",
|
15 |
+
"bronze",
|
16 |
+
"carbon fiber",
|
17 |
+
"cast iron",
|
18 |
+
"cedar shingles",
|
19 |
+
"cellulose",
|
20 |
+
"ceramic tiles",
|
21 |
+
"compressed earth blocks",
|
22 |
+
"concrete",
|
23 |
+
"cool roof coatings",
|
24 |
+
"copper",
|
25 |
+
"copper alloys",
|
26 |
+
"corian",
|
27 |
+
"corrugated metal",
|
28 |
+
"corten steel",
|
29 |
+
"crystal glass",
|
30 |
+
"curtains",
|
31 |
+
"drywall",
|
32 |
+
"ecocrete",
|
33 |
+
"engineered wood",
|
34 |
+
"etched glass",
|
35 |
+
"fiberglass",
|
36 |
+
"foam concrete",
|
37 |
+
"gabion",
|
38 |
+
"glass",
|
39 |
+
"glass fiber",
|
40 |
+
"glass fiber reinforced plastic (gfrp)",
|
41 |
+
"granite",
|
42 |
+
"grass",
|
43 |
+
"gypsum",
|
44 |
+
"hay bale",
|
45 |
+
"hempcrete",
|
46 |
+
"i-beams",
|
47 |
+
"iron",
|
48 |
+
"kevlar",
|
49 |
+
"laminated glass",
|
50 |
+
"larch",
|
51 |
+
"limestone",
|
52 |
+
"marble",
|
53 |
+
"metal cladding",
|
54 |
+
"mirror glass",
|
55 |
+
"modern composites",
|
56 |
+
"mud brick",
|
57 |
+
"nylon",
|
58 |
+
"oak",
|
59 |
+
"osb (oriented strand board)",
|
60 |
+
"paint",
|
61 |
+
"papercrete",
|
62 |
+
"pavers",
|
63 |
+
"plaster",
|
64 |
+
"plywood",
|
65 |
+
"polished concrete",
|
66 |
+
"polyethylene",
|
67 |
+
"polyurethane foam",
|
68 |
+
"pvc (polyvinyl chloride)",
|
69 |
+
"quartz",
|
70 |
+
"quartzite",
|
71 |
+
"rammed earth",
|
72 |
+
"reclaimed wood",
|
73 |
+
"red cedar",
|
74 |
+
"reinforced concrete",
|
75 |
+
"rusted steel",
|
76 |
+
"sandstone",
|
77 |
+
"slate",
|
78 |
+
"stainless steel",
|
79 |
+
"stone",
|
80 |
+
"structural insulated panels",
|
81 |
+
"stucco",
|
82 |
+
"terra cotta",
|
83 |
+
"textured glass",
|
84 |
+
"timber",
|
85 |
+
"titanium",
|
86 |
+
"travertine",
|
87 |
+
"turf",
|
88 |
+
"uhpc (ultra-high-performance concrete)",
|
89 |
+
"upvc (unplasticized polyvinyl chloride)",
|
90 |
+
"veneer",
|
91 |
+
"vinyl",
|
92 |
+
"volcanic rock",
|
93 |
+
"wattle and daub",
|
94 |
+
"welded wire mesh",
|
95 |
+
"wheatboard",
|
96 |
+
"white oak",
|
97 |
+
"wire mesh",
|
98 |
+
"wood",
|
99 |
+
"wood fiber insulation",
|
100 |
+
"wood shingles",
|
101 |
+
"wood-wool cement board",
|
102 |
+
"wrought iron",
|
103 |
+
"zinc",
|
104 |
+
"zinc-coated steel"
|
105 |
+
]
|
106 |
+
}
|
data/next/architecture/public.json
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"Airport",
|
7 |
+
"Amusement park",
|
8 |
+
"Aquarium",
|
9 |
+
"Art gallery",
|
10 |
+
"Art museum",
|
11 |
+
"Baseball field",
|
12 |
+
"Basketball court",
|
13 |
+
"Beach",
|
14 |
+
"Beach access",
|
15 |
+
"Beach park",
|
16 |
+
"Beach resort",
|
17 |
+
"Beach restaurant",
|
18 |
+
"Biking trail",
|
19 |
+
"Boardwalk",
|
20 |
+
"Boat ramp",
|
21 |
+
"Botanical garden",
|
22 |
+
"Bus station",
|
23 |
+
"Carnival",
|
24 |
+
"Children's museum",
|
25 |
+
"College campus",
|
26 |
+
"Community center",
|
27 |
+
"Community park",
|
28 |
+
"Concert hall",
|
29 |
+
"Driving range",
|
30 |
+
"Farmers market",
|
31 |
+
"Fire station",
|
32 |
+
"Fishing pier",
|
33 |
+
"Food court",
|
34 |
+
"Fountain",
|
35 |
+
"Government building",
|
36 |
+
"Hiking trail",
|
37 |
+
"History museum",
|
38 |
+
"Hospital",
|
39 |
+
"Ice rink",
|
40 |
+
"Library",
|
41 |
+
"Library park",
|
42 |
+
"Lighthouse",
|
43 |
+
"Marina",
|
44 |
+
"Market",
|
45 |
+
"Mini golf course",
|
46 |
+
"Movie theater",
|
47 |
+
"Museum",
|
48 |
+
"Nature reserve",
|
49 |
+
"Nature trail",
|
50 |
+
"Park",
|
51 |
+
"Park and ride lot",
|
52 |
+
"Picnic area",
|
53 |
+
"Pier",
|
54 |
+
"Planetarium",
|
55 |
+
"Police station",
|
56 |
+
"Post office",
|
57 |
+
"Public garden",
|
58 |
+
"Public golf course",
|
59 |
+
"Public pool",
|
60 |
+
"Public swimming pool",
|
61 |
+
"School",
|
62 |
+
"Science center",
|
63 |
+
"Sculpture garden",
|
64 |
+
"Seafront promenade",
|
65 |
+
"Shopping district",
|
66 |
+
"Shopping mall",
|
67 |
+
"Skate park",
|
68 |
+
"Skateboard park",
|
69 |
+
"Soccer field",
|
70 |
+
"Sports field",
|
71 |
+
"Sports stadium",
|
72 |
+
"State fair",
|
73 |
+
"Tennis court",
|
74 |
+
"Town square",
|
75 |
+
"Train station",
|
76 |
+
"Water park",
|
77 |
+
"Wildlife sanctuary",
|
78 |
+
"Zoo",
|
79 |
+
"Zoo park"
|
80 |
+
]
|
81 |
+
}
|
data/next/architecture/rooms.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"Attic",
|
7 |
+
"Basement",
|
8 |
+
"Bathroom",
|
9 |
+
"Bedroom",
|
10 |
+
"Boardroom",
|
11 |
+
"Break room",
|
12 |
+
"Conference room",
|
13 |
+
"Copy room",
|
14 |
+
"Deck",
|
15 |
+
"Den",
|
16 |
+
"Garage",
|
17 |
+
"Guest room",
|
18 |
+
"Home office",
|
19 |
+
"Kitchen",
|
20 |
+
"Laundry room",
|
21 |
+
"Living room",
|
22 |
+
"Mail room",
|
23 |
+
"Media room",
|
24 |
+
"Meeting room",
|
25 |
+
"Mudroom",
|
26 |
+
"Patio",
|
27 |
+
"Playroom",
|
28 |
+
"Pool house",
|
29 |
+
"Porch",
|
30 |
+
"Rec room",
|
31 |
+
"Reception",
|
32 |
+
"Server room",
|
33 |
+
"Shed",
|
34 |
+
"Storage room",
|
35 |
+
"Sunroom",
|
36 |
+
"Training room"
|
37 |
+
]
|
38 |
+
}
|
data/next/architecture/styles.json
ADDED
@@ -0,0 +1,205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "architecture style",
|
5 |
+
"items": [
|
6 |
+
"adam style",
|
7 |
+
"adamesque",
|
8 |
+
"aesthetic movement",
|
9 |
+
"american beaux-arts",
|
10 |
+
"american colonial revival",
|
11 |
+
"american craftsman",
|
12 |
+
"american eclectic",
|
13 |
+
"american foursquare",
|
14 |
+
"american georgian",
|
15 |
+
"american gothic",
|
16 |
+
"american renaissance",
|
17 |
+
"american rustic",
|
18 |
+
"american shingle style",
|
19 |
+
"american stick style",
|
20 |
+
"american tudor revival",
|
21 |
+
"american victorian",
|
22 |
+
"ancient greek",
|
23 |
+
"anglo-saxon",
|
24 |
+
"antebellum",
|
25 |
+
"art brut",
|
26 |
+
"art deco",
|
27 |
+
"art moderne",
|
28 |
+
"art nouveau",
|
29 |
+
"artisan",
|
30 |
+
"artisan romanesque",
|
31 |
+
"arts and crafts",
|
32 |
+
"arts and crafts movement",
|
33 |
+
"arts and crafts revival",
|
34 |
+
"asian",
|
35 |
+
"assyrian",
|
36 |
+
"atrium style",
|
37 |
+
"austrian baroque",
|
38 |
+
"ayyubid",
|
39 |
+
"babylonian",
|
40 |
+
"bagh",
|
41 |
+
"balkan",
|
42 |
+
"barndominium",
|
43 |
+
"baroque",
|
44 |
+
"baroque revival",
|
45 |
+
"bastide",
|
46 |
+
"bauhaus",
|
47 |
+
"beaux-arts",
|
48 |
+
"beaux-arts classicism",
|
49 |
+
"beaux-arts revival",
|
50 |
+
"beaux-arts style",
|
51 |
+
"belle epoque",
|
52 |
+
"biedermeier",
|
53 |
+
"birmingham romanesque",
|
54 |
+
"black-and-white revival",
|
55 |
+
"brutalism",
|
56 |
+
"brutalist modernism",
|
57 |
+
"byzantine",
|
58 |
+
"byzantine revival",
|
59 |
+
"california bungalow",
|
60 |
+
"californian",
|
61 |
+
"cambodian",
|
62 |
+
"canadian",
|
63 |
+
"cape cod",
|
64 |
+
"cape dutch",
|
65 |
+
"carpenter gothic",
|
66 |
+
"catalan gothic",
|
67 |
+
"chateauesque",
|
68 |
+
"chettinad",
|
69 |
+
"chicago school",
|
70 |
+
"chinese",
|
71 |
+
"chinoiserie",
|
72 |
+
"classic revival",
|
73 |
+
"classical",
|
74 |
+
"classical modernism",
|
75 |
+
"classical revival",
|
76 |
+
"classical vernacular",
|
77 |
+
"colonial",
|
78 |
+
"colonial revival",
|
79 |
+
"columbia tusculum",
|
80 |
+
"concrete block modernism",
|
81 |
+
"constructivism",
|
82 |
+
"constructivist",
|
83 |
+
"contemporary",
|
84 |
+
"contemporary modernism",
|
85 |
+
"cottage",
|
86 |
+
"cottage gothic",
|
87 |
+
"country revival",
|
88 |
+
"craftsman",
|
89 |
+
"cretan",
|
90 |
+
"cuban",
|
91 |
+
"cycladic",
|
92 |
+
"czech functionalism",
|
93 |
+
"dada",
|
94 |
+
"de stijl",
|
95 |
+
"deconstructivism",
|
96 |
+
"delft school",
|
97 |
+
"desert modernism",
|
98 |
+
"dutch baroque",
|
99 |
+
"dutch colonial revival",
|
100 |
+
"dutch modernism",
|
101 |
+
"early modernism",
|
102 |
+
"eastlake movement",
|
103 |
+
"eclectic",
|
104 |
+
"edwardian baroque",
|
105 |
+
"edwardian classicism",
|
106 |
+
"egyptian revival",
|
107 |
+
"elizabethan",
|
108 |
+
"empire style",
|
109 |
+
"english baroque",
|
110 |
+
"english baroque revival",
|
111 |
+
"english country",
|
112 |
+
"english gothic",
|
113 |
+
"english tudor",
|
114 |
+
"english vernacular",
|
115 |
+
"etruscan",
|
116 |
+
"exotic revival",
|
117 |
+
"expressionism",
|
118 |
+
"federal",
|
119 |
+
"federal revival",
|
120 |
+
"finnish classicism",
|
121 |
+
"flemish baroque",
|
122 |
+
"flemish renaissance",
|
123 |
+
"florida style",
|
124 |
+
"french art deco",
|
125 |
+
"french baroque",
|
126 |
+
"french baroque revival",
|
127 |
+
"french beaux-arts",
|
128 |
+
"french colonial revival",
|
129 |
+
"french country",
|
130 |
+
"french gothic",
|
131 |
+
"french renaissance",
|
132 |
+
"french renaissance revival",
|
133 |
+
"functionalism",
|
134 |
+
"futurism",
|
135 |
+
"georgian",
|
136 |
+
"georgian colonial",
|
137 |
+
"georgian revival",
|
138 |
+
"german baroque",
|
139 |
+
"german expressionism",
|
140 |
+
"german gothic revival",
|
141 |
+
"german renaissance revival",
|
142 |
+
"glasgow school",
|
143 |
+
"global modernism",
|
144 |
+
"googie",
|
145 |
+
"gothic",
|
146 |
+
"gothic revival",
|
147 |
+
"greek revival",
|
148 |
+
"greek revival revival",
|
149 |
+
"greek vernacular",
|
150 |
+
"green revival",
|
151 |
+
"gulf coast",
|
152 |
+
"gurjara-pratihara",
|
153 |
+
"high-tech",
|
154 |
+
"historicism",
|
155 |
+
"international style",
|
156 |
+
"italian renaissance",
|
157 |
+
"jacobean",
|
158 |
+
"japanese",
|
159 |
+
"jeffersonian",
|
160 |
+
"jugendstil",
|
161 |
+
"low country",
|
162 |
+
"mediterranean",
|
163 |
+
"metabolist",
|
164 |
+
"mid-century modern",
|
165 |
+
"mission revival",
|
166 |
+
"moderne",
|
167 |
+
"modernism",
|
168 |
+
"moorish",
|
169 |
+
"mudejar",
|
170 |
+
"neo-classical",
|
171 |
+
"neo-gothic",
|
172 |
+
"neo-renaissance",
|
173 |
+
"neoclassical revival",
|
174 |
+
"new classical",
|
175 |
+
"new formalism",
|
176 |
+
"norman",
|
177 |
+
"organic",
|
178 |
+
"palladian",
|
179 |
+
"picturesque",
|
180 |
+
"postmodernism",
|
181 |
+
"prairie style",
|
182 |
+
"queen anne",
|
183 |
+
"regency",
|
184 |
+
"renaissance revival",
|
185 |
+
"richardsonian romanesque",
|
186 |
+
"rococo",
|
187 |
+
"romanesque",
|
188 |
+
"romanesque revival",
|
189 |
+
"russian revival",
|
190 |
+
"scandinavian",
|
191 |
+
"second empire",
|
192 |
+
"shingle style",
|
193 |
+
"spanish colonial revival",
|
194 |
+
"spanish eclectic",
|
195 |
+
"stick-eastlake",
|
196 |
+
"streamline moderne",
|
197 |
+
"structural expressionism",
|
198 |
+
"suburban",
|
199 |
+
"swiss chalet",
|
200 |
+
"territorial revival",
|
201 |
+
"victorian",
|
202 |
+
"viennese secession",
|
203 |
+
"west coast modernism"
|
204 |
+
]
|
205 |
+
}
|
data/next/architecture/terms.json
ADDED
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "design terms",
|
5 |
+
"items": [
|
6 |
+
"abstract pattern",
|
7 |
+
"accent lighting",
|
8 |
+
"ambient lighting",
|
9 |
+
"artificial light",
|
10 |
+
"artistic focal point",
|
11 |
+
"asymmetrical balance",
|
12 |
+
"asymmetry",
|
13 |
+
"atmospheric perspective",
|
14 |
+
"balance",
|
15 |
+
"bold focal point",
|
16 |
+
"cast shadow",
|
17 |
+
"color",
|
18 |
+
"color contrast",
|
19 |
+
"color harmony",
|
20 |
+
"colored shadow",
|
21 |
+
"complementary color",
|
22 |
+
"contrast",
|
23 |
+
"cool color",
|
24 |
+
"cozy volume",
|
25 |
+
"curved form",
|
26 |
+
"curved line",
|
27 |
+
"decorative focal point",
|
28 |
+
"decorative void",
|
29 |
+
"design harmony",
|
30 |
+
"diagonal line",
|
31 |
+
"dominant hierarchy",
|
32 |
+
"dominant mass",
|
33 |
+
"empty void",
|
34 |
+
"enclosed space",
|
35 |
+
"fibonacci sequence",
|
36 |
+
"filled void",
|
37 |
+
"flexible space",
|
38 |
+
"floating mass",
|
39 |
+
"floral pattern",
|
40 |
+
"focal hierarchy",
|
41 |
+
"focal point",
|
42 |
+
"form",
|
43 |
+
"formal balance",
|
44 |
+
"functional focal point",
|
45 |
+
"functional hierarchy",
|
46 |
+
"geometric form",
|
47 |
+
"geometric pattern",
|
48 |
+
"golden proportion",
|
49 |
+
"golden ratio",
|
50 |
+
"gradual rhythm",
|
51 |
+
"harmony",
|
52 |
+
"heavy mass",
|
53 |
+
"hierarchy",
|
54 |
+
"horizontal line",
|
55 |
+
"human scale",
|
56 |
+
"informal balance",
|
57 |
+
"interrupted rhythm",
|
58 |
+
"intimate scale",
|
59 |
+
"irregular form",
|
60 |
+
"irregular rhythm",
|
61 |
+
"large scale",
|
62 |
+
"light",
|
63 |
+
"light contrast",
|
64 |
+
"light mass",
|
65 |
+
"line",
|
66 |
+
"linear perspective",
|
67 |
+
"low volume",
|
68 |
+
"mass",
|
69 |
+
"material contrast",
|
70 |
+
"material harmony",
|
71 |
+
"matte texture",
|
72 |
+
"modular grid",
|
73 |
+
"modularity",
|
74 |
+
"monochromatic color",
|
75 |
+
"monumental scale",
|
76 |
+
"multi-level volume",
|
77 |
+
"natural light",
|
78 |
+
"neutral color",
|
79 |
+
"one-point perspective",
|
80 |
+
"open space",
|
81 |
+
"organic form",
|
82 |
+
"organic pattern",
|
83 |
+
"pattern",
|
84 |
+
"pattern harmony",
|
85 |
+
"patterned texture",
|
86 |
+
"perspective",
|
87 |
+
"private space",
|
88 |
+
"proportion",
|
89 |
+
"proportional systems",
|
90 |
+
"public space",
|
91 |
+
"radial balance",
|
92 |
+
"rectangular form",
|
93 |
+
"reflected shadow",
|
94 |
+
"regular rhythm",
|
95 |
+
"relative scale",
|
96 |
+
"repetitive rhythm",
|
97 |
+
"rhythm",
|
98 |
+
"rough texture",
|
99 |
+
"rule of thirds",
|
100 |
+
"scale",
|
101 |
+
"scale contrast",
|
102 |
+
"scale invariance",
|
103 |
+
"shadow",
|
104 |
+
"sharp shadow",
|
105 |
+
"shiny texture",
|
106 |
+
"small scale",
|
107 |
+
"smooth texture",
|
108 |
+
"soft shadow",
|
109 |
+
"space",
|
110 |
+
"spacious volume",
|
111 |
+
"spatial hierarchy",
|
112 |
+
"straight line",
|
113 |
+
"striped pattern",
|
114 |
+
"structural void",
|
115 |
+
"subordinate hierarchy",
|
116 |
+
"subordinate mass",
|
117 |
+
"subtle focal point",
|
118 |
+
"symmetrical balance",
|
119 |
+
"symmetry",
|
120 |
+
"tall volume",
|
121 |
+
"task lighting",
|
122 |
+
"texture",
|
123 |
+
"texture contrast",
|
124 |
+
"texture harmony",
|
125 |
+
"three-point perspective",
|
126 |
+
"two-point perspective",
|
127 |
+
"vertical line",
|
128 |
+
"visual void",
|
129 |
+
"void",
|
130 |
+
"volume",
|
131 |
+
"warm color"
|
132 |
+
]
|
133 |
+
}
|
data/next/art/painting.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "art direction",
|
5 |
+
"items": [
|
6 |
+
"angular, abstract, dynamic, mixed media",
|
7 |
+
"angular, abstract, hard-edged, mixed media",
|
8 |
+
"atmospheric, expressionistic, smoky, oil",
|
9 |
+
"bold, abstract, geometric, acrylic",
|
10 |
+
"bold, expressionistic, dynamic, mixed media",
|
11 |
+
"bold, fauvistic, chromatic, acrylic",
|
12 |
+
"bold, fauvistic, expressive, oil pastel",
|
13 |
+
"bold, fauvistic, vibrant, gouache",
|
14 |
+
"bright, abstract, layered, acrylic",
|
15 |
+
"bright, fauvistic, joyous, gouache",
|
16 |
+
"colorful, abstract, bold, acrylic",
|
17 |
+
"controlled, realistic, smooth, oil",
|
18 |
+
"delicate, pastel, soft, conte",
|
19 |
+
"detailed, realistic, fine, graphite",
|
20 |
+
"dreamlike, surrealistic, fantasy, colored pencil",
|
21 |
+
"dreamlike, surrealistic, thought-provoking, digital",
|
22 |
+
"dreamy, surrealistic, mysterious, watercolor",
|
23 |
+
"dynamic, expressionistic, forceful, mixed media",
|
24 |
+
"elegant, realistic, refined, graphite",
|
25 |
+
"energetic, fauvistic, playful, acrylic",
|
26 |
+
"ethereal, surrealistic, dreamlike, watercolor",
|
27 |
+
"ethereal, surrealistic, otherworldly, watercolor",
|
28 |
+
"ethereal, surrealistic, wistful, charcoal",
|
29 |
+
"expressionistic, abstract, emotional, mixed media",
|
30 |
+
"geometric, abstract, hard-edged, collage",
|
31 |
+
"graphic, pop, lively, marker",
|
32 |
+
"intense, expressionistic, raw, oil",
|
33 |
+
"intricate, realistic, precise, graphite",
|
34 |
+
"lively, fauvistic, colorful, tempera",
|
35 |
+
"loose, impressionistic, brushy, palette",
|
36 |
+
"majestic, renaissance, grandiose, tempera",
|
37 |
+
"minimalistic, abstract, simple, acrylic",
|
38 |
+
"moody, expressionistic, brooding, acrylic",
|
39 |
+
"moody, expressionistic, dark, oil",
|
40 |
+
"moody, expressionistic, evocative, oil",
|
41 |
+
"moody, expressionistic, textured, oil",
|
42 |
+
"moody, impressionistic, atmospheric, oil",
|
43 |
+
"moody, impressionistic, sombre, watercolor",
|
44 |
+
"muted, impressionistic, faded, watercolor",
|
45 |
+
"muted, impressionistic, nostalgic, charcoal",
|
46 |
+
"nostalgic, impressionistic, wistful, watercolor",
|
47 |
+
"nostalgic, renaissance, regal, tempera",
|
48 |
+
"organic, abstract, fluid, watercolor",
|
49 |
+
"playful, whimsical, childlike, mixed media",
|
50 |
+
"pop, fauvistic, graphic, acrylic",
|
51 |
+
"radiant, abstract, radiant, acrylic",
|
52 |
+
"realistic, detailed, photographic, charcoal",
|
53 |
+
"realistic, detailed, textured, scratchboard",
|
54 |
+
"realistic, hyper-detailed, photorealistic, pencil",
|
55 |
+
"realistic, hyper-detailed, precision, ink",
|
56 |
+
"realistic, hyper-detailed, technical, digital",
|
57 |
+
"realistic, meticulous, high-contrast, pen and ink",
|
58 |
+
"realistic, photographic, black and white, graphite",
|
59 |
+
"serene, impressionistic, tranquil, watercolor",
|
60 |
+
"soft, impressionistic, airy, conté",
|
61 |
+
"soft, impressionistic, dreamy, oil pastel",
|
62 |
+
"soft, impressionistic, hazy, pastel",
|
63 |
+
"soft, impressionistic, light, pastel",
|
64 |
+
"soft, impressionistic, subtle, chalk pastel",
|
65 |
+
"soft, pastel, delicate, chalk",
|
66 |
+
"surrealistic, dreamlike, ephemeral, ink wash",
|
67 |
+
"surrealistic, dreamlike, esoteric, colored pencil",
|
68 |
+
"textured, realistic, detailed, colored pencil",
|
69 |
+
"vibrant, fauvistic, saturated, tempera",
|
70 |
+
"whimsical, childlike, dreamy, watercolor",
|
71 |
+
"whimsical, childlike, imaginative, crayon",
|
72 |
+
"whimsical, childlike, joyful, watercolor",
|
73 |
+
"whimsical, childlike, playful, gouache",
|
74 |
+
"whimsical, childlike, playful, marker",
|
75 |
+
"whimsical, impressionistic, loose, water-soluble"
|
76 |
+
]
|
77 |
+
}
|
data/next/art/palette.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "palette",
|
3 |
+
"separator": ",",
|
4 |
+
"endprompt": ",",
|
5 |
+
"items": [
|
6 |
+
"(autumn harvest palette)",
|
7 |
+
"(autumn leaves palette)",
|
8 |
+
"(autumnal bliss palette)",
|
9 |
+
"(beach house palette)",
|
10 |
+
"(berry tones palette)",
|
11 |
+
"(black and white chic palette)",
|
12 |
+
"(bold and beautiful palette)",
|
13 |
+
"(bold and bright palette)",
|
14 |
+
"(bright and bold palette)",
|
15 |
+
"(bright and sunny palette)",
|
16 |
+
"(bright lights palette)",
|
17 |
+
"(candy shop palette)",
|
18 |
+
"(citrus crush palette)",
|
19 |
+
"(city lights palette)",
|
20 |
+
"(city skyline palette)",
|
21 |
+
"(classic elegance palette)",
|
22 |
+
"(coastal escape palette)",
|
23 |
+
"(cosmic colors palette)",
|
24 |
+
"(cotton candy palette)",
|
25 |
+
"(country charm palette)",
|
26 |
+
"(dark and moody palette)",
|
27 |
+
"(desert oasis palette)",
|
28 |
+
"(desert sunset palette)",
|
29 |
+
"(earth tones palette)",
|
30 |
+
"(enchanted forest palette)",
|
31 |
+
"(enchanted garden palette)",
|
32 |
+
"(fiesta palette)",
|
33 |
+
"(fire and ice palette)",
|
34 |
+
"(fresh picked palette)",
|
35 |
+
"(gentle breeze palette)",
|
36 |
+
"(glitter and glam palette)",
|
37 |
+
"(greenery palette)",
|
38 |
+
"(ice cream shop palette)",
|
39 |
+
"(industrial chic palette)",
|
40 |
+
"(jewel tones palette)",
|
41 |
+
"(mellow yellows palette)",
|
42 |
+
"(midnight sky palette)",
|
43 |
+
"(minimalist palette)",
|
44 |
+
"(modern neutrals palette)",
|
45 |
+
"(monochrome mood palette)",
|
46 |
+
"(moroccan nights palette)",
|
47 |
+
"(muted tones palette)",
|
48 |
+
"(nautical palette)",
|
49 |
+
"(ocean breeze palette)",
|
50 |
+
"(ocean depths palette)",
|
51 |
+
"(oceanfront palette)",
|
52 |
+
"(oceanic depths palette)",
|
53 |
+
"(pastel dreams palette)",
|
54 |
+
"(pastel perfection palette)",
|
55 |
+
"(peacock feathers palette)",
|
56 |
+
"(rainbow brights palette)",
|
57 |
+
"(retro pop palette)",
|
58 |
+
"(romantic evening palette)",
|
59 |
+
"(romantic roses palette)",
|
60 |
+
"(rustic charm palette)",
|
61 |
+
"(seaside escape palette)",
|
62 |
+
"(soft and subtle palette)",
|
63 |
+
"(soothing hues palette)",
|
64 |
+
"(spring blooms palette)",
|
65 |
+
"(spring garden palette)",
|
66 |
+
"(starry night palette)",
|
67 |
+
"(summer sorbet palette)",
|
68 |
+
"(summer sunshine palette)",
|
69 |
+
"(sunset at the beach palette)",
|
70 |
+
"(sunset dreams palette)",
|
71 |
+
"(vintage beach palette)",
|
72 |
+
"(vintage rose palette)",
|
73 |
+
"(wildflower fields palette)",
|
74 |
+
"(winter wonderland palette)",
|
75 |
+
"(winter woods palette)"
|
76 |
+
]
|
77 |
+
}
|
data/next/art/patterns.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": ",",
|
4 |
+
"endprompt": "pattern",
|
5 |
+
"items": [
|
6 |
+
"abstract",
|
7 |
+
"animal print",
|
8 |
+
"argent",
|
9 |
+
"argyle",
|
10 |
+
"arrow",
|
11 |
+
"aztec",
|
12 |
+
"bandana",
|
13 |
+
"baroque",
|
14 |
+
"basketweave",
|
15 |
+
"batik",
|
16 |
+
"birdseye",
|
17 |
+
"brocade",
|
18 |
+
"brocatelle",
|
19 |
+
"bubble",
|
20 |
+
"buffalo check",
|
21 |
+
"cable knit",
|
22 |
+
"calico",
|
23 |
+
"camouflage",
|
24 |
+
"celtic knot",
|
25 |
+
"check",
|
26 |
+
"chevron",
|
27 |
+
"chinoiserie",
|
28 |
+
"circle",
|
29 |
+
"crosshatch",
|
30 |
+
"damask",
|
31 |
+
"denim",
|
32 |
+
"diamond",
|
33 |
+
"ditsy",
|
34 |
+
"dot",
|
35 |
+
"fair isle",
|
36 |
+
"flame stitch",
|
37 |
+
"fleur-de-lis",
|
38 |
+
"floral",
|
39 |
+
"floral damask",
|
40 |
+
"geometric",
|
41 |
+
"gingham",
|
42 |
+
"glitter",
|
43 |
+
"greek key",
|
44 |
+
"grid",
|
45 |
+
"herringbone",
|
46 |
+
"hexagon",
|
47 |
+
"hounds tooth check",
|
48 |
+
"houndstooth",
|
49 |
+
"ikat",
|
50 |
+
"iridescent",
|
51 |
+
"jacquard",
|
52 |
+
"kaleidoscope",
|
53 |
+
"lace",
|
54 |
+
"lattice",
|
55 |
+
"laurel",
|
56 |
+
"leopard print",
|
57 |
+
"linen",
|
58 |
+
"madras",
|
59 |
+
"marbled",
|
60 |
+
"moiré",
|
61 |
+
"mosaic",
|
62 |
+
"paisley",
|
63 |
+
"paisley jacquard",
|
64 |
+
"pinstripe",
|
65 |
+
"plaid",
|
66 |
+
"plume",
|
67 |
+
"polka dot",
|
68 |
+
"poppy",
|
69 |
+
"quatrefoil",
|
70 |
+
"repeating geometric",
|
71 |
+
"ripple",
|
72 |
+
"satin",
|
73 |
+
"scales",
|
74 |
+
"scroll",
|
75 |
+
"seersucker",
|
76 |
+
"shibori",
|
77 |
+
"small check",
|
78 |
+
"snake print",
|
79 |
+
"snowflake",
|
80 |
+
"snowflakes",
|
81 |
+
"solids",
|
82 |
+
"speckled",
|
83 |
+
"spots",
|
84 |
+
"stippled",
|
85 |
+
"stripes",
|
86 |
+
"swirl",
|
87 |
+
"tartan",
|
88 |
+
"texture",
|
89 |
+
"ticking",
|
90 |
+
"tie-dye",
|
91 |
+
"toile",
|
92 |
+
"trellis",
|
93 |
+
"tribal",
|
94 |
+
"trompe l'oeil",
|
95 |
+
"tweed",
|
96 |
+
"union jack",
|
97 |
+
"vichy",
|
98 |
+
"vine",
|
99 |
+
"watercolor",
|
100 |
+
"wood grain",
|
101 |
+
"woven",
|
102 |
+
"zari",
|
103 |
+
"zebra print",
|
104 |
+
"zig-zag chevron",
|
105 |
+
"zigzag"
|
106 |
+
]
|
107 |
+
}
|
data/next/art/sculpture.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "sculpted with",
|
3 |
+
"separator": ",",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"(acrylic, transparent and lightweight material)",
|
7 |
+
"(alabaster, soft stone)",
|
8 |
+
"(aluminum, lightweight metal)",
|
9 |
+
"(amber, fossilized resin)",
|
10 |
+
"(balsa wood, softwood)",
|
11 |
+
"(basalt, volcanic rock)",
|
12 |
+
"(bone, organic material)",
|
13 |
+
"(brass, copper-zinc alloy)",
|
14 |
+
"(bronze resin, synthetic material with bronze finish)",
|
15 |
+
"(bronze, metal alloy)",
|
16 |
+
"(carbon fiber, lightweight material)",
|
17 |
+
"(carrara marble, high quality marble)",
|
18 |
+
"(cast iron, heavy metal)",
|
19 |
+
"(clay, fired pottery)",
|
20 |
+
"(concrete, durable material)",
|
21 |
+
"(copper, rustic appearance)",
|
22 |
+
"(coral, organic material)",
|
23 |
+
"(cork, lightweight material)",
|
24 |
+
"(crystal glass, transparent material)",
|
25 |
+
"(ebony, dense hardwood)",
|
26 |
+
"(enamel, decorative coating)",
|
27 |
+
"(fiberglass, lightweight material)",
|
28 |
+
"(fibre reinforced plastic (frp), synthetic material)",
|
29 |
+
"(glass fiber reinforced gypsum (gfrg), synthetic material)",
|
30 |
+
"(gold leaf, decorative finishing)",
|
31 |
+
"(granite, hard rock)",
|
32 |
+
"(gypsum, soft mineral)",
|
33 |
+
"(hemp, natural fiber material)",
|
34 |
+
"(iron, strong metal)",
|
35 |
+
"(ivory carvings, luxury material)",
|
36 |
+
"(jade stone, ornamental material)",
|
37 |
+
"(jade, ornamental material)",
|
38 |
+
"(jadeite, ornamental material)",
|
39 |
+
"(limestone, sedimentary rock)",
|
40 |
+
"(mahogany, durable hardwood)",
|
41 |
+
"(marble, smooth surface)",
|
42 |
+
"(nickel silver, alloy of nickel, copper, and zinc)",
|
43 |
+
"(obsidian, volcanic glass)",
|
44 |
+
"(onyx, decorative stone)",
|
45 |
+
"(papier-mâché, lightweight material)",
|
46 |
+
"(patinated bronze, treated bronze)",
|
47 |
+
"(pewter, alloy of tin, copper, and antimony)",
|
48 |
+
"(plaster, cast molds)",
|
49 |
+
"(platinum, precious metal)",
|
50 |
+
"(plexiglass, clear and durable material)",
|
51 |
+
"(polyurethane foam, lightweight material)",
|
52 |
+
"(porcelain, fine ceramic)",
|
53 |
+
"(porphyry, igneous rock)",
|
54 |
+
"(resin, synthetic material)",
|
55 |
+
"(rhodium, precious metal)",
|
56 |
+
"(sand cast aluminum, casting method)",
|
57 |
+
"(sand cast bronze, casting method)",
|
58 |
+
"(sandstone, porous rock)",
|
59 |
+
"(silk, textile material)",
|
60 |
+
"(silver, precious metal)",
|
61 |
+
"(soapstone, soft stone)",
|
62 |
+
"(stainless steel castings, casting method)",
|
63 |
+
"(stainless steel, modern material)",
|
64 |
+
"(steel, durable and strong metal)",
|
65 |
+
"(stone, natural material)",
|
66 |
+
"(synthetic stone, artificial material)",
|
67 |
+
"(terracotta clay, unfired pottery)",
|
68 |
+
"(titanium alloy, strong and lightweight metal alloy)",
|
69 |
+
"(titanium, strong and lightweight metal)",
|
70 |
+
"(walnut, hardwood)",
|
71 |
+
"(white oak, durable hardwood)",
|
72 |
+
"(wood, carved sculptures)",
|
73 |
+
"(wrought iron, malleable iron)",
|
74 |
+
"(zinc alloy, durable metal)",
|
75 |
+
"(zinc, corrosion-resistant metal)"
|
76 |
+
]
|
77 |
+
}
|
data/next/art/styles.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": ",",
|
4 |
+
"endprompt": "style",
|
5 |
+
"items": [
|
6 |
+
"(1950s pulp sci-fi cover)",
|
7 |
+
"(2d game art)",
|
8 |
+
"(3d vr painting)",
|
9 |
+
"(8k resolution)",
|
10 |
+
"(anime)",
|
11 |
+
"(artistic photograph)",
|
12 |
+
"(baroque painting)",
|
13 |
+
"(byzantine mosaic)",
|
14 |
+
"(chiaroscuro painting)",
|
15 |
+
"(depiction)",
|
16 |
+
"(depth of field)",
|
17 |
+
"(digital painting)",
|
18 |
+
"(dutch golden age)",
|
19 |
+
"(filmed in imax)",
|
20 |
+
"(fine art)",
|
21 |
+
"(flat shading)",
|
22 |
+
"(flemish baroque)",
|
23 |
+
"(fresco painting)",
|
24 |
+
"(gouache painting)",
|
25 |
+
"(graffiti)",
|
26 |
+
"(grisaille painting)",
|
27 |
+
"(highly detailed)",
|
28 |
+
"(hyperrealism)",
|
29 |
+
"(impasto painting)",
|
30 |
+
"(low-poly)",
|
31 |
+
"(luminism painting)",
|
32 |
+
"(marvel comics)",
|
33 |
+
"(matte painting)",
|
34 |
+
"(mixed media)",
|
35 |
+
"(oil painting)",
|
36 |
+
"(panorama)",
|
37 |
+
"(parallax)",
|
38 |
+
"(pastel painting)",
|
39 |
+
"(pencil sketch)",
|
40 |
+
"(perspective painting)",
|
41 |
+
"(playstation 5 screenshot)",
|
42 |
+
"(pop art)",
|
43 |
+
"(rendered in cinema4d)",
|
44 |
+
"(rendered in maya)",
|
45 |
+
"(rendered in zbrush)",
|
46 |
+
"(rtx on)",
|
47 |
+
"(schematic)",
|
48 |
+
"(sculpture)",
|
49 |
+
"(sfumato painting)",
|
50 |
+
"(shot on 70mm)",
|
51 |
+
"(sotto in su)",
|
52 |
+
"(storybook illustration)",
|
53 |
+
"(surrealist)",
|
54 |
+
"(surveillance footage)",
|
55 |
+
"(tempera painting)",
|
56 |
+
"(tilt shift)",
|
57 |
+
"(trompe l’oeil)",
|
58 |
+
"(ukiyo-e)",
|
59 |
+
"(unreal engine render)",
|
60 |
+
"(vector image)",
|
61 |
+
"(veduta painting)",
|
62 |
+
"(visionary hypermaximalism)",
|
63 |
+
"(volumetric lighting)",
|
64 |
+
"(vray tracing)",
|
65 |
+
"(watercolor painting)"
|
66 |
+
]
|
67 |
+
}
|
data/next/art/techniques.json
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"acrylic painting technique",
|
7 |
+
"airbrush painting tool",
|
8 |
+
"aquatint etching technique",
|
9 |
+
"blender painting tool",
|
10 |
+
"bold textural effect",
|
11 |
+
"bold textural influence",
|
12 |
+
"brush painting tool",
|
13 |
+
"brush technique detail",
|
14 |
+
"brush technique variety",
|
15 |
+
"brushstroke variety",
|
16 |
+
"canvas painting surface",
|
17 |
+
"chalk drawing tool",
|
18 |
+
"charcoal drawing tool",
|
19 |
+
"coarse paint application",
|
20 |
+
"coarse paint layer",
|
21 |
+
"collagraph printmaking",
|
22 |
+
"color blend result",
|
23 |
+
"color blend technique",
|
24 |
+
"complex textural composition",
|
25 |
+
"complex textural mix",
|
26 |
+
"conté crayon drawing tool",
|
27 |
+
"conte drawing medium",
|
28 |
+
"delicate textural detail",
|
29 |
+
"delicate textural touch",
|
30 |
+
"dry brush application",
|
31 |
+
"dry brush effect",
|
32 |
+
"dry pastel drawing tool",
|
33 |
+
"drypoint printmaking",
|
34 |
+
"dynamic textural character",
|
35 |
+
"dynamic textural flow",
|
36 |
+
"embossed textural depth",
|
37 |
+
"embossed textural mark",
|
38 |
+
"encaustic painting technique",
|
39 |
+
"engraving print technique",
|
40 |
+
"eraser drawing tool",
|
41 |
+
"etching print process",
|
42 |
+
"fine paint application",
|
43 |
+
"fine paint layer",
|
44 |
+
"glazing effect result",
|
45 |
+
"glazing technique used",
|
46 |
+
"graphite drawing medium",
|
47 |
+
"hard pastel drawing tool",
|
48 |
+
"heavy textural component",
|
49 |
+
"heavy textural element",
|
50 |
+
"impasto",
|
51 |
+
"ink drawing tool",
|
52 |
+
"intaglio engraving process",
|
53 |
+
"knife painting tool",
|
54 |
+
"light textural component",
|
55 |
+
"light textural element",
|
56 |
+
"linocut print technique",
|
57 |
+
"lithography printing method",
|
58 |
+
"mezzotint engraving method",
|
59 |
+
"mixed media artistic approach",
|
60 |
+
"monotype print technique",
|
61 |
+
"oil painting method",
|
62 |
+
"oil pastel drawing tool",
|
63 |
+
"palette knife application",
|
64 |
+
"palette knife painting tool",
|
65 |
+
"palette painting tool",
|
66 |
+
"pastel drawing medium",
|
67 |
+
"raised textural dimension",
|
68 |
+
"raised textural height",
|
69 |
+
"screen printing method",
|
70 |
+
"scumbling textural effect",
|
71 |
+
"scumbling texture result",
|
72 |
+
"serigraphy screen printing",
|
73 |
+
"sgraffito scratch technique",
|
74 |
+
"simple textural approach",
|
75 |
+
"simple textural expression",
|
76 |
+
"smooth paint surface",
|
77 |
+
"smooth surface finish",
|
78 |
+
"soft pastel drawing tool",
|
79 |
+
"sponge painting tool",
|
80 |
+
"static textural form",
|
81 |
+
"static textural pattern",
|
82 |
+
"stencil printing method",
|
83 |
+
"stippling brush technique",
|
84 |
+
"tempera painting medium",
|
85 |
+
"textural approach style",
|
86 |
+
"textural design pattern",
|
87 |
+
"textural imprint design",
|
88 |
+
"textural layer effects",
|
89 |
+
"textural mix variety",
|
90 |
+
"textural movement flow",
|
91 |
+
"textural relief detail",
|
92 |
+
"textured paint surface",
|
93 |
+
"textured surface layer",
|
94 |
+
"thick paint layer",
|
95 |
+
"thick, textured, raised, paint",
|
96 |
+
"thin paint layer",
|
97 |
+
"water-soluble pencils drawing tool",
|
98 |
+
"watercolor painting medium",
|
99 |
+
"woodcut printmaking"
|
100 |
+
]
|
101 |
+
}
|
data/next/art/types.json
ADDED
@@ -0,0 +1,196 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "art type",
|
5 |
+
"items": [
|
6 |
+
"abstract expressionism",
|
7 |
+
"abstraction",
|
8 |
+
"airbrush painting",
|
9 |
+
"altered books",
|
10 |
+
"animation",
|
11 |
+
"antique restoration",
|
12 |
+
"applique",
|
13 |
+
"architecture",
|
14 |
+
"architextural art",
|
15 |
+
"art brut",
|
16 |
+
"art cars",
|
17 |
+
"art deco",
|
18 |
+
"art informel",
|
19 |
+
"art nouveau",
|
20 |
+
"arts and crafts",
|
21 |
+
"assemblage",
|
22 |
+
"assemblage (art)",
|
23 |
+
"baroque",
|
24 |
+
"batik",
|
25 |
+
"batiking",
|
26 |
+
"beading",
|
27 |
+
"blacksmithing",
|
28 |
+
"block printing",
|
29 |
+
"body art",
|
30 |
+
"body piercing",
|
31 |
+
"bodypainting",
|
32 |
+
"bonsai",
|
33 |
+
"bookbinding",
|
34 |
+
"butter sculptures",
|
35 |
+
"byzantine",
|
36 |
+
"cabinetmaking",
|
37 |
+
"calligraphy",
|
38 |
+
"car painting",
|
39 |
+
"cardmaking",
|
40 |
+
"carpentry",
|
41 |
+
"ceramics",
|
42 |
+
"chain mail",
|
43 |
+
"collage",
|
44 |
+
"color field painting",
|
45 |
+
"conceptual art",
|
46 |
+
"constructivism",
|
47 |
+
"crewelwork",
|
48 |
+
"crochet",
|
49 |
+
"crocheting",
|
50 |
+
"cubism",
|
51 |
+
"dada",
|
52 |
+
"de stijl",
|
53 |
+
"decalcomania",
|
54 |
+
"decoupage",
|
55 |
+
"digital art",
|
56 |
+
"dollhouse building",
|
57 |
+
"dollmaking",
|
58 |
+
"drawing",
|
59 |
+
"earthworks",
|
60 |
+
"embroidery",
|
61 |
+
"enameling",
|
62 |
+
"engraving",
|
63 |
+
"environmental art",
|
64 |
+
"etching",
|
65 |
+
"face painting",
|
66 |
+
"faceting",
|
67 |
+
"fauvism",
|
68 |
+
"felting",
|
69 |
+
"feminist art",
|
70 |
+
"filigree",
|
71 |
+
"film",
|
72 |
+
"fimo",
|
73 |
+
"finger painting",
|
74 |
+
"flash mobs",
|
75 |
+
"fletching",
|
76 |
+
"folk art",
|
77 |
+
"forge",
|
78 |
+
"found object art",
|
79 |
+
"furniture making",
|
80 |
+
"futurism",
|
81 |
+
"gilding",
|
82 |
+
"glass art",
|
83 |
+
"glassblowing",
|
84 |
+
"glazing",
|
85 |
+
"goldsmithing",
|
86 |
+
"gothic",
|
87 |
+
"gourdcraft",
|
88 |
+
"graffiti",
|
89 |
+
"guerilla gardening",
|
90 |
+
"gunsmithing",
|
91 |
+
"hard-edge painting",
|
92 |
+
"henna painting",
|
93 |
+
"ice sculpture",
|
94 |
+
"ikebana",
|
95 |
+
"impressionism",
|
96 |
+
"indigenous art",
|
97 |
+
"inlay",
|
98 |
+
"installation",
|
99 |
+
"installation art",
|
100 |
+
"intarsia",
|
101 |
+
"jewellery making",
|
102 |
+
"jewelry making",
|
103 |
+
"kirigami",
|
104 |
+
"knitting",
|
105 |
+
"lace making",
|
106 |
+
"lacemaking",
|
107 |
+
"lacquer work",
|
108 |
+
"land art",
|
109 |
+
"lapidary",
|
110 |
+
"latch hooking",
|
111 |
+
"lathe work",
|
112 |
+
"leatherworking",
|
113 |
+
"lyrical abstraction",
|
114 |
+
"macrame",
|
115 |
+
"macramé",
|
116 |
+
"mannerism",
|
117 |
+
"marquetry",
|
118 |
+
"metal art",
|
119 |
+
"metal embossing",
|
120 |
+
"metal engraving",
|
121 |
+
"metalsmithing",
|
122 |
+
"metalwork",
|
123 |
+
"minimalism",
|
124 |
+
"modelmaking",
|
125 |
+
"mosaic",
|
126 |
+
"mosaics",
|
127 |
+
"naturalism",
|
128 |
+
"needlepoint",
|
129 |
+
"neo-expressionism",
|
130 |
+
"new media art",
|
131 |
+
"op art",
|
132 |
+
"origami",
|
133 |
+
"outsider art",
|
134 |
+
"paint by number",
|
135 |
+
"paintballing",
|
136 |
+
"painting",
|
137 |
+
"paper marbling",
|
138 |
+
"papercutting",
|
139 |
+
"patination",
|
140 |
+
"performance art",
|
141 |
+
"photography",
|
142 |
+
"pop art",
|
143 |
+
"postimpressionism",
|
144 |
+
"postminimalism",
|
145 |
+
"postmodern art",
|
146 |
+
"pottery",
|
147 |
+
"printmaking",
|
148 |
+
"pyrography",
|
149 |
+
"quilling",
|
150 |
+
"quilting",
|
151 |
+
"readymades",
|
152 |
+
"realism",
|
153 |
+
"religious art",
|
154 |
+
"renaissance",
|
155 |
+
"repoussé and chasing",
|
156 |
+
"reverse graffiti",
|
157 |
+
"rococo",
|
158 |
+
"sandcasting",
|
159 |
+
"scrapbooking",
|
160 |
+
"screen printing",
|
161 |
+
"sculpture",
|
162 |
+
"signwriting",
|
163 |
+
"silversmithing",
|
164 |
+
"snow sculpture",
|
165 |
+
"spinning",
|
166 |
+
"spray painting",
|
167 |
+
"staining",
|
168 |
+
"stencil graffiti",
|
169 |
+
"stenciling",
|
170 |
+
"stencilling",
|
171 |
+
"sticker art",
|
172 |
+
"stoner art",
|
173 |
+
"street art",
|
174 |
+
"street installations",
|
175 |
+
"suprematism",
|
176 |
+
"surrealism",
|
177 |
+
"tapestry",
|
178 |
+
"tattooing",
|
179 |
+
"textile art",
|
180 |
+
"tie dyeing",
|
181 |
+
"tiling",
|
182 |
+
"tole painting",
|
183 |
+
"transfers",
|
184 |
+
"tribal art",
|
185 |
+
"video",
|
186 |
+
"video art",
|
187 |
+
"weaving",
|
188 |
+
"wheatpasting",
|
189 |
+
"whittling",
|
190 |
+
"wood art",
|
191 |
+
"woodcarving",
|
192 |
+
"woodturning",
|
193 |
+
"woodworking",
|
194 |
+
"yarn bombing"
|
195 |
+
]
|
196 |
+
}
|
data/next/artist/concept.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "Art by ",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"albert bierstadt",
|
7 |
+
"alfons maria mucha",
|
8 |
+
"anato finnstark",
|
9 |
+
"anders zorn",
|
10 |
+
"chesley bonestell",
|
11 |
+
"chriss foss",
|
12 |
+
"dean ellis",
|
13 |
+
"don maitz",
|
14 |
+
"federico pelat",
|
15 |
+
"frederick edwin church",
|
16 |
+
"gediminas pranckevicius",
|
17 |
+
"greg rutkowski",
|
18 |
+
"hethe srodawa",
|
19 |
+
"hyun lee",
|
20 |
+
"igor wolkski",
|
21 |
+
"inyi han",
|
22 |
+
"jakub rozalski",
|
23 |
+
"james gurney",
|
24 |
+
"james jean",
|
25 |
+
"james paick",
|
26 |
+
"jean delville",
|
27 |
+
"jerome lacoste",
|
28 |
+
"john harris",
|
29 |
+
"john howe",
|
30 |
+
"kim jung gi",
|
31 |
+
"marc simonetti",
|
32 |
+
"michael hussar",
|
33 |
+
"michael whelan",
|
34 |
+
"pieter bruegel the elder",
|
35 |
+
"simon stalenhag",
|
36 |
+
"thomas cole",
|
37 |
+
"thomas kinkade",
|
38 |
+
"zdzisław beksiński"
|
39 |
+
]
|
40 |
+
}
|
data/next/artist/dark.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "Art by ",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"alfred kubin",
|
7 |
+
"bastien lecouffe-deharme",
|
8 |
+
"daniel merriam",
|
9 |
+
"dave mckean",
|
10 |
+
"earnst haeckel",
|
11 |
+
"edmund dulac",
|
12 |
+
"emmanuel shiu",
|
13 |
+
"jean delville",
|
14 |
+
"john bauer",
|
15 |
+
"karol bak",
|
16 |
+
"mikalojus konstantinas čiurlionis",
|
17 |
+
"peter gric",
|
18 |
+
"roger ballen",
|
19 |
+
"wayne barlowe",
|
20 |
+
"zdzisław beksiński"
|
21 |
+
]
|
22 |
+
}
|
data/next/artist/illustrator.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "Art by ",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"arthur rackham",
|
7 |
+
"aubrey beardsley",
|
8 |
+
"audrey wood",
|
9 |
+
"axel scheffler",
|
10 |
+
"beatrix potter",
|
11 |
+
"bill peet",
|
12 |
+
"bill watterson",
|
13 |
+
"charles addams",
|
14 |
+
"charles m. schulz",
|
15 |
+
"charles schulz",
|
16 |
+
"chris riddell",
|
17 |
+
"chris van allsburg",
|
18 |
+
"crockett johnson",
|
19 |
+
"dr. seuss",
|
20 |
+
"e.h. shepard",
|
21 |
+
"edmund dulac",
|
22 |
+
"edward gorey",
|
23 |
+
"eric carle",
|
24 |
+
"ezra jack keats",
|
25 |
+
"garry trudeau",
|
26 |
+
"gary larson",
|
27 |
+
"golden macdonald",
|
28 |
+
"goscinny and uderzo",
|
29 |
+
"helen oxenbury",
|
30 |
+
"herge",
|
31 |
+
"hilary knight",
|
32 |
+
"jan pienkowski",
|
33 |
+
"jean de brunhoff",
|
34 |
+
"jim davis",
|
35 |
+
"john burningham",
|
36 |
+
"jules feiffer",
|
37 |
+
"laura ingalls wilder",
|
38 |
+
"lewis carroll",
|
39 |
+
"margaret wise brown",
|
40 |
+
"martin handford",
|
41 |
+
"matt groening",
|
42 |
+
"maurice sendak",
|
43 |
+
"mercer mayer",
|
44 |
+
"michael foreman",
|
45 |
+
"p.d. eastman",
|
46 |
+
"quentin blake",
|
47 |
+
"raymond briggs",
|
48 |
+
"richard scarry",
|
49 |
+
"roald dahl",
|
50 |
+
"robert mccloskey",
|
51 |
+
"roz chast",
|
52 |
+
"shel silverstein",
|
53 |
+
"shirley hughes",
|
54 |
+
"stan and jan berenstain",
|
55 |
+
"syd hoff",
|
56 |
+
"theodor geisel",
|
57 |
+
"tomi ungerer",
|
58 |
+
"tony ross",
|
59 |
+
"tove jansson",
|
60 |
+
"william blake",
|
61 |
+
"william joyce"
|
62 |
+
]
|
63 |
+
}
|
data/next/artist/painters.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "Art by ",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"andrew wyeth",
|
7 |
+
"bartolomé esteban murillo",
|
8 |
+
"benjamin west",
|
9 |
+
"camille pissarro",
|
10 |
+
"caravaggio",
|
11 |
+
"caspar david friedrich",
|
12 |
+
"claude monet",
|
13 |
+
"diego rivera",
|
14 |
+
"diego velázquez",
|
15 |
+
"edouard manet",
|
16 |
+
"edward hopper",
|
17 |
+
"eugène delacroix",
|
18 |
+
"frans hals",
|
19 |
+
"frederic edwin church",
|
20 |
+
"georgia o'keeffe",
|
21 |
+
"gustave courbet",
|
22 |
+
"henri de toulouse-lautrec",
|
23 |
+
"jackson pollock",
|
24 |
+
"jan vermeer",
|
25 |
+
"jmw turner",
|
26 |
+
"johan barthold jongkind",
|
27 |
+
"johannes vermeer",
|
28 |
+
"john constable",
|
29 |
+
"john singleton copley",
|
30 |
+
"leonardo da vinci",
|
31 |
+
"mark rothko",
|
32 |
+
"mary cassatt",
|
33 |
+
"michelangelo",
|
34 |
+
"pablo picasso",
|
35 |
+
"paul cézanne",
|
36 |
+
"peter paul rubens",
|
37 |
+
"pierre-auguste renoir",
|
38 |
+
"raphael",
|
39 |
+
"rembrandt",
|
40 |
+
"salvador dali",
|
41 |
+
"thomas gainsborough",
|
42 |
+
"vincent van gogh",
|
43 |
+
"william blake"
|
44 |
+
]
|
45 |
+
}
|
data/next/brands/brands.json
ADDED
@@ -0,0 +1,294 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "Branded by ",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"20th century studios",
|
7 |
+
"abercrombie & fitch",
|
8 |
+
"accenture",
|
9 |
+
"acer",
|
10 |
+
"activision blizzard",
|
11 |
+
"adidas",
|
12 |
+
"adobe",
|
13 |
+
"agent provocateur",
|
14 |
+
"airbnb",
|
15 |
+
"airbus",
|
16 |
+
"alibaba group",
|
17 |
+
"amazon",
|
18 |
+
"amazon prime video",
|
19 |
+
"amd",
|
20 |
+
"american express",
|
21 |
+
"anheuser-busch inbev",
|
22 |
+
"apple",
|
23 |
+
"apple music",
|
24 |
+
"armani exchange",
|
25 |
+
"asics",
|
26 |
+
"asos",
|
27 |
+
"astrazeneca",
|
28 |
+
"asus",
|
29 |
+
"audi",
|
30 |
+
"autodesk",
|
31 |
+
"bae systems",
|
32 |
+
"baidu",
|
33 |
+
"bank of america",
|
34 |
+
"bath & body works",
|
35 |
+
"best buy",
|
36 |
+
"bmw",
|
37 |
+
"boeing",
|
38 |
+
"booking.com",
|
39 |
+
"bosch",
|
40 |
+
"bose",
|
41 |
+
"bp",
|
42 |
+
"brother",
|
43 |
+
"bulgari",
|
44 |
+
"burberry",
|
45 |
+
"burger king",
|
46 |
+
"calvin klein",
|
47 |
+
"canon",
|
48 |
+
"cartier",
|
49 |
+
"chanel",
|
50 |
+
"chevron",
|
51 |
+
"christian dior",
|
52 |
+
"cisco systems",
|
53 |
+
"citigroup",
|
54 |
+
"clinique",
|
55 |
+
"coca-cola",
|
56 |
+
"colgate-palmolive",
|
57 |
+
"columbia pictures",
|
58 |
+
"columbia sportswear",
|
59 |
+
"converse",
|
60 |
+
"corel",
|
61 |
+
"costco",
|
62 |
+
"crayola",
|
63 |
+
"danone",
|
64 |
+
"dell",
|
65 |
+
"deloitte",
|
66 |
+
"dhl",
|
67 |
+
"diageo",
|
68 |
+
"didi chuxing",
|
69 |
+
"diesel",
|
70 |
+
"disney",
|
71 |
+
"disney+",
|
72 |
+
"dolce & gabbana",
|
73 |
+
"domino's pizza",
|
74 |
+
"dove",
|
75 |
+
"dream",
|
76 |
+
"dyson",
|
77 |
+
"electrolux",
|
78 |
+
"electronic arts (ea)",
|
79 |
+
"epson",
|
80 |
+
"ericsson",
|
81 |
+
"ernst & young (ey)",
|
82 |
+
"estée lauder",
|
83 |
+
"expedia",
|
84 |
+
"exxonmobil",
|
85 |
+
"facebook",
|
86 |
+
"fedex",
|
87 |
+
"ferrari",
|
88 |
+
"fisher-price",
|
89 |
+
"fitbit",
|
90 |
+
"ford",
|
91 |
+
"forever 21",
|
92 |
+
"gap",
|
93 |
+
"garmin",
|
94 |
+
"garnier",
|
95 |
+
"gazprom",
|
96 |
+
"general dynamics",
|
97 |
+
"general electric (ge)",
|
98 |
+
"general mills",
|
99 |
+
"general motors (gm)",
|
100 |
+
"giorgio armani",
|
101 |
+
"givenchy",
|
102 |
+
"glaxosmithkline",
|
103 |
+
"gojek",
|
104 |
+
"goldman sachs",
|
105 |
+
"google",
|
106 |
+
"gopro",
|
107 |
+
"grab",
|
108 |
+
"gucci",
|
109 |
+
"guerlain",
|
110 |
+
"guess",
|
111 |
+
"h&m",
|
112 |
+
"haier",
|
113 |
+
"hanes",
|
114 |
+
"harry winston",
|
115 |
+
"hasbro",
|
116 |
+
"hbo",
|
117 |
+
"head & shoulders",
|
118 |
+
"heineken",
|
119 |
+
"hermès",
|
120 |
+
"hewlett-packard (hp)",
|
121 |
+
"hilton",
|
122 |
+
"hisense",
|
123 |
+
"hollister co",
|
124 |
+
"home depot",
|
125 |
+
"honda",
|
126 |
+
"honeywell",
|
127 |
+
"hoover",
|
128 |
+
"hot wheels",
|
129 |
+
"hp (hewlett-packard)",
|
130 |
+
"hsbc",
|
131 |
+
"huawei",
|
132 |
+
"hugo boss",
|
133 |
+
"hulu",
|
134 |
+
"hyundai",
|
135 |
+
"ibm",
|
136 |
+
"instagram",
|
137 |
+
"intel",
|
138 |
+
"intercontinental hotels group (ihg)",
|
139 |
+
"johnson & johnson",
|
140 |
+
"jpmorgan chase",
|
141 |
+
"kellogg's",
|
142 |
+
"kfc",
|
143 |
+
"kia",
|
144 |
+
"kpmg",
|
145 |
+
"kraft heinz",
|
146 |
+
"l'oréal",
|
147 |
+
"la perla",
|
148 |
+
"lamborghini",
|
149 |
+
"lancôme",
|
150 |
+
"lee",
|
151 |
+
"lego",
|
152 |
+
"lenovo",
|
153 |
+
"levi's",
|
154 |
+
"lg display",
|
155 |
+
"lg electronics",
|
156 |
+
"line corporation",
|
157 |
+
"linkedin",
|
158 |
+
"lockheed martin",
|
159 |
+
"louis vuitton",
|
160 |
+
"lowe's",
|
161 |
+
"lyft",
|
162 |
+
"mac cosmetics",
|
163 |
+
"mango",
|
164 |
+
"marriott international",
|
165 |
+
"mars, inc",
|
166 |
+
"mastercard",
|
167 |
+
"mattel",
|
168 |
+
"maybelline",
|
169 |
+
"mcdonald's",
|
170 |
+
"mckinsey & company",
|
171 |
+
"mercedes-benz",
|
172 |
+
"merck & co",
|
173 |
+
"micron technology",
|
174 |
+
"microsoft",
|
175 |
+
"mondelez international",
|
176 |
+
"morgan stanley",
|
177 |
+
"nestle",
|
178 |
+
"netflix",
|
179 |
+
"new balance",
|
180 |
+
"nike",
|
181 |
+
"nikon",
|
182 |
+
"nintendo",
|
183 |
+
"nissan",
|
184 |
+
"nivea",
|
185 |
+
"nokia",
|
186 |
+
"northrop grumman",
|
187 |
+
"novartis",
|
188 |
+
"nvidia",
|
189 |
+
"oakley",
|
190 |
+
"olay",
|
191 |
+
"oppo",
|
192 |
+
"oracle",
|
193 |
+
"pampers",
|
194 |
+
"panasonic",
|
195 |
+
"pandora",
|
196 |
+
"pantene",
|
197 |
+
"paramount pictures",
|
198 |
+
"patagonia",
|
199 |
+
"paypal",
|
200 |
+
"pepsi",
|
201 |
+
"pepsico",
|
202 |
+
"pernod ricard",
|
203 |
+
"pfizer",
|
204 |
+
"philips",
|
205 |
+
"pinterest",
|
206 |
+
"pixar animation studios",
|
207 |
+
"pizza hut",
|
208 |
+
"play-doh",
|
209 |
+
"porsche",
|
210 |
+
"prada",
|
211 |
+
"pricewaterhousecoopers (pwc)",
|
212 |
+
"procter & gamble (p&g)",
|
213 |
+
"puma",
|
214 |
+
"qualcomm",
|
215 |
+
"rakuten",
|
216 |
+
"ralph lauren",
|
217 |
+
"ray-ban",
|
218 |
+
"raytheon technologies",
|
219 |
+
"reddit",
|
220 |
+
"reebok",
|
221 |
+
"revlon",
|
222 |
+
"roche",
|
223 |
+
"rolex",
|
224 |
+
"royal dutch shell",
|
225 |
+
"salesforce",
|
226 |
+
"samsung",
|
227 |
+
"samsung display",
|
228 |
+
"samsung electronics",
|
229 |
+
"sap",
|
230 |
+
"schneider electric",
|
231 |
+
"sephora",
|
232 |
+
"sharp",
|
233 |
+
"shiseido",
|
234 |
+
"siemens",
|
235 |
+
"sketchers",
|
236 |
+
"sketchup",
|
237 |
+
"snapchat",
|
238 |
+
"sony",
|
239 |
+
"sony pictures entertainment",
|
240 |
+
"sony playstation",
|
241 |
+
"soundcloud",
|
242 |
+
"spotify",
|
243 |
+
"square",
|
244 |
+
"starbucks",
|
245 |
+
"subway",
|
246 |
+
"swarovski",
|
247 |
+
"taco bell",
|
248 |
+
"target",
|
249 |
+
"tcl corporation",
|
250 |
+
"tencent holdings",
|
251 |
+
"tesla",
|
252 |
+
"the body shop",
|
253 |
+
"the north face",
|
254 |
+
"tiffany & co",
|
255 |
+
"tiktok",
|
256 |
+
"timberland",
|
257 |
+
"tommy bahama",
|
258 |
+
"tommy hilfiger",
|
259 |
+
"topshop",
|
260 |
+
"toshiba",
|
261 |
+
"totalenergies",
|
262 |
+
"toyota",
|
263 |
+
"tripadvisor",
|
264 |
+
"triumph international",
|
265 |
+
"twitter",
|
266 |
+
"uber",
|
267 |
+
"ubisoft",
|
268 |
+
"under armour",
|
269 |
+
"unilever",
|
270 |
+
"uniqlo",
|
271 |
+
"universal pictures",
|
272 |
+
"ups",
|
273 |
+
"van cleef & arpels",
|
274 |
+
"vans",
|
275 |
+
"versace",
|
276 |
+
"victoria's secret",
|
277 |
+
"victoria's secret beauty",
|
278 |
+
"visa",
|
279 |
+
"vivo",
|
280 |
+
"volkswagen",
|
281 |
+
"walmart",
|
282 |
+
"warner bros",
|
283 |
+
"wechat",
|
284 |
+
"weibo",
|
285 |
+
"whirlpool",
|
286 |
+
"wrangler",
|
287 |
+
"xbox",
|
288 |
+
"xerox",
|
289 |
+
"xiaomi",
|
290 |
+
"yamaha",
|
291 |
+
"zara",
|
292 |
+
"zte"
|
293 |
+
]
|
294 |
+
}
|
data/next/character/action.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"assassin",
|
7 |
+
"biker",
|
8 |
+
"black ops agent",
|
9 |
+
"bodyguard",
|
10 |
+
"bomb squad specialist",
|
11 |
+
"bomber",
|
12 |
+
"commando",
|
13 |
+
"covert operative",
|
14 |
+
"crime boss",
|
15 |
+
"criminal mastermind",
|
16 |
+
"detective",
|
17 |
+
"ex-convict",
|
18 |
+
"explosives expert",
|
19 |
+
"firearms expert",
|
20 |
+
"gang leader",
|
21 |
+
"hacker",
|
22 |
+
"hand-to-hand combat expert",
|
23 |
+
"hitman",
|
24 |
+
"hitman-turned-protector",
|
25 |
+
"hitwoman",
|
26 |
+
"intelligence officer",
|
27 |
+
"marksman",
|
28 |
+
"martial artist",
|
29 |
+
"mercenary",
|
30 |
+
"military commander",
|
31 |
+
"ninja",
|
32 |
+
"parkour expert",
|
33 |
+
"pilot",
|
34 |
+
"pirate",
|
35 |
+
"police officer",
|
36 |
+
"prison escapee",
|
37 |
+
"prison warden",
|
38 |
+
"private investigator",
|
39 |
+
"race car driver",
|
40 |
+
"rogue agent",
|
41 |
+
"ruthless killer",
|
42 |
+
"secret agent",
|
43 |
+
"sniper",
|
44 |
+
"soldier",
|
45 |
+
"special forces operator",
|
46 |
+
"spy",
|
47 |
+
"stunt double",
|
48 |
+
"survivalist",
|
49 |
+
"swordsman",
|
50 |
+
"thief",
|
51 |
+
"thief-turned-hero",
|
52 |
+
"undercover agent",
|
53 |
+
"vigilante",
|
54 |
+
"vigilante justice seeker"
|
55 |
+
]
|
56 |
+
}
|
data/next/character/anime.json
ADDED
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"aang",
|
7 |
+
"alexander anderson",
|
8 |
+
"all might",
|
9 |
+
"alphonse elric",
|
10 |
+
"alucard",
|
11 |
+
"ami mizuno (sailor mercury)",
|
12 |
+
"armin arlert",
|
13 |
+
"ash ketchum",
|
14 |
+
"asuka langley soryu",
|
15 |
+
"ban",
|
16 |
+
"bang",
|
17 |
+
"batou",
|
18 |
+
"boros",
|
19 |
+
"brock",
|
20 |
+
"brook",
|
21 |
+
"bulma",
|
22 |
+
"byakuya kuchiki",
|
23 |
+
"casca",
|
24 |
+
"daisuke aramaki",
|
25 |
+
"diane",
|
26 |
+
"dimple",
|
27 |
+
"edward elric",
|
28 |
+
"edward wong",
|
29 |
+
"ein",
|
30 |
+
"elizabeth liones",
|
31 |
+
"eren yeager",
|
32 |
+
"erza scarlet",
|
33 |
+
"faye valentine",
|
34 |
+
"franky",
|
35 |
+
"frieza",
|
36 |
+
"garou",
|
37 |
+
"gendo ikari",
|
38 |
+
"genkai",
|
39 |
+
"genos",
|
40 |
+
"gintoki sakata",
|
41 |
+
"goku",
|
42 |
+
"gon freecss",
|
43 |
+
"gray fullbuster",
|
44 |
+
"griffith",
|
45 |
+
"guts",
|
46 |
+
"hajime saito",
|
47 |
+
"hange zoë",
|
48 |
+
"happy",
|
49 |
+
"hiei",
|
50 |
+
"hinata hyuga",
|
51 |
+
"hisoka morow",
|
52 |
+
"ichigo kurosaki",
|
53 |
+
"integra hellsing",
|
54 |
+
"inuyasha",
|
55 |
+
"itaru hashida",
|
56 |
+
"izuku midoriya",
|
57 |
+
"jet black",
|
58 |
+
"jinbe",
|
59 |
+
"joey wheeler",
|
60 |
+
"juuzou suzuya",
|
61 |
+
"kagome higurashi",
|
62 |
+
"kagura",
|
63 |
+
"kakashi hatake",
|
64 |
+
"kallen stadtfeld",
|
65 |
+
"kaoru kamiya",
|
66 |
+
"katara",
|
67 |
+
"katsuki bakugo",
|
68 |
+
"kazuma kuwabara",
|
69 |
+
"ken kaneki",
|
70 |
+
"kenshin himura",
|
71 |
+
"killua zoldyck",
|
72 |
+
"king",
|
73 |
+
"knives",
|
74 |
+
"kotaro katsura",
|
75 |
+
"kurama",
|
76 |
+
"kurapika",
|
77 |
+
"kurisu makise",
|
78 |
+
"l lawliet",
|
79 |
+
"legato bluesummers",
|
80 |
+
"lelouch lamperouge",
|
81 |
+
"leorio paradinight",
|
82 |
+
"levi ackerman",
|
83 |
+
"light yagami",
|
84 |
+
"lucy heartfilia",
|
85 |
+
"makoto kino (sailor jupiter)",
|
86 |
+
"mamoru chiba (tuxedo mask)",
|
87 |
+
"maximillion pegasus",
|
88 |
+
"mayuri shiina",
|
89 |
+
"meliodas",
|
90 |
+
"meryl stryfe",
|
91 |
+
"mikasa ackerman",
|
92 |
+
"milly thompson",
|
93 |
+
"miroku",
|
94 |
+
"misa amane",
|
95 |
+
"misato katsuragi",
|
96 |
+
"misty",
|
97 |
+
"mob (shigeo kageyama)",
|
98 |
+
"monkey d. luffy",
|
99 |
+
"motoko kusanagi",
|
100 |
+
"mumen rider",
|
101 |
+
"nami",
|
102 |
+
"naruto uzumaki",
|
103 |
+
"natsu dragneel",
|
104 |
+
"near",
|
105 |
+
"nicholas d. wolfwood",
|
106 |
+
"nico robin",
|
107 |
+
"nunnally lamperouge",
|
108 |
+
"ochaco uraraka",
|
109 |
+
"okabe rintaro",
|
110 |
+
"orihime inoue",
|
111 |
+
"piccolo",
|
112 |
+
"pikachu",
|
113 |
+
"puck",
|
114 |
+
"rei ayanami",
|
115 |
+
"rei hino (sailor mars)",
|
116 |
+
"reigen arataka",
|
117 |
+
"renji abarai",
|
118 |
+
"ritsu kageyama",
|
119 |
+
"riza hawkeye",
|
120 |
+
"rize kamishiro",
|
121 |
+
"roronoa zoro",
|
122 |
+
"roy mustang",
|
123 |
+
"rukia kuchiki",
|
124 |
+
"ryuk",
|
125 |
+
"sailor jupiter",
|
126 |
+
"sailor mars",
|
127 |
+
"sailor mercury",
|
128 |
+
"sailor moon",
|
129 |
+
"saitama",
|
130 |
+
"sakura haruno",
|
131 |
+
"sanji",
|
132 |
+
"sanosuke sagara",
|
133 |
+
"sasuke uchiha",
|
134 |
+
"scar",
|
135 |
+
"schierke",
|
136 |
+
"seras victoria",
|
137 |
+
"sesshomaru",
|
138 |
+
"seto kaiba",
|
139 |
+
"shinji ikari",
|
140 |
+
"shinpachi shimura",
|
141 |
+
"shippo",
|
142 |
+
"shirley fenette",
|
143 |
+
"shoto todoroki",
|
144 |
+
"sokka",
|
145 |
+
"spike spiegel",
|
146 |
+
"suzaku kururugi",
|
147 |
+
"suzuha amane",
|
148 |
+
"tatsumaki",
|
149 |
+
"tea gardner",
|
150 |
+
"team rocket",
|
151 |
+
"teruki hanazawa",
|
152 |
+
"the laughing man",
|
153 |
+
"togusa",
|
154 |
+
"tony tony chopper",
|
155 |
+
"toph beifong",
|
156 |
+
"toshiro hijikata",
|
157 |
+
"touka kirishima",
|
158 |
+
"tuxedo mask",
|
159 |
+
"usagi tsukino (sailor moon)",
|
160 |
+
"usopp",
|
161 |
+
"vash the stampede",
|
162 |
+
"vegeta",
|
163 |
+
"walter c. dornez",
|
164 |
+
"winry rockbell",
|
165 |
+
"wolfwood",
|
166 |
+
"yahiko myojin",
|
167 |
+
"yoshimura",
|
168 |
+
"yugi muto",
|
169 |
+
"yusuke urameshi",
|
170 |
+
"zuko"
|
171 |
+
]
|
172 |
+
}
|
data/next/character/fantasy.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"a banshee",
|
7 |
+
"a basilisk",
|
8 |
+
"a centaur",
|
9 |
+
"a cyclops",
|
10 |
+
"a dark wizard",
|
11 |
+
"a demon",
|
12 |
+
"a demon prince",
|
13 |
+
"a demon princess",
|
14 |
+
"a dragon",
|
15 |
+
"a dragon rider",
|
16 |
+
"a dragon slayer",
|
17 |
+
"a dryad",
|
18 |
+
"a dwarf",
|
19 |
+
"a fairy",
|
20 |
+
"a ghost",
|
21 |
+
"a ghost hunter",
|
22 |
+
"a giant",
|
23 |
+
"a gnome",
|
24 |
+
"a golem",
|
25 |
+
"a gorgon",
|
26 |
+
"a griffin",
|
27 |
+
"a harpy",
|
28 |
+
"a hobbit",
|
29 |
+
"a kraken",
|
30 |
+
"a leprechaun",
|
31 |
+
"a light wizard",
|
32 |
+
"a mermaid",
|
33 |
+
"a minotaur",
|
34 |
+
"a mythical creature",
|
35 |
+
"a nymph",
|
36 |
+
"a ogre",
|
37 |
+
"a phoenix",
|
38 |
+
"a satyr",
|
39 |
+
"a shapeshifter",
|
40 |
+
"a siren",
|
41 |
+
"a sorcerer",
|
42 |
+
"a sorceress",
|
43 |
+
"a sprite",
|
44 |
+
"a succubus",
|
45 |
+
"a troll",
|
46 |
+
"a unicorn",
|
47 |
+
"a vampire",
|
48 |
+
"a warlock",
|
49 |
+
"a were-creature",
|
50 |
+
"a werewolf",
|
51 |
+
"a witch",
|
52 |
+
"a witch hunter",
|
53 |
+
"a wizard",
|
54 |
+
"an angel",
|
55 |
+
"an elemental being",
|
56 |
+
"an elf",
|
57 |
+
"an incubus"
|
58 |
+
]
|
59 |
+
}
|
data/next/character/fictional.json
ADDED
@@ -0,0 +1,378 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"aladdin",
|
7 |
+
"albus dumbledore",
|
8 |
+
"alice in wonderland",
|
9 |
+
"amy wong",
|
10 |
+
"anakin skywalker",
|
11 |
+
"anna (frozen)",
|
12 |
+
"anne shirley",
|
13 |
+
"aragorn",
|
14 |
+
"ariel (the little mermaid)",
|
15 |
+
"arwen",
|
16 |
+
"arya stark",
|
17 |
+
"aslan",
|
18 |
+
"asterix",
|
19 |
+
"astro",
|
20 |
+
"atticus finch",
|
21 |
+
"augustus gloop",
|
22 |
+
"bagheera",
|
23 |
+
"baloo",
|
24 |
+
"barbossa",
|
25 |
+
"barney rubble",
|
26 |
+
"bart simpson",
|
27 |
+
"beast",
|
28 |
+
"bellatrix lestrange",
|
29 |
+
"belle (beauty and the beast)",
|
30 |
+
"bender",
|
31 |
+
"beth smith",
|
32 |
+
"betty rubble",
|
33 |
+
"bilbo baggins",
|
34 |
+
"bluto",
|
35 |
+
"bojack horseman",
|
36 |
+
"boo radley",
|
37 |
+
"brian griffin",
|
38 |
+
"brienne of tarth",
|
39 |
+
"bronn",
|
40 |
+
"buffy summers",
|
41 |
+
"bugs bunny",
|
42 |
+
"butters stotch",
|
43 |
+
"buzz lightyear",
|
44 |
+
"c-3po",
|
45 |
+
"calvin",
|
46 |
+
"captain ahab",
|
47 |
+
"captain haddock",
|
48 |
+
"captain hook",
|
49 |
+
"captain jack sparrow",
|
50 |
+
"captain nemo",
|
51 |
+
"carrie white",
|
52 |
+
"catelyn stark",
|
53 |
+
"cersei lannister",
|
54 |
+
"charlie brown",
|
55 |
+
"charlie bucket",
|
56 |
+
"cheshire cat",
|
57 |
+
"chewbacca",
|
58 |
+
"chris griffin",
|
59 |
+
"christopher robin",
|
60 |
+
"clarice starling",
|
61 |
+
"cleveland brown",
|
62 |
+
"cosette",
|
63 |
+
"cousin itt",
|
64 |
+
"cowardly lion",
|
65 |
+
"daenerys targaryen",
|
66 |
+
"daisy buchanan",
|
67 |
+
"daphne blake",
|
68 |
+
"darth vader",
|
69 |
+
"davos seaworth",
|
70 |
+
"davy jones",
|
71 |
+
"dennis the menace",
|
72 |
+
"dobby",
|
73 |
+
"doc brown",
|
74 |
+
"doctor who",
|
75 |
+
"don quixote",
|
76 |
+
"donkey",
|
77 |
+
"donkey (shrek)",
|
78 |
+
"dorian gray",
|
79 |
+
"dorothy gale",
|
80 |
+
"dory",
|
81 |
+
"dr. jekyll and mr. hyde",
|
82 |
+
"dr. john watson",
|
83 |
+
"dr. watson",
|
84 |
+
"dr. zoidberg",
|
85 |
+
"draco malfoy",
|
86 |
+
"dracula",
|
87 |
+
"dumbledore",
|
88 |
+
"e.t",
|
89 |
+
"ebenezer scrooge",
|
90 |
+
"edmund pevensie",
|
91 |
+
"edward scissorhands",
|
92 |
+
"eeyore",
|
93 |
+
"effie trinket",
|
94 |
+
"elastigirl",
|
95 |
+
"eleven (stranger things)",
|
96 |
+
"elizabeth bennet",
|
97 |
+
"elizabeth swann",
|
98 |
+
"ellen ripley",
|
99 |
+
"elrond",
|
100 |
+
"elroy jetson",
|
101 |
+
"elsa",
|
102 |
+
"elsa (frozen)",
|
103 |
+
"emma woodhouse",
|
104 |
+
"eric cartman",
|
105 |
+
"esmeralda",
|
106 |
+
"eve",
|
107 |
+
"fagin",
|
108 |
+
"fantine",
|
109 |
+
"finnick odair",
|
110 |
+
"fiona shrek",
|
111 |
+
"forrest gump",
|
112 |
+
"frankenstein's monster",
|
113 |
+
"fred flintstone",
|
114 |
+
"fred jones",
|
115 |
+
"frodo baggins",
|
116 |
+
"fry",
|
117 |
+
"galadriel",
|
118 |
+
"gale hawthorne",
|
119 |
+
"gandalf",
|
120 |
+
"garfield",
|
121 |
+
"gaston",
|
122 |
+
"genie",
|
123 |
+
"george jetson",
|
124 |
+
"geralt of rivia",
|
125 |
+
"gilbert blythe",
|
126 |
+
"gimli",
|
127 |
+
"glinda the good witch",
|
128 |
+
"gollum",
|
129 |
+
"gomez addams",
|
130 |
+
"hagrid",
|
131 |
+
"hamlet",
|
132 |
+
"han solo",
|
133 |
+
"hannibal lecter",
|
134 |
+
"hardy boys",
|
135 |
+
"harry potter",
|
136 |
+
"haymitch abernathy",
|
137 |
+
"heathcliff",
|
138 |
+
"hercule poirot",
|
139 |
+
"hermes conrad",
|
140 |
+
"hermione granger",
|
141 |
+
"hobbes",
|
142 |
+
"hodor",
|
143 |
+
"holden caulfield",
|
144 |
+
"homer simpson",
|
145 |
+
"howl (howl's moving castle)",
|
146 |
+
"huckleberry finn",
|
147 |
+
"indiana jones",
|
148 |
+
"ishmael",
|
149 |
+
"jack bauer",
|
150 |
+
"jack dawson",
|
151 |
+
"jack sparrow",
|
152 |
+
"jack torrance",
|
153 |
+
"jafar",
|
154 |
+
"jaime lannister",
|
155 |
+
"james bond",
|
156 |
+
"jane eyre",
|
157 |
+
"jane jetson",
|
158 |
+
"jasmine",
|
159 |
+
"javert",
|
160 |
+
"jay gatsby",
|
161 |
+
"jean valjean",
|
162 |
+
"jerry",
|
163 |
+
"jerry smith",
|
164 |
+
"jesse pinkman",
|
165 |
+
"jessie (toy story)",
|
166 |
+
"jim hawkins",
|
167 |
+
"joe swanson",
|
168 |
+
"john connor",
|
169 |
+
"john mcclane",
|
170 |
+
"jon arbuckle",
|
171 |
+
"jon snow",
|
172 |
+
"jorah mormont",
|
173 |
+
"judy jetson",
|
174 |
+
"juliet capulet",
|
175 |
+
"katniss everdeen",
|
176 |
+
"kenny mccormick",
|
177 |
+
"king lear",
|
178 |
+
"kristoff",
|
179 |
+
"krusty the clown",
|
180 |
+
"kyle broflovski",
|
181 |
+
"lara croft",
|
182 |
+
"leela",
|
183 |
+
"legolas",
|
184 |
+
"lemuel gulliver",
|
185 |
+
"lightning mcqueen",
|
186 |
+
"link (the legend of zelda)",
|
187 |
+
"linus van pelt",
|
188 |
+
"lisa simpson",
|
189 |
+
"lois griffin",
|
190 |
+
"long john silver",
|
191 |
+
"lord voldemort",
|
192 |
+
"lucy pevensie",
|
193 |
+
"lucy van pelt",
|
194 |
+
"luke skywalker",
|
195 |
+
"luna lovegood",
|
196 |
+
"lurch",
|
197 |
+
"m (bond's superior)",
|
198 |
+
"macbeth",
|
199 |
+
"mad hatter",
|
200 |
+
"maggie simpson",
|
201 |
+
"marge simpson",
|
202 |
+
"mario",
|
203 |
+
"marion ravenwood",
|
204 |
+
"marlin",
|
205 |
+
"marty mcfly",
|
206 |
+
"mary lennox",
|
207 |
+
"mary poppins",
|
208 |
+
"mater",
|
209 |
+
"matilda",
|
210 |
+
"matilda wormwood",
|
211 |
+
"maui",
|
212 |
+
"meg griffin",
|
213 |
+
"melisandre",
|
214 |
+
"michael corleone",
|
215 |
+
"mickey mouse",
|
216 |
+
"mike teavee",
|
217 |
+
"miss havisham",
|
218 |
+
"miss honey",
|
219 |
+
"miss marple",
|
220 |
+
"miss trunchbull",
|
221 |
+
"moana",
|
222 |
+
"moriarty",
|
223 |
+
"morticia addams",
|
224 |
+
"morty smith",
|
225 |
+
"mowgli",
|
226 |
+
"mr. bean",
|
227 |
+
"mr. burns",
|
228 |
+
"mr. darcy",
|
229 |
+
"mr. garrison",
|
230 |
+
"mr. krabs",
|
231 |
+
"mr. meeseeks",
|
232 |
+
"mr. peanutbutter",
|
233 |
+
"mr. potato head",
|
234 |
+
"mr. tumnus",
|
235 |
+
"mrs. incredible",
|
236 |
+
"mufasa",
|
237 |
+
"mulan",
|
238 |
+
"mushu",
|
239 |
+
"nancy drew",
|
240 |
+
"nathan drake",
|
241 |
+
"ned flanders",
|
242 |
+
"ned stark",
|
243 |
+
"nemo",
|
244 |
+
"neo",
|
245 |
+
"neville longbottom",
|
246 |
+
"nick carraway",
|
247 |
+
"norman bates",
|
248 |
+
"obelix",
|
249 |
+
"obi-wan kenobi",
|
250 |
+
"odie",
|
251 |
+
"olaf",
|
252 |
+
"olive oyl",
|
253 |
+
"oliver twist",
|
254 |
+
"othello",
|
255 |
+
"paddington bear",
|
256 |
+
"padmé amidala",
|
257 |
+
"patrick star",
|
258 |
+
"peeta mellark",
|
259 |
+
"pennywise the clown",
|
260 |
+
"peppermint patty",
|
261 |
+
"peter griffin",
|
262 |
+
"peter pan",
|
263 |
+
"peter pevensie",
|
264 |
+
"phileas fogg",
|
265 |
+
"piglet",
|
266 |
+
"pikachu",
|
267 |
+
"pip (great expectations)",
|
268 |
+
"pippi longstocking",
|
269 |
+
"plankton",
|
270 |
+
"popeye",
|
271 |
+
"president snow",
|
272 |
+
"primrose everdeen",
|
273 |
+
"princess carolyn",
|
274 |
+
"princess leia",
|
275 |
+
"professor calculus",
|
276 |
+
"professor farnsworth",
|
277 |
+
"pugsley addams",
|
278 |
+
"pumbaa",
|
279 |
+
"puss in boots",
|
280 |
+
"q (bond's quartermaster)",
|
281 |
+
"quagmire",
|
282 |
+
"quasimodo",
|
283 |
+
"queen of hearts",
|
284 |
+
"r2-d2",
|
285 |
+
"randy marsh",
|
286 |
+
"remus lupin",
|
287 |
+
"remy (ratatouille)",
|
288 |
+
"rick grimes",
|
289 |
+
"rick sanchez",
|
290 |
+
"robb stark",
|
291 |
+
"robinson crusoe",
|
292 |
+
"romeo montague",
|
293 |
+
"ron weasley",
|
294 |
+
"samwell tarly",
|
295 |
+
"samwise gamgee",
|
296 |
+
"sancho panza",
|
297 |
+
"sandy cheeks",
|
298 |
+
"sansa stark",
|
299 |
+
"sara crewe",
|
300 |
+
"sarah connor",
|
301 |
+
"saruman",
|
302 |
+
"scar",
|
303 |
+
"scarecrow",
|
304 |
+
"scarlett o'hara",
|
305 |
+
"schroeder",
|
306 |
+
"scooby-doo",
|
307 |
+
"scout finch",
|
308 |
+
"severus snape",
|
309 |
+
"shaggy rogers",
|
310 |
+
"shaun the sheep",
|
311 |
+
"sheldon cooper",
|
312 |
+
"shere khan",
|
313 |
+
"sherlock holmes",
|
314 |
+
"shrek",
|
315 |
+
"sideshow bob",
|
316 |
+
"simba",
|
317 |
+
"sirius black",
|
318 |
+
"smaug",
|
319 |
+
"smeagol",
|
320 |
+
"snoopy",
|
321 |
+
"snowy",
|
322 |
+
"solid snake",
|
323 |
+
"sophie (from the bfg)",
|
324 |
+
"spirited away's chihiro",
|
325 |
+
"spongebob squarepants",
|
326 |
+
"squidward tentacles",
|
327 |
+
"stan marsh",
|
328 |
+
"stewie griffin",
|
329 |
+
"summer smith",
|
330 |
+
"susan pevensie",
|
331 |
+
"t-800 (terminator)",
|
332 |
+
"the bfg",
|
333 |
+
"the little mermaid",
|
334 |
+
"the white witch",
|
335 |
+
"theon greyjoy",
|
336 |
+
"thing",
|
337 |
+
"thomson and thompson",
|
338 |
+
"thorin oakenshield",
|
339 |
+
"tigger",
|
340 |
+
"timon",
|
341 |
+
"tin man",
|
342 |
+
"tinker bell",
|
343 |
+
"tintin",
|
344 |
+
"tiny tim",
|
345 |
+
"tom",
|
346 |
+
"tom sawyer",
|
347 |
+
"tony soprano",
|
348 |
+
"tony stark",
|
349 |
+
"tormund giantsbane",
|
350 |
+
"totoro",
|
351 |
+
"tyler durden",
|
352 |
+
"tyrion lannister",
|
353 |
+
"uncle fester",
|
354 |
+
"ursula",
|
355 |
+
"van helsing",
|
356 |
+
"velma dinkley",
|
357 |
+
"veruca salt",
|
358 |
+
"victor frankenstein",
|
359 |
+
"violet beauregarde",
|
360 |
+
"voldemort",
|
361 |
+
"wall-e",
|
362 |
+
"wallace and gromit",
|
363 |
+
"walter white",
|
364 |
+
"wednesday addams",
|
365 |
+
"wendy darling",
|
366 |
+
"white rabbit",
|
367 |
+
"wicked witch of the west",
|
368 |
+
"will turner",
|
369 |
+
"willy wonka",
|
370 |
+
"wilma flintstone",
|
371 |
+
"winnie the pooh",
|
372 |
+
"woody",
|
373 |
+
"xena",
|
374 |
+
"yoda",
|
375 |
+
"zapp brannigan",
|
376 |
+
"zelda"
|
377 |
+
]
|
378 |
+
}
|
data/next/character/general.json
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"a assassin",
|
7 |
+
"a billionaire",
|
8 |
+
"a clown",
|
9 |
+
"a conspiracy theorist",
|
10 |
+
"a cop",
|
11 |
+
"a criminal",
|
12 |
+
"a cult leader",
|
13 |
+
"a cursed individual",
|
14 |
+
"a cursed object owner",
|
15 |
+
"a cyborg",
|
16 |
+
"a cyborg assassin",
|
17 |
+
"a demon",
|
18 |
+
"a demon hunter",
|
19 |
+
"a demon-possessed individual",
|
20 |
+
"a detective",
|
21 |
+
"a detective with a troubled past",
|
22 |
+
"a famous athlete",
|
23 |
+
"a famous musician",
|
24 |
+
"a firefighter",
|
25 |
+
"a fireman",
|
26 |
+
"a gangster",
|
27 |
+
"a ghost",
|
28 |
+
"a ghost hunter",
|
29 |
+
"a ghostly apparition",
|
30 |
+
"a ghostly victim",
|
31 |
+
"a government agent",
|
32 |
+
"a hacker",
|
33 |
+
"a haunted amusement park attendee",
|
34 |
+
"a haunted doll",
|
35 |
+
"a haunted hotel guest",
|
36 |
+
"a haunted house occupant",
|
37 |
+
"a hitman",
|
38 |
+
"a intergalactic bounty hunter",
|
39 |
+
"a journalist",
|
40 |
+
"a killer",
|
41 |
+
"a king",
|
42 |
+
"a legendary monster",
|
43 |
+
"a legendary pirate",
|
44 |
+
"a mad bomber",
|
45 |
+
"a mad scientist",
|
46 |
+
"a martial artist",
|
47 |
+
"a mermaid",
|
48 |
+
"a merman",
|
49 |
+
"a monster",
|
50 |
+
"a movie star",
|
51 |
+
"a mythical creature",
|
52 |
+
"a mythological creature slayer",
|
53 |
+
"a ninja",
|
54 |
+
"a notorious gangster",
|
55 |
+
"a notorious serial killer",
|
56 |
+
"a pirate",
|
57 |
+
"a political activist",
|
58 |
+
"a post-apocalyptic survivor",
|
59 |
+
"a post-apocalyptic tribe leader",
|
60 |
+
"a prince",
|
61 |
+
"a princess",
|
62 |
+
"a queen",
|
63 |
+
"a race car driver",
|
64 |
+
"a religious cult member",
|
65 |
+
"a robot",
|
66 |
+
"a rogue agent",
|
67 |
+
"a ruthless dictator",
|
68 |
+
"a shape shifter",
|
69 |
+
"a shape-shifting thief",
|
70 |
+
"a soldier",
|
71 |
+
"a space explorer",
|
72 |
+
"a spy",
|
73 |
+
"a superhero mentor",
|
74 |
+
"a superhero sidekick",
|
75 |
+
"a supernatural being",
|
76 |
+
"a supernatural being hunter",
|
77 |
+
"a supernatural entity researcher",
|
78 |
+
"a supernatural investigator",
|
79 |
+
"a teacher",
|
80 |
+
"a teenage vampire",
|
81 |
+
"a telekinetic individual",
|
82 |
+
"a thief",
|
83 |
+
"a time paradox character",
|
84 |
+
"a time traveler",
|
85 |
+
"a time-looping character",
|
86 |
+
"a time-traveling adventurer",
|
87 |
+
"a traumatized survivor",
|
88 |
+
"a traumatized veteran",
|
89 |
+
"a vampire",
|
90 |
+
"a vampire hunter",
|
91 |
+
"a vampire king",
|
92 |
+
"a vampire queen",
|
93 |
+
"a vampire slayer",
|
94 |
+
"a vigilante",
|
95 |
+
"a war hero",
|
96 |
+
"a warrior",
|
97 |
+
"a werewolf",
|
98 |
+
"a witch",
|
99 |
+
"a witch coven leader",
|
100 |
+
"a witch hunter",
|
101 |
+
"a wizard",
|
102 |
+
"a zombie",
|
103 |
+
"a zombie apocalypse survivor",
|
104 |
+
"a zombie hunter",
|
105 |
+
"a zombie outbreak survivor",
|
106 |
+
"an angel",
|
107 |
+
"an evil alien invader",
|
108 |
+
"an evil corporation executive",
|
109 |
+
"an evil sorcerer",
|
110 |
+
"an evil sorceress"
|
111 |
+
]
|
112 |
+
}
|
data/next/character/monsters.json
ADDED
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"abominable snowman",
|
7 |
+
"banshee",
|
8 |
+
"basilisk",
|
9 |
+
"beast of bray road",
|
10 |
+
"behemoth",
|
11 |
+
"bigfoot",
|
12 |
+
"brownie",
|
13 |
+
"bunyip",
|
14 |
+
"byakhee",
|
15 |
+
"centaur",
|
16 |
+
"cerberus",
|
17 |
+
"changeling",
|
18 |
+
"charybdis",
|
19 |
+
"chimera",
|
20 |
+
"chupacabra",
|
21 |
+
"cockatrice",
|
22 |
+
"cthulhu",
|
23 |
+
"cyclops",
|
24 |
+
"dagon",
|
25 |
+
"deep ones",
|
26 |
+
"demon",
|
27 |
+
"demon dog",
|
28 |
+
"djinn",
|
29 |
+
"dragon",
|
30 |
+
"dragonfly",
|
31 |
+
"echidna",
|
32 |
+
"elder things",
|
33 |
+
"faerie",
|
34 |
+
"faun",
|
35 |
+
"fire salamander",
|
36 |
+
"flatwoods monster",
|
37 |
+
"frankenstein's monster",
|
38 |
+
"gargoyle",
|
39 |
+
"ghost",
|
40 |
+
"ghoul",
|
41 |
+
"gnome",
|
42 |
+
"goblin",
|
43 |
+
"golem",
|
44 |
+
"gorgon",
|
45 |
+
"gremlin",
|
46 |
+
"griffin",
|
47 |
+
"griffon",
|
48 |
+
"harpy",
|
49 |
+
"hellhound",
|
50 |
+
"hobgoblin",
|
51 |
+
"hound of tindalos",
|
52 |
+
"hydra",
|
53 |
+
"imp",
|
54 |
+
"impundulu",
|
55 |
+
"incubus",
|
56 |
+
"jersey devil",
|
57 |
+
"kappa",
|
58 |
+
"kelpie",
|
59 |
+
"kitsune",
|
60 |
+
"kraken",
|
61 |
+
"lamia",
|
62 |
+
"leviathan",
|
63 |
+
"lich",
|
64 |
+
"loch ness monster",
|
65 |
+
"manticore",
|
66 |
+
"medusa",
|
67 |
+
"mermaid",
|
68 |
+
"mi-go",
|
69 |
+
"minotaur",
|
70 |
+
"mothman",
|
71 |
+
"mummy",
|
72 |
+
"naga",
|
73 |
+
"nemean lion",
|
74 |
+
"nightgaunts",
|
75 |
+
"nyarlathotep",
|
76 |
+
"nymph",
|
77 |
+
"ogre",
|
78 |
+
"orc",
|
79 |
+
"orthros",
|
80 |
+
"outer god",
|
81 |
+
"pegasus",
|
82 |
+
"phoenix",
|
83 |
+
"pixie",
|
84 |
+
"rakshasa",
|
85 |
+
"roc",
|
86 |
+
"rusalka",
|
87 |
+
"sasquatch",
|
88 |
+
"satyr",
|
89 |
+
"scylla",
|
90 |
+
"sea serpent",
|
91 |
+
"selkie",
|
92 |
+
"shantak",
|
93 |
+
"shoggoths",
|
94 |
+
"siren",
|
95 |
+
"skeleton",
|
96 |
+
"skinwalker",
|
97 |
+
"skunk ape",
|
98 |
+
"specter",
|
99 |
+
"sphinx",
|
100 |
+
"spring-heeled jack",
|
101 |
+
"sprite",
|
102 |
+
"star spawn",
|
103 |
+
"succubus",
|
104 |
+
"thunderbird",
|
105 |
+
"troll",
|
106 |
+
"unicorn",
|
107 |
+
"vampire",
|
108 |
+
"warlock",
|
109 |
+
"wendigo",
|
110 |
+
"werewolf",
|
111 |
+
"witch",
|
112 |
+
"witch doctor",
|
113 |
+
"wraith",
|
114 |
+
"yeti",
|
115 |
+
"yithian",
|
116 |
+
"yuggoth",
|
117 |
+
"zombie"
|
118 |
+
]
|
119 |
+
}
|
data/next/character/scifi.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"a colonizer of a new world",
|
7 |
+
"a cosmic horror entity",
|
8 |
+
"a cyber-enhanced soldier",
|
9 |
+
"a cyberpunk anti-hero",
|
10 |
+
"a cyborg",
|
11 |
+
"a cyborg assassin",
|
12 |
+
"a cyborg rebel",
|
13 |
+
"a future dictator",
|
14 |
+
"a future resistance leader",
|
15 |
+
"a futuristic society member",
|
16 |
+
"a genetically engineered being",
|
17 |
+
"a post-apocalyptic survivor",
|
18 |
+
"a post-apocalyptic technologist",
|
19 |
+
"a robotic life form",
|
20 |
+
"a rogue ai",
|
21 |
+
"a sentient alien species member",
|
22 |
+
"a sentient machine",
|
23 |
+
"a space colony leader",
|
24 |
+
"a space explorer",
|
25 |
+
"a space opera hero",
|
26 |
+
"a space pirate",
|
27 |
+
"a space warrior",
|
28 |
+
"a space western outlaw",
|
29 |
+
"a space-bound adventurer",
|
30 |
+
"a space-faring hero",
|
31 |
+
"a spaceship captain",
|
32 |
+
"a stranded astronaut",
|
33 |
+
"a supercomputer controlling entity",
|
34 |
+
"a technologically advanced species member",
|
35 |
+
"a telepathic individual",
|
36 |
+
"a time paradox survivor",
|
37 |
+
"a time traveler",
|
38 |
+
"a time-hopping adventurer",
|
39 |
+
"a time-manipulating character",
|
40 |
+
"a time-travelling rogue",
|
41 |
+
"a virtual reality dweller",
|
42 |
+
"a virtual reality escapee",
|
43 |
+
"an advanced alien race member",
|
44 |
+
"an ai",
|
45 |
+
"an ai interface character",
|
46 |
+
"an alien",
|
47 |
+
"an alien artifact researcher",
|
48 |
+
"an alien colonizer",
|
49 |
+
"an alien invasion leader",
|
50 |
+
"an android revolution leader",
|
51 |
+
"an artificial intelligence",
|
52 |
+
"an augmented reality user",
|
53 |
+
"an enhanced human",
|
54 |
+
"an extraterrestrial detective",
|
55 |
+
"an intergalactic mercenary",
|
56 |
+
"an intergalactic smuggler"
|
57 |
+
]
|
58 |
+
}
|
data/next/character/superheroes.json
ADDED
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"adam warlock",
|
7 |
+
"angel",
|
8 |
+
"ant-man",
|
9 |
+
"aquaman",
|
10 |
+
"atom",
|
11 |
+
"batgirl",
|
12 |
+
"batman",
|
13 |
+
"batwoman",
|
14 |
+
"beast",
|
15 |
+
"beast boy",
|
16 |
+
"black bolt",
|
17 |
+
"black canary",
|
18 |
+
"black lightning",
|
19 |
+
"black panther",
|
20 |
+
"black widow",
|
21 |
+
"blade",
|
22 |
+
"blue beetle",
|
23 |
+
"booster gold",
|
24 |
+
"captain america",
|
25 |
+
"captain atom",
|
26 |
+
"captain marvel",
|
27 |
+
"catwoman",
|
28 |
+
"cloak",
|
29 |
+
"colossus",
|
30 |
+
"constantine",
|
31 |
+
"crystal",
|
32 |
+
"cyborg",
|
33 |
+
"cyclops",
|
34 |
+
"dagger",
|
35 |
+
"daredevil",
|
36 |
+
"deadpool",
|
37 |
+
"doctor strange",
|
38 |
+
"drax",
|
39 |
+
"falcon",
|
40 |
+
"firestorm",
|
41 |
+
"flash",
|
42 |
+
"gambit",
|
43 |
+
"gamora",
|
44 |
+
"ghost rider",
|
45 |
+
"gorgon",
|
46 |
+
"green arrow",
|
47 |
+
"green lantern",
|
48 |
+
"groot",
|
49 |
+
"guy gardner",
|
50 |
+
"hawkeye",
|
51 |
+
"hawkgirl",
|
52 |
+
"hawkman",
|
53 |
+
"hulk",
|
54 |
+
"iceman",
|
55 |
+
"iron fist",
|
56 |
+
"iron man",
|
57 |
+
"jean grey",
|
58 |
+
"jessica jones",
|
59 |
+
"kamala khan",
|
60 |
+
"karnak",
|
61 |
+
"kitty pryde",
|
62 |
+
"luke cage",
|
63 |
+
"magneto",
|
64 |
+
"martian manhunter",
|
65 |
+
"medusa",
|
66 |
+
"miles morales",
|
67 |
+
"moon knight",
|
68 |
+
"ms. marvel",
|
69 |
+
"nightwing",
|
70 |
+
"nova",
|
71 |
+
"phoenix",
|
72 |
+
"power girl",
|
73 |
+
"professor x",
|
74 |
+
"quasar",
|
75 |
+
"quicksilver",
|
76 |
+
"raven",
|
77 |
+
"red hood",
|
78 |
+
"red robin",
|
79 |
+
"robin",
|
80 |
+
"rocket raccoon",
|
81 |
+
"rogue",
|
82 |
+
"scarlet witch",
|
83 |
+
"shazam",
|
84 |
+
"she-hulk",
|
85 |
+
"silver surfer",
|
86 |
+
"spider-man",
|
87 |
+
"star-lord",
|
88 |
+
"starfire",
|
89 |
+
"static shock",
|
90 |
+
"storm",
|
91 |
+
"superboy",
|
92 |
+
"supergirl",
|
93 |
+
"superman",
|
94 |
+
"swamp thing",
|
95 |
+
"thor",
|
96 |
+
"triton",
|
97 |
+
"vision",
|
98 |
+
"vixen",
|
99 |
+
"wasp",
|
100 |
+
"wolverine",
|
101 |
+
"wonder woman",
|
102 |
+
"zatanna"
|
103 |
+
]
|
104 |
+
}
|
data/next/character/supervillains.json
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"abomination",
|
7 |
+
"absorbing man",
|
8 |
+
"apocalypse",
|
9 |
+
"ares",
|
10 |
+
"arnim zola",
|
11 |
+
"bane",
|
12 |
+
"baron mordo",
|
13 |
+
"baron zemo",
|
14 |
+
"bizarro",
|
15 |
+
"black adam",
|
16 |
+
"black manta",
|
17 |
+
"blackfire",
|
18 |
+
"brainiac",
|
19 |
+
"brother blood",
|
20 |
+
"bullseye",
|
21 |
+
"captain cold",
|
22 |
+
"carnage",
|
23 |
+
"catwoman",
|
24 |
+
"cheetah",
|
25 |
+
"circe",
|
26 |
+
"clayface",
|
27 |
+
"crossbones",
|
28 |
+
"darkseid",
|
29 |
+
"deadshot",
|
30 |
+
"deathstroke",
|
31 |
+
"desaad",
|
32 |
+
"doctor doom",
|
33 |
+
"doctor light",
|
34 |
+
"doctor octopus",
|
35 |
+
"doomsday",
|
36 |
+
"dormammu",
|
37 |
+
"ego the living planet",
|
38 |
+
"enchantress",
|
39 |
+
"galactus",
|
40 |
+
"ghost",
|
41 |
+
"gorilla grodd",
|
42 |
+
"granny goodness",
|
43 |
+
"green goblin",
|
44 |
+
"harley quinn",
|
45 |
+
"heat wave",
|
46 |
+
"hela",
|
47 |
+
"joker",
|
48 |
+
"kang the conqueror",
|
49 |
+
"killer croc",
|
50 |
+
"killmonger",
|
51 |
+
"kingpin",
|
52 |
+
"klaw",
|
53 |
+
"kraven the hunter",
|
54 |
+
"leader",
|
55 |
+
"lex luthor",
|
56 |
+
"lizard",
|
57 |
+
"loki",
|
58 |
+
"magneto",
|
59 |
+
"malekith",
|
60 |
+
"man-bat",
|
61 |
+
"mandarin",
|
62 |
+
"mephisto",
|
63 |
+
"mirror master",
|
64 |
+
"modok",
|
65 |
+
"mr. freeze",
|
66 |
+
"mysterio",
|
67 |
+
"ocean master",
|
68 |
+
"penguin",
|
69 |
+
"poison ivy",
|
70 |
+
"prowler",
|
71 |
+
"ra's al ghul",
|
72 |
+
"red skull",
|
73 |
+
"reverse flash",
|
74 |
+
"rhino",
|
75 |
+
"riddler",
|
76 |
+
"ronan the accuser",
|
77 |
+
"sabretooth",
|
78 |
+
"sandman",
|
79 |
+
"scarecrow",
|
80 |
+
"scorpion",
|
81 |
+
"shocker",
|
82 |
+
"sinestro",
|
83 |
+
"slade",
|
84 |
+
"steppenwolf",
|
85 |
+
"surtur",
|
86 |
+
"talia al ghul",
|
87 |
+
"taskmaster",
|
88 |
+
"terra",
|
89 |
+
"thanos",
|
90 |
+
"trigon",
|
91 |
+
"two-face",
|
92 |
+
"ultron",
|
93 |
+
"ulysses klaue",
|
94 |
+
"venom",
|
95 |
+
"vulture",
|
96 |
+
"weather wizard",
|
97 |
+
"winter soldier",
|
98 |
+
"yellowjacket",
|
99 |
+
"zod"
|
100 |
+
]
|
101 |
+
}
|
data/next/cinematic/aesthetics.json
ADDED
@@ -0,0 +1,1031 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "aesthetic",
|
5 |
+
"items": [
|
6 |
+
"2 Tone",
|
7 |
+
"2000s Virtual Singer",
|
8 |
+
"2010s Internet",
|
9 |
+
"2014 Girly",
|
10 |
+
"2014 Tumblr",
|
11 |
+
"2020s E-Kid",
|
12 |
+
"2020s Gamer",
|
13 |
+
"2K1",
|
14 |
+
"2K5",
|
15 |
+
"2K7",
|
16 |
+
"50s Suburbia",
|
17 |
+
"7 HD",
|
18 |
+
"8-Bit",
|
19 |
+
"80 Thousand",
|
20 |
+
"808 Volt Mix",
|
21 |
+
"80s Heartthrob",
|
22 |
+
"90s Cool",
|
23 |
+
"Abstract Tech",
|
24 |
+
"Acid Design",
|
25 |
+
"Acid Pixie",
|
26 |
+
"Acidwave",
|
27 |
+
"Adventurecore",
|
28 |
+
"Adventure Pulp",
|
29 |
+
"Aeropittura",
|
30 |
+
"Aestheticism",
|
31 |
+
"Aetherpunk",
|
32 |
+
"Afrofuturism",
|
33 |
+
"Afropunk",
|
34 |
+
"Afro-Victorian",
|
35 |
+
"After Hours",
|
36 |
+
"Agropeople",
|
37 |
+
"Ah Beng",
|
38 |
+
"Alien",
|
39 |
+
"Alternative",
|
40 |
+
"Amateur Photography",
|
41 |
+
"Americana",
|
42 |
+
"American Gothic",
|
43 |
+
"American Kitsch",
|
44 |
+
"American Pioneers",
|
45 |
+
"American Revolution",
|
46 |
+
"American Thanksgiving",
|
47 |
+
"American Tourist Traps",
|
48 |
+
"Analog Horror",
|
49 |
+
"Ancient Egypt",
|
50 |
+
"Ancient Y2K",
|
51 |
+
"Androgynous",
|
52 |
+
"Angelcore",
|
53 |
+
"Anglo Gothic",
|
54 |
+
"Angura",
|
55 |
+
"Animecore",
|
56 |
+
"Anime New Moon",
|
57 |
+
"Anti-Fashion",
|
58 |
+
"Antique Grunge",
|
59 |
+
"Appalachian Gothic",
|
60 |
+
"Arabfunny",
|
61 |
+
"Arabian Nights",
|
62 |
+
"Arcadecore",
|
63 |
+
"Aristocrat",
|
64 |
+
"Art Academia",
|
65 |
+
"Artcore",
|
66 |
+
"Art Deco",
|
67 |
+
"Art Hoe",
|
68 |
+
"Artificial Nature",
|
69 |
+
"Art in the Chapels",
|
70 |
+
"Art Nouveau",
|
71 |
+
"Arts and Crafts Movement",
|
72 |
+
"Asian Baby Girl",
|
73 |
+
"Athlete",
|
74 |
+
"Atompunk",
|
75 |
+
"Auroracore",
|
76 |
+
"Australiana",
|
77 |
+
"Australian Outback",
|
78 |
+
"Autumn",
|
79 |
+
"Autumn Academia",
|
80 |
+
"Avant Apocalypse",
|
81 |
+
"Avant-garde",
|
82 |
+
"Babycore",
|
83 |
+
"Babygirl",
|
84 |
+
"Back-to-School",
|
85 |
+
"Baddie",
|
86 |
+
"Bakala",
|
87 |
+
"Balkan Violence Tumblr",
|
88 |
+
"Ballet Academia",
|
89 |
+
"Balletcore",
|
90 |
+
"Ballroom culture",
|
91 |
+
"Bankara",
|
92 |
+
"Barbiecore",
|
93 |
+
"Bardcore",
|
94 |
+
"Baroque",
|
95 |
+
"Basic Girl",
|
96 |
+
"Basque Radical Rock",
|
97 |
+
"Bastardcore",
|
98 |
+
"Bauhaus",
|
99 |
+
"Beach Bunny",
|
100 |
+
"Beach Day",
|
101 |
+
"Beach Girl",
|
102 |
+
"Beatnik",
|
103 |
+
"Belgian New Beat",
|
104 |
+
"Biker",
|
105 |
+
"Bimbocore",
|
106 |
+
"Biopunk",
|
107 |
+
"Bizarro Fiction",
|
108 |
+
"Black-Holed Meme",
|
109 |
+
"Black Metal",
|
110 |
+
"Bleak Crush",
|
111 |
+
"Blingeecore",
|
112 |
+
"Blokecore",
|
113 |
+
"Blokette",
|
114 |
+
"Bloomcore",
|
115 |
+
"Blue Night",
|
116 |
+
"B-Movie Horror",
|
117 |
+
"Bodikon",
|
118 |
+
"Bohemian",
|
119 |
+
"Bombardier",
|
120 |
+
"Bon Chic, Bon Genre",
|
121 |
+
"Bondage",
|
122 |
+
"Bookstore Girl",
|
123 |
+
"Bootleg Game",
|
124 |
+
"Bosozoku",
|
125 |
+
"Boujee",
|
126 |
+
"Boy Next Door",
|
127 |
+
"Boystyle",
|
128 |
+
"Brazilian Pop Bar",
|
129 |
+
"Breakcore",
|
130 |
+
"Bright Tertiaries",
|
131 |
+
"Britpop",
|
132 |
+
"Bro",
|
133 |
+
"Bronzepunk",
|
134 |
+
"Brutal Industrial",
|
135 |
+
"Bubble Bujo",
|
136 |
+
"Bubbleglam",
|
137 |
+
"Bubble Goth",
|
138 |
+
"Bubblegum Bitch",
|
139 |
+
"Bubblegum Coquette",
|
140 |
+
"Bubblegum Dance",
|
141 |
+
"Bubblegum Witch",
|
142 |
+
"Buckle Bunny",
|
143 |
+
"Burlesque",
|
144 |
+
"Busukawaii",
|
145 |
+
"Cabincore",
|
146 |
+
"Cagole",
|
147 |
+
"Camp",
|
148 |
+
"Campcore",
|
149 |
+
"Candyland",
|
150 |
+
"Cani",
|
151 |
+
"Captchacore",
|
152 |
+
"Caricaturism",
|
153 |
+
"Cartelcore",
|
154 |
+
"Cartooncore",
|
155 |
+
"Casino",
|
156 |
+
"Cassette Futurism",
|
157 |
+
"Catholic Horror",
|
158 |
+
"Cayetana",
|
159 |
+
"Changelingcore",
|
160 |
+
"Chaotic Academia",
|
161 |
+
"Chav",
|
162 |
+
"Cheiron Crush",
|
163 |
+
"Cherry Emoji Twitter",
|
164 |
+
"Chicano Lowrider",
|
165 |
+
"Chicha",
|
166 |
+
"Chic Modernist",
|
167 |
+
"Chinese New Year",
|
168 |
+
"Choco Girl",
|
169 |
+
"Cholo",
|
170 |
+
"Chonga",
|
171 |
+
"Choni",
|
172 |
+
"Christian Girl Autumn",
|
173 |
+
"Christian Hardcore",
|
174 |
+
"Christmas",
|
175 |
+
"Chromecore",
|
176 |
+
"Chunyu",
|
177 |
+
"Cinnamon Girl",
|
178 |
+
"City Pop",
|
179 |
+
"Classic Academia",
|
180 |
+
"Classicism",
|
181 |
+
"Classic Lolita",
|
182 |
+
"Cleancore",
|
183 |
+
"Clean Girl",
|
184 |
+
"Clockpunk",
|
185 |
+
"Clowncore",
|
186 |
+
"Club",
|
187 |
+
"Club Kids",
|
188 |
+
"Cluttercore",
|
189 |
+
"Coastal Cowgirl",
|
190 |
+
"Coastal Grandmother",
|
191 |
+
"Cocalar",
|
192 |
+
"Coconut Girl",
|
193 |
+
"Coffee House/Cafe",
|
194 |
+
"Coffinwood",
|
195 |
+
"Comfy/Cozy",
|
196 |
+
"Communist Chic",
|
197 |
+
"Color Pop",
|
198 |
+
"Constructivism",
|
199 |
+
"Corporate",
|
200 |
+
"Corporate Grunge",
|
201 |
+
"Corporate Memphis",
|
202 |
+
"Corporate Punk",
|
203 |
+
"Cottagecore",
|
204 |
+
"Cottagegore",
|
205 |
+
"Coquette",
|
206 |
+
"Coquette Academia",
|
207 |
+
"Corporate Hippie",
|
208 |
+
"Country",
|
209 |
+
"Cozy Childhood Hideaway",
|
210 |
+
"C-Pop",
|
211 |
+
"Crackhead",
|
212 |
+
"Craftcore",
|
213 |
+
"Cripplepunk",
|
214 |
+
"Crowcore",
|
215 |
+
"Crustpunk",
|
216 |
+
"Cryptid Academia",
|
217 |
+
"Cryptidcore",
|
218 |
+
"Cubism",
|
219 |
+
"Cuddle Party",
|
220 |
+
"Cultcore",
|
221 |
+
"Cult Party Kei",
|
222 |
+
"Cutecore",
|
223 |
+
"Cyberdelic",
|
224 |
+
"Cyberghetto",
|
225 |
+
"Cyber Grunge",
|
226 |
+
"Cybergrunge",
|
227 |
+
"Cybergoth",
|
228 |
+
"Cyberminimalism",
|
229 |
+
"Cyberneticpunk",
|
230 |
+
"Cyberparadism",
|
231 |
+
"Cyberpop",
|
232 |
+
"Cyberprep",
|
233 |
+
"Cyberpunk",
|
234 |
+
"Cyberspace Webrooms",
|
235 |
+
"Cyber Stylin'",
|
236 |
+
"Cybervillain",
|
237 |
+
"Dandy",
|
238 |
+
"Danish Pastel",
|
239 |
+
"Dank Meme Voyage",
|
240 |
+
"Dark Academia",
|
241 |
+
"Dark Aero",
|
242 |
+
"Darkcore",
|
243 |
+
"DarkErrorcore",
|
244 |
+
"Darkest Academia",
|
245 |
+
"Dark Fantasy",
|
246 |
+
"Dark Gatsby",
|
247 |
+
"Dark Naturalism",
|
248 |
+
"Dark Nautical",
|
249 |
+
"Dark Nymphet",
|
250 |
+
"Dark Paradise",
|
251 |
+
"Dark Royaltycore",
|
252 |
+
"Dark Y2K",
|
253 |
+
"Dau al Set",
|
254 |
+
"Daydreampunk",
|
255 |
+
"Dazecore",
|
256 |
+
"Dead Inside",
|
257 |
+
"Deathcore",
|
258 |
+
"Death Metal",
|
259 |
+
"Deathrock",
|
260 |
+
"Decopunk",
|
261 |
+
"Decora",
|
262 |
+
"Deep Fried Meme",
|
263 |
+
"Deep TikTok",
|
264 |
+
"Delicate Sweet",
|
265 |
+
"Denpa",
|
266 |
+
"Desertwave",
|
267 |
+
"Desi Romantic Academia",
|
268 |
+
"De Stijl",
|
269 |
+
"Dethereal",
|
270 |
+
"Devilcore",
|
271 |
+
"Día De Los Muertos",
|
272 |
+
"Dieselpunk",
|
273 |
+
"Digital Horror",
|
274 |
+
"Digital Oddity",
|
275 |
+
"Diner",
|
276 |
+
"Dionysism",
|
277 |
+
"Disco",
|
278 |
+
"Disco Polo",
|
279 |
+
"Dizelaši",
|
280 |
+
"Dirty Girl",
|
281 |
+
"Dokukawaii",
|
282 |
+
"Dollar Store Vernacular",
|
283 |
+
"Dollcore",
|
284 |
+
"Dollette",
|
285 |
+
"Dolly Girl",
|
286 |
+
"Dolly Kei",
|
287 |
+
"Doodlecore",
|
288 |
+
"Doomer",
|
289 |
+
"Dopamine",
|
290 |
+
"DORFic",
|
291 |
+
"Downtown Girl",
|
292 |
+
"Dracopunk",
|
293 |
+
"Dragoncore",
|
294 |
+
"Drain",
|
295 |
+
"Dreamcore",
|
296 |
+
"Dream Punk",
|
297 |
+
"Dreamy",
|
298 |
+
"Dresiarz",
|
299 |
+
"Driftcore",
|
300 |
+
"Drugcore",
|
301 |
+
"Dual Kawaii",
|
302 |
+
"Dullcore",
|
303 |
+
"Dungeoncore",
|
304 |
+
"Dungeonpunk",
|
305 |
+
"Dungeon Synth",
|
306 |
+
"Dutch Golden Age",
|
307 |
+
"Earthcore",
|
308 |
+
"Earthy Black Girl",
|
309 |
+
"E-Boy",
|
310 |
+
"Eccentric",
|
311 |
+
"Edgy",
|
312 |
+
"Edgy Meme",
|
313 |
+
"E-Girl",
|
314 |
+
"Electropop 08",
|
315 |
+
"Electro-Eclectic",
|
316 |
+
"Electro Swing",
|
317 |
+
"Elizabethan England",
|
318 |
+
"ElsaGate",
|
319 |
+
"Emo",
|
320 |
+
"English Major",
|
321 |
+
"English Southern Girl",
|
322 |
+
"Equestrian",
|
323 |
+
"Ero-Guro",
|
324 |
+
"Erokawa",
|
325 |
+
"Eshay",
|
326 |
+
"Españolada",
|
327 |
+
"Ethereal",
|
328 |
+
"Ethereal Death",
|
329 |
+
"Ethno-Chic",
|
330 |
+
"Europunk",
|
331 |
+
"EXEcore",
|
332 |
+
"Expressionism",
|
333 |
+
"Factory Pomo",
|
334 |
+
"Fairy Academia",
|
335 |
+
"Fairycore",
|
336 |
+
"Fairy Grunge",
|
337 |
+
"Fairy Kei",
|
338 |
+
"Fairy Tale",
|
339 |
+
"Fanfare",
|
340 |
+
"Fantasy",
|
341 |
+
"Fantasy Astronomy",
|
342 |
+
"FantasY2K",
|
343 |
+
"Farmer's Daughter",
|
344 |
+
"Fauvism",
|
345 |
+
"Feísmo",
|
346 |
+
"Female Horror Game Protagonist Fashion",
|
347 |
+
"Femboy",
|
348 |
+
"Femcel Weeaboo",
|
349 |
+
"Femme Fatale",
|
350 |
+
"Feralcore",
|
351 |
+
"Fieldcore",
|
352 |
+
"Figuration Narrative",
|
353 |
+
"Film Noir",
|
354 |
+
"Flamenco",
|
355 |
+
"Flapper",
|
356 |
+
"Flat Design",
|
357 |
+
"Flop TikTok",
|
358 |
+
"Floral Academia",
|
359 |
+
"Folk Punk",
|
360 |
+
"Foodie",
|
361 |
+
"Forestpunk",
|
362 |
+
"Fotonight Web",
|
363 |
+
"Four Colors",
|
364 |
+
"Freedomcore",
|
365 |
+
"French It Girl",
|
366 |
+
"French Girly",
|
367 |
+
"French Provincial Style",
|
368 |
+
"Frutiger Aero",
|
369 |
+
"Frutiger Aurora",
|
370 |
+
"Frutiger Eco",
|
371 |
+
"Frutiger Metro",
|
372 |
+
"Funwaacore",
|
373 |
+
"Furry",
|
374 |
+
"Future Funk",
|
375 |
+
"Gabber",
|
376 |
+
"Gachimuchi",
|
377 |
+
"Gadgetpunk",
|
378 |
+
"Gamblecore",
|
379 |
+
"Game Night",
|
380 |
+
"Gamercore",
|
381 |
+
"Gamine",
|
382 |
+
"Gangstæxtemism",
|
383 |
+
"Gangsta Rap",
|
384 |
+
"Galician Sentimentalism",
|
385 |
+
"Gardencore",
|
386 |
+
"Geek",
|
387 |
+
"Gesugao",
|
388 |
+
"Gen X Soft Club",
|
389 |
+
"Gen Z Maximalism",
|
390 |
+
"Ghostcore",
|
391 |
+
"Girl Crush",
|
392 |
+
"Girl-Next-Door",
|
393 |
+
"Girly Girl",
|
394 |
+
"Girly (Japanese)",
|
395 |
+
"GiscardPunk",
|
396 |
+
"Glam Girl",
|
397 |
+
"Glamorous Los Angeles",
|
398 |
+
"Glam Rock",
|
399 |
+
"Glassmorphism",
|
400 |
+
"Glitchcore",
|
401 |
+
"Global Village Coffeehouse",
|
402 |
+
"Gloomcore",
|
403 |
+
"Glowwave",
|
404 |
+
"Goblin Academia",
|
405 |
+
"Goblincore",
|
406 |
+
"Golden Age of Detective Fiction",
|
407 |
+
"Golden Hour",
|
408 |
+
"Goofcore",
|
409 |
+
"Googie",
|
410 |
+
"Gopnik",
|
411 |
+
"Gorecore",
|
412 |
+
"Gorpcore",
|
413 |
+
"Goth",
|
414 |
+
"Gothcore",
|
415 |
+
"Gothic",
|
416 |
+
"Gothic Lolita",
|
417 |
+
"Goth Punk",
|
418 |
+
"Grandmillenial",
|
419 |
+
"Grandparentcore",
|
420 |
+
"Grasscore",
|
421 |
+
"Grażynacore",
|
422 |
+
"Greaser",
|
423 |
+
"Green Academia",
|
424 |
+
"Grifes",
|
425 |
+
"Grime Art",
|
426 |
+
"Grindhouse",
|
427 |
+
"Gross-Out Horror",
|
428 |
+
"Grotesque",
|
429 |
+
"Groundcore",
|
430 |
+
"Grunge",
|
431 |
+
"Gurokawa",
|
432 |
+
"Gyaru",
|
433 |
+
"Hacker",
|
434 |
+
"Harajuku Fashion",
|
435 |
+
"Hair Metal",
|
436 |
+
"Hands Up",
|
437 |
+
"Halloween",
|
438 |
+
"Hallyu",
|
439 |
+
"Happycore",
|
440 |
+
"Hatecore",
|
441 |
+
"Hauntology",
|
442 |
+
"Haute Couture",
|
443 |
+
"Haussmann Paris",
|
444 |
+
"Health Goth",
|
445 |
+
"Heatwave",
|
446 |
+
"Heisei Retro",
|
447 |
+
"Heistcore",
|
448 |
+
"Hellenic",
|
449 |
+
"Helvetica Aqua Aero",
|
450 |
+
"Hermaphroditus",
|
451 |
+
"Hermitpunk",
|
452 |
+
"Heroic Realism",
|
453 |
+
"Heroin Chic",
|
454 |
+
"Hexatron",
|
455 |
+
"HexD",
|
456 |
+
"High School Dream",
|
457 |
+
"Hikecore",
|
458 |
+
"Hime Lolita",
|
459 |
+
"Hi-NRG",
|
460 |
+
"Hip-Hop",
|
461 |
+
"Hipness Purgatory",
|
462 |
+
"Hippie",
|
463 |
+
"Hipster",
|
464 |
+
"Historical Americana",
|
465 |
+
"Himbocore",
|
466 |
+
"Holo",
|
467 |
+
"Holosexual",
|
468 |
+
"Hollywood Regency",
|
469 |
+
"Home 2K",
|
470 |
+
"Honeycore",
|
471 |
+
"Horror",
|
472 |
+
"Horror Academia",
|
473 |
+
"Hot Topic",
|
474 |
+
"Hydrogen",
|
475 |
+
"Hypebeast",
|
476 |
+
"Hyperborean",
|
477 |
+
"Hyperpop",
|
478 |
+
"Icepunk",
|
479 |
+
"Imaginarium",
|
480 |
+
"Imperial Aztec",
|
481 |
+
"Imperial Romanov",
|
482 |
+
"Impressionism",
|
483 |
+
"Incel",
|
484 |
+
"Indicolite",
|
485 |
+
"Indie",
|
486 |
+
"Indiecraft",
|
487 |
+
"Indie Kid",
|
488 |
+
"Indie Sleaze",
|
489 |
+
"Internet Academia",
|
490 |
+
"Internet Awesomesauce",
|
491 |
+
"Isocore",
|
492 |
+
"I-Spy",
|
493 |
+
"Italian Futurism",
|
494 |
+
"Italian Mafia",
|
495 |
+
"Italian Renaissance",
|
496 |
+
"Italo Disco",
|
497 |
+
"Itasha",
|
498 |
+
"Japanese New Left",
|
499 |
+
"Jejemon",
|
500 |
+
"Jersey Shore",
|
501 |
+
"Jirai Kei",
|
502 |
+
"Jock",
|
503 |
+
"Joyride",
|
504 |
+
"Juggalo",
|
505 |
+
"Jumpstyle",
|
506 |
+
"Junglecore",
|
507 |
+
"Jungle Grunge",
|
508 |
+
"Karasu Zoku",
|
509 |
+
"Kawaii",
|
510 |
+
"Kawaii Gamer",
|
511 |
+
"Kawaii Warrior",
|
512 |
+
"Kidcore",
|
513 |
+
"Kid Science",
|
514 |
+
"Kimoicore",
|
515 |
+
"Kingcore",
|
516 |
+
"King Gas",
|
517 |
+
"Kitschy",
|
518 |
+
"Kiwiana",
|
519 |
+
"Knightcore",
|
520 |
+
"Kogal",
|
521 |
+
"Korean Cozy Beige",
|
522 |
+
"Krushclub",
|
523 |
+
"Kuromicore",
|
524 |
+
"Labcore",
|
525 |
+
"Lagenlook",
|
526 |
+
"Larme Kei",
|
527 |
+
"Larpercore",
|
528 |
+
"La Sape",
|
529 |
+
"Las Movidas",
|
530 |
+
"Laser Grid",
|
531 |
+
"Late 2000s Elementary School",
|
532 |
+
"Lichencore",
|
533 |
+
"Light Academia",
|
534 |
+
"Lightcore",
|
535 |
+
"Ligne Claire",
|
536 |
+
"Lilac Femme",
|
537 |
+
"Lil Girl",
|
538 |
+
"Liminal Space",
|
539 |
+
"Lit Kid",
|
540 |
+
"Live Laugh Love",
|
541 |
+
"Lobotomy Chic",
|
542 |
+
"Lo-Fi",
|
543 |
+
"Lolailo",
|
544 |
+
"LOLcore",
|
545 |
+
"Lolita",
|
546 |
+
"Long Island",
|
547 |
+
"Lounge",
|
548 |
+
"Lovecore",
|
549 |
+
"Low Poly",
|
550 |
+
"Lunarpunk",
|
551 |
+
"Luxury",
|
552 |
+
"Mad Scientist",
|
553 |
+
"Magical Girl",
|
554 |
+
"Maid",
|
555 |
+
"Major League Gaming",
|
556 |
+
"Mallgoth",
|
557 |
+
"Mall Ninja",
|
558 |
+
"Mallsoft",
|
559 |
+
"Malwarecore",
|
560 |
+
"Manguebeat",
|
561 |
+
"Manly Men",
|
562 |
+
"Mary Sue",
|
563 |
+
"Maximalism",
|
564 |
+
"McBling",
|
565 |
+
"Meatcore",
|
566 |
+
"Med-Tech Visions",
|
567 |
+
"Medicalcore",
|
568 |
+
"Medieval",
|
569 |
+
"Medieval Fantasy",
|
570 |
+
"Melodycore",
|
571 |
+
"Memphis Design",
|
572 |
+
"Memphis Lite",
|
573 |
+
"Memphis Rap",
|
574 |
+
"Mermaid",
|
575 |
+
"Messy French It Girl",
|
576 |
+
"Metal",
|
577 |
+
"Metalcore",
|
578 |
+
"Metalheart",
|
579 |
+
"Metrosexual",
|
580 |
+
"Miami Metro",
|
581 |
+
"Mid-Century Modern",
|
582 |
+
"Midwest Emo",
|
583 |
+
"Midwest Gothic",
|
584 |
+
"Milipili",
|
585 |
+
"Military",
|
586 |
+
"Milk",
|
587 |
+
"Mind Murder",
|
588 |
+
"Miniature",
|
589 |
+
"Minimalism",
|
590 |
+
"Minivan Rock",
|
591 |
+
"Minivoid",
|
592 |
+
"Miscellaneous Academia",
|
593 |
+
"Mizuiro",
|
594 |
+
"Mob Wife",
|
595 |
+
"Mod",
|
596 |
+
"Modernism",
|
597 |
+
"Modernisme",
|
598 |
+
"Moe",
|
599 |
+
"Moe Swag",
|
600 |
+
"Monstercore",
|
601 |
+
"Monumentality",
|
602 |
+
"Mori Kei",
|
603 |
+
"Morute",
|
604 |
+
"Mothcore",
|
605 |
+
"Motomami",
|
606 |
+
"Mossy",
|
607 |
+
"Mote Kei",
|
608 |
+
"MS Paint",
|
609 |
+
"MTV Green Sky",
|
610 |
+
"MTV 2 Overcast",
|
611 |
+
"Mudéjar",
|
612 |
+
"Mulchcore",
|
613 |
+
"Musical Academia",
|
614 |
+
"Mythpunk",
|
615 |
+
"Nanchatte Seifuku",
|
616 |
+
"Nanopunk",
|
617 |
+
"Naturecore",
|
618 |
+
"Nautical",
|
619 |
+
"Nautical Fantasy",
|
620 |
+
"Nazi Chic",
|
621 |
+
"Neon Noir",
|
622 |
+
"Necrotrap",
|
623 |
+
"Neko",
|
624 |
+
"Neo Baroque",
|
625 |
+
"Neoclassicism",
|
626 |
+
"Neo-Breton Style",
|
627 |
+
"Neo-Celtic",
|
628 |
+
"Neo-Pop",
|
629 |
+
"Neo-Romanism",
|
630 |
+
"Neo-Tokyo",
|
631 |
+
"Neo-Tribal",
|
632 |
+
"Neo-Vikings",
|
633 |
+
"Nerdcore",
|
634 |
+
"Neubrutalism",
|
635 |
+
"Neumorphism",
|
636 |
+
"New Age",
|
637 |
+
"New England",
|
638 |
+
"New England Gothic",
|
639 |
+
"New Figuration",
|
640 |
+
"New Hollywood",
|
641 |
+
"New Money",
|
642 |
+
"New Romantic",
|
643 |
+
"New Spanish Catholic Girl",
|
644 |
+
"New Wave",
|
645 |
+
"Night Luxe",
|
646 |
+
"Nintencore",
|
647 |
+
"Normcore",
|
648 |
+
"Northern Irish Muralism",
|
649 |
+
"Northerness",
|
650 |
+
"Nostalgiacore",
|
651 |
+
"Noucentisme",
|
652 |
+
"Nouveau Réalisme",
|
653 |
+
"Nuclear",
|
654 |
+
"Nu-Goth",
|
655 |
+
"Nu-Metal",
|
656 |
+
"Nu-Punk",
|
657 |
+
"Nymphet",
|
658 |
+
"Ocean Academia",
|
659 |
+
"Ocean Grunge",
|
660 |
+
"Oceanpunk",
|
661 |
+
"Office Siren",
|
662 |
+
"Offlinecore",
|
663 |
+
"Olderbrothercore",
|
664 |
+
"Old Hollywood",
|
665 |
+
"Old Meme",
|
666 |
+
"Old Money",
|
667 |
+
"Onii Kei",
|
668 |
+
"Opium",
|
669 |
+
"Oshare Kei",
|
670 |
+
"Otaku",
|
671 |
+
"OtoMAD",
|
672 |
+
"Pachuco",
|
673 |
+
"Pale Grunge",
|
674 |
+
"Paleocore",
|
675 |
+
"Palewave",
|
676 |
+
"Paramilitary",
|
677 |
+
"Party Animal",
|
678 |
+
"Pastel Academia",
|
679 |
+
"Pastel Gore",
|
680 |
+
"Pastel Goth",
|
681 |
+
"Pastel Punk",
|
682 |
+
"Peach",
|
683 |
+
"Peaky Blinders",
|
684 |
+
"Pearly",
|
685 |
+
"PEEPS",
|
686 |
+
"Peoplehood",
|
687 |
+
"Petcore",
|
688 |
+
"Phony Bureaucracy",
|
689 |
+
"Photorealism",
|
690 |
+
"Picniccore",
|
691 |
+
"Pig in Jacuzzicore",
|
692 |
+
"Pijo",
|
693 |
+
"Pink Parisian",
|
694 |
+
"Pink Pilates Princess",
|
695 |
+
"Pink Princess",
|
696 |
+
"Pin-up",
|
697 |
+
"Pirate",
|
698 |
+
"Pixelboard",
|
699 |
+
"Pixel Cutie",
|
700 |
+
"Pixel Medieval Fantasy",
|
701 |
+
"Pixel UI",
|
702 |
+
"Pixelscape",
|
703 |
+
"Pixiecore",
|
704 |
+
"Plaguecore",
|
705 |
+
"Plant Mom",
|
706 |
+
"Playboy",
|
707 |
+
"Poetcore",
|
708 |
+
"Pokemón",
|
709 |
+
"Pont-Aven School",
|
710 |
+
"Politicalwave",
|
711 |
+
"Poolcore",
|
712 |
+
"Pop Art",
|
713 |
+
"Pop Kei",
|
714 |
+
"Poppare",
|
715 |
+
"Post-Apocalyptic",
|
716 |
+
"Post-Impressionism",
|
717 |
+
"Post-Punk",
|
718 |
+
"Post-Rock",
|
719 |
+
"Poster Gal",
|
720 |
+
"Powwow Step",
|
721 |
+
"Prairie",
|
722 |
+
"Precisionism",
|
723 |
+
"Prehistoric",
|
724 |
+
"Preppy",
|
725 |
+
"Pre-Raphaelite",
|
726 |
+
"Pretty Preppy",
|
727 |
+
"Pride flags",
|
728 |
+
"Princecore",
|
729 |
+
"Princesscore",
|
730 |
+
"Printcore",
|
731 |
+
"Prisoncore",
|
732 |
+
"Progressive Academia",
|
733 |
+
"Proto-Flat Web",
|
734 |
+
"Psychedelica",
|
735 |
+
"Psychonaut",
|
736 |
+
"PSY-OP Girl",
|
737 |
+
"Punk",
|
738 |
+
"Purism",
|
739 |
+
"Quality Tumblr",
|
740 |
+
"Queencore",
|
741 |
+
"Queer Academia",
|
742 |
+
"Queercore",
|
743 |
+
"Queer Villainy",
|
744 |
+
"R&B",
|
745 |
+
"Racaille",
|
746 |
+
"Rage HD",
|
747 |
+
"Rainbowcore",
|
748 |
+
"Rainy Day",
|
749 |
+
"Randumb",
|
750 |
+
"Rangercore",
|
751 |
+
"Ravencore",
|
752 |
+
"Raver",
|
753 |
+
"Raxet",
|
754 |
+
"Raygun Gothic",
|
755 |
+
"Real Life Super Hero",
|
756 |
+
"Realism",
|
757 |
+
"Rebel Academia",
|
758 |
+
"Red Academia",
|
759 |
+
"Reefwave",
|
760 |
+
"Regency",
|
761 |
+
"Reggaetonero",
|
762 |
+
"Regional Gothic",
|
763 |
+
"Renewable Corporate Futurism",
|
764 |
+
"Retro Fairycore",
|
765 |
+
"Retro-Futurism",
|
766 |
+
"Revcore",
|
767 |
+
"Revengecore",
|
768 |
+
"Riot Grrrl",
|
769 |
+
"Riotwave",
|
770 |
+
"Rivethead",
|
771 |
+
"Roaring 20s",
|
772 |
+
"Robotcore",
|
773 |
+
"Robotics Kids",
|
774 |
+
"Rock",
|
775 |
+
"Rockabilly",
|
776 |
+
"Rocketpunk",
|
777 |
+
"Rockstar GF",
|
778 |
+
"Rococo",
|
779 |
+
"Roguecore",
|
780 |
+
"Rollerwave",
|
781 |
+
"Romanesque",
|
782 |
+
"Romantic Academia",
|
783 |
+
"Romantic Chinese Village",
|
784 |
+
"Romantic Goth",
|
785 |
+
"Romanticism",
|
786 |
+
"Romantic Italian",
|
787 |
+
"Rotcore",
|
788 |
+
"Royalcore",
|
789 |
+
"Rubberhose",
|
790 |
+
"Rustic",
|
791 |
+
"Sacricore",
|
792 |
+
"Sad Beige",
|
793 |
+
"Sadpeople",
|
794 |
+
"Saint Patrick's Day",
|
795 |
+
"Salon Kei",
|
796 |
+
"Salvagepunk",
|
797 |
+
"Sandalpunk",
|
798 |
+
"Sanriocore",
|
799 |
+
"Scandi Girl Winter",
|
800 |
+
"Scandinavian Design",
|
801 |
+
"Scene",
|
802 |
+
"Scene Tween",
|
803 |
+
"School Anti-Bullying Positivity Reinforcement",
|
804 |
+
"Science Academia",
|
805 |
+
"Scottish Highlands",
|
806 |
+
"Scoutcore",
|
807 |
+
"Scrapbook",
|
808 |
+
"Scrapper",
|
809 |
+
"Seapunk",
|
810 |
+
"Sega Uranus",
|
811 |
+
"Seiz Breur",
|
812 |
+
"Selkiecore",
|
813 |
+
"Sextrance",
|
814 |
+
"Shabby Chic",
|
815 |
+
"Shamate",
|
816 |
+
"Shanzhai",
|
817 |
+
"Sharpies",
|
818 |
+
"Shibuya Punk",
|
819 |
+
"Shiny Suit 97",
|
820 |
+
"Shironuri",
|
821 |
+
"Shoe Diva",
|
822 |
+
"Shoegaze",
|
823 |
+
"Shoujo",
|
824 |
+
"Sigilkore",
|
825 |
+
"Sigma",
|
826 |
+
"Signalism",
|
827 |
+
"SK8",
|
828 |
+
"Silicon Dreams",
|
829 |
+
"Silkpunk",
|
830 |
+
"Simplecore",
|
831 |
+
"Silly",
|
832 |
+
"Sizz",
|
833 |
+
"Skater",
|
834 |
+
"Skeuomorphism",
|
835 |
+
"Skinheads",
|
836 |
+
"Slam Pop",
|
837 |
+
"Slimepunk",
|
838 |
+
"Sloanie",
|
839 |
+
"Sleepycore",
|
840 |
+
"Slutcore",
|
841 |
+
"Snackwave",
|
842 |
+
"Snow Bunny",
|
843 |
+
"Snowdrop",
|
844 |
+
"Social Science Academia",
|
845 |
+
"Socialist Realism",
|
846 |
+
"Soft Apocalypse",
|
847 |
+
"Soft Colonial Wanderlust",
|
848 |
+
"Soft Countriana",
|
849 |
+
"Soft Grunge",
|
850 |
+
"Softie",
|
851 |
+
"Soft Indie",
|
852 |
+
"Soft Macabre",
|
853 |
+
"Soft Morningcore",
|
854 |
+
"Soggy",
|
855 |
+
"Solarpunk",
|
856 |
+
"So Retro",
|
857 |
+
"Southern Belle",
|
858 |
+
"Southern Gothic",
|
859 |
+
"Soviet Bloc School",
|
860 |
+
"Soviet Brutalism",
|
861 |
+
"Soviet Nostalgia",
|
862 |
+
"Sovietwave",
|
863 |
+
"Spacecore",
|
864 |
+
"Spanish Golden Age",
|
865 |
+
"Sparklecore",
|
866 |
+
"Spiritcore",
|
867 |
+
"Spriggancore",
|
868 |
+
"Spring",
|
869 |
+
"Spy Fiction",
|
870 |
+
"Stargirl",
|
871 |
+
"Starrflesh",
|
872 |
+
"Steampunk",
|
873 |
+
"Steelpunk",
|
874 |
+
"Stellar Scholar",
|
875 |
+
"Stilyagi",
|
876 |
+
"Stimwave",
|
877 |
+
"Stonepunk",
|
878 |
+
"Stoner",
|
879 |
+
"Strega",
|
880 |
+
"Stripcore",
|
881 |
+
"Studyblr",
|
882 |
+
"Studyplace",
|
883 |
+
"Suburban Gothic",
|
884 |
+
"Sukeban",
|
885 |
+
"Summer",
|
886 |
+
"Superflat Pop",
|
887 |
+
"Suprematism",
|
888 |
+
"Surf Crush",
|
889 |
+
"Surfer",
|
890 |
+
"Surrealism",
|
891 |
+
"Surreal Memer",
|
892 |
+
"Sweet Lolita",
|
893 |
+
"Swenkas",
|
894 |
+
"Swordpunk",
|
895 |
+
"Synthwave",
|
896 |
+
"Tacticool",
|
897 |
+
"Taisho Roman",
|
898 |
+
"Takenokozoku",
|
899 |
+
"Tango",
|
900 |
+
"Teamer",
|
901 |
+
"Technical Scene",
|
902 |
+
"Technocore",
|
903 |
+
"Technoneko2000",
|
904 |
+
"Technozen",
|
905 |
+
"Techwear",
|
906 |
+
"Tecktonik",
|
907 |
+
"Teddy Boys",
|
908 |
+
"Teenage Dream",
|
909 |
+
"Teenagers in the Woods",
|
910 |
+
"Teenpunk",
|
911 |
+
"Teenqueen",
|
912 |
+
"Telstracore",
|
913 |
+
"Tendercore",
|
914 |
+
"Terrorwave",
|
915 |
+
"Teslapunk",
|
916 |
+
"TGIF Crush",
|
917 |
+
"That Girl",
|
918 |
+
"Theatre Academia",
|
919 |
+
"Theatre Kid",
|
920 |
+
"The Box 96",
|
921 |
+
"The WB Crush",
|
922 |
+
"Thrasher",
|
923 |
+
"Thriftcore",
|
924 |
+
"Tiki",
|
925 |
+
"Tinkercore",
|
926 |
+
"Tinycore",
|
927 |
+
"Tomato Girl Summer",
|
928 |
+
"Tomboy",
|
929 |
+
"Total Afternoon Live",
|
930 |
+
"Toxiccore",
|
931 |
+
"Trad Goth",
|
932 |
+
"Trailer Park Princess",
|
933 |
+
"Tranquil Spa Graphics",
|
934 |
+
"Trap Metal",
|
935 |
+
"Trashcore",
|
936 |
+
"Trashy Raver",
|
937 |
+
"Traumacore",
|
938 |
+
"Trenchcore",
|
939 |
+
"Trillwave",
|
940 |
+
"Triple Chic",
|
941 |
+
"Tropical",
|
942 |
+
"Tropicalcore",
|
943 |
+
"Tropical Disco",
|
944 |
+
"Tumblewave",
|
945 |
+
"Tupinipunk",
|
946 |
+
"Tuscan Rustic",
|
947 |
+
"Twee",
|
948 |
+
"Tweencore",
|
949 |
+
"Twilightcore",
|
950 |
+
"Ukiyo-e",
|
951 |
+
"Ukrainian New Wave",
|
952 |
+
"Ultra-Realistic Meme",
|
953 |
+
"Ultraviolet Crush",
|
954 |
+
"Ulzzang",
|
955 |
+
"Unicorncore",
|
956 |
+
"Uptown Girl",
|
957 |
+
"Urbancore",
|
958 |
+
"Urban Fantasy",
|
959 |
+
"UrBling",
|
960 |
+
"Utopian Scholastic",
|
961 |
+
"Victorian Urban Poverty",
|
962 |
+
"Viking",
|
963 |
+
"Villagecore",
|
964 |
+
"Villaincore",
|
965 |
+
"Vintage Americana",
|
966 |
+
"Vintage British Sportsman",
|
967 |
+
"Vintage Hero",
|
968 |
+
"Violencecore",
|
969 |
+
"Virgo's Tears",
|
970 |
+
"Visual Kei",
|
971 |
+
"Visual Pollution",
|
972 |
+
"Voidcore",
|
973 |
+
"Void-Meme",
|
974 |
+
"Voidpunk",
|
975 |
+
"Vorticism",
|
976 |
+
"VSCO",
|
977 |
+
"VSCO Preppy",
|
978 |
+
"Vulture Culture",
|
979 |
+
"Wabi-Sabi",
|
980 |
+
"Waif",
|
981 |
+
"Waldorf",
|
982 |
+
"Wanderlust",
|
983 |
+
"Warmcore",
|
984 |
+
"Weathercore",
|
985 |
+
"Webcore",
|
986 |
+
"Web Creep",
|
987 |
+
"Weeaboo",
|
988 |
+
"Weirdcore",
|
989 |
+
"Welwitschia Goth",
|
990 |
+
"Werewolf",
|
991 |
+
"Western",
|
992 |
+
"Wetcore",
|
993 |
+
"Whimsical Coquette",
|
994 |
+
"Whimsicraft",
|
995 |
+
"Whimsigothic",
|
996 |
+
"Wholesome Meme",
|
997 |
+
"Wild Child",
|
998 |
+
"Wimmelbilderbuch",
|
999 |
+
"Winter",
|
1000 |
+
"Winter Academia",
|
1001 |
+
"Winter Fairy Coquette",
|
1002 |
+
"Witchcore",
|
1003 |
+
"Witch House",
|
1004 |
+
"Witchy Academia",
|
1005 |
+
"Wixa",
|
1006 |
+
"Wizardcore",
|
1007 |
+
"Wizardposting",
|
1008 |
+
"Wonderland",
|
1009 |
+
"Word Cloud",
|
1010 |
+
"Wormcore",
|
1011 |
+
"Wota",
|
1012 |
+
"Writer Academia",
|
1013 |
+
"Wuxia",
|
1014 |
+
"XO",
|
1015 |
+
"Xpiritualism",
|
1016 |
+
"Y2K",
|
1017 |
+
"Y2K Futurism",
|
1018 |
+
"Yakuza",
|
1019 |
+
"Yami Kawaii",
|
1020 |
+
"Yandere",
|
1021 |
+
"Yanki",
|
1022 |
+
"Yellow Academia",
|
1023 |
+
"Yé-yé Girl",
|
1024 |
+
"Yōkai",
|
1025 |
+
"Youthquake",
|
1026 |
+
"Yume Kawaii",
|
1027 |
+
"Yuppie",
|
1028 |
+
"Zenitism",
|
1029 |
+
"Zombie Apocalypse"
|
1030 |
+
]
|
1031 |
+
}
|
data/next/cinematic/cinematic_effects.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "effects",
|
5 |
+
"items": [
|
6 |
+
"anamorphic",
|
7 |
+
"blur",
|
8 |
+
"bokeh",
|
9 |
+
"cgi",
|
10 |
+
"chromakey",
|
11 |
+
"chromatic aberrations",
|
12 |
+
"cinemascope",
|
13 |
+
"cineon",
|
14 |
+
"cinestill",
|
15 |
+
"de-noise",
|
16 |
+
"deep focus",
|
17 |
+
"depth of field",
|
18 |
+
"distortion",
|
19 |
+
"film still",
|
20 |
+
"flicker",
|
21 |
+
"glare",
|
22 |
+
"grain",
|
23 |
+
"grit",
|
24 |
+
"haze",
|
25 |
+
"lens flares",
|
26 |
+
"light leaks",
|
27 |
+
"motion blur",
|
28 |
+
"motion control",
|
29 |
+
"rack focus",
|
30 |
+
"rear projection",
|
31 |
+
"shallow focus",
|
32 |
+
"sharpen",
|
33 |
+
"special effects",
|
34 |
+
"starbursts",
|
35 |
+
"u-matic",
|
36 |
+
"underwater shot",
|
37 |
+
"vhs",
|
38 |
+
"vignetting",
|
39 |
+
"visual effects"
|
40 |
+
]
|
41 |
+
}
|
data/next/cinematic/color_grading.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "color grading",
|
5 |
+
"items": [
|
6 |
+
"bold color grading",
|
7 |
+
"bright color grading",
|
8 |
+
"color grading",
|
9 |
+
"cool color grading",
|
10 |
+
"cool-toned color grading",
|
11 |
+
"cross-processed color grading",
|
12 |
+
"day-for-night color grading",
|
13 |
+
"desaturated color grading",
|
14 |
+
"duotone color grading",
|
15 |
+
"earthy color grading",
|
16 |
+
"faded color grading",
|
17 |
+
"film noir color grading",
|
18 |
+
"filmic color grading",
|
19 |
+
"hard light",
|
20 |
+
"haze",
|
21 |
+
"hdr",
|
22 |
+
"high-key color grading",
|
23 |
+
"high-key lighting",
|
24 |
+
"low-key color grading",
|
25 |
+
"low-key lighting",
|
26 |
+
"monochromatic color grading",
|
27 |
+
"muted color grading",
|
28 |
+
"neon color grading",
|
29 |
+
"night-for-day color grading",
|
30 |
+
"pastel color grading",
|
31 |
+
"quadtone color grading",
|
32 |
+
"saturated color grading",
|
33 |
+
"soft light",
|
34 |
+
"split-tone color grading",
|
35 |
+
"sunset color grading",
|
36 |
+
"traditional color grading",
|
37 |
+
"tritone color grading",
|
38 |
+
"vibrant color grading",
|
39 |
+
"warm color grading",
|
40 |
+
"warm-toned color grading"
|
41 |
+
]
|
42 |
+
}
|
data/next/cinematic/color_modifiers.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "color modifier",
|
5 |
+
"items": [
|
6 |
+
"autumnal",
|
7 |
+
"bold",
|
8 |
+
"bright",
|
9 |
+
"clear",
|
10 |
+
"cool",
|
11 |
+
"dark",
|
12 |
+
"deep",
|
13 |
+
"dull",
|
14 |
+
"earthy",
|
15 |
+
"faded",
|
16 |
+
"foggy",
|
17 |
+
"glossy",
|
18 |
+
"glowing",
|
19 |
+
"harsh",
|
20 |
+
"hazy",
|
21 |
+
"industrial",
|
22 |
+
"iridescent",
|
23 |
+
"light",
|
24 |
+
"luxurious",
|
25 |
+
"matte",
|
26 |
+
"metallic",
|
27 |
+
"misty",
|
28 |
+
"muted",
|
29 |
+
"natural",
|
30 |
+
"nautical",
|
31 |
+
"neon",
|
32 |
+
"opaque",
|
33 |
+
"opulent",
|
34 |
+
"organic",
|
35 |
+
"pale",
|
36 |
+
"pastel",
|
37 |
+
"radiant",
|
38 |
+
"rich",
|
39 |
+
"rustic",
|
40 |
+
"satin",
|
41 |
+
"sheer",
|
42 |
+
"shimmering",
|
43 |
+
"smoky",
|
44 |
+
"soft",
|
45 |
+
"sparkling",
|
46 |
+
"springtime",
|
47 |
+
"strong",
|
48 |
+
"subdued",
|
49 |
+
"subtle",
|
50 |
+
"summery",
|
51 |
+
"translucent",
|
52 |
+
"transparent",
|
53 |
+
"tropical",
|
54 |
+
"urban",
|
55 |
+
"very dark",
|
56 |
+
"very light",
|
57 |
+
"vibrant",
|
58 |
+
"warm",
|
59 |
+
"wintry"
|
60 |
+
]
|
61 |
+
}
|
data/next/cinematic/directors.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "Directed by ",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"Akira Kurosawa",
|
7 |
+
"Alejandro Jodorowsky",
|
8 |
+
"Alfred Hitchcock",
|
9 |
+
"Ang Lee",
|
10 |
+
"Baz Luhrmann",
|
11 |
+
"Christopher Doyle",
|
12 |
+
"Christopher Nolan",
|
13 |
+
"Coen Brothers (Ethan and Joel Coen)",
|
14 |
+
"Darren Aronofsky",
|
15 |
+
"David Cronenberg",
|
16 |
+
"David Fincher",
|
17 |
+
"David Lynch",
|
18 |
+
"David O. Russell",
|
19 |
+
"Edgar Wright",
|
20 |
+
"François Ozon",
|
21 |
+
"Gaspar Noé",
|
22 |
+
"Guillermo del Toro",
|
23 |
+
"Guy Ritchie",
|
24 |
+
"Harmony Korine",
|
25 |
+
"Hayao Miyazaki",
|
26 |
+
"Jean-Pierre Jeunet",
|
27 |
+
"Jean-Pierre Melville",
|
28 |
+
"John Carpenter",
|
29 |
+
"Jonathan Glazer",
|
30 |
+
"Lars von Trier",
|
31 |
+
"Martin Scorsese",
|
32 |
+
"Michel Gondry",
|
33 |
+
"Nicolas Winding Refn",
|
34 |
+
"Park Chan-wook",
|
35 |
+
"Paul Thomas Anderson",
|
36 |
+
"Pedro Almodóvar",
|
37 |
+
"Quentin Tarantino",
|
38 |
+
"Ridley Scott",
|
39 |
+
"Robert Rodriguez",
|
40 |
+
"Sam Raimi",
|
41 |
+
"Sofia Coppola",
|
42 |
+
"Spike Lee",
|
43 |
+
"Stanley Kubrick",
|
44 |
+
"Stanley Tucci",
|
45 |
+
"Steven Spielberg",
|
46 |
+
"Takashi Miike",
|
47 |
+
"Terry Gilliam",
|
48 |
+
"Terry Zwigoff",
|
49 |
+
"Tim Burton",
|
50 |
+
"Timur Bekmambetov",
|
51 |
+
"Wes Anderson",
|
52 |
+
"Wong Kar-wai"
|
53 |
+
]
|
54 |
+
}
|
data/next/cinematic/effects.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "optical effect",
|
5 |
+
"items": [
|
6 |
+
"Abney effect",
|
7 |
+
"Afterimage",
|
8 |
+
"Bezold effect",
|
9 |
+
"Bezold–Brücke shift",
|
10 |
+
"Chromatic adaptation",
|
11 |
+
"Chromostereopsis",
|
12 |
+
"Color assimilation",
|
13 |
+
"Color constancy",
|
14 |
+
"Fechner color",
|
15 |
+
"Helmholtz–Kohlrausch effect",
|
16 |
+
"Hunt effect",
|
17 |
+
"McCollough effect",
|
18 |
+
"Metamerism",
|
19 |
+
"Neon color spreading",
|
20 |
+
"Opponent process",
|
21 |
+
"Phi phenomenon",
|
22 |
+
"Purkinje effect",
|
23 |
+
"Simultaneous contrast",
|
24 |
+
"Spreading effect",
|
25 |
+
"Subjective color",
|
26 |
+
"Watercolor illusion"
|
27 |
+
]
|
28 |
+
}
|
data/next/cinematic/film_type.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"16mm film",
|
7 |
+
"28mm film",
|
8 |
+
"35mm film",
|
9 |
+
"4k resolution",
|
10 |
+
"70mm film",
|
11 |
+
"8k resolution",
|
12 |
+
"8mm film",
|
13 |
+
"9.5mm film",
|
14 |
+
"anamorphic",
|
15 |
+
"betamax",
|
16 |
+
"chromakey",
|
17 |
+
"cinemascope",
|
18 |
+
"cinematic",
|
19 |
+
"cinematography",
|
20 |
+
"cineon",
|
21 |
+
"cinestill",
|
22 |
+
"prores",
|
23 |
+
"super 8mm film",
|
24 |
+
"u-matic",
|
25 |
+
"vhs"
|
26 |
+
]
|
27 |
+
}
|
data/next/cinematic/genre.json
ADDED
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "movie genre",
|
5 |
+
"items": [
|
6 |
+
"action",
|
7 |
+
"action adventure",
|
8 |
+
"action comedy",
|
9 |
+
"action crime",
|
10 |
+
"action drama",
|
11 |
+
"action horror",
|
12 |
+
"action mystery",
|
13 |
+
"action thriller",
|
14 |
+
"adventure",
|
15 |
+
"animation",
|
16 |
+
"apocalyptic",
|
17 |
+
"art",
|
18 |
+
"art house",
|
19 |
+
"asian",
|
20 |
+
"b-horror",
|
21 |
+
"b-movie",
|
22 |
+
"baseball",
|
23 |
+
"basketball",
|
24 |
+
"biker",
|
25 |
+
"biopic",
|
26 |
+
"black comedy",
|
27 |
+
"blaxploitation",
|
28 |
+
"boxer",
|
29 |
+
"british",
|
30 |
+
"buddy",
|
31 |
+
"catastrophe",
|
32 |
+
"chick flick",
|
33 |
+
"childhood",
|
34 |
+
"christmas",
|
35 |
+
"chronic",
|
36 |
+
"circus",
|
37 |
+
"college",
|
38 |
+
"comedy",
|
39 |
+
"coming of age",
|
40 |
+
"cop",
|
41 |
+
"crime",
|
42 |
+
"crime adventure",
|
43 |
+
"crime comedy",
|
44 |
+
"crime drama",
|
45 |
+
"crime horror",
|
46 |
+
"crime mystery",
|
47 |
+
"crime thriller",
|
48 |
+
"dance",
|
49 |
+
"dark comedy",
|
50 |
+
"dark fantasy",
|
51 |
+
"detective",
|
52 |
+
"disaster",
|
53 |
+
"disaster film",
|
54 |
+
"documentary",
|
55 |
+
"documentary-style",
|
56 |
+
"drama",
|
57 |
+
"drama adventure",
|
58 |
+
"drama comedy",
|
59 |
+
"drama mystery",
|
60 |
+
"drama thriller",
|
61 |
+
"epic",
|
62 |
+
"epic fantasy",
|
63 |
+
"epic science fiction",
|
64 |
+
"experimental",
|
65 |
+
"family",
|
66 |
+
"family drama",
|
67 |
+
"fantasy",
|
68 |
+
"fantasy action",
|
69 |
+
"fantasy adventure",
|
70 |
+
"fantasy comedy",
|
71 |
+
"fantasy crime",
|
72 |
+
"fantasy drama",
|
73 |
+
"fantasy mystery",
|
74 |
+
"fantasy thriller",
|
75 |
+
"film adaptation",
|
76 |
+
"film noir",
|
77 |
+
"food",
|
78 |
+
"foodie",
|
79 |
+
"football",
|
80 |
+
"foreign",
|
81 |
+
"futuristic",
|
82 |
+
"gangster",
|
83 |
+
"gory",
|
84 |
+
"gothic",
|
85 |
+
"gothic horror",
|
86 |
+
"gothic romance",
|
87 |
+
"grindhouse",
|
88 |
+
"halloween",
|
89 |
+
"hard-boiled",
|
90 |
+
"historical",
|
91 |
+
"historical drama",
|
92 |
+
"historical thriller",
|
93 |
+
"history",
|
94 |
+
"holiday",
|
95 |
+
"holiday film",
|
96 |
+
"horror",
|
97 |
+
"horror adventure",
|
98 |
+
"horror comedy",
|
99 |
+
"horror crime",
|
100 |
+
"horror drama",
|
101 |
+
"horror mystery",
|
102 |
+
"horror thriller",
|
103 |
+
"independent film",
|
104 |
+
"indie",
|
105 |
+
"kung fu",
|
106 |
+
"legal",
|
107 |
+
"lgbt",
|
108 |
+
"martial arts",
|
109 |
+
"medieval fantasy",
|
110 |
+
"melodrama",
|
111 |
+
"mockumentary",
|
112 |
+
"monster",
|
113 |
+
"music",
|
114 |
+
"musicals",
|
115 |
+
"mystery",
|
116 |
+
"mystery adventure",
|
117 |
+
"mystery comedy",
|
118 |
+
"mystery drama",
|
119 |
+
"mystery horror",
|
120 |
+
"mystery suspense",
|
121 |
+
"mystery thriller",
|
122 |
+
"mythological fantasy",
|
123 |
+
"neo noir",
|
124 |
+
"new french extremity",
|
125 |
+
"noir",
|
126 |
+
"paranormal",
|
127 |
+
"political",
|
128 |
+
"political thriller",
|
129 |
+
"post apocalyptic",
|
130 |
+
"psychological horror",
|
131 |
+
"psychological thriller",
|
132 |
+
"romance",
|
133 |
+
"romance adventure",
|
134 |
+
"romance comedy",
|
135 |
+
"romance drama",
|
136 |
+
"romance thriller",
|
137 |
+
"romantic comedy",
|
138 |
+
"romantic thriller",
|
139 |
+
"satire",
|
140 |
+
"sci-fi action",
|
141 |
+
"sci-fi adventure",
|
142 |
+
"sci-fi comedy",
|
143 |
+
"sci-fi drama",
|
144 |
+
"sci-fi horror",
|
145 |
+
"sci-fi mystery",
|
146 |
+
"sci-fi thriller",
|
147 |
+
"science fiction",
|
148 |
+
"slasher",
|
149 |
+
"social issues",
|
150 |
+
"space opera",
|
151 |
+
"splatter",
|
152 |
+
"sports",
|
153 |
+
"sports adventure",
|
154 |
+
"sports comedy",
|
155 |
+
"sports drama",
|
156 |
+
"sports mystery",
|
157 |
+
"sports thriller",
|
158 |
+
"spy thriller",
|
159 |
+
"superhero",
|
160 |
+
"surrealist",
|
161 |
+
"suspense",
|
162 |
+
"teen",
|
163 |
+
"thriller",
|
164 |
+
"thriller adventure",
|
165 |
+
"thriller comedy",
|
166 |
+
"thriller crime",
|
167 |
+
"thriller drama",
|
168 |
+
"thriller horror",
|
169 |
+
"thriller mystery",
|
170 |
+
"thriller romance",
|
171 |
+
"thriller suspense",
|
172 |
+
"urban fantasy",
|
173 |
+
"war",
|
174 |
+
"war adventure",
|
175 |
+
"war comedy",
|
176 |
+
"war drama",
|
177 |
+
"war mystery",
|
178 |
+
"war thriller",
|
179 |
+
"western",
|
180 |
+
"women in prison",
|
181 |
+
"zombie"
|
182 |
+
]
|
183 |
+
}
|
data/next/cinematic/movies.json
ADDED
@@ -0,0 +1,150 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "movie likeness",
|
5 |
+
"items": [
|
6 |
+
"2001: A Space Odyssey (1968)",
|
7 |
+
"Amélie (2001)",
|
8 |
+
"Big Fish (2003)",
|
9 |
+
"Black Swan (2010)",
|
10 |
+
"Blade (1998)",
|
11 |
+
"Blade Runner (1982)",
|
12 |
+
"Blue Is the Warmest Color (2013)",
|
13 |
+
"Braveheart (1995)",
|
14 |
+
"Brazil (1985)",
|
15 |
+
"Casino Royale (2006)",
|
16 |
+
"Chicago (2002)",
|
17 |
+
"Chungking Express (1994)",
|
18 |
+
"Cloud Atlas (2012)",
|
19 |
+
"Coraline (2009)",
|
20 |
+
"Crouching Tiger, Hidden Dragon (2000)",
|
21 |
+
"Dancer in the Dark (2000)",
|
22 |
+
"Delicatessen (1991)",
|
23 |
+
"Donnie Darko (2001)",
|
24 |
+
"Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb (1964)",
|
25 |
+
"Drive (2011)",
|
26 |
+
"Edward Scissorhands (1990)",
|
27 |
+
"Enter the Void (2009)",
|
28 |
+
"Eternal Sunshine of the Spotless Mind (2004)",
|
29 |
+
"Eyes Wide Shut (1999)",
|
30 |
+
"Fargo (1996)",
|
31 |
+
"Fear and Loathing in Las Vegas (1998)",
|
32 |
+
"Fight Club (1999)",
|
33 |
+
"Forrest Gump (1994)",
|
34 |
+
"Ghost in the Shell (1995)",
|
35 |
+
"Ghostbusters (1984)",
|
36 |
+
"Gladiator (2000)",
|
37 |
+
"Gone with the Wind (1939)",
|
38 |
+
"Gravity (2013)",
|
39 |
+
"Halloween (1978)",
|
40 |
+
"Harry Potter and the Sorcerer's Stone (2001)",
|
41 |
+
"Her (2013)",
|
42 |
+
"Holy Motors (2012)",
|
43 |
+
"House of Flying Daggers (2004)",
|
44 |
+
"How to Train Your Dragon (2010)",
|
45 |
+
"Howl's Moving Castle (2004)",
|
46 |
+
"I Am Love (2009)",
|
47 |
+
"In the Mood for Love (2000)",
|
48 |
+
"Inception (2010)",
|
49 |
+
"Indiana Jones and the Raiders of the Lost Ark (1981)",
|
50 |
+
"It Follows (2014)",
|
51 |
+
"Jaws (1975)",
|
52 |
+
"Kill Bill: Volume 1 (2003)",
|
53 |
+
"Kill Bill: Volume 2 (2004)",
|
54 |
+
"Labyrinth (1986)",
|
55 |
+
"Lawrence of Arabia (1962)",
|
56 |
+
"Life Is Beautiful (1997)",
|
57 |
+
"Life of Pi (2012)",
|
58 |
+
"Lilo & Stitch (2002)",
|
59 |
+
"Logan (2017)",
|
60 |
+
"Mad Max 2: The Road Warrior (1981)",
|
61 |
+
"Mad Max: Fury Road (2015)",
|
62 |
+
"Metropolis (1927)",
|
63 |
+
"Moulin Rouge! (2001)",
|
64 |
+
"Mr. Nobody (2009)",
|
65 |
+
"My Neighbor Totoro (1988)",
|
66 |
+
"Night of the Living Dead (1968)",
|
67 |
+
"North by Northwest (1959)",
|
68 |
+
"Oldboy (2003)",
|
69 |
+
"On the Waterfront (1954)",
|
70 |
+
"Once Upon a Time in the West (1968)",
|
71 |
+
"Pan's Labyrinth (2006)",
|
72 |
+
"Pink Floyd: The Wall (1982)",
|
73 |
+
"Psycho (1960)",
|
74 |
+
"Pulp Fiction (1994)",
|
75 |
+
"Scott Pilgrim vs. the World (2010)",
|
76 |
+
"Shutter Island (2010)",
|
77 |
+
"Sin City (2005)",
|
78 |
+
"Sin City: A Dame to Kill For (2014)",
|
79 |
+
"Skyfall (2012)",
|
80 |
+
"Sleeping Beauty (1959)",
|
81 |
+
"Snow White and the Seven Dwarfs (1937)",
|
82 |
+
"Spirited Away (2001)",
|
83 |
+
"Star Wars: Episode IV - A New Hope (1977)",
|
84 |
+
"Star Wars: Episode V - The Empire Strikes Back (1980)",
|
85 |
+
"Star Wars: Episode VI - Return of the Jedi (1983)",
|
86 |
+
"Sucker Punch (2011)",
|
87 |
+
"Suspiria (1977)",
|
88 |
+
"The Big Lebowski (1998)",
|
89 |
+
"The Cabinet of Dr. Caligari (1920)",
|
90 |
+
"The Cell (2000)",
|
91 |
+
"The Crow (1994)",
|
92 |
+
"The Curious Case of Benjamin Button (2008)",
|
93 |
+
"The Darjeeling Limited (2007)",
|
94 |
+
"The Dark Crystal (1982)",
|
95 |
+
"The Dark Knight (2008)",
|
96 |
+
"The Double Life of Veronique (1991)",
|
97 |
+
"The Fall (2006)",
|
98 |
+
"The Fall of the House of Usher (1928)",
|
99 |
+
"The Fifth Element (1997)",
|
100 |
+
"The Fly (1986)",
|
101 |
+
"The Forbidden Kingdom (2008)",
|
102 |
+
"The Fountain (2006)",
|
103 |
+
"The Godfather (1972)",
|
104 |
+
"The Grand Budapest Hotel (2014)",
|
105 |
+
"The Grandmaster (2013)",
|
106 |
+
"The Great Dictator (1940)",
|
107 |
+
"The Great Gatsby (2013)",
|
108 |
+
"The Green Mile (1999)",
|
109 |
+
"The Handmaiden (2016)",
|
110 |
+
"The Hateful Eight (2015)",
|
111 |
+
"The Hours (2002)",
|
112 |
+
"The Hunger Games: Catching Fire (2013)",
|
113 |
+
"The Imaginarium of Doctor Parnassus (2009)",
|
114 |
+
"The Incredibles (2004)",
|
115 |
+
"The Iron Giant (1999)",
|
116 |
+
"The Last Emperor (1987)",
|
117 |
+
"The Lego Movie (2014)",
|
118 |
+
"The Life Aquatic with Steve Zissou (2004)",
|
119 |
+
"The Lion King (1994)",
|
120 |
+
"The Little Mermaid (1989)",
|
121 |
+
"The Lord of the Rings Trilogy (2001-2003)",
|
122 |
+
"The Lord of the Rings: The Fellowship of the Ring (2001)",
|
123 |
+
"The Lord of the Rings: The Return of the King (2003)",
|
124 |
+
"The Lord of the Rings: The Two Towers (2002)",
|
125 |
+
"The Love Witch (2016)",
|
126 |
+
"The Maltese Falcon (1941)",
|
127 |
+
"The Matrix (1999)",
|
128 |
+
"The Matrix Reloaded (2003)",
|
129 |
+
"The Matrix Revolutions (2003)",
|
130 |
+
"The Mighty Ducks (1992)",
|
131 |
+
"The Neon Demon (2016)",
|
132 |
+
"The Neverending Story (1984)",
|
133 |
+
"The New World (2005)",
|
134 |
+
"The Nightmare Before Christmas (1993)",
|
135 |
+
"The Passion of Joan of Arc (1928)",
|
136 |
+
"The Phantom of the Opera (1925)",
|
137 |
+
"The Prestige (2006)",
|
138 |
+
"The Princess and the Frog (2009)",
|
139 |
+
"The Princess Bride (1987)",
|
140 |
+
"The Red Shoes (1948)",
|
141 |
+
"The Secret of Kells (2009)",
|
142 |
+
"The Shape of Water (2017)",
|
143 |
+
"The Social Network (2010)",
|
144 |
+
"The Thin Red Line (1998)",
|
145 |
+
"The Tree of Life (2011)",
|
146 |
+
"Titanic (1997)",
|
147 |
+
"Tomorrowland (2015)",
|
148 |
+
"Tron (1982)"
|
149 |
+
]
|
150 |
+
}
|
data/next/cinematic/shot_type.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"aerial shot",
|
7 |
+
"bird's-eye view shot",
|
8 |
+
"close-up scene",
|
9 |
+
"close-up shot",
|
10 |
+
"crane shot",
|
11 |
+
"crowd shot",
|
12 |
+
"cutaway scene",
|
13 |
+
"cutaway shot",
|
14 |
+
"dolly shot",
|
15 |
+
"dollying",
|
16 |
+
"drone shot",
|
17 |
+
"dutch angle shot",
|
18 |
+
"establishing shot",
|
19 |
+
"extreme close-up shot",
|
20 |
+
"fantasy shot",
|
21 |
+
"flashback scene",
|
22 |
+
"flashback shot",
|
23 |
+
"freeze-frame shot",
|
24 |
+
"group shot",
|
25 |
+
"handheld shot",
|
26 |
+
"high-angle shot",
|
27 |
+
"insert shot",
|
28 |
+
"jib shot",
|
29 |
+
"long lens",
|
30 |
+
"long shot",
|
31 |
+
"low-angle shot",
|
32 |
+
"matte shot",
|
33 |
+
"medium shot",
|
34 |
+
"montage scene",
|
35 |
+
"montage shot",
|
36 |
+
"over-the-shoulder shot",
|
37 |
+
"overhead shot",
|
38 |
+
"pan shot",
|
39 |
+
"panning",
|
40 |
+
"point-of-view shot",
|
41 |
+
"reverse shot",
|
42 |
+
"slow motion",
|
43 |
+
"slow-motion shot",
|
44 |
+
"split screen shot",
|
45 |
+
"steadicam",
|
46 |
+
"steadicam shot",
|
47 |
+
"three-shot",
|
48 |
+
"tilt shot",
|
49 |
+
"tilt-shift",
|
50 |
+
"time-lapse scene",
|
51 |
+
"time-lapse shot",
|
52 |
+
"tracking",
|
53 |
+
"tracking shot",
|
54 |
+
"traveling shot",
|
55 |
+
"two-shot",
|
56 |
+
"underwater shot",
|
57 |
+
"wide-angle lens",
|
58 |
+
"worm's-eye view shot",
|
59 |
+
"zoom shot"
|
60 |
+
]
|
61 |
+
}
|
data/next/fashion/accessories.json
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "wearing ",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "accessory,",
|
5 |
+
"items": [
|
6 |
+
"anklet",
|
7 |
+
"arm warmers",
|
8 |
+
"armlet",
|
9 |
+
"ascot",
|
10 |
+
"backpack",
|
11 |
+
"bandana",
|
12 |
+
"bangle",
|
13 |
+
"barrette",
|
14 |
+
"barrettes",
|
15 |
+
"baseball cap",
|
16 |
+
"beaded bracelet",
|
17 |
+
"beanie",
|
18 |
+
"belly button ring",
|
19 |
+
"belt",
|
20 |
+
"belt bag",
|
21 |
+
"beret",
|
22 |
+
"blazer",
|
23 |
+
"boater",
|
24 |
+
"bobby pins",
|
25 |
+
"bolero",
|
26 |
+
"bolo tie",
|
27 |
+
"boot cuffs",
|
28 |
+
"boutonniere",
|
29 |
+
"bow tie",
|
30 |
+
"bowler hat",
|
31 |
+
"bracelet",
|
32 |
+
"briefcase",
|
33 |
+
"brooch",
|
34 |
+
"bucket hat",
|
35 |
+
"camera bag",
|
36 |
+
"cape",
|
37 |
+
"capelet",
|
38 |
+
"cardigan",
|
39 |
+
"chain",
|
40 |
+
"charm bracelet",
|
41 |
+
"choker",
|
42 |
+
"cigarette holder",
|
43 |
+
"cloak",
|
44 |
+
"cloche hat",
|
45 |
+
"clutch",
|
46 |
+
"coin purse",
|
47 |
+
"collar necklace",
|
48 |
+
"contact lenses",
|
49 |
+
"cowboy hat",
|
50 |
+
"cowl",
|
51 |
+
"cravat",
|
52 |
+
"crossbody bag",
|
53 |
+
"crown",
|
54 |
+
"cuff bracelet",
|
55 |
+
"cufflinks",
|
56 |
+
"cummerbund",
|
57 |
+
"cummerbund bow tie",
|
58 |
+
"dickey",
|
59 |
+
"driving gloves",
|
60 |
+
"duffel bag",
|
61 |
+
"ear cuffs",
|
62 |
+
"ear gauges",
|
63 |
+
"earrings",
|
64 |
+
"eyebrow ring",
|
65 |
+
"fan",
|
66 |
+
"fanny pack",
|
67 |
+
"fascinator",
|
68 |
+
"fedora",
|
69 |
+
"finger gloves",
|
70 |
+
"fingerless gloves",
|
71 |
+
"fitbit",
|
72 |
+
"flat cap",
|
73 |
+
"foulard",
|
74 |
+
"gaiters",
|
75 |
+
"gloves",
|
76 |
+
"golf gloves",
|
77 |
+
"hair clip",
|
78 |
+
"hair comb",
|
79 |
+
"hair elastic",
|
80 |
+
"hair fork",
|
81 |
+
"hair pick",
|
82 |
+
"hair stick",
|
83 |
+
"hair tie",
|
84 |
+
"hair vine",
|
85 |
+
"hairbands",
|
86 |
+
"hairpin",
|
87 |
+
"handkerchief",
|
88 |
+
"hat",
|
89 |
+
"hat pin",
|
90 |
+
"hatpin",
|
91 |
+
"head wrap",
|
92 |
+
"headband",
|
93 |
+
"headscarf",
|
94 |
+
"hobo bag",
|
95 |
+
"kaftan",
|
96 |
+
"kimono",
|
97 |
+
"knee-high socks",
|
98 |
+
"lapel pin",
|
99 |
+
"laptop bag",
|
100 |
+
"leather bracelet",
|
101 |
+
"leg warmers",
|
102 |
+
"leggings",
|
103 |
+
"lip ring",
|
104 |
+
"locket",
|
105 |
+
"long gloves",
|
106 |
+
"messenger bag",
|
107 |
+
"mittens",
|
108 |
+
"money clip",
|
109 |
+
"muffler",
|
110 |
+
"necklace",
|
111 |
+
"necktie",
|
112 |
+
"newsboy cap",
|
113 |
+
"nose ring",
|
114 |
+
"panama hat",
|
115 |
+
"pantyhose",
|
116 |
+
"parasol",
|
117 |
+
"pendant",
|
118 |
+
"pipe",
|
119 |
+
"pocket square",
|
120 |
+
"pocket watch",
|
121 |
+
"poncho",
|
122 |
+
"pork pie hat",
|
123 |
+
"reading glasses",
|
124 |
+
"ring",
|
125 |
+
"sash",
|
126 |
+
"satchel",
|
127 |
+
"scarf",
|
128 |
+
"scarf ring",
|
129 |
+
"scrunchie",
|
130 |
+
"shawl",
|
131 |
+
"shawlette",
|
132 |
+
"smartwatch",
|
133 |
+
"socks",
|
134 |
+
"spats",
|
135 |
+
"statement necklace",
|
136 |
+
"stockings",
|
137 |
+
"stole",
|
138 |
+
"suitcase",
|
139 |
+
"sun hat",
|
140 |
+
"sun visor",
|
141 |
+
"sunglasses",
|
142 |
+
"suspenders",
|
143 |
+
"tiara",
|
144 |
+
"tie bar",
|
145 |
+
"tie clip",
|
146 |
+
"tights",
|
147 |
+
"toe ring",
|
148 |
+
"tongue ring",
|
149 |
+
"top hat",
|
150 |
+
"tote bag",
|
151 |
+
"trilby",
|
152 |
+
"turban",
|
153 |
+
"umbrella",
|
154 |
+
"veil",
|
155 |
+
"walking stick",
|
156 |
+
"wallet",
|
157 |
+
"watch",
|
158 |
+
"wristwatch"
|
159 |
+
]
|
160 |
+
}
|
data/next/fashion/cultural.json
ADDED
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": "culturan garment",
|
5 |
+
"items": [
|
6 |
+
"80s power suit",
|
7 |
+
"90s grunge flannel shirt",
|
8 |
+
"afghan pakol hat",
|
9 |
+
"african dashiki shirt",
|
10 |
+
"african kufi cap",
|
11 |
+
"algerian burnous cloak",
|
12 |
+
"arabian thobe",
|
13 |
+
"argentine gaucho hat",
|
14 |
+
"art deco beaded flapper dress",
|
15 |
+
"art nouveau hairpin",
|
16 |
+
"baroque wig",
|
17 |
+
"bavarian lederhosen",
|
18 |
+
"bhutanese kira dress",
|
19 |
+
"brazilian havaianas flip flops",
|
20 |
+
"brunei baju melayu",
|
21 |
+
"cambodian sampot wrap",
|
22 |
+
"chilean poncho",
|
23 |
+
"chinese cheongsam dress",
|
24 |
+
"chinese tang suit",
|
25 |
+
"cuban guayabera shirt",
|
26 |
+
"edwardian ascot",
|
27 |
+
"egyptian galabeya dress",
|
28 |
+
"egyptian kohl eyeliner",
|
29 |
+
"ethiopian shemma scarf",
|
30 |
+
"french beret",
|
31 |
+
"geisha obi sash",
|
32 |
+
"greek sandals",
|
33 |
+
"hippie headband",
|
34 |
+
"indian jutti shoes",
|
35 |
+
"indian sari",
|
36 |
+
"indonesian batik shirt",
|
37 |
+
"indonesian sarong",
|
38 |
+
"inuit parka",
|
39 |
+
"iranian qeleshe hat",
|
40 |
+
"iraqi keffiyeh scarf",
|
41 |
+
"irish aran sweater",
|
42 |
+
"israeli kippah",
|
43 |
+
"israeli tallit prayer shawl",
|
44 |
+
"jamaican dreadlocks",
|
45 |
+
"japanese kimono",
|
46 |
+
"jazz age fedora",
|
47 |
+
"jordanian thawb robe",
|
48 |
+
"kazakh kalpak hat",
|
49 |
+
"kenyan kanga wrap",
|
50 |
+
"kenyan kikoi wrap",
|
51 |
+
"korean gat hat",
|
52 |
+
"korean hanbok",
|
53 |
+
"kuwaiti abaya robe",
|
54 |
+
"lebanese tarbush hat",
|
55 |
+
"libyan fez hat",
|
56 |
+
"libyan gandoura shirt",
|
57 |
+
"malaysian songkok hat",
|
58 |
+
"medieval chain mail",
|
59 |
+
"mexican sombrero",
|
60 |
+
"mongolian deel dress",
|
61 |
+
"mongolian fur hat",
|
62 |
+
"moroccan babouche slippers",
|
63 |
+
"moroccan djellaba robe",
|
64 |
+
"myanmar longyi wrap",
|
65 |
+
"native american headdress",
|
66 |
+
"nepalese dhaka topi hat",
|
67 |
+
"nigerian agbada robe",
|
68 |
+
"nigerian buba top",
|
69 |
+
"nordic sweater",
|
70 |
+
"omani dishdasha dress",
|
71 |
+
"pakistani shalwar kameez",
|
72 |
+
"peruvian chullo hat",
|
73 |
+
"philippine barong tagalog",
|
74 |
+
"punk studded leather jacket",
|
75 |
+
"regency-era cravat",
|
76 |
+
"renaissance doublet",
|
77 |
+
"rococo corset",
|
78 |
+
"roman toga",
|
79 |
+
"russian ushanka hat",
|
80 |
+
"samurai hakama pants",
|
81 |
+
"saudi arabian thobe robe",
|
82 |
+
"scottish kilt",
|
83 |
+
"singaporean baju kurung",
|
84 |
+
"south african dashiki shirt",
|
85 |
+
"south african zebra-printed dashiki",
|
86 |
+
"spanish mantilla veil",
|
87 |
+
"sri lankan sarong",
|
88 |
+
"sudanese jelabiya robe",
|
89 |
+
"sudanese tobe wrap",
|
90 |
+
"syrian keffiyeh scarf",
|
91 |
+
"thai chut thai dress",
|
92 |
+
"thai pha sin wrap skirt",
|
93 |
+
"tibetan chuba coat",
|
94 |
+
"trinidadian carnival costume",
|
95 |
+
"tunisian fouta towel",
|
96 |
+
"turkish fez hat",
|
97 |
+
"uzbek chapan coat",
|
98 |
+
"victorian hoop skirt",
|
99 |
+
"vietnamese ao dai",
|
100 |
+
"vietnamese conical hat",
|
101 |
+
"welsh tartan scarf",
|
102 |
+
"yemeni jambiya dagger",
|
103 |
+
"zimbabwean kanga"
|
104 |
+
]
|
105 |
+
}
|
data/next/fashion/designers.json
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "clothes designed by",
|
3 |
+
"separator": "and",
|
4 |
+
"endprompt": ",",
|
5 |
+
"items": [
|
6 |
+
"acne studios",
|
7 |
+
"akris",
|
8 |
+
"alberta ferretti",
|
9 |
+
"alexander mcqueen",
|
10 |
+
"alexandre vauthier",
|
11 |
+
"ann demeulemeester",
|
12 |
+
"armani",
|
13 |
+
"badgley mischka",
|
14 |
+
"balenciaga",
|
15 |
+
"balmain",
|
16 |
+
"betsey johnson",
|
17 |
+
"bottega veneta",
|
18 |
+
"burberry",
|
19 |
+
"calvin klein",
|
20 |
+
"carolina herrera",
|
21 |
+
"catherine malandrino",
|
22 |
+
"cavalli",
|
23 |
+
"céline",
|
24 |
+
"chloé",
|
25 |
+
"christopher kane",
|
26 |
+
"cynthia rowley",
|
27 |
+
"diane von furstenberg",
|
28 |
+
"dior",
|
29 |
+
"dolce & gabbana",
|
30 |
+
"donna karan",
|
31 |
+
"doo.ri",
|
32 |
+
"dries van noten",
|
33 |
+
"ellen tracy",
|
34 |
+
"erdem",
|
35 |
+
"escada",
|
36 |
+
"evan picone",
|
37 |
+
"fendi",
|
38 |
+
"ferragamo",
|
39 |
+
"giles deacon",
|
40 |
+
"givenchy",
|
41 |
+
"gucci",
|
42 |
+
"haider ackermann",
|
43 |
+
"hermes",
|
44 |
+
"hermès",
|
45 |
+
"isaac mizrahi",
|
46 |
+
"isabel marant",
|
47 |
+
"j.w. anderson",
|
48 |
+
"jacquemus",
|
49 |
+
"james perse",
|
50 |
+
"jason wu",
|
51 |
+
"jean paul gaultier",
|
52 |
+
"jenny packham",
|
53 |
+
"jessica simpson collection",
|
54 |
+
"jil sander",
|
55 |
+
"john galliano",
|
56 |
+
"jonathan saunders",
|
57 |
+
"karl lagerfeld",
|
58 |
+
"l'wren scott",
|
59 |
+
"lacroix",
|
60 |
+
"lanvin",
|
61 |
+
"lela rose",
|
62 |
+
"lilly pulitzer",
|
63 |
+
"loewe",
|
64 |
+
"louis vuitton",
|
65 |
+
"maison margiela",
|
66 |
+
"marc by marc jacobs",
|
67 |
+
"marc jacobs",
|
68 |
+
"marni",
|
69 |
+
"mary katrantzou",
|
70 |
+
"maxmara",
|
71 |
+
"missoni",
|
72 |
+
"miu miu",
|
73 |
+
"miuccia prada",
|
74 |
+
"moncler gamme rouge",
|
75 |
+
"moschino",
|
76 |
+
"nicole miller",
|
77 |
+
"nina ricci",
|
78 |
+
"off-white c/o virgil abloh",
|
79 |
+
"oscar de la renta",
|
80 |
+
"paco rabanne",
|
81 |
+
"peter som",
|
82 |
+
"phillip lim",
|
83 |
+
"philosophy di alberta ferretti",
|
84 |
+
"prada",
|
85 |
+
"preen",
|
86 |
+
"proenza schouler",
|
87 |
+
"rag & bone",
|
88 |
+
"ralph lauren",
|
89 |
+
"rebecca taylor",
|
90 |
+
"reem acra",
|
91 |
+
"roberto cavalli",
|
92 |
+
"rodarte",
|
93 |
+
"roland mouret",
|
94 |
+
"ruffian",
|
95 |
+
"salvatore ferragamo",
|
96 |
+
"sonia rykiel",
|
97 |
+
"stella mccartney",
|
98 |
+
"tory burch",
|
99 |
+
"tracy reese",
|
100 |
+
"twinkle by wenlan",
|
101 |
+
"valentino",
|
102 |
+
"vera wang",
|
103 |
+
"versace",
|
104 |
+
"victoria beckham",
|
105 |
+
"vionnet",
|
106 |
+
"yves saint laurent",
|
107 |
+
"zac posen",
|
108 |
+
"zero + maria cornejo"
|
109 |
+
]
|
110 |
+
}
|
data/next/fashion/feminine.json
ADDED
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"preprompt": "wearing",
|
3 |
+
"separator": "AND",
|
4 |
+
"endprompt": "",
|
5 |
+
"items": [
|
6 |
+
"backpack",
|
7 |
+
"balaclava",
|
8 |
+
"ball gown",
|
9 |
+
"base layer tops",
|
10 |
+
"bathing suit cover-up",
|
11 |
+
"beach bag",
|
12 |
+
"belt",
|
13 |
+
"bikini",
|
14 |
+
"blazer",
|
15 |
+
"blouse",
|
16 |
+
"board shorts",
|
17 |
+
"boots",
|
18 |
+
"bracelet",
|
19 |
+
"brooch",
|
20 |
+
"cable knit sweater",
|
21 |
+
"capri pants",
|
22 |
+
"cardigan",
|
23 |
+
"clutch",
|
24 |
+
"coat",
|
25 |
+
"cocktail dress",
|
26 |
+
"cover-up",
|
27 |
+
"cropped pants",
|
28 |
+
"cropped top",
|
29 |
+
"crossbody bag",
|
30 |
+
"down jacket",
|
31 |
+
"down vest",
|
32 |
+
"dress",
|
33 |
+
"dress pants",
|
34 |
+
"ear muffs",
|
35 |
+
"earrings",
|
36 |
+
"espadrilles",
|
37 |
+
"evening bag",
|
38 |
+
"evening gown",
|
39 |
+
"flats",
|
40 |
+
"fleece jacket",
|
41 |
+
"flip flops",
|
42 |
+
"fur coat",
|
43 |
+
"fur vest",
|
44 |
+
"gloves",
|
45 |
+
"hair accessory",
|
46 |
+
"handbag",
|
47 |
+
"hat",
|
48 |
+
"heels",
|
49 |
+
"hoodie",
|
50 |
+
"jacket",
|
51 |
+
"jeans",
|
52 |
+
"jewelry",
|
53 |
+
"jumpsuit",
|
54 |
+
"keychain",
|
55 |
+
"leggings",
|
56 |
+
"linen pants",
|
57 |
+
"linen shirt",
|
58 |
+
"little black dress",
|
59 |
+
"long gloves",
|
60 |
+
"long johns",
|
61 |
+
"maxi dress",
|
62 |
+
"mini dress",
|
63 |
+
"mittens",
|
64 |
+
"neck gaiter",
|
65 |
+
"necklace",
|
66 |
+
"one-piece swimsuit",
|
67 |
+
"pants",
|
68 |
+
"parka",
|
69 |
+
"pea coat",
|
70 |
+
"puffer jacket",
|
71 |
+
"pumps",
|
72 |
+
"rain boots",
|
73 |
+
"ring",
|
74 |
+
"romper",
|
75 |
+
"sandals",
|
76 |
+
"sarong",
|
77 |
+
"scarf",
|
78 |
+
"shawl",
|
79 |
+
"shoes",
|
80 |
+
"shorts",
|
81 |
+
"shoulder bag",
|
82 |
+
"ski mask",
|
83 |
+
"skirt",
|
84 |
+
"skirt suit",
|
85 |
+
"skorts",
|
86 |
+
"sleeveless blouse",
|
87 |
+
"sleeveless shirt",
|
88 |
+
"sneakers",
|
89 |
+
"snow boots",
|
90 |
+
"snow goggles",
|
91 |
+
"snow pants",
|
92 |
+
"socks",
|
93 |
+
"stilettos",
|
94 |
+
"stockings",
|
95 |
+
"suit",
|
96 |
+
"summer blouse",
|
97 |
+
"summer capris",
|
98 |
+
"summer flip flops",
|
99 |
+
"summer jewelry",
|
100 |
+
"summer pants",
|
101 |
+
"summer purse",
|
102 |
+
"summer sandals",
|
103 |
+
"summer scarf",
|
104 |
+
"summer shorts",
|
105 |
+
"summer skirt",
|
106 |
+
"summer skirts",
|
107 |
+
"summer sunglasses",
|
108 |
+
"summer t-shirt",
|
109 |
+
"summer tank top",
|
110 |
+
"sun hat",
|
111 |
+
"sundress",
|
112 |
+
"sunglasses",
|
113 |
+
"sunscreen",
|
114 |
+
"sunshirt",
|
115 |
+
"sweater",
|
116 |
+
"swim trunks",
|
117 |
+
"swimsuit",
|
118 |
+
"swimwear",
|
119 |
+
"t-shirt",
|
120 |
+
"tank top",
|
121 |
+
"tankini",
|
122 |
+
"thermal leggings",
|
123 |
+
"thermal socks",
|
124 |
+
"thermal underwear",
|
125 |
+
"tights",
|
126 |
+
"tote bag",
|
127 |
+
"touchscreen gloves",
|
128 |
+
"trench coat",
|
129 |
+
"turtleneck sweater",
|
130 |
+
"umbrella",
|
131 |
+
"visor",
|
132 |
+
"wallet",
|
133 |
+
"warm tights",
|
134 |
+
"watch",
|
135 |
+
"wedges",
|
136 |
+
"winter arm warmers",
|
137 |
+
"winter backpack",
|
138 |
+
"winter boots",
|
139 |
+
"winter coat",
|
140 |
+
"winter facemask",
|
141 |
+
"winter gloves",
|
142 |
+
"winter hand warmers",
|
143 |
+
"winter hat",
|
144 |
+
"winter headband",
|
145 |
+
"winter knee warmers",
|
146 |
+
"winter leg warmers",
|
147 |
+
"winter pants",
|
148 |
+
"winter purse",
|
149 |
+
"winter scarf",
|
150 |
+
"winter shoes",
|
151 |
+
"winter socks",
|
152 |
+
"winter sweater",
|
153 |
+
"winter tote",
|
154 |
+
"winter vest",
|
155 |
+
"wool pants",
|
156 |
+
"wrap",
|
157 |
+
"wrap dress"
|
158 |
+
]
|
159 |
+
}
|