diff --git a/ui/frontend/build_src/public/modifiers.json b/ui/frontend/build_src/public/modifiers.json index ca18cc07..d1191cb5 100644 --- a/ui/frontend/build_src/public/modifiers.json +++ b/ui/frontend/build_src/public/modifiers.json @@ -20,23 +20,42 @@ "16-bit", "Anaglyph", "Anime", + "Art Nouveau", + "Bauhaus", + "Baroque", "CGI", "Cartoon", "Comic Book", "Concept Art", + "Constructivist", + "Cubist", "Digital Art", + "Dadaist", + "Expressionist", "Fantasy", + "Fauvist", + "Figurative", "Graphic Novel", + "Geometric", "Hard Edge Painting", "Hydrodipped", + "Impressionistic", "Lithography", "Manga", + "Minimalist", "Modern Art", "Mosaic", "Mural", + "Naive", + "Neoclassical", "Photo", "Realistic", + "Rococo", + "Romantic", "Street Art", + "Symbolist", + "Stuckist", + "Surrealist", "Visual Novel", "Watercolor" ] @@ -78,9 +97,13 @@ "Glamor Shot", "Golden Hour", "HD", + "Landscape", "Lens Flare", "Macro", "Polaroid", + "Photoshoot", + "Portrait", + "Studio Lighting", "Vintage", "War Photography", "White Balance", @@ -91,10 +114,13 @@ "Color", [ "Beautiful Lighting", + "Cold Color Palette", "Colorful", "Dynamic Lighting", "Electric Colors", "Infrared", + "Pastel", + "Neon", "Synthwave", "Warm Color Palette" ] @@ -103,49 +129,130 @@ "Emotions", [ "Angry", + "Bitter", "Disgusted", "Embarrassed", "Evil", "Excited", "Fear", + "Funny", "Happy", + "Horrifying", "Lonely", "Sad", - "Surprised" + "Serene", + "Surprised", + "Melancholic" ] ], [ "Style of an artist or community", [ "Artstation", + "trending on Artstation", "by Agnes Lawrence Pelton", "by Akihito Yoshida", + "by Alex Grey", + "by Alexander Jansson", + "by Alphonse Mucha", "by Andy Warhol", "by Artgerm", "by Asaf Hanuka", "by Aubrey Beardsley", "by Banksy", + "by Beeple", "by Ben Enwonwu", + "by Bob Eggleton", "by Caravaggio Michelangelo Merisi", + "by Caspar David Friedrich", + "by Chris Foss", + "by Claude Monet", + "by Dan Mumford", "by David Mann", + "by Diego Velázquez", + "by Disney Animation Studios", + "by Édouard Manet", + "by Esao Andrews", "by Frida Kahlo", + "by Gediminas Pranckevicius", + "by Georgia O'Keeffe", + "by Greg Rutkowski", + "by Gustave Doré", + "by Gustave Klimt", "by H.R. Giger", "by Hayao Miyazaki", + "by Henri Matisse", + "by HP Lovecraft", "by Ivan Shishkin", + "by Jack Kirby", + "by Jackson Pollock", + "by James Jean", + "by Jim Burns", "by Johannes Vermeer", "by John William Waterhouse", "by Katsushika Hokusai", + "by Kim Tschang Yeul", "by Ko Young Hoon", "by Leonardo da Vinci", "by Lisa Frank", + "by M.C. Escher", "by Mahmoud Saïd", + "by Makoto Shinkai", + "by Marc Simonetti", "by Mark Brooks", + "by Michelangelo", "by Pablo Picasso", + "by Paul Klee", + "by Peter Mohrbacher", + "by Pierre-Auguste Renoir", + "by Pixar Animation Studios", + "by Rembrandt", "by Richard Dadd", + "by Rossdraws", "by Salvador Dalí", + "by Sam Does Arts", + "by Sandro Botticelli", + "by Ted Nasmith", + "by Ten Hundred", + "by Thomas Kinkade", "by Tivadar Csontváry Kosztka", - "by Yoshitaka Amano", - "by wlop" + "by Victo Ngai", + "by Vincent Di Fate", + "by Vincent van Gogh", + "by Wes Anderson", + "by wlop", + "by Yoshitaka Amano" + ] + ], + [ + "CGI Software", + [ + "3D Model", + "3D Sculpt", + "3Ds Max Model", + "Blender Model", + "Cinema4d Model", + "Maya Model", + "Unreal Engine", + "Zbrush Sculpt" + ] + ], + [ + "CGI Rendering", + [ + "3D Render", + "Corona Render", + "Creature Design", + "Cycles Render", + "Detailed Render", + "Environment Design", + "Intricate Environment", + "LSD Render", + "Octane Render", + "PBR", + "Glass Caustics", + "Global Illumination", + "Subsurface Scattering" ] ] ] diff --git a/ui/frontend/build_src/src/components/creationPanel/imageModifiers/index.tsx b/ui/frontend/build_src/src/components/creationPanel/imageModifiers/index.tsx index afb6a8ac..9ff3549c 100644 --- a/ui/frontend/build_src/src/components/creationPanel/imageModifiers/index.tsx +++ b/ui/frontend/build_src/src/components/creationPanel/imageModifiers/index.tsx @@ -13,8 +13,8 @@ type ModifierListProps = { } function ModifierList({tags}: ModifierListProps) { - const setImageOptions = useImageCreate((state) => state.setImageOptions); - const imageOptions = useImageCreate((state) => state.imageOptions); + // const setImageOptions = useImageCreate((state) => state.setImageOptions); + // const imageOptions = useImageCreate((state) => state.imageOptions); return(