├── .eslintrc.js ├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE │ └── bug_report.md └── workflows │ └── test.yml ├── .gitignore ├── .pre-commit-config.yaml ├── LICENSE ├── README.md ├── _tools ├── __init__.py ├── download_collections.py ├── import_noodle_soup_prompts.py └── repositories.json ├── collections ├── artists │ ├── European Art │ │ ├── baroque │ │ │ ├── baroque.txt │ │ │ ├── bentvueghels.txt │ │ │ ├── british_baroque_painters.txt │ │ │ ├── czech_baroque_painters.txt │ │ │ ├── danish_baroque_painters.txt │ │ │ ├── dutch_goldenage_painters.txt │ │ │ ├── flemish_baroque_painters.txt │ │ │ ├── french_baroque_painters.txt │ │ │ ├── german_baroque_painters.txt │ │ │ ├── greek_baroque_painters.txt │ │ │ ├── italian_baroque_painters.txt │ │ │ ├── netherlandish_baroque_painters.txt │ │ │ ├── quadratura.txt │ │ │ ├── rococco.txt │ │ │ └── spanish_baroque_painters.txt │ │ ├── classical │ │ │ └── classical.txt │ │ ├── medieval │ │ │ ├── gothic.txt │ │ │ ├── medieval.txt │ │ │ └── romanesque.txt │ │ ├── modern │ │ │ ├── abstract_expressionism │ │ │ │ └── abstract_expressionism.txt │ │ │ ├── american_impressionism.txt │ │ │ ├── art_nouveau.txt │ │ │ ├── cloisonnism.txt │ │ │ ├── cobs_art_colony.txt │ │ │ ├── divisionism.txt │ │ │ ├── expressionism.txt │ │ │ ├── expressionism │ │ │ │ ├── abstract_impressionism.txt │ │ │ │ ├── american_expressionist_painters.txt │ │ │ │ ├── american_figurative_expressionism.txt │ │ │ │ ├── austrian_expressionist_painters.txt │ │ │ │ ├── belgian_expressionist_painters.txt │ │ │ │ ├── british_expressionist_painters.txt │ │ │ │ ├── diebrucke.txt │ │ │ │ ├── expressionism.txt │ │ │ │ ├── finnish_expressionist_painters.txt │ │ │ │ ├── french_expressionist_painters.txt │ │ │ │ ├── german_expressionist_painters.txt │ │ │ │ ├── indian_expressionist_painters.txt │ │ │ │ ├── russian_expressionist_painters.txt │ │ │ │ ├── slovakian_expressionist_painters.txt │ │ │ │ └── spanish_expressionist_painters.txt │ │ │ ├── fauvism.txt │ │ │ ├── hagenbund.txt │ │ │ ├── heidelberg_school.txt │ │ │ ├── impressionism.txt │ │ │ ├── impressionism │ │ │ │ ├── american_impressionism │ │ │ │ │ ├── baum_circle.txt │ │ │ │ │ ├── boston_school.txt │ │ │ │ │ └── pennsylvania_impressionist_painters.txt │ │ │ │ ├── american_impressionist_painters.txt │ │ │ │ ├── austrian_impressionist_painters.txt │ │ │ │ ├── autstralian_impressionist_painters.txt │ │ │ │ ├── belgian_impressionist_painters.txt │ │ │ │ ├── brazilian_impressionist_painters.txt │ │ │ │ ├── british_impressionist_painters.txt │ │ │ │ ├── canadian_impressionist_painters.txt │ │ │ │ ├── chinese_impressionist_painters.txt │ │ │ │ ├── czech_impressionist_painters.txt │ │ │ │ ├── dutch_impressionist_painters.txt │ │ │ │ ├── egyptian_impressionist_painters.txt │ │ │ │ ├── german_impressionist_painters.txt │ │ │ │ ├── hungarian_impressionist_painters.txt │ │ │ │ ├── icelandic_impressionist_painters.txt │ │ │ │ ├── indian_impressionist_painters.txt │ │ │ │ ├── irish_impressionist_painters.txt │ │ │ │ ├── italian_impressionist_painters.txt │ │ │ │ ├── latvian_impressionist_painters.txt │ │ │ │ ├── lebanese_impressionist_painters.txt │ │ │ │ ├── luxembourgian_impressionist_painters.txt │ │ │ │ ├── mexican_impressionist_painters.txt │ │ │ │ ├── norweigian_impressionist_painters.txt │ │ │ │ ├── polish_impressionist_painters.txt │ │ │ │ ├── romanian_impressionist_painters.txt │ │ │ │ ├── russian_impressionist_painters.txt │ │ │ │ ├── serbian_impressionist_painters.txt │ │ │ │ ├── slovenian_impressionist_painters.txt │ │ │ │ ├── soviet_impressionist_painters.txt │ │ │ │ ├── spanish_impressionist_painters.txt │ │ │ │ ├── swedish_impressionist_painters.txt │ │ │ │ ├── swiss_impressionist_painters.txt │ │ │ │ ├── ten_american_painters.txt │ │ │ │ ├── turkish_impressionist_painters.txt │ │ │ │ └── ukranian_impressionist_painters.txt │ │ │ ├── les_nabis.txt │ │ │ ├── luminism_impressionism.txt │ │ │ ├── mir_iskusstva.txt │ │ │ ├── modern_art.txt │ │ │ ├── neo_impressionism.txt │ │ │ ├── pointilism.txt │ │ │ ├── post_impressionism.txt │ │ │ ├── russion_avantgarde.txt │ │ │ ├── synthetism.txt │ │ │ ├── tonalism.txt │ │ │ ├── vienna_secession.txt │ │ │ └── young_poland.txt │ │ ├── neoclassical │ │ │ ├── american_barbizon_school.txt │ │ │ ├── barbizon_school.txt │ │ │ ├── biedermeier.txt │ │ │ ├── hague_school.txt │ │ │ ├── macchiaioli.txt │ │ │ ├── neoclassical.txt │ │ │ ├── neoclassical │ │ │ │ ├── american_neoclassical_painters.txt │ │ │ │ ├── belgian_neoclassical_painters.txt │ │ │ │ ├── british_neoclassical_painters.txt │ │ │ │ ├── french_neoclassical_painters.txt │ │ │ │ ├── german_neoclassical_painters.txt │ │ │ │ ├── italian_neoclassical_painters.txt │ │ │ │ ├── portuguese_neoclassical_painters.txt │ │ │ │ ├── return_to_order.txt │ │ │ │ ├── romanian_neoclassical_painters.txt │ │ │ │ ├── russian_neoclassical_painters.txt │ │ │ │ └── spanish_neoclassical_painters.txt │ │ │ ├── norwich_school.txt │ │ │ ├── pre_raphaelite_brotherhood.txt │ │ │ ├── realism.txt │ │ │ ├── realism │ │ │ │ ├── american_realism.txt │ │ │ │ ├── british_realism.txt │ │ │ │ ├── bulgarian_realism.txt │ │ │ │ ├── finnish_realism.txt │ │ │ │ ├── french_realism.txt │ │ │ │ ├── hungarian_realism.txt │ │ │ │ ├── norwegian_realism.txt │ │ │ │ ├── peredvizhniki.txt │ │ │ │ ├── portuguese_realism.txt │ │ │ │ ├── russian_realism.txt │ │ │ │ ├── slovenian_realism.txt │ │ │ │ └── soviet_realism.txt │ │ │ ├── romanticism.txt │ │ │ ├── romanticism │ │ │ │ ├── american_romantic_painters.txt │ │ │ │ ├── armenian_romantic_painters.txt │ │ │ │ ├── austrian_romantic_painters.txt │ │ │ │ ├── belgian_romantic_painters.txt │ │ │ │ ├── brazilian_romantic_painters.txt │ │ │ │ ├── british_romaintic_painters.txt │ │ │ │ ├── bulgarian_romantic_painters.txt │ │ │ │ ├── danish_romantic_painters.txt │ │ │ │ ├── dusseldorf_school.txt │ │ │ │ ├── dutch_romantic_painters.txt │ │ │ │ ├── english_romantic_painters.txt │ │ │ │ ├── french_romantic_painters.txt │ │ │ │ ├── german_romantic_painters.txt │ │ │ │ ├── hudson_river_school.txt │ │ │ │ ├── hungarian_romantic_painters.txt │ │ │ │ ├── irish_romantic_painters.txt │ │ │ │ ├── italian_romantic_painters.txt │ │ │ │ ├── luminism.txt │ │ │ │ ├── nazarene_painters.txt │ │ │ │ ├── norwegian_romantic_painters.txt │ │ │ │ ├── polish_romantic_painters.txt │ │ │ │ ├── portuguese_romantic_painters.txt │ │ │ │ ├── pre_raphaelite_painters.txt │ │ │ │ ├── purismo.txt │ │ │ │ ├── romanian_romantic_painters.txt │ │ │ │ ├── russian_romantic_painters.txt │ │ │ │ ├── scottish_romantic_painters.txt │ │ │ │ ├── spanish_romantic_painters.txt │ │ │ │ └── swiss_romantic_painters.txt │ │ │ ├── romanticism_to_modern_art.txt │ │ │ └── spanish_electicism.txt │ │ └── renaissance │ │ │ ├── cusco_school.txt │ │ │ ├── dutch_mannerist_painters.txt │ │ │ ├── early_netherlandish_painters.txt │ │ │ ├── english_mannerist_painters.txt │ │ │ ├── flemish_mannerist_painters.txt │ │ │ ├── french_mannerist_painters.txt │ │ │ ├── german_mannerist_painters.txt │ │ │ ├── german_renaissance.txt │ │ │ ├── italian_mannerist_painters.txt │ │ │ ├── italian_renaissance.txt │ │ │ ├── italian_renaissance_painters.txt │ │ │ ├── italian_renaissance_sculptors.txt │ │ │ ├── mannerism.txt │ │ │ ├── peruvian_mannerist_painters.txt │ │ │ ├── polish_mannerist_painters.txt │ │ │ ├── quattrocento_painters.txt │ │ │ └── renaissance.txt │ ├── Japanese Art │ │ ├── nihonga │ │ │ ├── heisei_era.txt │ │ │ ├── meiji_era.txt │ │ │ ├── nihonga.txt │ │ │ ├── showa_era.txt │ │ │ └── taisho_era.txt │ │ ├── ukiyoe.txt │ │ └── yoga │ │ │ ├── meiji_era.txt │ │ │ ├── taisho_era.txt │ │ │ └── yoga.txt │ ├── Photography │ │ ├── by_country │ │ │ ├── albania.txt │ │ │ ├── algeria.txt │ │ │ ├── argentina.txt │ │ │ ├── armenia.txt │ │ │ ├── australia.txt │ │ │ ├── austria.txt │ │ │ ├── azerbijan.txt │ │ │ ├── bangladesh.txt │ │ │ ├── belgium.txt │ │ │ ├── benin.txt │ │ │ ├── brazil.txt │ │ │ ├── cambodia.txt │ │ │ ├── cameroon.txt │ │ │ ├── canada.txt │ │ │ ├── chile.txt │ │ │ ├── china.txt │ │ │ ├── colombia.txt │ │ │ ├── croatia.txt │ │ │ ├── cuba.txt │ │ │ ├── czech_republic.txt │ │ │ ├── denmark.txt │ │ │ ├── drc.txt │ │ │ ├── ecuador.txt │ │ │ ├── egypt.txt │ │ │ ├── eritrea.txt │ │ │ ├── estonia.txt │ │ │ ├── ethiopia.txt │ │ │ ├── finland.txt │ │ │ ├── france.txt │ │ │ ├── gambia.txt │ │ │ ├── georgia.txt │ │ │ ├── germany.txt │ │ │ ├── greece.txt │ │ │ ├── hong_kong.txt │ │ │ ├── hungary.txt │ │ │ ├── iceland.txt │ │ │ ├── india.txt │ │ │ ├── indonesia.txt │ │ │ ├── iran.txt │ │ │ ├── iraq.txt │ │ │ ├── ireland.txt │ │ │ ├── israel.txt │ │ │ ├── italy.txt │ │ │ ├── jamaica.txt │ │ │ ├── japan.txt │ │ │ ├── kenya.txt │ │ │ ├── korea.txt │ │ │ ├── latvia.txt │ │ │ ├── lebanon.txt │ │ │ ├── lithuania.txt │ │ │ ├── luxembourg.txt │ │ │ ├── mali.txt │ │ │ ├── mexico.txt │ │ │ ├── namibia.txt │ │ │ ├── netherlands.txt │ │ │ ├── new_zealand.txt │ │ │ ├── nigeria.txt │ │ │ ├── norway.txt │ │ │ ├── pakistan.txt │ │ │ ├── palestine.txt │ │ │ ├── panama.txt │ │ │ ├── peru.txt │ │ │ ├── poland.txt │ │ │ ├── portugal.txt │ │ │ ├── romania.txt │ │ │ ├── russia.txt │ │ │ ├── sierra_leone.txt │ │ │ ├── singapore.txt │ │ │ ├── slovakia.txt │ │ │ ├── slovenia.txt │ │ │ ├── south_africa.txt │ │ │ ├── spain.txt │ │ │ ├── sri_lanka.txt │ │ │ ├── suriname.txt │ │ │ ├── sweden.txt │ │ │ ├── switzerland.txt │ │ │ ├── syria.txt │ │ │ ├── taiwan.txt │ │ │ ├── thailand.txt │ │ │ ├── turkey.txt │ │ │ ├── uganda.txt │ │ │ ├── ukraine.txt │ │ │ ├── united_kingdom.txt │ │ │ ├── united_states.txt │ │ │ ├── venezuela.txt │ │ │ └── vietnam.txt │ │ └── photographers.txt │ ├── README.md │ ├── genre │ │ ├── anime.txt │ │ ├── fantasy.txt │ │ ├── fantasy │ │ │ └── tolkien.txt │ │ └── horror.txt │ ├── illustrations │ │ ├── anime.txt │ │ ├── childrens_books.txt │ │ ├── childrens_books │ │ │ ├── american_illustrators.txt │ │ │ ├── argentine_illustrators.txt │ │ │ ├── australian_illustrators.txt │ │ │ ├── austrian_illustrators.txt │ │ │ ├── belgian_illustrators.txt │ │ │ ├── brazilian_illustrators.txt │ │ │ ├── british_illustrators.txt │ │ │ ├── bulgarian_illustrators.txt │ │ │ ├── canadian_illustrators.txt │ │ │ ├── chinese_illustrators.txt │ │ │ ├── colombian_illustrators.txt │ │ │ ├── czech_illustrators.txt │ │ │ ├── danish_illustrators.txt │ │ │ ├── dutch_illustrators.txt │ │ │ ├── egyptian_ilustrators.txt │ │ │ └── irish_illustrators.txt │ │ └── manga.txt │ └── unfiled │ │ ├── abstract.txt │ │ ├── alternative.txt │ │ ├── architecture.txt │ │ ├── cartoonists.txt │ │ ├── childrensbooks.txt │ │ ├── colourful.txt │ │ ├── comicbooks.txt │ │ ├── digitalart.txt │ │ ├── fantasy_scifi.txt │ │ ├── figurative.txt │ │ ├── graffiti.txt │ │ ├── graphic.txt │ │ ├── h.txt │ │ ├── hyperreaslism.txt │ │ ├── illustrators.txt │ │ ├── landscapes.txt │ │ ├── mixedmedia.txt │ │ ├── modern_greek.txt │ │ ├── modern_pop.txt │ │ ├── pen_ink.txt │ │ ├── photography.txt │ │ ├── plants_animals.txt │ │ ├── scifi.txt │ │ ├── sculpture.txt │ │ ├── surreal.txt │ │ ├── symbolism.txt │ │ └── the_ancients.txt ├── devilkkw │ ├── README.md │ ├── animals │ │ ├── animals_categories.txt │ │ ├── animals_types_aquatic_cambrian.txt │ │ ├── animals_types_aquatic_crustacean.txt │ │ ├── animals_types_aquatic_fish.txt │ │ ├── animals_types_aquatic_invertebrate.txt │ │ ├── animals_types_aquatic_whale.txt │ │ ├── animals_types_cat.txt │ │ ├── animals_types_dog.txt │ │ ├── animals_types_insects.txt │ │ ├── animals_types_large.txt │ │ ├── animals_types_medium.txt │ │ ├── animals_types_reptile_and_amphibian.txt │ │ ├── animals_types_rodent.txt │ │ ├── birds_main.txt │ │ ├── birds_mythological.txt │ │ ├── birds_real.txt │ │ ├── cats_behavior.txt │ │ ├── cats_breeds.txt │ │ ├── cats_coat.txt │ │ ├── cats_felines.txt │ │ ├── cats_main.txt │ │ ├── cats_misc.txt │ │ ├── cats_places.txt │ │ ├── cats_related.txt │ │ ├── dog_breeds.txt │ │ ├── dog_canines.txt │ │ ├── dog_misc.txt │ │ ├── dog_related.txt │ │ ├── dogs_main.txt │ │ ├── ears_animal.txt │ │ └── groups_animals.txt │ ├── attire │ │ ├── attire_headwear.txt │ │ ├── attire_jewelry_and_accessories_head_and_face.txt │ │ ├── attire_jewelry_and_accessories_limbs.txt │ │ ├── attire_jewelry_and_accessories_neck_and_shoulders.txt │ │ ├── attire_jewelry_and_accessories_torso_and_misc.txt │ │ ├── attire_legs_and_feet.txt │ │ ├── attire_other.txt │ │ ├── attire_pants_and_bottomwear.txt │ │ ├── attire_shirts_and_topwear.txt │ │ ├── attire_shoes_and_footwear.txt │ │ ├── attire_styles_and_patterns_patterns.txt │ │ ├── attire_styles_and_patterns_prints.txt │ │ ├── attire_swimsuits_and_bodysuits.txt │ │ ├── attire_traditional_clothing.txt │ │ └── attire_uniforms_and_costumes.txt │ ├── audio │ │ ├── audio_genre.txt │ │ ├── audio_instruments_brass.txt │ │ ├── audio_instruments_keyboard.txt │ │ ├── audio_instruments_other.txt │ │ ├── audio_instruments_percussion.txt │ │ ├── audio_instruments_strings.txt │ │ ├── audio_instruments_woodwinds.txt │ │ ├── audio_misc.txt │ │ ├── audio_places.txt │ │ ├── audio_playback_media.txt │ │ ├── audio_playback_other.txt │ │ ├── audio_playback_players.txt │ │ ├── audio_playback_speakers_and_headphones.txt │ │ └── audio_professions.txt │ ├── background │ │ ├── backgrounds_colors.txt │ │ ├── backgrounds_multiple_colors.txt │ │ ├── backgrounds_other.txt │ │ └── backgrounds_patterns.txt │ ├── body-1 │ │ ├── ass_anatomy.txt │ │ ├── ass_and_hands.txt │ │ ├── ass_and_heads.txt │ │ ├── ass_anus_anatomy.txt │ │ ├── ass_misc.txt │ │ ├── ass_with_cum.txt │ │ ├── body_parts_appendages.txt │ │ ├── body_parts_head.txt │ │ ├── body_parts_torso_lower.txt │ │ ├── body_parts_torso_upper.txt │ │ ├── breasts_and_other_body_parts_docking.txt │ │ ├── breasts_and_other_body_parts_hands.txt │ │ ├── breasts_and_other_body_parts_head.txt │ │ ├── breasts_and_other_body_parts_mouth.txt │ │ ├── breasts_and_other_body_parts_penis.txt │ │ ├── breasts_and_other_body_parts_toys.txt │ │ ├── breasts_clothes_for.txt │ │ ├── breasts_descriptions.txt │ │ ├── breasts_main.txt │ │ ├── breasts_misc.txt │ │ ├── breasts_sizes_ranges.txt │ │ ├── breasts_sizes_scenes_revolving_around.txt │ │ ├── breasts_visibilty_parts.txt │ │ ├── breasts_visibilty_whole.txt │ │ ├── ears_misc.txt │ │ ├── ears_number.txt │ │ ├── ears_objects.txt │ │ ├── ears_other.txt │ │ ├── eyes_accessories.txt │ │ ├── eyes_around.txt │ │ ├── eyes_closed.txt │ │ ├── eyes_emotions_and_expressions.txt │ │ ├── eyes_gazes.txt │ │ ├── eyes_iris_colors.txt │ │ ├── eyes_iris_form.txt │ │ ├── eyes_iris_multiple_colors.txt │ │ ├── eyes_misc.txt │ │ ├── eyes_more_appearance_animal.txt │ │ ├── eyes_more_appearance_other.txt │ │ ├── eyes_more_appearance_series_specific.txt │ │ ├── eyes_more_appearance_stylistic.txt │ │ ├── eyes_number.txt │ │ ├── eyes_pupils.txt │ │ ├── eyes_sclera.txt │ │ ├── face_drawing_styles.txt │ │ ├── face_emotes.txt │ │ ├── face_emotions.txt │ │ ├── face_looking_at.txt │ │ ├── face_main.txt │ │ ├── face_misc.txt │ │ ├── face_sexual.txt │ │ ├── face_smile.txt │ │ ├── face_smile_main.txt │ │ ├── face_smug.txt │ │ ├── face_smug_main.txt │ │ ├── face_surprised_scared_sad.txt │ │ ├── face_surprised_scared_sad_main.txt │ │ ├── hair_actions.txt │ │ ├── hair_color.txt │ │ ├── hair_color_misc.txt │ │ ├── hair_color_multiple.txt │ │ ├── hair_facial.txt │ │ ├── hair_fantasy.txt │ │ ├── hair_misc.txt │ │ ├── hair_objects_accessories.txt │ │ ├── hair_objects_care.txt │ │ ├── hair_styles_back.txt │ │ ├── hair_styles_front.txt │ │ ├── hair_styles_length.txt │ │ ├── hair_styles_long.txt │ │ ├── hair_styles_medium.txt │ │ ├── hair_styles_misc.txt │ │ ├── hair_styles_over_the_body.txt │ │ ├── hair_styles_short.txt │ │ ├── hair_styles_tall.txt │ │ ├── hair_styles_texture.txt │ │ ├── hair_styles_tied.txt │ │ ├── hair_styles_top.txt │ │ ├── hands_strange.txt │ │ ├── hands_where_above_neck.txt │ │ ├── hands_where_breasts.txt │ │ ├── hands_where_lower_body.txt │ │ ├── hands_where_members.txt │ │ ├── hands_where_somewhere_else.txt │ │ └── hands_where_upper_body.txt │ ├── body-2 │ │ ├── legwear_action.txt │ │ ├── legwear_bands.txt │ │ ├── legwear_colors.txt │ │ ├── legwear_main.txt │ │ ├── legwear_misc.txt │ │ ├── legwear_multiple_colors.txt │ │ ├── legwear_pattern.txt │ │ ├── legwear_style.txt │ │ ├── neck_and_neckwear_actions.txt │ │ ├── neck_and_neckwear_anatomy.txt │ │ ├── neck_and_neckwear_attire_accessories_objects.txt │ │ ├── neck_and_neckwear_collar.txt │ │ ├── neck_and_neckwear_styles_colors.txt │ │ ├── neck_and_neckwear_styles_patterns.txt │ │ ├── nudity_by_gender.txt │ │ ├── nudity_complete.txt │ │ ├── nudity_dressing_covering_body_parts.txt │ │ ├── nudity_misc.txt │ │ ├── nudity_naughty_points_of_view.txt │ │ ├── nudity_partial_any_clothes.txt │ │ ├── nudity_partial_exposed_breasts.txt │ │ ├── nudity_partial_exposed_breasts_parts_of.txt │ │ ├── nudity_partial_exposed_chest.txt │ │ ├── nudity_partial_exposed_head_or_neck.txt │ │ ├── nudity_partial_exposed_nipples.txt │ │ ├── nudity_partial_exposed_shoulders_and_arms.txt │ │ ├── nudity_partial_exposed_torso.txt │ │ ├── nudity_partial_focus_on_exposed_ass_or_crotch.txt │ │ ├── nudity_partial_focus_on_exposed_legs_or_feet.txt │ │ ├── nudity_partial_misc.txt │ │ ├── nudity_partial_specific_clothes_or_ornaments_being_worn_as_exceptions.txt │ │ ├── nudity_touching_clothes.txt │ │ ├── panties_and_body_parts_breasts.txt │ │ ├── panties_and_body_parts_hands.txt │ │ ├── panties_and_body_parts_head.txt │ │ ├── panties_and_body_parts_legs.txt │ │ ├── panties_and_body_parts_misc.txt │ │ ├── panties_and_body_parts_penis.txt │ │ ├── panties_and_fluids.txt │ │ ├── panties_and_objects.txt │ │ ├── panties_appearance_additional.txt │ │ ├── panties_appearance_colors.txt │ │ ├── panties_appearance_incomplete.txt │ │ ├── panties_appearance_lowleg_highleg.txt │ │ ├── panties_appearance_materials.txt │ │ ├── panties_appearance_multiple_colors.txt │ │ ├── panties_appearance_patterns_and_prints.txt │ │ ├── panties_appearance_sizes.txt │ │ ├── panties_main.txt │ │ ├── panties_number.txt │ │ ├── panties_with_other_clothes.txt │ │ ├── piercings_general_locations_body.txt │ │ ├── piercings_general_locations_head_and_facial.txt │ │ ├── piercings_genital_female.txt │ │ ├── piercings_genital_male.txt │ │ ├── piercings_main.txt │ │ ├── piercings_misc.txt │ │ ├── pussy_adornments.txt │ │ ├── pussy_anatomy.txt │ │ ├── pussy_attire.txt │ │ ├── pussy_fluids.txt │ │ ├── pussy_hands_on.txt │ │ ├── pussy_sexual_objects_and_acts.txt │ │ ├── pussy_under_clothes.txt │ │ ├── pussy_visible_parts.txt │ │ ├── shoulders_anatomy.txt │ │ ├── shoulders_attire_clothing_desgined_to_leave_shoulders_asymmetrical_necklines.txt │ │ ├── shoulders_attire_clothing_desgined_to_leave_shoulders_bare_low_and_wide_cut_necklines.txt │ │ ├── shoulders_attire_clothing_desgined_to_leave_shoulders_bare_sleeveless.txt │ │ ├── shoulders_attire_clothing_desgined_to_leave_shoulders_bare_strapless.txt │ │ ├── shoulders_attire_exposed.txt │ │ ├── shoulders_attire_for.txt │ │ ├── shoulders_attire_other.txt │ │ ├── shoulders_with_somethinge_else_animals.txt │ │ ├── shoulders_with_somethinge_else_hands.txt │ │ ├── shoulders_with_somethinge_else_misc.txt │ │ ├── shoulders_with_somethinge_else_objects.txt │ │ ├── shoulders_with_somethinge_else_touching.txt │ │ ├── skin_color_abnormal.txt │ │ ├── skin_color_misc.txt │ │ ├── skin_color_normal.txt │ │ └── water_wet.txt │ ├── clothes │ │ ├── bra_colors.txt │ │ ├── bra_main.txt │ │ ├── bra_misc.txt │ │ ├── bra_models.txt │ │ ├── bra_multiple_colors.txt │ │ ├── bra_patterns_and_prints.txt │ │ ├── dress_appearance_colors.txt │ │ ├── dress_appearance_models.txt │ │ ├── dress_appearance_multiple_colors.txt │ │ ├── dress_appearance_other.txt │ │ ├── dress_appearance_patterns_and_prints.txt │ │ ├── dress_misc.txt │ │ ├── sleeves_colors.txt │ │ ├── sleeves_lack_thereof.txt │ │ ├── sleeves_lenght.txt │ │ ├── sleeves_misc.txt │ │ ├── sleeves_prints.txt │ │ ├── sleeves_styled.txt │ │ ├── sleeves_styles.txt │ │ ├── sleeves_trims.txt │ │ ├── swimsuit_colors.txt │ │ ├── swimsuit_male.txt │ │ ├── swimsuit_misc.txt │ │ ├── swimsuit_styles.txt │ │ ├── swimsuit_types.txt │ │ └── water_clothes.txt │ ├── colors │ │ ├── colors_collections.txt │ │ ├── colors_dominant_palettes.txt │ │ ├── colors_dominant_specific.txt │ │ └── colors_misc.txt │ ├── composition │ │ ├── image_composition_angle_perspective_depth.txt │ │ ├── image_composition_composition.txt │ │ ├── image_composition_flaws.txt │ │ ├── image_composition_focus.txt │ │ ├── image_composition_format.txt │ │ ├── image_composition_framing_body.txt │ │ ├── image_composition_other_patterns.txt │ │ ├── image_composition_styles.txt │ │ ├── image_composition_subject_matter.txt │ │ ├── image_composition_techniques.txt │ │ └── image_composition_traditional_japanese_patterns.txt │ ├── emoji │ │ └── emoji.txt │ ├── focus │ │ ├── focus_body_parts.txt │ │ ├── focus_gender.txt │ │ ├── focus_objects.txt │ │ └── focus_other.txt │ ├── food │ │ ├── food_actions.txt │ │ ├── food_breads.txt │ │ ├── food_condiments.txt │ │ ├── food_dairy.txt │ │ ├── food_drink_containers.txt │ │ ├── food_drink_main.txt │ │ ├── food_fruit.txt │ │ ├── food_main.txt │ │ ├── food_meal.txt │ │ ├── food_meat.txt │ │ ├── food_misc.txt │ │ ├── food_professions_and_establishments.txt │ │ ├── food_sexual.txt │ │ ├── food_snacks.txt │ │ ├── food_sweets.txt │ │ ├── food_sweets_main.txt │ │ ├── food_utensils.txt │ │ └── food_vegetable.txt │ ├── games │ │ ├── board_games_main.txt │ │ ├── board_games_pieces.txt │ │ ├── game_activities_board.txt │ │ ├── game_activities_card.txt │ │ ├── game_activities_group.txt │ │ ├── game_activities_hand.txt │ │ ├── game_activities_mechanical.txt │ │ ├── game_activities_places.txt │ │ └── game_activities_puzzle.txt │ ├── gesture │ │ ├── gestures_one_hand_one_open_finger.txt │ │ ├── gestures_one_hand_three_open_fingers.txt │ │ ├── gestures_one_hand_two_open_fingers.txt │ │ ├── gestures_one_hand_variable_number_of_open_fingers.txt │ │ ├── gestures_one_hand_whole_closed_hand.txt │ │ ├── gestures_one_hand_whole_open_hand.txt │ │ ├── gestures_other.txt │ │ └── gestures_two_hands.txt │ ├── group │ │ ├── groups_by_gender_boys.txt │ │ ├── groups_by_gender_girls.txt │ │ ├── groups_by_gender_other.txt │ │ ├── groups_everyone.txt │ │ └── groups_main.txt │ ├── nature and elements │ │ ├── fire_actions.txt │ │ ├── fire_body_parts.txt │ │ ├── fire_colors.txt │ │ ├── fire_forms.txt │ │ ├── fire_main.txt │ │ ├── fire_misc.txt │ │ ├── fire_objects.txt │ │ ├── flowers_main.txt │ │ ├── flowers_misc.txt │ │ ├── flowers_species.txt │ │ ├── plant_actions.txt │ │ ├── plant_locations.txt │ │ ├── plant_misc.txt │ │ ├── plant_parts.txt │ │ ├── plant_types.txt │ │ ├── tree_action.txt │ │ ├── tree_habitats.txt │ │ ├── tree_misc.txt │ │ ├── tree_parts.txt │ │ ├── tree_types.txt │ │ ├── water_geography_bodies.txt │ │ ├── water_geography_landforms.txt │ │ ├── water_ice.txt │ │ ├── water_main.txt │ │ ├── water_meteorology.txt │ │ ├── water_misc.txt │ │ └── water_steam.txt │ ├── object │ │ ├── eyewear_eyewear_frame_colors.txt │ │ ├── eyewear_eyewear_lens_colors.txt │ │ ├── eyewear_eyewear_misc.txt │ │ ├── eyewear_eyewear_types.txt │ │ ├── eyewear_glasses_misc.txt │ │ ├── eyewear_glasses_types.txt │ │ ├── eyewear_main.txt │ │ ├── eyewear_sunglasses.txt │ │ ├── headwear_accessories.txt │ │ ├── headwear_actions.txt │ │ ├── headwear_colors.txt │ │ ├── headwear_crowns.txt │ │ ├── headwear_hats_brimless.txt │ │ ├── headwear_hats_misc.txt │ │ ├── headwear_hats_with_brim.txt │ │ ├── headwear_hats_with_ear_flaps.txt │ │ ├── headwear_hats_with_visor.txt │ │ ├── headwear_helmets.txt │ │ ├── headwear_non_specific_styles.txt │ │ ├── headwear_not_headwear.txt │ │ ├── headwear_other.txt │ │ ├── headwear_types.txt │ │ ├── injury_coverings.txt │ │ ├── injury_misc.txt │ │ ├── injury_visible.txt │ │ ├── sex_objects_BDSM.txt │ │ ├── sex_objects_fluids.txt │ │ ├── sex_objects_sex_toys.txt │ │ ├── sports_equpment.txt │ │ ├── tail_and_objects.txt │ │ ├── tail_and_sex.txt │ │ ├── tail_main.txt │ │ ├── tail_misc.txt │ │ ├── tail_number.txt │ │ ├── tail_types_elemental.txt │ │ ├── tail_types_mammals.txt │ │ ├── tail_types_other_animals.txt │ │ ├── tail_types_supernatural.txt │ │ ├── technology_armor_futuristic.txt │ │ ├── technology_armor_modern.txt │ │ ├── technology_artificial_life.txt │ │ ├── technology_computers.txt │ │ ├── technology_costumes.txt │ │ ├── technology_descriptions.txt │ │ ├── technology_holograms.txt │ │ ├── technology_jobs.txt │ │ ├── technology_mecha.txt │ │ ├── technology_medical.txt │ │ ├── technology_parts_electronic.txt │ │ ├── technology_parts_main.txt │ │ ├── technology_parts_mechanical.txt │ │ ├── technology_personal_communication.txt │ │ ├── technology_places.txt │ │ ├── technology_prosthetics.txt │ │ ├── technology_radio.txt │ │ ├── technology_robots.txt │ │ ├── technology_scientific.txt │ │ ├── technology_space.txt │ │ ├── technology_themes.txt │ │ ├── technology_tools.txt │ │ ├── technology_vehicles_aerospace.txt │ │ ├── technology_vehicles_land.txt │ │ ├── technology_vehicles_naval.txt │ │ ├── technology_vehicles_power_sources.txt │ │ ├── water_vehicles.txt │ │ ├── wings_colors.txt │ │ ├── wings_main.txt │ │ ├── wings_misc.txt │ │ ├── wings_number.txt │ │ ├── wings_sizes.txt │ │ ├── wings_types_elemental.txt │ │ ├── wings_types_false.txt │ │ ├── wings_types_insects.txt │ │ ├── wings_types_other.txt │ │ ├── wings_types_supernatural.txt │ │ └── wings_where_attached.txt │ ├── pose │ │ ├── posture_arms_basic.txt │ │ ├── posture_arms_specific.txt │ │ ├── posture_basic.txt │ │ ├── posture_carrying.txt │ │ ├── posture_foot_position.txt │ │ ├── posture_hand_position.txt │ │ ├── posture_hands_touching_each_other.txt │ │ ├── posture_head.txt │ │ ├── posture_hips.txt │ │ ├── posture_hugging_main.txt │ │ ├── posture_hugging_one_character.txt │ │ ├── posture_hugging_two_characters.txt │ │ ├── posture_knee_location.txt │ │ ├── posture_leg_location.txt │ │ ├── posture_movement_of_the_body.txt │ │ ├── posture_other_whole_body.txt │ │ ├── posture_poses.txt │ │ ├── posture_rest_points.txt │ │ ├── posture_three_characters.txt │ │ ├── posture_torso.txt │ │ ├── posture_two_characters.txt │ │ ├── sex_acts_before.txt │ │ ├── sex_acts_fetishes_ageplay.txt │ │ ├── sex_acts_fetishes_animal_play.txt │ │ ├── sex_acts_fetishes_body_types.txt │ │ ├── sex_acts_fetishes_bondage.txt │ │ ├── sex_acts_fetishes_breasts.txt │ │ ├── sex_acts_fetishes_cum_play.txt │ │ ├── sex_acts_fetishes_exhibitionism.txt │ │ ├── sex_acts_fetishes_extreme_mutilation.txt │ │ ├── sex_acts_fetishes_extreme_scat_and_urination.txt │ │ ├── sex_acts_fetishes_facial_expressions.txt │ │ ├── sex_acts_fetishes_gender_play.txt │ │ ├── sex_acts_fetishes_incest.txt │ │ ├── sex_acts_fetishes_misc.txt │ │ ├── sex_acts_fetishes_rape.txt │ │ ├── sex_acts_fetishes_smother.txt │ │ ├── sex_acts_fetishes_views.txt │ │ ├── sex_acts_group_sex.txt │ │ ├── sex_acts_penetration_and_insertion.txt │ │ ├── sex_acts_same_sex.txt │ │ ├── sex_acts_stimulation.txt │ │ ├── sexual_positions_bondage.txt │ │ ├── sexual_positions_main.txt │ │ └── sleeves_actions.txt │ └── var │ │ ├── jobs.txt │ │ ├── prints_patterns.txt │ │ ├── prints_patterns_specific.txt │ │ ├── prints_patterns_things.txt │ │ ├── prints_print_items.txt │ │ ├── sports_list.txt │ │ ├── sports_main.txt │ │ ├── verbs_and_gerunds_ambiguous.txt │ │ ├── verbs_and_gerunds_gerunds.txt │ │ └── verbs_and_gerunds_verbs.txt ├── jumbo │ ├── README.md │ ├── aesthetics │ │ ├── colours.txt │ │ ├── colours │ │ │ ├── black.txt │ │ │ ├── blue.txt │ │ │ ├── brown.txt │ │ │ ├── cyan.txt │ │ │ ├── green.txt │ │ │ ├── grey.txt │ │ │ ├── orange.txt │ │ │ ├── pink.txt │ │ │ ├── purple.txt │ │ │ ├── red.txt │ │ │ ├── violet.txt │ │ │ ├── white.txt │ │ │ └── yellow.txt │ │ └── general_aesthetics.txt │ ├── appearance │ │ ├── adjectives.txt │ │ ├── appearance.txt │ │ ├── haircolour.txt │ │ └── size.txt │ ├── creatures │ │ ├── adnd.txt │ │ ├── adnd │ │ │ ├── aberration.txt │ │ │ ├── beast.txt │ │ │ ├── celestial.txt │ │ │ ├── construct.txt │ │ │ ├── dragon.txt │ │ │ ├── elemental.txt │ │ │ ├── fey.txt │ │ │ ├── fiend.txt │ │ │ ├── giant.txt │ │ │ ├── humanoid.txt │ │ │ ├── monstrosity.txt │ │ │ ├── ooze.txt │ │ │ ├── plant.txt │ │ │ ├── swarm.txt │ │ │ └── undead.txt │ │ ├── animals.txt │ │ ├── animals │ │ │ ├── birds.txt │ │ │ ├── birds │ │ │ │ ├── Accipitriformes │ │ │ │ │ ├── hawks,_eagles,_and_kites.txt │ │ │ │ │ ├── osprey.txt │ │ │ │ │ └── secretarybird.txt │ │ │ │ ├── Anseriformes │ │ │ │ │ ├── ducks,_geese,_and_waterfowl.txt │ │ │ │ │ ├── magpie_goose.txt │ │ │ │ │ └── screamers.txt │ │ │ │ ├── Apterygiformes │ │ │ │ │ └── kiwis.txt │ │ │ │ ├── Bucerotiformes │ │ │ │ │ ├── ground-hornbills.txt │ │ │ │ │ ├── hoopoes.txt │ │ │ │ │ ├── hornbills.txt │ │ │ │ │ └── woodhoopoes_and_scimitarbills.txt │ │ │ │ ├── Caprimulgiformes │ │ │ │ │ ├── frogmouths.txt │ │ │ │ │ ├── hummingbirds.txt │ │ │ │ │ ├── nightjars_and_allies.txt │ │ │ │ │ ├── oilbird.txt │ │ │ │ │ ├── owlet-nightjars.txt │ │ │ │ │ ├── potoos.txt │ │ │ │ │ ├── swifts.txt │ │ │ │ │ └── treeswifts.txt │ │ │ │ ├── Cariamiformes │ │ │ │ │ └── seriemas.txt │ │ │ │ ├── Casuariiformes │ │ │ │ │ └── cassowaries_and_emu.txt │ │ │ │ ├── Cathartiformes │ │ │ │ │ └── new_world_vultures.txt │ │ │ │ ├── Charadriiformes │ │ │ │ │ ├── auks,_murres,_and_puffins.txt │ │ │ │ │ ├── buttonquail.txt │ │ │ │ │ ├── crab-plover.txt │ │ │ │ │ ├── egyptian_plover.txt │ │ │ │ │ ├── gulls,_terns,_and_skimmers.txt │ │ │ │ │ ├── ibisbill.txt │ │ │ │ │ ├── jacanas.txt │ │ │ │ │ ├── magellanic_plover.txt │ │ │ │ │ ├── oystercatchers.txt │ │ │ │ │ ├── painted-snipes.txt │ │ │ │ │ ├── plains-wanderer.txt │ │ │ │ │ ├── plovers_and_lapwings.txt │ │ │ │ │ ├── pratincoles_and_coursers.txt │ │ │ │ │ ├── sandpipers_and_allies.txt │ │ │ │ │ ├── seedsnipes.txt │ │ │ │ │ ├── sheathbills.txt │ │ │ │ │ ├── skuas_and_jaegers.txt │ │ │ │ │ ├── stilts_and_avocets.txt │ │ │ │ │ └── thick-knees.txt │ │ │ │ ├── Ciconiiformes │ │ │ │ │ └── storks.txt │ │ │ │ ├── Coliiformes │ │ │ │ │ └── mousebirds.txt │ │ │ │ ├── Columbiformes │ │ │ │ │ └── pigeons_and_doves.txt │ │ │ │ ├── Coraciiformes │ │ │ │ │ ├── bee-eaters.txt │ │ │ │ │ ├── ground-rollers.txt │ │ │ │ │ ├── kingfishers.txt │ │ │ │ │ ├── motmots.txt │ │ │ │ │ ├── rollers.txt │ │ │ │ │ └── todies.txt │ │ │ │ ├── Cuculiformes │ │ │ │ │ └── cuckoos.txt │ │ │ │ ├── Eurypygiformes │ │ │ │ │ ├── kagu.txt │ │ │ │ │ └── sunbittern.txt │ │ │ │ ├── Falconiformes │ │ │ │ │ └── falcons_and_caracaras.txt │ │ │ │ ├── Galbuliformes │ │ │ │ │ ├── jacamars.txt │ │ │ │ │ └── puffbirds.txt │ │ │ │ ├── Galliformes │ │ │ │ │ ├── guans,_chachalacas,_and_curassows.txt │ │ │ │ │ ├── guineafowl.txt │ │ │ │ │ ├── megapodes.txt │ │ │ │ │ ├── new_world_quail.txt │ │ │ │ │ └── pheasants,_grouse,_and_allies.txt │ │ │ │ ├── Gaviiformes │ │ │ │ │ └── loons.txt │ │ │ │ ├── Gruiformes │ │ │ │ │ ├── cranes.txt │ │ │ │ │ ├── finfoots.txt │ │ │ │ │ ├── flufftails.txt │ │ │ │ │ ├── limpkin.txt │ │ │ │ │ ├── rails,_gallinules,_and_coots.txt │ │ │ │ │ └── trumpeters.txt │ │ │ │ ├── Leptosomiformes │ │ │ │ │ └── cuckoo-roller.txt │ │ │ │ ├── Mesitornithiformes │ │ │ │ │ └── mesites.txt │ │ │ │ ├── Musophagiformes │ │ │ │ │ └── turacos.txt │ │ │ │ ├── Opisthocomiformes │ │ │ │ │ └── hoatzin.txt │ │ │ │ ├── Otidiformes │ │ │ │ │ └── bustards.txt │ │ │ │ ├── Passeriformes │ │ │ │ │ ├── accentors.txt │ │ │ │ │ ├── african_and_green_broadbills.txt │ │ │ │ │ ├── african_warblers.txt │ │ │ │ │ ├── antpittas.txt │ │ │ │ │ ├── antthrushes.txt │ │ │ │ │ ├── asian_and_grauer's_broadbills.txt │ │ │ │ │ ├── asities.txt │ │ │ │ │ ├── australasian_robins.txt │ │ │ │ │ ├── australasian_treecreepers.txt │ │ │ │ │ ├── australo-papuan_bellbirds.txt │ │ │ │ │ ├── bearded_reedling.txt │ │ │ │ │ ├── berrypeckers_and_longbills.txt │ │ │ │ │ ├── birds-of-paradise.txt │ │ │ │ │ ├── boatbills.txt │ │ │ │ │ ├── bowerbirds.txt │ │ │ │ │ ├── bristlebirds.txt │ │ │ │ │ ├── bristlehead.txt │ │ │ │ │ ├── bulbuls.txt │ │ │ │ │ ├── bush_warblers_and_allies.txt │ │ │ │ │ ├── bushshrikes_and_allies.txt │ │ │ │ │ ├── cardinals_and_allies.txt │ │ │ │ │ ├── chat-tanagers.txt │ │ │ │ │ ├── cisticolas_and_allies.txt │ │ │ │ │ ├── cotingas.txt │ │ │ │ │ ├── crescentchests.txt │ │ │ │ │ ├── crested_shrikejay.txt │ │ │ │ │ ├── crows,_jays,_and_magpies.txt │ │ │ │ │ ├── cuban_warblers.txt │ │ │ │ │ ├── cuckooshrikes.txt │ │ │ │ │ ├── cupwings.txt │ │ │ │ │ ├── dapple-throat_and_allies.txt │ │ │ │ │ ├── dippers.txt │ │ │ │ │ ├── donacobius.txt │ │ │ │ │ ├── drongos.txt │ │ │ │ │ ├── fairy-bluebirds.txt │ │ │ │ │ ├── fairy_flycatchers.txt │ │ │ │ │ ├── fairywrens.txt │ │ │ │ │ ├── fantails.txt │ │ │ │ │ ├── finches,_euphonias,_and_allies.txt │ │ │ │ │ ├── flowerpeckers.txt │ │ │ │ │ ├── gnatcatchers.txt │ │ │ │ │ ├── gnateaters.txt │ │ │ │ │ ├── grassbirds_and_allies.txt │ │ │ │ │ ├── ground_babblers_and_allies.txt │ │ │ │ │ ├── hawaiian_honeyeaters.txt │ │ │ │ │ ├── hispaniolan_tanagers.txt │ │ │ │ │ ├── honeyeaters.txt │ │ │ │ │ ├── hyliotas.txt │ │ │ │ │ ├── hylocitrea.txt │ │ │ │ │ ├── hypocolius.txt │ │ │ │ │ ├── ifrita.txt │ │ │ │ │ ├── indigobirds.txt │ │ │ │ │ ├── ioras.txt │ │ │ │ │ ├── kinglets.txt │ │ │ │ │ ├── larks.txt │ │ │ │ │ ├── laughingthrushes_and_allies.txt │ │ │ │ │ ├── leaf_warblers.txt │ │ │ │ │ ├── leafbirds.txt │ │ │ │ │ ├── logrunners.txt │ │ │ │ │ ├── long-tailed_tits.txt │ │ │ │ │ ├── longspurs_and_snow_buntings.txt │ │ │ │ │ ├── lyrebirds.txt │ │ │ │ │ ├── malagasy_warblers.txt │ │ │ │ │ ├── manakins.txt │ │ │ │ │ ├── melampittas.txt │ │ │ │ │ ├── mitrospingid_tanagers.txt │ │ │ │ │ ├── mockingbirds_and_thrashers.txt │ │ │ │ │ ├── monarch_flycatchers.txt │ │ │ │ │ ├── mottled_berryhunter.txt │ │ │ │ │ ├── new_world_sparrows.txt │ │ │ │ │ ├── new_world_warblers.txt │ │ │ │ │ ├── new_zealand_wrens.txt │ │ │ │ │ ├── nicators.txt │ │ │ │ │ ├── nuthatches.txt │ │ │ │ │ ├── old_world_buntings.txt │ │ │ │ │ ├── old_world_flycatchers.txt │ │ │ │ │ ├── old_world_orioles.txt │ │ │ │ │ ├── old_world_sparrows.txt │ │ │ │ │ ├── olive_warbler.txt │ │ │ │ │ ├── ovenbirds_and_woodcreepers.txt │ │ │ │ │ ├── oxpeckers.txt │ │ │ │ │ ├── palmchat.txt │ │ │ │ │ ├── pardalotes.txt │ │ │ │ │ ├── penduline-tits.txt │ │ │ │ │ ├── pittas.txt │ │ │ │ │ ├── ploughbill.txt │ │ │ │ │ ├── przevalski's_pinktail.txt │ │ │ │ │ ├── pseudo-babblers.txt │ │ │ │ │ ├── puerto_rican_tanager.txt │ │ │ │ │ ├── quail-thrushes_and_jewel-babblers.txt │ │ │ │ │ ├── rail-babbler.txt │ │ │ │ │ ├── reed_warblers_and_allies.txt │ │ │ │ │ ├── rockfowl.txt │ │ │ │ │ ├── rockjumpers.txt │ │ │ │ │ ├── sapayoa.txt │ │ │ │ │ ├── satinbirds.txt │ │ │ │ │ ├── scrub-birds.txt │ │ │ │ │ ├── sharpbill,_royal_flycatcher,_and_allies.txt │ │ │ │ │ ├── shrike-tits.txt │ │ │ │ │ ├── shrikes.txt │ │ │ │ │ ├── silky-flycatchers.txt │ │ │ │ │ ├── sittellas.txt │ │ │ │ │ ├── spindalises.txt │ │ │ │ │ ├── spotted_elachura.txt │ │ │ │ │ ├── starlings.txt │ │ │ │ │ ├── stitchbird.txt │ │ │ │ │ ├── sugarbirds.txt │ │ │ │ │ ├── sunbirds_and_spiderhunters.txt │ │ │ │ │ ├── swallows.txt │ │ │ │ │ ├── sylviid_warblers,_parrotbills,_and_allies.txt │ │ │ │ │ ├── tanagers_and_allies.txt │ │ │ │ │ ├── tapaculos.txt │ │ │ │ │ ├── thornbills_and_allies.txt │ │ │ │ │ ├── thrush-tanager.txt │ │ │ │ │ ├── thrushes_and_allies.txt │ │ │ │ │ ├── tit_berrypecker_and_crested_berrypecker.txt │ │ │ │ │ ├── tits,_chickadees,_and_titmice.txt │ │ │ │ │ ├── tityras_and_allies.txt │ │ │ │ │ ├── tree-babblers,_scimitar-babblers,_and_allies.txt │ │ │ │ │ ├── treecreepers.txt │ │ │ │ │ ├── troupials_and_allies.txt │ │ │ │ │ ├── typical_antbirds.txt │ │ │ │ │ ├── tyrant_flycatchers.txt │ │ │ │ │ ├── vangas,_helmetshrikes,_and_allies.txt │ │ │ │ │ ├── vireos,_shrike-babblers,_and_erpornis.txt │ │ │ │ │ ├── wagtails_and_pipits.txt │ │ │ │ │ ├── wallcreeper.txt │ │ │ │ │ ├── wattle-eyes_and_batises.txt │ │ │ │ │ ├── wattlebirds.txt │ │ │ │ │ ├── waxbills_and_allies.txt │ │ │ │ │ ├── waxwings.txt │ │ │ │ │ ├── weavers_and_allies.txt │ │ │ │ │ ├── whipbirds_and_wedgebills.txt │ │ │ │ │ ├── whistlers_and_allies.txt │ │ │ │ │ ├── white-eyes,_yuhinas,_and_allies.txt │ │ │ │ │ ├── white-winged_chough_and_apostlebird.txt │ │ │ │ │ ├── whiteheads.txt │ │ │ │ │ ├── woodswallows,_bellmagpies,_and_allies.txt │ │ │ │ │ ├── wrens.txt │ │ │ │ │ ├── wrenthrush.txt │ │ │ │ │ └── yellow-breasted_chat.txt │ │ │ │ ├── Pelecaniformes │ │ │ │ │ ├── hamerkop.txt │ │ │ │ │ ├── herons,_egrets,_and_bitterns.txt │ │ │ │ │ ├── ibises_and_spoonbills.txt │ │ │ │ │ ├── pelicans.txt │ │ │ │ │ └── shoebill.txt │ │ │ │ ├── Phaethontiformes │ │ │ │ │ └── tropicbirds.txt │ │ │ │ ├── Phoenicopteriformes │ │ │ │ │ └── flamingos.txt │ │ │ │ ├── Piciformes │ │ │ │ │ ├── african_barbets.txt │ │ │ │ │ ├── asian_barbets.txt │ │ │ │ │ ├── honeyguides.txt │ │ │ │ │ ├── new_world_barbets.txt │ │ │ │ │ ├── toucan-barbets.txt │ │ │ │ │ ├── toucans.txt │ │ │ │ │ └── woodpeckers.txt │ │ │ │ ├── Podicipediformes │ │ │ │ │ └── grebes.txt │ │ │ │ ├── Procellariiformes │ │ │ │ │ ├── albatrosses.txt │ │ │ │ │ ├── northern_storm-petrels.txt │ │ │ │ │ ├── shearwaters_and_petrels.txt │ │ │ │ │ └── southern_storm-petrels.txt │ │ │ │ ├── Psittaciformes │ │ │ │ │ ├── cockatoos.txt │ │ │ │ │ ├── new_world_and_african_parrots.txt │ │ │ │ │ ├── new_zealand_parrots.txt │ │ │ │ │ └── old_world_parrots.txt │ │ │ │ ├── Pterocliformes │ │ │ │ │ └── sandgrouse.txt │ │ │ │ ├── Rheiformes │ │ │ │ │ └── rheas.txt │ │ │ │ ├── Sphenisciformes │ │ │ │ │ └── penguins.txt │ │ │ │ ├── Strigiformes │ │ │ │ │ ├── barn-owls.txt │ │ │ │ │ └── owls.txt │ │ │ │ ├── Struthioniformes │ │ │ │ │ └── ostriches.txt │ │ │ │ ├── Suliformes │ │ │ │ │ ├── anhingas.txt │ │ │ │ │ ├── boobies_and_gannets.txt │ │ │ │ │ ├── cormorants_and_shags.txt │ │ │ │ │ └── frigatebirds.txt │ │ │ │ ├── Tinamiformes │ │ │ │ │ └── tinamous.txt │ │ │ │ └── Trogoniformes │ │ │ │ │ └── trogons.txt │ │ │ ├── cats.txt │ │ │ ├── dinosaurs.txt │ │ │ ├── dogs.txt │ │ │ ├── donkeys.txt │ │ │ ├── horses.txt │ │ │ ├── mainly_ducks.txt │ │ │ ├── ponies.txt │ │ │ └── rabbits.txt │ │ ├── cthulhu.txt │ │ ├── cthulhu │ │ │ ├── earth_native.txt │ │ │ ├── extinct.txt │ │ │ ├── extra_dimensional.txt │ │ │ ├── extra_terrestrial.txt │ │ │ ├── non_sapient.txt │ │ │ ├── outergods.txt │ │ │ └── sapient.txt │ │ ├── mtg │ │ │ ├── aetherborn.txt │ │ │ ├── aetherborn │ │ │ │ ├── aetherborn_artificer.txt │ │ │ │ ├── aetherborn_rogue.txt │ │ │ │ └── aetherborn_warrior.txt │ │ │ ├── ajani.txt │ │ │ ├── angel.txt │ │ │ ├── angel │ │ │ │ ├── angel_advisor.txt │ │ │ │ ├── angel_berserker.txt │ │ │ │ ├── angel_cleric.txt │ │ │ │ ├── angel_general.txt │ │ │ │ ├── angel_soldier.txt │ │ │ │ └── angel_spirit.txt │ │ │ ├── angrath.txt │ │ │ ├── antelope.txt │ │ │ ├── ape_shaman.txt │ │ │ ├── ashiok.txt │ │ │ ├── astartes_warrior.txt │ │ │ ├── atog.txt │ │ │ ├── aura.txt │ │ │ ├── avatar.txt │ │ │ ├── azra_warrior.txt │ │ │ ├── badger.txt │ │ │ ├── basilisk.txt │ │ │ ├── beast_mutant.txt │ │ │ ├── beasts │ │ │ │ ├── beast.txt │ │ │ │ ├── goat_beast.txt │ │ │ │ ├── hippo.txt │ │ │ │ ├── jackal.txt │ │ │ │ ├── jackal_warrior.txt │ │ │ │ ├── rhino_beast.txt │ │ │ │ ├── rhino_monk.txt │ │ │ │ ├── rhino_soldier.txt │ │ │ │ └── wolf_warrior.txt │ │ │ ├── beeble.txt │ │ │ ├── bird.txt │ │ │ ├── bird │ │ │ │ ├── bird_beast.txt │ │ │ │ ├── bird_citizen.txt │ │ │ │ ├── bird_cleric.txt │ │ │ │ ├── bird_general.txt │ │ │ │ ├── bird_rogue.txt │ │ │ │ ├── bird_scout.txt │ │ │ │ ├── bird_shaman.txt │ │ │ │ ├── bird_soldier.txt │ │ │ │ ├── bird_warrior.txt │ │ │ │ └── bird_wizard.txt │ │ │ ├── boar.txt │ │ │ ├── bolas.txt │ │ │ ├── bringer.txt │ │ │ ├── brushwagg.txt │ │ │ ├── cat.txt │ │ │ ├── cat │ │ │ │ ├── cat_advisor.txt │ │ │ │ ├── cat_citizen.txt │ │ │ │ ├── cat_cleric.txt │ │ │ │ ├── cat_demon.txt │ │ │ │ ├── cat_monk.txt │ │ │ │ ├── cat_rogue.txt │ │ │ │ ├── cat_scout.txt │ │ │ │ ├── cat_spirit.txt │ │ │ │ └── cat_warrior.txt │ │ │ ├── centaur.txt │ │ │ ├── centaur │ │ │ │ ├── centaur_archer.txt │ │ │ │ ├── centaur_cleric.txt │ │ │ │ └── centaur_warrior.txt │ │ │ ├── cephalid.txt │ │ │ ├── cephalid │ │ │ │ ├── cephalid_general.txt │ │ │ │ ├── cephalid_rogue.txt │ │ │ │ └── cephalid_wizard.txt │ │ │ ├── chandra.txt │ │ │ ├── clamfolk.txt │ │ │ ├── cockatrice.txt │ │ │ ├── construct.txt │ │ │ ├── creature.txt │ │ │ ├── critters │ │ │ │ ├── insect_druid.txt │ │ │ │ ├── insect_general.txt │ │ │ │ ├── insect_horror.txt │ │ │ │ ├── insect_warrior.txt │ │ │ │ └── spider.txt │ │ │ ├── crocodile.txt │ │ │ ├── cyborg_knight.txt │ │ │ ├── cyborg_rigger.txt │ │ │ ├── cyclops_warrior.txt │ │ │ ├── dauthi_minion.txt │ │ │ ├── demigod.txt │ │ │ ├── demon.txt │ │ │ ├── demon_spirit.txt │ │ │ ├── devil.txt │ │ │ ├── devil_warrior.txt │ │ │ ├── dinosaur.txt │ │ │ ├── djinn.txt │ │ │ ├── djinn │ │ │ │ ├── djinn_general.txt │ │ │ │ └── djinn_wizard.txt │ │ │ ├── dog.txt │ │ │ ├── dog │ │ │ │ ├── dog_archer.txt │ │ │ │ ├── dog_general.txt │ │ │ │ └── dog_scout.txt │ │ │ ├── domri.txt │ │ │ ├── dovin.txt │ │ │ ├── dragon.txt │ │ │ ├── dragon │ │ │ │ ├── dragon.txt │ │ │ │ ├── dragon_avatar.txt │ │ │ │ ├── dragon_spirit.txt │ │ │ │ ├── dragon_warrior.txt │ │ │ │ ├── dragon_wizard.txt │ │ │ │ └── elder_dragon.txt │ │ │ ├── drone.txt │ │ │ ├── dryad_shaman.txt │ │ │ ├── dryad_spellshaper.txt │ │ │ ├── dwarf.txt │ │ │ ├── dwarf │ │ │ │ ├── dwarf_artificer.txt │ │ │ │ ├── dwarf_cleric.txt │ │ │ │ ├── dwarf_general.txt │ │ │ │ ├── dwarf_pilot.txt │ │ │ │ ├── dwarf_shaman.txt │ │ │ │ └── dwarf_soldier.txt │ │ │ ├── efreet.txt │ │ │ ├── efreet │ │ │ │ ├── efreet_general.txt │ │ │ │ ├── efreet_monk.txt │ │ │ │ └── efreet_shaman.txt │ │ │ ├── elder_dinosaur.txt │ │ │ ├── eldrazi.txt │ │ │ ├── eldrazi │ │ │ │ ├── eldrazi.txt │ │ │ │ ├── eldrazi_drone.txt │ │ │ │ ├── eldrazi_insect.txt │ │ │ │ └── eldrazi_processor.txt │ │ │ ├── elemental.txt │ │ │ ├── elephant_soldier.txt │ │ │ ├── elf.txt │ │ │ ├── elf │ │ │ │ ├── elf_archer.txt │ │ │ │ ├── elf_cleric.txt │ │ │ │ ├── elf_general.txt │ │ │ │ ├── elf_noble.txt │ │ │ │ ├── elf_scout.txt │ │ │ │ ├── elf_shaman.txt │ │ │ │ └── elf_wizard.txt │ │ │ ├── elspeth.txt │ │ │ ├── faerie_soldier.txt │ │ │ ├── faerie_wizard.txt │ │ │ ├── fish.txt │ │ │ ├── fox_cleric.txt │ │ │ ├── frog_beast.txt │ │ │ ├── fungus.txt │ │ │ ├── fungus_beast.txt │ │ │ ├── garruk.txt │ │ │ ├── giant.txt │ │ │ ├── giant │ │ │ │ ├── giant_berserker.txt │ │ │ │ ├── giant_druid.txt │ │ │ │ ├── giant_general.txt │ │ │ │ ├── giant_knight.txt │ │ │ │ ├── giant_shaman.txt │ │ │ │ ├── giant_soldier.txt │ │ │ │ └── giant_warrior.txt │ │ │ ├── gideon.txt │ │ │ ├── goat.txt │ │ │ ├── goblin.txt │ │ │ ├── goblin │ │ │ │ ├── goblin.txt │ │ │ │ ├── goblin_artificer.txt │ │ │ │ ├── goblin_shaman.txt │ │ │ │ └── goblin_warrior.txt │ │ │ ├── god.txt │ │ │ ├── golem.txt │ │ │ ├── gorgon.txt │ │ │ ├── gremlin.txt │ │ │ ├── hellion_beast.txt │ │ │ ├── hippogriff.txt │ │ │ ├── homunculus.txt │ │ │ ├── horror.txt │ │ │ ├── horror_mercenary.txt │ │ │ ├── horse.txt │ │ │ ├── huatli.txt │ │ │ ├── human.txt │ │ │ ├── human │ │ │ │ ├── human_advisor.txt │ │ │ │ ├── human_archer.txt │ │ │ │ ├── human_artificer.txt │ │ │ │ ├── human_assassin.txt │ │ │ │ ├── human_barbarian.txt │ │ │ │ ├── human_berserker.txt │ │ │ │ ├── human_citizen.txt │ │ │ │ ├── human_cleric.txt │ │ │ │ ├── human_druid.txt │ │ │ │ ├── human_gamer.txt │ │ │ │ ├── human_horror.txt │ │ │ │ ├── human_knight.txt │ │ │ │ ├── human_knight_ally.txt │ │ │ │ ├── human_mercenary.txt │ │ │ │ ├── human_minion.txt │ │ │ │ ├── human_monk.txt │ │ │ │ ├── human_monk_cleric.txt │ │ │ │ ├── human_ninja.txt │ │ │ │ ├── human_noble.txt │ │ │ │ ├── human_nomad_mystic.txt │ │ │ │ ├── human_pilot.txt │ │ │ │ ├── human_pirate.txt │ │ │ │ ├── human_pirate_wizard.txt │ │ │ │ ├── human_ranger.txt │ │ │ │ ├── human_rebel_cleric.txt │ │ │ │ ├── human_rogue.txt │ │ │ │ ├── human_samurai.txt │ │ │ │ ├── human_scout.txt │ │ │ │ ├── human_shaman.txt │ │ │ │ ├── human_shaman_ally.txt │ │ │ │ ├── human_soldiers.txt │ │ │ │ ├── human_spellshaper.txt │ │ │ │ ├── human_warlock.txt │ │ │ │ ├── human_warrior.txt │ │ │ │ ├── human_warrior_ally.txt │ │ │ │ ├── human_wizard.txt │ │ │ │ └── human_wizards.txt │ │ │ ├── hydra.txt │ │ │ ├── hyena.txt │ │ │ ├── illusion.txt │ │ │ ├── illusion_wall.txt │ │ │ ├── imp.txt │ │ │ ├── incarnation.txt │ │ │ ├── jace.txt │ │ │ ├── jaya.txt │ │ │ ├── juggernaut.txt │ │ │ ├── karn.txt │ │ │ ├── kavu.txt │ │ │ ├── kaya.txt │ │ │ ├── killbot.txt │ │ │ ├── kiora.txt │ │ │ ├── kirin.txt │ │ │ ├── kirin_spirit.txt │ │ │ ├── kithkin.txt │ │ │ ├── kobold_warrior.txt │ │ │ ├── kor.txt │ │ │ ├── kor │ │ │ │ ├── kor_soldier.txt │ │ │ │ ├── kor_soldier_ally.txt │ │ │ │ ├── kor_spirit.txt │ │ │ │ ├── kor_warrior.txt │ │ │ │ └── kor_wizard.txt │ │ │ ├── leech.txt │ │ │ ├── leviathan.txt │ │ │ ├── lhurgoyf.txt │ │ │ ├── licid.txt │ │ │ ├── liliana.txt │ │ │ ├── manticore.txt │ │ │ ├── masticore.txt │ │ │ ├── merfolk.txt │ │ │ ├── merfolk │ │ │ │ ├── merfolk_general.txt │ │ │ │ ├── merfolk_rogue.txt │ │ │ │ ├── merfolk_shaman.txt │ │ │ │ └── merfolk_wizard.txt │ │ │ ├── metathran.txt │ │ │ ├── minotaur.txt │ │ │ ├── misc.txt │ │ │ ├── mongoose.txt │ │ │ ├── monkey.txt │ │ │ ├── naga.txt │ │ │ ├── naga │ │ │ │ ├── naga_cleric.txt │ │ │ │ ├── naga_shaman.txt │ │ │ │ └── naga_warrior.txt │ │ │ ├── nahiri.txt │ │ │ ├── narset.txt │ │ │ ├── necron.txt │ │ │ ├── necron_wizard.txt │ │ │ ├── nephilim.txt │ │ │ ├── nightmare.txt │ │ │ ├── nightmare_horror.txt │ │ │ ├── nightmare_horse.txt │ │ │ ├── nightstalker.txt │ │ │ ├── nissa.txt │ │ │ ├── nixilis.txt │ │ │ ├── noggle_rogue.txt │ │ │ ├── nymph_dryad.txt │ │ │ ├── octopus.txt │ │ │ ├── ogre.txt │ │ │ ├── ogre │ │ │ │ ├── ogre_berserker.txt │ │ │ │ ├── ogre_general.txt │ │ │ │ ├── ogre_mutant.txt │ │ │ │ ├── ogre_rogue.txt │ │ │ │ └── ogre_warrior.txt │ │ │ ├── orc.txt │ │ │ ├── orc │ │ │ │ ├── orc_berserker.txt │ │ │ │ ├── orc_general.txt │ │ │ │ ├── orc_rogue.txt │ │ │ │ ├── orc_shaman.txt │ │ │ │ ├── orc_warrior.txt │ │ │ │ └── orc_wizard.txt │ │ │ ├── orgg.txt │ │ │ ├── ouphe.txt │ │ │ ├── ox.txt │ │ │ ├── pegasus.txt │ │ │ ├── phoenix.txt │ │ │ ├── phyrexian.txt │ │ │ ├── plant.txt │ │ │ ├── plant │ │ │ │ ├── plant_dog.txt │ │ │ │ ├── plant_elemental.txt │ │ │ │ ├── plant_general.txt │ │ │ │ ├── plant_hydra.txt │ │ │ │ ├── plant_skeleton.txt │ │ │ │ ├── plant_wall.txt │ │ │ │ └── plant_zombie.txt │ │ │ ├── rabbit_beast.txt │ │ │ ├── ral.txt │ │ │ ├── rat_samurai.txt │ │ │ ├── rat_shaman.txt │ │ │ ├── saheeli.txt │ │ │ ├── salamander.txt │ │ │ ├── sarkhan.txt │ │ │ ├── satyr_shaman.txt │ │ │ ├── shapeshifter.txt │ │ │ ├── shark.txt │ │ │ ├── shrine.txt │ │ │ ├── siren.txt │ │ │ ├── skeleton_warrior.txt │ │ │ ├── sliver.txt │ │ │ ├── snake_hydra.txt │ │ │ ├── snake_shaman.txt │ │ │ ├── snow_artifact.txt │ │ │ ├── snow_sorcery.txt │ │ │ ├── soldier.txt │ │ │ ├── soltari_soldier.txt │ │ │ ├── sorin.txt │ │ │ ├── spike.txt │ │ │ ├── spirit.txt │ │ │ ├── squid_beast.txt │ │ │ ├── starfish.txt │ │ │ ├── surrakar.txt │ │ │ ├── tamiyo.txt │ │ │ ├── teferi.txt │ │ │ ├── tezzeret.txt │ │ │ ├── thalakos_wizard.txt │ │ │ ├── thopter.txt │ │ │ ├── tibalt.txt │ │ │ ├── tiefling_rogue.txt │ │ │ ├── treefolk.txt │ │ │ ├── treefolk │ │ │ │ ├── treefolk_shaman.txt │ │ │ │ └── treefolk_warrior.txt │ │ │ ├── troll.txt │ │ │ ├── troll_shaman.txt │ │ │ ├── tyranid.txt │ │ │ ├── undead │ │ │ │ ├── zombie.txt │ │ │ │ └── zubera_spirit.txt │ │ │ ├── unicorn.txt │ │ │ ├── vampire.txt │ │ │ ├── vedalken.txt │ │ │ ├── vedalken │ │ │ │ ├── vedalken_artificer.txt │ │ │ │ ├── vedalken_rogue.txt │ │ │ │ └── vedalken_soldier.txt │ │ │ ├── viashino.txt │ │ │ ├── vivien.txt │ │ │ ├── volver.txt │ │ │ ├── vraska.txt │ │ │ ├── wall.txt │ │ │ ├── werewolf.txt │ │ │ ├── wolf_spirit.txt │ │ │ ├── wolverine.txt │ │ │ ├── worm.txt │ │ │ ├── wraith.txt │ │ │ ├── wurm.txt │ │ │ ├── yanling.txt │ │ │ └── yeti.txt │ │ └── tolkien.txt │ ├── items │ │ ├── jewelry.txt │ │ └── materials │ │ │ ├── building_materials.txt │ │ │ ├── common_metals.txt │ │ │ ├── decorative_stones.txt │ │ │ ├── fabrics.txt │ │ │ ├── fibres.txt │ │ │ ├── gems.txt │ │ │ ├── metals.txt │ │ │ ├── packaging_materials.txt │ │ │ └── technical_fabrics.txt │ ├── medium │ │ ├── computergraphics │ │ │ ├── 3dengines.txt │ │ │ ├── gamesystems.txt │ │ │ ├── generalcomputer.txt │ │ │ └── studios.txt │ │ ├── digitalart.txt │ │ ├── drawing.txt │ │ ├── othermedia.txt │ │ ├── painting.txt │ │ ├── photography │ │ │ ├── aperture.txt │ │ │ ├── camera_models.txt │ │ │ ├── camera_models │ │ │ │ ├── acer.txt │ │ │ │ ├── agfaphoto.txt │ │ │ │ ├── benq.txt │ │ │ │ ├── canon.txt │ │ │ │ ├── casio.txt │ │ │ │ ├── classic.txt │ │ │ │ ├── concord.txt │ │ │ │ ├── contax.txt │ │ │ │ ├── epson.txt │ │ │ │ ├── fujifilm.txt │ │ │ │ ├── ge.txt │ │ │ │ ├── hp.txt │ │ │ │ ├── iphone.txt │ │ │ │ ├── jenoptik.txt │ │ │ │ ├── kodak.txt │ │ │ │ ├── konica.txt │ │ │ │ ├── konica_minolta.txt │ │ │ │ ├── kyocera.txt │ │ │ │ ├── leica.txt │ │ │ │ ├── minolta.txt │ │ │ │ ├── minox.txt │ │ │ │ ├── nikon.txt │ │ │ │ ├── olympus.txt │ │ │ │ ├── panasonic.txt │ │ │ │ ├── pentax.txt │ │ │ │ ├── praktica.txt │ │ │ │ ├── ricoh.txt │ │ │ │ ├── rollei.txt │ │ │ │ ├── samsung.txt │ │ │ │ ├── sanyo.txt │ │ │ │ ├── sigma.txt │ │ │ │ ├── sony.txt │ │ │ │ ├── toshiba.txt │ │ │ │ ├── vivitar.txt │ │ │ │ └── yakumo.txt │ │ │ ├── cameratype.txt │ │ │ ├── composition.txt │ │ │ ├── film │ │ │ │ ├── black_and_white.txt │ │ │ │ ├── filetypes.txt │ │ │ │ └── filmsizes.txt │ │ │ ├── filmtypes.txt │ │ │ ├── generalphoto.txt │ │ │ ├── lens.txt │ │ │ ├── lighting.txt │ │ │ ├── perspective.txt │ │ │ ├── photo_sites.txt │ │ │ ├── processing.txt │ │ │ ├── resolution.txt │ │ │ └── style.txt │ │ ├── sculptural.txt │ │ ├── shading-techniques.txt │ │ └── textile.txt │ ├── people │ │ ├── actions │ │ │ ├── encounter.txt │ │ │ └── walking.txt │ │ ├── beards.txt │ │ ├── descriptors │ │ │ └── traveller.txt │ │ ├── mood.txt │ │ ├── nationalities │ │ │ ├── african-islands.txt │ │ │ ├── african.txt │ │ │ ├── all-nationalities.txt │ │ │ ├── asia.txt │ │ │ ├── atlantic-islands.txt │ │ │ ├── australasia.txt │ │ │ ├── balkan.txt │ │ │ ├── baltic.txt │ │ │ ├── carribean.txt │ │ │ ├── central-africa.txt │ │ │ ├── central-america.txt │ │ │ ├── central-asia.txt │ │ │ ├── central-europe.txt │ │ │ ├── east-africa.txt │ │ │ ├── east-asia.txt │ │ │ ├── east-atlantic.txt │ │ │ ├── east-europe.txt │ │ │ ├── europe.txt │ │ │ ├── melanesia.txt │ │ │ ├── micronesia.txt │ │ │ ├── middle-east.txt │ │ │ ├── north-africa.txt │ │ │ ├── north-america.txt │ │ │ ├── north-atlantic.txt │ │ │ ├── northwest-europe.txt │ │ │ ├── oceania.txt │ │ │ ├── polynesia.txt │ │ │ ├── scandinavia.txt │ │ │ ├── south-america.txt │ │ │ ├── south-asia.txt │ │ │ ├── south-atlantic.txt │ │ │ ├── south-europe.txt │ │ │ ├── southeast-asia.txt │ │ │ ├── southern-africa.txt │ │ │ ├── west-africa.txt │ │ │ ├── west-asia.txt │ │ │ └── west-atlantic.txt │ │ ├── occupations.txt │ │ └── politicians │ │ │ └── southafrica.txt │ ├── places │ │ └── home.txt │ ├── style │ │ ├── artmovement.txt │ │ ├── artperiods │ │ │ ├── abstract_expressionism.txt │ │ │ ├── ancient_classical.txt │ │ │ ├── art_nouveau.txt │ │ │ ├── constructivism.txt │ │ │ ├── contemporary.txt │ │ │ ├── cubism.txt │ │ │ ├── expressionism.txt │ │ │ ├── futurism.txt │ │ │ ├── impressionism.txt │ │ │ ├── medieval.txt │ │ │ ├── modern.txt │ │ │ ├── neoclassicism.txt │ │ │ ├── neoimpressionism.txt │ │ │ ├── postimpressionism.txt │ │ │ ├── renaissance.txt │ │ │ ├── romanticism.txt │ │ │ ├── romanticism_to_modern.txt │ │ │ ├── socialist_realism.txt │ │ │ ├── suprematism.txt │ │ │ ├── surrealism.txt │ │ │ └── symbolism.txt │ │ ├── generalstyle.txt │ │ ├── genre.txt │ │ └── platform.txt │ ├── time │ │ ├── decade.txt │ │ ├── seasons.txt │ │ └── timeofday.txt │ └── war │ │ └── weapons │ │ ├── swords.txt │ │ └── swords │ │ ├── african.txt │ │ ├── asian.txt │ │ ├── east_asian.txt │ │ ├── european.txt │ │ ├── south_asian.txt │ │ └── south_east_asian.txt ├── nai │ └── README.md ├── nsp │ ├── README.md │ ├── nsp-adj │ │ ├── adj-architecture.txt │ │ ├── adj-beauty.txt │ │ ├── adj-general.txt │ │ └── adj-horror.txt │ ├── nsp-artist │ │ ├── artist-botanical.txt │ │ ├── artist-surreal.txt │ │ └── artist.txt │ ├── nsp-body │ │ ├── body-fit.txt │ │ ├── body-heavy.txt │ │ ├── body-light.txt │ │ ├── body-poor.txt │ │ ├── body-shape.txt │ │ ├── body-short.txt │ │ └── body-tall.txt │ ├── nsp-camera │ │ ├── camera-manu.txt │ │ └── camera.txt │ ├── nsp-color │ │ ├── color-palette.txt │ │ └── color.txt │ ├── nsp-cosmic │ │ ├── cosmic-galaxy.txt │ │ ├── cosmic-nebula.txt │ │ ├── cosmic-star.txt │ │ └── cosmic-terms.txt │ ├── nsp-fantasy │ │ ├── fantasy-creature.txt │ │ └── fantasy-setting.txt │ ├── nsp-gender │ │ ├── gender-ext.txt │ │ └── gender.txt │ ├── nsp-identity │ │ ├── identity-adult.txt │ │ ├── identity-young.txt │ │ └── identity.txt │ ├── nsp-noun │ │ ├── noun-beauty.txt │ │ ├── noun-emote.txt │ │ ├── noun-fantasy.txt │ │ ├── noun-general.txt │ │ └── noun-horror.txt │ ├── nsp-pop │ │ ├── pop-culture.txt │ │ └── pop-location.txt │ └── nsp │ │ ├── 3d-terms.txt │ │ ├── animals.txt │ │ ├── aspect-ratio.txt │ │ ├── bird.txt │ │ ├── bodyshape.txt │ │ ├── celeb.txt │ │ ├── details.txt │ │ ├── dinosaur.txt │ │ ├── eyecolor.txt │ │ ├── f-stop.txt │ │ ├── fish.txt │ │ ├── flower.txt │ │ ├── focal-length.txt │ │ ├── foods.txt │ │ ├── forest-type.txt │ │ ├── fruit.txt │ │ ├── games.txt │ │ ├── gen-modifier.txt │ │ ├── hair.txt │ │ ├── hd.txt │ │ ├── iso-stop.txt │ │ ├── landscape-type.txt │ │ ├── movement.txt │ │ ├── nationality.txt │ │ ├── natl-park.txt │ │ ├── neg-weight.txt │ │ ├── occupation.txt │ │ ├── photo-term.txt │ │ ├── portrait-type.txt │ │ ├── punk.txt │ │ ├── quantity.txt │ │ ├── rpg-item.txt │ │ ├── scenario-desc.txt │ │ ├── site.txt │ │ ├── skin-color.txt │ │ ├── style.txt │ │ ├── tree.txt │ │ ├── trippy.txt │ │ ├── water.txt │ │ └── wh-site.txt ├── parrotzone │ ├── README.md │ ├── strength │ │ ├── high.txt │ │ ├── low.txt │ │ └── med.txt │ └── tags │ │ ├── aesthetic.txt │ │ ├── art-movement.txt │ │ ├── color.txt │ │ ├── light.txt │ │ ├── medium.txt │ │ ├── mood.txt │ │ ├── perspective.txt │ │ ├── photography.txt │ │ ├── pop-culture.txt │ │ ├── quality.txt │ │ ├── setting.txt │ │ └── style.txt └── publicprompts.yaml ├── config └── magicprompt_models.txt ├── docs ├── CHANGELOG.md ├── SYNTAX.md ├── resources.md └── tutorial.md ├── helptext.html ├── images ├── combinatorial_generation.png ├── config_autopurge.png ├── config_brackets.png ├── emphasis.png ├── extension.png ├── feeling-lucky.png ├── filmtypes.jpg ├── icon-changelog.png ├── icon-syntax.png ├── icon-tutorial.png ├── installation.png ├── jinja_templates.png ├── magic_prompt.png ├── prompt_editing.jpg ├── tutorial │ ├── artist_wildcards.png │ ├── attention-grabber.png │ ├── attention.png │ ├── combinatorial.png │ ├── install.png │ ├── lucky-checkbox.png │ ├── lucky.png │ ├── magicprompt-mechwarrior.png │ ├── magicprompts.png │ ├── mech.png │ ├── platinum.png │ ├── prompt1.png │ ├── prompt2.png │ ├── prompt3.png │ ├── prompt4a.png │ ├── prompt4b.png │ ├── prompt4c.png │ ├── surfer.png │ ├── ui-closed.png │ ├── ui-open.png │ └── wildcard_manager.png ├── weighting-colours.png ├── weighting-us-population.png ├── wildcard_settings.png └── write_prompts.png ├── install.py ├── javascript ├── dynamic_prompting.js └── dynamic_prompting_hints.js ├── jinja2.md ├── jinja_help.html ├── package.json ├── pyproject.toml ├── scripts └── dynamic_prompting.py ├── sd_dynamic_prompts ├── .python-version ├── __init__.py ├── attention_generator.py ├── callbacks.py ├── dynamic_prompting.py ├── element_ids.py ├── frozenprompt_generator.py ├── generator_builder.py ├── helpers.py ├── magic_prompt.py ├── paths.py ├── pnginfo_saver.py ├── prompt_writer.py ├── settings.py ├── special_syntax.py ├── version_tools.py └── wildcards_tab.py ├── style.css └── tests ├── conftest.py ├── prompts ├── test_attention_generator.py ├── test_frozenprompt_generator.py ├── test_generator_builder.py ├── test_helpers.py ├── test_magic_prompts.py └── ui │ ├── __init__.py │ ├── test_pnginfo_saver.py │ └── test_prompt_writer.py ├── test_callbacks.py ├── test_paths.py └── test_script.py /.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/.eslintrc.js -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | .coverage 3 | .env 4 | .vscode 5 | \.*.sw* 6 | node_modules 7 | wildcards 8 | -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/README.md -------------------------------------------------------------------------------- /_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_tools/download_collections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/_tools/download_collections.py -------------------------------------------------------------------------------- /_tools/import_noodle_soup_prompts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/_tools/import_noodle_soup_prompts.py -------------------------------------------------------------------------------- /_tools/repositories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/_tools/repositories.json -------------------------------------------------------------------------------- /collections/artists/European Art/modern/cloisonnism.txt: -------------------------------------------------------------------------------- 1 | Émile Bernard 2 | Paul Sérusiero 3 | Louis Anquetin 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/expressionism/british_expressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Oskar Kokoschka 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/expressionism/slovakian_expressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Julius Podlipny 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/austrian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Heinz Anger 2 | Maximilian Liebenwein 3 | Wilhelm Bernatzik 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/brazilian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Eliseu Visconti 2 | Georgina de Albuquerque 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/chinese_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Wu Guanzhong 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/egyptian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Chafik Charobim 2 | Tahia Halim 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/icelandic_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Ásgrímur Jónsson 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/indian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Ananta Mandal 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/italian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Eliseu Visconti 2 | Federico Zandomeneghi 3 | Giuseppe De Nittis 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/lebanese_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Farid Mansour 2 | Omar Onsi 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/luxembourgian_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Dominique Lang 2 | Frantz Seimetz 3 | Joseph Kutter 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/impressionism/mexican_impressionist_painters.txt: -------------------------------------------------------------------------------- 1 | Francisco Romano Guillemin 2 | Joaquín Clausell 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/modern/synthetism.txt: -------------------------------------------------------------------------------- 1 | Paul Sérusier 2 | Paul Gauguin 3 | Émile Bernard 4 | Charles Laval 5 | Cuno Amiet 6 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/neoclassical/romanian_neoclassical_painters.txt: -------------------------------------------------------------------------------- 1 | Gheorghe Tattarescu 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/realism/finnish_realism.txt: -------------------------------------------------------------------------------- 1 | Adolf von Becker 2 | Eero Järnefelt 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/realism/hungarian_realism.txt: -------------------------------------------------------------------------------- 1 | László Dombrovszky 2 | Károly Ferenczy 3 | Tivadar Zemplényi 4 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/realism/portuguese_realism.txt: -------------------------------------------------------------------------------- 1 | Carlos Bonvalot 2 | Miguel Ângelo Lupi 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/armenian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Ivan Aivazovsky 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/bulgarian_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Dimitar Dobrovich 2 | Dechko Uzunov 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/irish_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | James Barry 2 | Francis Danby 3 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/polish_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Franciszek Ksawery Lampi 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/scottish_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | R. R. McIan 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/neoclassical/romanticism/swiss_romantic_painters.txt: -------------------------------------------------------------------------------- 1 | Henric Trenk 2 | -------------------------------------------------------------------------------- /collections/artists/European Art/renaissance/polish_mannerist_painters.txt: -------------------------------------------------------------------------------- 1 | Isaak van den Blocke 2 | Martin Kober 3 | -------------------------------------------------------------------------------- /collections/artists/Japanese Art/nihonga/heisei_era.txt: -------------------------------------------------------------------------------- 1 | Matsui Fuyuko 2 | Nishida Shun'ei 3 | Gotō Jin 4 | Noguchi Tetsuya 5 | -------------------------------------------------------------------------------- /collections/artists/Japanese Art/ukiyoe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/Japanese Art/ukiyoe.txt -------------------------------------------------------------------------------- /collections/artists/Japanese Art/yoga/taisho_era.txt: -------------------------------------------------------------------------------- 1 | Kuwashige Giichi 2 | Ryūsei Kishida 3 | -------------------------------------------------------------------------------- /collections/artists/Japanese Art/yoga/yoga.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/Japanese Art/yoga/yoga.txt -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/algeria.txt: -------------------------------------------------------------------------------- 1 | Hocine Zaourar -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/azerbijan.txt: -------------------------------------------------------------------------------- 1 | Rena Effendi -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/benin.txt: -------------------------------------------------------------------------------- 1 | Mayeul Akpovi -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/cambodia.txt: -------------------------------------------------------------------------------- 1 | Dith Pran -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/cameroon.txt: -------------------------------------------------------------------------------- 1 | Joseph Chila 2 | Angèle Etoundi Essamba 3 | Samuel Fosso 4 | Jacques Toussele -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/chile.txt: -------------------------------------------------------------------------------- 1 | Ricardo Carrasco 2 | Jesús Inostroza 3 | Carlos Reyes-Manzo 4 | Valeria Zalaquett -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/croatia.txt: -------------------------------------------------------------------------------- 1 | Tošo Dabac 2 | Damir Hoyka 3 | Viktor Đerek -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/cuba.txt: -------------------------------------------------------------------------------- 1 | Luis Castaneda 2 | Alberto Korda -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/drc.txt: -------------------------------------------------------------------------------- 1 | Gosette Lubondo 2 | Joseph Makula -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/ecuador.txt: -------------------------------------------------------------------------------- 1 | Hugo Cifuentes 2 | Isadora Romero -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/eritrea.txt: -------------------------------------------------------------------------------- 1 | Senayt Samuel -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/estonia.txt: -------------------------------------------------------------------------------- 1 | Kaupo Kikkas 2 | Jaan Künnap 3 | Johannes Pääsuke 4 | Urmas Tartes -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/ethiopia.txt: -------------------------------------------------------------------------------- 1 | Aïda Muluneh -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/gambia.txt: -------------------------------------------------------------------------------- 1 | Khadija Saye -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/georgia.txt: -------------------------------------------------------------------------------- 1 | Irakly Shanidze -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/hong_kong.txt: -------------------------------------------------------------------------------- 1 | Basil Pao 2 | Ho Fan -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/iceland.txt: -------------------------------------------------------------------------------- 1 | Nökkvi Elíasson 2 | Ragnar Axelsson -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/indonesia.txt: -------------------------------------------------------------------------------- 1 | Kassian Cephas -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/iraq.txt: -------------------------------------------------------------------------------- 1 | Alaa Al-Marjani -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/ireland.txt: -------------------------------------------------------------------------------- 1 | Kevin Abosch 2 | Enda Bowe 3 | Bob Carlos Clarke 4 | Eamonn Doyle 5 | Tony O'Shea -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/jamaica.txt: -------------------------------------------------------------------------------- 1 | Ester Anderson -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/kenya.txt: -------------------------------------------------------------------------------- 1 | Mohamed Amin 2 | Mimi Cherono Ng'ok 3 | Priya Ramrakha -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/latvia.txt: -------------------------------------------------------------------------------- 1 | Philippe Halsman -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/lebanon.txt: -------------------------------------------------------------------------------- 1 | Nadim Asfar 2 | Gregory Buchakjian -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/luxembourg.txt: -------------------------------------------------------------------------------- 1 | Mark Divo 2 | Marianne Majerus 3 | -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/mali.txt: -------------------------------------------------------------------------------- 1 | Alioune Bâ 2 | Seydou Keïta 3 | Malick Sidibé -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/namibia.txt: -------------------------------------------------------------------------------- 1 | Margaret Courtney-Clarke -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/pakistan.txt: -------------------------------------------------------------------------------- 1 | Farah Mahbub 2 | Tapu Javeri 3 | Zaigham Zaidi 4 | Huma Mulji 5 | Adnan Kandhar -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/palestine.txt: -------------------------------------------------------------------------------- 1 | Karimeh Abbud 2 | Yousef Khanfar 3 | Khalil Raad -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/panama.txt: -------------------------------------------------------------------------------- 1 | José Luis Rodríguez Pittí -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/peru.txt: -------------------------------------------------------------------------------- 1 | Martín Chambi 2 | Mario Testino 3 | Pedro Jarque -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/romania.txt: -------------------------------------------------------------------------------- 1 | Ioan Mihai Cochinescu 2 | Eddy Novarro 3 | -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/sierra_leone.txt: -------------------------------------------------------------------------------- 1 | Alphonso Lisk-Carew -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/singapore.txt: -------------------------------------------------------------------------------- 1 | John Clang 2 | Sim Chi Yin 3 | Teo Bee Yen 4 | Marjorie Doggett -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/sri_lanka.txt: -------------------------------------------------------------------------------- 1 | Lionel Wendt -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/syria.txt: -------------------------------------------------------------------------------- 1 | Bengin Ahmad -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/taiwan.txt: -------------------------------------------------------------------------------- 1 | Chien-Chi Chang -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/thailand.txt: -------------------------------------------------------------------------------- 1 | Francis Chit -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/turkey.txt: -------------------------------------------------------------------------------- 1 | Ömer Asan 2 | Bahaettin Rahmi Bediz 3 | Ara Güler 4 | Yıldız Moran 5 | Pascal Sébah 6 | Uğur Uluocak -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/uganda.txt: -------------------------------------------------------------------------------- 1 | Zarina Bhimji -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/venezuela.txt: -------------------------------------------------------------------------------- 1 | Ricardo Gómez Pérez 2 | Alejandro López de Haro 3 | Ronaldo Schemidt -------------------------------------------------------------------------------- /collections/artists/Photography/by_country/vietnam.txt: -------------------------------------------------------------------------------- 1 | Huynh Cong Ut -------------------------------------------------------------------------------- /collections/artists/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/README.md -------------------------------------------------------------------------------- /collections/artists/genre/anime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/genre/anime.txt -------------------------------------------------------------------------------- /collections/artists/genre/fantasy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/genre/fantasy.txt -------------------------------------------------------------------------------- /collections/artists/genre/fantasy/tolkien.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/genre/fantasy/tolkien.txt -------------------------------------------------------------------------------- /collections/artists/genre/horror.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/genre/horror.txt -------------------------------------------------------------------------------- /collections/artists/illustrations/anime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/illustrations/anime.txt -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/argentine_illustrators.txt: -------------------------------------------------------------------------------- 1 | Agi Lamm 2 | Isol 3 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/brazilian_illustrators.txt: -------------------------------------------------------------------------------- 1 | Elvira Vigna 2 | Eva Furnari 3 | Roger Mello 4 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/bulgarian_illustrators.txt: -------------------------------------------------------------------------------- 1 | Iassen Ghiuselev 2 | Todor Dinov 3 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/colombian_illustrators.txt: -------------------------------------------------------------------------------- 1 | Claudia Rueda 2 | -------------------------------------------------------------------------------- /collections/artists/illustrations/childrens_books/egyptian_ilustrators.txt: -------------------------------------------------------------------------------- 1 | Bahgat Osman 2 | -------------------------------------------------------------------------------- /collections/artists/illustrations/manga.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/illustrations/manga.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/abstract.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/abstract.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/alternative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/alternative.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/architecture.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/architecture.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/cartoonists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/cartoonists.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/childrensbooks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/childrensbooks.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/colourful.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/colourful.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/comicbooks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/comicbooks.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/digitalart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/digitalart.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/fantasy_scifi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/fantasy_scifi.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/figurative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/figurative.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/graffiti.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/graffiti.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/graphic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/graphic.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/h.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/h.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/hyperreaslism.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/hyperreaslism.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/illustrators.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/illustrators.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/landscapes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/landscapes.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/mixedmedia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/mixedmedia.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/modern_greek.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/modern_greek.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/modern_pop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/modern_pop.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/pen_ink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/pen_ink.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/photography.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/photography.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/plants_animals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/plants_animals.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/scifi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/scifi.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/sculpture.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/sculpture.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/surreal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/surreal.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/symbolism.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/symbolism.txt -------------------------------------------------------------------------------- /collections/artists/unfiled/the_ancients.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/artists/unfiled/the_ancients.txt -------------------------------------------------------------------------------- /collections/devilkkw/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/README.md -------------------------------------------------------------------------------- /collections/devilkkw/animals/animals_types_dog.txt: -------------------------------------------------------------------------------- 1 | Puppy 2 | Wolf -------------------------------------------------------------------------------- /collections/devilkkw/animals/birds_main.txt: -------------------------------------------------------------------------------- 1 | bird -------------------------------------------------------------------------------- /collections/devilkkw/animals/birds_mythological.txt: -------------------------------------------------------------------------------- 1 | Phoenix -------------------------------------------------------------------------------- /collections/devilkkw/animals/birds_real.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/birds_real.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_behavior.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/cats_behavior.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_breeds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/cats_breeds.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_coat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/cats_coat.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_felines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/cats_felines.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_main.txt: -------------------------------------------------------------------------------- 1 | cat -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_misc.txt: -------------------------------------------------------------------------------- 1 | cathead 2 | giant cat 3 | kitten 4 | too many cats -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_places.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/cats_places.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/cats_related.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/cats_related.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/dog_breeds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/dog_breeds.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/dog_canines.txt: -------------------------------------------------------------------------------- 1 | Hyena 2 | Wolf -------------------------------------------------------------------------------- /collections/devilkkw/animals/dog_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/dog_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/dog_related.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/dog_related.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/dogs_main.txt: -------------------------------------------------------------------------------- 1 | dog -------------------------------------------------------------------------------- /collections/devilkkw/animals/ears_animal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/animals/ears_animal.txt -------------------------------------------------------------------------------- /collections/devilkkw/animals/groups_animals.txt: -------------------------------------------------------------------------------- 1 | pack of dogs 2 | too many cats -------------------------------------------------------------------------------- /collections/devilkkw/attire/attire_headwear.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/attire/attire_headwear.txt -------------------------------------------------------------------------------- /collections/devilkkw/attire/attire_other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/attire/attire_other.txt -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_genre.txt: -------------------------------------------------------------------------------- 1 | Heavy Metal 2 | Jazz 3 | K-pop 4 | Punk -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_instruments_other.txt: -------------------------------------------------------------------------------- 1 | jaw harp 2 | theremin -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/audio/audio_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_places.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/audio/audio_places.txt -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_playback_media.txt: -------------------------------------------------------------------------------- 1 | cassette tape 2 | cd 3 | record -------------------------------------------------------------------------------- /collections/devilkkw/audio/audio_professions.txt: -------------------------------------------------------------------------------- 1 | conductor 2 | dj 3 | guitar girl 4 | idol -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_anatomy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/ass_anatomy.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_and_hands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/ass_and_hands.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_and_heads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/ass_and_heads.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_anus_anatomy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/ass_anus_anatomy.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/ass_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ass_with_cum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/ass_with_cum.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/body_parts_head.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/body_parts_head.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/breasts_main.txt: -------------------------------------------------------------------------------- 1 | breasts -------------------------------------------------------------------------------- /collections/devilkkw/body-1/breasts_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/breasts_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ears_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/ears_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ears_number.txt: -------------------------------------------------------------------------------- 1 | extra ears -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ears_objects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/ears_objects.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/ears_other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/ears_other.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_accessories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_accessories.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_around.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_around.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_closed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_closed.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_gazes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_gazes.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_iris_colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_iris_colors.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_iris_form.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_iris_form.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_iris_multiple_colors.txt: -------------------------------------------------------------------------------- 1 | heterochromia 2 | multicolored eyes -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_more_appearance_other.txt: -------------------------------------------------------------------------------- 1 | eye reflection 2 | text in eyes -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_number.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_number.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_pupils.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_pupils.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/eyes_sclera.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/eyes_sclera.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_emotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/face_emotes.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_emotions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/face_emotions.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_looking_at.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/face_looking_at.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_main.txt: -------------------------------------------------------------------------------- 1 | expressions -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/face_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_sexual.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/face_sexual.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_smile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/face_smile.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_smile_main.txt: -------------------------------------------------------------------------------- 1 | smile -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_smug.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/face_smug.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/face_smug_main.txt: -------------------------------------------------------------------------------- 1 | smug -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_actions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_actions.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_color.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_color_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_color_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_facial.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_facial.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_fantasy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_fantasy.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_back.txt: -------------------------------------------------------------------------------- 1 | lone nape hair -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_long.txt: -------------------------------------------------------------------------------- 1 | cornrows 2 | dreadlocks 3 | hime cut 4 | mullet -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_medium.txt: -------------------------------------------------------------------------------- 1 | bob cut 2 | flipped hair -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_styles_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_tall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_styles_tall.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_tied.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_styles_tied.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hair_styles_top.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-1/hair_styles_top.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-1/hands_strange.txt: -------------------------------------------------------------------------------- 1 | hand mouth -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_action.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/legwear_action.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_bands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/legwear_bands.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/legwear_colors.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/legwear_main.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/legwear_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_pattern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/legwear_pattern.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/legwear_style.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/legwear_style.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_by_gender.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/nudity_by_gender.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_complete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/nudity_complete.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/nudity_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/nudity_partial_exposed_head_or_neck.txt: -------------------------------------------------------------------------------- 1 | hood down -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_body_parts_breasts.txt: -------------------------------------------------------------------------------- 1 | panties on breasts -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_and_objects.txt: -------------------------------------------------------------------------------- 1 | vibrator under panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_appearance_multiple_colors.txt: -------------------------------------------------------------------------------- 1 | multicolored panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_main.txt: -------------------------------------------------------------------------------- 1 | panties -------------------------------------------------------------------------------- /collections/devilkkw/body-2/panties_number.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/panties_number.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/piercings_main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/piercings_main.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/piercings_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/piercings_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_adornments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/pussy_adornments.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_anatomy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/pussy_anatomy.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_attire.txt: -------------------------------------------------------------------------------- 1 | Bandaid on pussy 2 | Maebari 3 | Panties 4 | Strapless bottom 5 | Swimsuit -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_fluids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/pussy_fluids.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_hands_on.txt: -------------------------------------------------------------------------------- 1 | Clitoris tweak 2 | Covering crotch 3 | Hand between legs 4 | Spread pussy -------------------------------------------------------------------------------- /collections/devilkkw/body-2/pussy_under_clothes.txt: -------------------------------------------------------------------------------- 1 | Cameltoe 2 | Spread pussy under clothes -------------------------------------------------------------------------------- /collections/devilkkw/body-2/skin_color_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/skin_color_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/body-2/water_wet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/body-2/water_wet.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/bra_colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/bra_colors.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/bra_main.txt: -------------------------------------------------------------------------------- 1 | bra -------------------------------------------------------------------------------- /collections/devilkkw/clothes/bra_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/bra_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/bra_models.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/bra_models.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/bra_multiple_colors.txt: -------------------------------------------------------------------------------- 1 | multicolored bra -------------------------------------------------------------------------------- /collections/devilkkw/clothes/dress_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/dress_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/sleeves_colors.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_lenght.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/sleeves_lenght.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/sleeves_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_prints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/sleeves_prints.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_styled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/sleeves_styled.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_styles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/sleeves_styles.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/sleeves_trims.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/sleeves_trims.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/swimsuit_colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/swimsuit_colors.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/swimsuit_male.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/swimsuit_male.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/swimsuit_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/swimsuit_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/swimsuit_styles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/swimsuit_styles.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/swimsuit_types.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/clothes/swimsuit_types.txt -------------------------------------------------------------------------------- /collections/devilkkw/clothes/water_clothes.txt: -------------------------------------------------------------------------------- 1 | Bikini 2 | Goggles 3 | Swimsuit -------------------------------------------------------------------------------- /collections/devilkkw/colors/colors_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/colors/colors_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/emoji/emoji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/emoji/emoji.txt -------------------------------------------------------------------------------- /collections/devilkkw/focus/focus_body_parts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/focus/focus_body_parts.txt -------------------------------------------------------------------------------- /collections/devilkkw/focus/focus_gender.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/focus/focus_gender.txt -------------------------------------------------------------------------------- /collections/devilkkw/focus/focus_objects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/focus/focus_objects.txt -------------------------------------------------------------------------------- /collections/devilkkw/focus/focus_other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/focus/focus_other.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_actions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_actions.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_breads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_breads.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_condiments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_condiments.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_dairy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_dairy.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_drink_main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_drink_main.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_fruit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_fruit.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_main.txt: -------------------------------------------------------------------------------- 1 | food -------------------------------------------------------------------------------- /collections/devilkkw/food/food_meal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_meal.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_meat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_meat.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_sexual.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_sexual.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_snacks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_snacks.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_sweets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_sweets.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_sweets_main.txt: -------------------------------------------------------------------------------- 1 | Sweets 2 | Snacks 3 | Dessert -------------------------------------------------------------------------------- /collections/devilkkw/food/food_utensils.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_utensils.txt -------------------------------------------------------------------------------- /collections/devilkkw/food/food_vegetable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/food/food_vegetable.txt -------------------------------------------------------------------------------- /collections/devilkkw/games/board_games_main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/games/board_games_main.txt -------------------------------------------------------------------------------- /collections/devilkkw/gesture/gestures_one_hand_three_open_fingers.txt: -------------------------------------------------------------------------------- 1 | \m/ 2 | middle w 3 | ok sign 4 | money gesture -------------------------------------------------------------------------------- /collections/devilkkw/gesture/gestures_other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/gesture/gestures_other.txt -------------------------------------------------------------------------------- /collections/devilkkw/group/groups_everyone.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/group/groups_everyone.txt -------------------------------------------------------------------------------- /collections/devilkkw/group/groups_main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/group/groups_main.txt -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_actions.txt: -------------------------------------------------------------------------------- 1 | breathing fire 2 | burning 3 | explosion 4 | pyrokinesis -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_main.txt: -------------------------------------------------------------------------------- 1 | fire -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/fire_misc.txt: -------------------------------------------------------------------------------- 1 | fire flower 2 | no fire -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/flowers_main.txt: -------------------------------------------------------------------------------- 1 | flower -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/plant_actions.txt: -------------------------------------------------------------------------------- 1 | farming 2 | gardening -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_geography_bodies.txt: -------------------------------------------------------------------------------- 1 | Lake 2 | Ocean 3 | River 4 | Stream -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_geography_landforms.txt: -------------------------------------------------------------------------------- 1 | Beach 2 | Island -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_meteorology.txt: -------------------------------------------------------------------------------- 1 | Rain 2 | Snow -------------------------------------------------------------------------------- /collections/devilkkw/nature and elements/water_steam.txt: -------------------------------------------------------------------------------- 1 | Steam -------------------------------------------------------------------------------- /collections/devilkkw/object/eyewear_glasses_misc.txt: -------------------------------------------------------------------------------- 1 | bespectacled -------------------------------------------------------------------------------- /collections/devilkkw/object/eyewear_main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/eyewear_main.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_actions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/headwear_actions.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/headwear_colors.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_crowns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/headwear_crowns.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_hats_with_ear_flaps.txt: -------------------------------------------------------------------------------- 1 | deerstalker 2 | budenovka 3 | papakha 4 | ushanka -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_helmets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/headwear_helmets.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_other.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/headwear_other.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/headwear_types.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/headwear_types.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/injury_coverings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/injury_coverings.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/injury_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/injury_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/injury_visible.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/injury_visible.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/sex_objects_BDSM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/sex_objects_BDSM.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/sports_equpment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/sports_equpment.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_and_objects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/tail_and_objects.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_and_sex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/tail_and_sex.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_main.txt: -------------------------------------------------------------------------------- 1 | Tail -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/tail_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_number.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/tail_number.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/tail_types_elemental.txt: -------------------------------------------------------------------------------- 1 | Fiery tail -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_armor_modern.txt: -------------------------------------------------------------------------------- 1 | Bulletproof vest 2 | Riot shield 3 | Shin guards -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_costumes.txt: -------------------------------------------------------------------------------- 1 | Neko cyber 2 | Transforming clothes -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_descriptions.txt: -------------------------------------------------------------------------------- 1 | Clockwork 2 | Glowing 3 | Mechanical 4 | Neon trim 5 | Radioactive 6 | Transformation -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_jobs.txt: -------------------------------------------------------------------------------- 1 | Engineer 2 | Mechanic 3 | Pilot 4 | Programming -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_mecha.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/technology_mecha.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_parts_main.txt: -------------------------------------------------------------------------------- 1 | Machine -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_radio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/technology_radio.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_scientific.txt: -------------------------------------------------------------------------------- 1 | Electricity 2 | Plasma -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_space.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/technology_space.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/technology_tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/technology_tools.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/water_vehicles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/water_vehicles.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/wings_colors.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_main.txt: -------------------------------------------------------------------------------- 1 | Wings 2 | Alternate wings -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_misc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/wings_misc.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_number.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/wings_number.txt -------------------------------------------------------------------------------- /collections/devilkkw/object/wings_sizes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/object/wings_sizes.txt -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_arms_basic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/pose/posture_arms_basic.txt -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_basic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/pose/posture_basic.txt -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_carrying.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/pose/posture_carrying.txt -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_hand_position.txt: -------------------------------------------------------------------------------- 1 | stroking own chin 2 | outstretched hand -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_head.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/pose/posture_head.txt -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_hips.txt: -------------------------------------------------------------------------------- 1 | contrapposto -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_hugging_main.txt: -------------------------------------------------------------------------------- 1 | hug -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_poses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/pose/posture_poses.txt -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_rest_points.txt: -------------------------------------------------------------------------------- 1 | arm support 2 | head rest -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_three_characters.txt: -------------------------------------------------------------------------------- 1 | circle formation 2 | group hug -------------------------------------------------------------------------------- /collections/devilkkw/pose/posture_torso.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/pose/posture_torso.txt -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_before.txt: -------------------------------------------------------------------------------- 1 | presenting -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_fetishes_views.txt: -------------------------------------------------------------------------------- 1 | cross-section 2 | internal cumshot 3 | x-ray -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_group_sex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/pose/sex_acts_group_sex.txt -------------------------------------------------------------------------------- /collections/devilkkw/pose/sex_acts_same_sex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/pose/sex_acts_same_sex.txt -------------------------------------------------------------------------------- /collections/devilkkw/pose/sleeves_actions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/pose/sleeves_actions.txt -------------------------------------------------------------------------------- /collections/devilkkw/var/jobs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/var/jobs.txt -------------------------------------------------------------------------------- /collections/devilkkw/var/prints_patterns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/var/prints_patterns.txt -------------------------------------------------------------------------------- /collections/devilkkw/var/prints_print_items.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/var/prints_print_items.txt -------------------------------------------------------------------------------- /collections/devilkkw/var/sports_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/devilkkw/var/sports_list.txt -------------------------------------------------------------------------------- /collections/devilkkw/var/sports_main.txt: -------------------------------------------------------------------------------- 1 | Playing sports -------------------------------------------------------------------------------- /collections/jumbo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/README.md -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/black.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/black.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/blue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/blue.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/brown.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/brown.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/cyan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/cyan.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/green.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/green.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/grey.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/grey.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/orange.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/orange.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/pink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/pink.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/purple.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/purple.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/red.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/red.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/violet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/violet.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/white.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/white.txt -------------------------------------------------------------------------------- /collections/jumbo/aesthetics/colours/yellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/aesthetics/colours/yellow.txt -------------------------------------------------------------------------------- /collections/jumbo/appearance/adjectives.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/appearance/adjectives.txt -------------------------------------------------------------------------------- /collections/jumbo/appearance/appearance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/appearance/appearance.txt -------------------------------------------------------------------------------- /collections/jumbo/appearance/haircolour.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/appearance/haircolour.txt -------------------------------------------------------------------------------- /collections/jumbo/appearance/size.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/appearance/size.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/aberration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/aberration.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/beast.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/beast.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/celestial.txt: -------------------------------------------------------------------------------- 1 | Couatl 2 | Deva 3 | Pegasus 4 | Planetar 5 | Solar 6 | Unicorn 7 | Empyrean -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/construct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/construct.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/dragon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/dragon.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/elemental.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/elemental.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/fey.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/fey.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/fiend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/fiend.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/giant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/giant.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/humanoid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/humanoid.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/monstrosity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/monstrosity.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/ooze.txt: -------------------------------------------------------------------------------- 1 | Black Pudding 2 | Gelatinous Cube 3 | Gray Ooze 4 | Ochre Jelly -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/plant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/plant.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/swarm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/swarm.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/adnd/undead.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/adnd/undead.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/animals.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/animals/birds.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Accipitriformes/secretarybird.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Secretarybird 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Anseriformes/magpie_goose.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Magpie Goose 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Caprimulgiformes/oilbird.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Oilbird 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/crab-plover.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Crab-Plover 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/egyptian_plover.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Egyptian Plover 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/ibisbill.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Ibisbill 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/magellanic_plover.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Magellanic Plover 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Charadriiformes/plains-wanderer.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Plains-wanderer 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Eurypygiformes/kagu.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Kagu 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Eurypygiformes/sunbittern.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Sunbittern 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Leptosomiformes/cuckoo-roller.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Cuckoo-roller 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Opisthocomiformes/hoatzin.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Hoatzin 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/bearded_reedling.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Bearded Reedling 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/bristlehead.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Bornean Bristlehead 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/crested_shrikejay.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Crested Shrikejay 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/donacobius.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Black-capped Donacobius 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/hypocolius.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Hypocolius 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/ifrita.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Blue-capped Ifrita 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/mottled_berryhunter.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Mottled Berryhunter 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/olive_warbler.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Olive Warbler 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/palmchat.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Palmchat 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/ploughbill.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Wattled Ploughbill 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/rail-babbler.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Malaysian Rail-babbler 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/sapayoa.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Sapayoa 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/spotted_elachura.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Spotted Elachura 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/stitchbird.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Stitchbird 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/thrush-tanager.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Rosy Thrush-Tanager 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/wallcreeper.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Wallcreeper 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Passeriformes/wrenthrush.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Wrenthrush 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Pelecaniformes/hamerkop.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Hamerkop 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/birds/Pelecaniformes/shoebill.txt: -------------------------------------------------------------------------------- 1 | # Originally sourced from Clements Checklist v2022 2 | Shoebill 3 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/cats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/animals/cats.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/dogs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/animals/dogs.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/donkeys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/animals/donkeys.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/horses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/animals/horses.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/ponies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/animals/ponies.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/animals/rabbits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/animals/rabbits.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/cthulhu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/cthulhu.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/cthulhu/extinct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/cthulhu/extinct.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/cthulhu/sapient.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/cthulhu/sapient.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/aetherborn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/aetherborn.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/aetherborn/aetherborn_warrior.txt: -------------------------------------------------------------------------------- 1 | Vengeful Rebel 2 | Night Market Aeronaut 3 | Prakhata Club Security -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ajani.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/ajani.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/angel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/angel.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/angrath.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/angrath.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/antelope.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/antelope.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ape_shaman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/ape_shaman.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ashiok.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/ashiok.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/atog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/atog.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/aura.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/aura.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/avatar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/avatar.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/azra_warrior.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/azra_warrior.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/badger.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/badger.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/basilisk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/basilisk.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beast_mutant.txt: -------------------------------------------------------------------------------- 1 | Krosan Cloudscraper 2 | Helium Squirter 3 | Renegade Krasis -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beasts/beast.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/beasts/beast.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beasts/hippo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/beasts/hippo.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beasts/rhino_beast.txt: -------------------------------------------------------------------------------- 1 | Cliffrunner Behemoth 2 | Rhox 3 | Snorting Gahr 4 | Sanctuary Smasher -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/beeble.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/beeble.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/bird.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_citizen.txt: -------------------------------------------------------------------------------- 1 | Sky Crier 2 | Swooping Protector 3 | Obscura Initiate 4 | Speakeasy Server -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_rogue.txt: -------------------------------------------------------------------------------- 1 | Nimble Larcenist 2 | Skyway Robber 3 | Echo Inspector 4 | Aarakocra Sneak -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_scout.txt: -------------------------------------------------------------------------------- 1 | Talon Trooper 2 | Jeskai Windscout 3 | Aven Surveyor -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bird/bird_soldier.txt: -------------------------------------------------------------------------------- 1 | Commander Eesha 2 | Lieutenant Kirtar 3 | Major Teroh -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/boar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/boar.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bolas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/bolas.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/bringer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/bringer.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/brushwagg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/brushwagg.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/cat.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_citizen.txt: -------------------------------------------------------------------------------- 1 | Brokers Initiate 2 | Civil Servant 3 | Spara's Adjudicators -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_monk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/cat/cat_monk.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cat/cat_rogue.txt: -------------------------------------------------------------------------------- 1 | Mage's Attendant 2 | Myrkul's Invoker 3 | Jewel Thief 4 | Black Market Tycoon -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/centaur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/centaur.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cephalid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/cephalid.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/chandra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/chandra.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/clamfolk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/clamfolk.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/cockatrice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/cockatrice.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/construct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/construct.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/creature.txt: -------------------------------------------------------------------------------- 1 | Morph 2 | Nameless Race 3 | Manifest -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/crocodile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/crocodile.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/demigod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/demigod.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/demon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/demon.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/demon_spirit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/demon_spirit.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/devil.txt: -------------------------------------------------------------------------------- 1 | Lorcan, Warlock Collector 2 | Jalum Grifter 3 | Zurzoth, Chaos Rider -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/devil_warrior.txt: -------------------------------------------------------------------------------- 1 | Mayhem Patrol 2 | Body Dropper 3 | Devilish Valet -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dinosaur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/dinosaur.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/djinn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/djinn.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/dog.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dog/dog_archer.txt: -------------------------------------------------------------------------------- 1 | Ainok Artillerist 2 | Longshot Squad 3 | Aerie Bowmasters -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dog/dog_general.txt: -------------------------------------------------------------------------------- 1 | Mogis's Warhound 2 | Greater Tanuki 3 | Spirited Companion -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/domri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/domri.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dovin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/dovin.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dragon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/dragon.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dragon/dragon_warrior.txt: -------------------------------------------------------------------------------- 1 | Tiamat's Fanatics 2 | Jaded Sell-Sword 3 | Dragonborn Champion -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/drone.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/drone.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dryad_shaman.txt: -------------------------------------------------------------------------------- 1 | Ivy Dancer 2 | Transluminant 3 | Vitu-Ghazi Guildmage -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dwarf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/dwarf.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dwarf/dwarf_cleric.txt: -------------------------------------------------------------------------------- 1 | Amber Gristle O'Maul 2 | Barrowin of Clan Undurr 3 | Hofri Ghostforge -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/dwarf/dwarf_pilot.txt: -------------------------------------------------------------------------------- 1 | Veteran Motorist 2 | Gearshift Ace 3 | Renegade Wheelsmith -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/efreet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/efreet.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/eldrazi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/eldrazi.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elemental.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/elemental.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/elf.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/elspeth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/elspeth.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/fish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/fish.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/fox_cleric.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/fox_cleric.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/frog_beast.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/frog_beast.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/fungus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/fungus.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/fungus_beast.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/fungus_beast.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/garruk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/garruk.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/giant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/giant.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/gideon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/gideon.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/goat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/goat.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/goblin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/goblin.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/god.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/god.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/golem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/golem.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/gorgon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/gorgon.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/gremlin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/gremlin.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/hippogriff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/hippogriff.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/homunculus.txt: -------------------------------------------------------------------------------- 1 | Dovin's Automaton 2 | Court Homunculus 3 | Filigree Attendant -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/horror.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/horror.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/horse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/horse.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/huatli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/huatli.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/human.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_knight_ally.txt: -------------------------------------------------------------------------------- 1 | Hero of Goma Fada 2 | Talus Paladin 3 | Makindi Patrol -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_pirate_wizard.txt: -------------------------------------------------------------------------------- 1 | Talas Researcher 2 | Storm Fleet Pyromancer 3 | Timestream Navigator -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/human/human_ranger.txt: -------------------------------------------------------------------------------- 1 | Cloaked Cadet 2 | Kelsinko Ranger 3 | Somberwald Beastmaster -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/hydra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/hydra.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/hyena.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/hyena.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/illusion.txt: -------------------------------------------------------------------------------- 1 | Cromat 2 | Mistform Ultimus 3 | Toothy, Imaginary Friend -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/imp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/imp.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/incarnation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/incarnation.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/jace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/jace.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/jaya.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/jaya.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/juggernaut.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/juggernaut.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/karn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/karn.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kavu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/kavu.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kaya.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/kaya.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/killbot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/killbot.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kiora.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/kiora.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kirin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/kirin.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kirin_spirit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/kirin_spirit.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kithkin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/kithkin.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/kor.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kor/kor_spirit.txt: -------------------------------------------------------------------------------- 1 | Ghostly Sentinel 2 | Skyclave Apparition 3 | Spirit en-Kor 4 | Soulbound Guardians -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kor/kor_warrior.txt: -------------------------------------------------------------------------------- 1 | Kor Blademaster 2 | Cliffhaven Sell-Sword 3 | Squad Commander 4 | Sea Gate Banneret -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/kor/kor_wizard.txt: -------------------------------------------------------------------------------- 1 | Farsight Adept 2 | Dawnglare Invoker 3 | Thunderous Orator 4 | Kor Spiritdancer -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/leech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/leech.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/leviathan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/leviathan.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/lhurgoyf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/lhurgoyf.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/licid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/licid.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/liliana.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/liliana.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/manticore.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/manticore.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/masticore.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/masticore.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/merfolk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/merfolk.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/merfolk/merfolk_rogue.txt: -------------------------------------------------------------------------------- 1 | Thada Adel, Acquisitor 2 | Zareth San, the Trickster 3 | Sygg, River Cutthroat -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/metathran.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/metathran.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/minotaur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/minotaur.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/misc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/mongoose.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/mongoose.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/monkey.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/monkey.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/naga.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/naga.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nahiri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/nahiri.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/narset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/narset.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/necron.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/necron.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nephilim.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/nephilim.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nightmare.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/nightmare.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nightstalker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/nightstalker.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nissa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/nissa.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nixilis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/nixilis.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/noggle_rogue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/noggle_rogue.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/nymph_dryad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/nymph_dryad.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/octopus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/octopus.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ogre.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/ogre.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/orc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/orc.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/orc/orc_berserker.txt: -------------------------------------------------------------------------------- 1 | Pitiless Horde 2 | Warbringer 3 | Screamreach Brawler -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/orc/orc_wizard.txt: -------------------------------------------------------------------------------- 1 | Feywild Caretaker 2 | Elemental Expressionist 3 | Prismari Pledgemage -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/orgg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/orgg.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ouphe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/ouphe.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/ox.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/pegasus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/pegasus.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/phoenix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/phoenix.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/phyrexian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/phyrexian.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/plant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/plant.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/rabbit_beast.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/rabbit_beast.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/ral.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/ral.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/rat_samurai.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/rat_samurai.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/rat_shaman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/rat_shaman.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/saheeli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/saheeli.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/salamander.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/salamander.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/sarkhan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/sarkhan.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/satyr_shaman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/satyr_shaman.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/shapeshifter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/shapeshifter.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/shark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/shark.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/shrine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/shrine.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/siren.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/siren.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/sliver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/sliver.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/snake_hydra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/snake_hydra.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/snake_shaman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/snake_shaman.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/snow_artifact.txt: -------------------------------------------------------------------------------- 1 | Icebind Pillar 2 | Arcum's Astrolabe 3 | Coldsteel Heart 4 | Replicating Ring -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/snow_sorcery.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/snow_sorcery.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/soldier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/soldier.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/sorin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/sorin.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/spike.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/spike.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/spirit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/spirit.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/squid_beast.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/squid_beast.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/starfish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/starfish.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/surrakar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/surrakar.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/tamiyo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/tamiyo.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/teferi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/teferi.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/tezzeret.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/tezzeret.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/thopter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/thopter.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/tibalt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/tibalt.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/tiefling_rogue.txt: -------------------------------------------------------------------------------- 1 | Grim Hireling 2 | Hoard Robber 3 | Warehouse Thief -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/treefolk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/treefolk.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/troll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/troll.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/troll_shaman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/troll_shaman.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/tyranid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/tyranid.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/unicorn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/unicorn.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/vampire.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/vampire.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/vedalken.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/vedalken.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/vedalken/vedalken_soldier.txt: -------------------------------------------------------------------------------- 1 | Vedalken Blademaster 2 | Opal Lake Gatekeepers 3 | Janjeet Sentry -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/viashino.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/viashino.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/vivien.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/vivien.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/volver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/volver.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/vraska.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/vraska.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/wall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/wall.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/werewolf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/werewolf.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/wolf_spirit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/wolf_spirit.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/wolverine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/wolverine.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/worm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/worm.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/wraith.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/wraith.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/wurm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/wurm.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/yanling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/yanling.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/mtg/yeti.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/mtg/yeti.txt -------------------------------------------------------------------------------- /collections/jumbo/creatures/tolkien.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/creatures/tolkien.txt -------------------------------------------------------------------------------- /collections/jumbo/items/jewelry.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /collections/jumbo/items/materials/fabrics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/items/materials/fabrics.txt -------------------------------------------------------------------------------- /collections/jumbo/items/materials/fibres.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/items/materials/fibres.txt -------------------------------------------------------------------------------- /collections/jumbo/items/materials/gems.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/items/materials/gems.txt -------------------------------------------------------------------------------- /collections/jumbo/items/materials/metals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/items/materials/metals.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/digitalart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/medium/digitalart.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/drawing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/medium/drawing.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/othermedia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/medium/othermedia.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/painting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/medium/painting.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/photography/lens.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/medium/photography/lens.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/photography/style.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/medium/photography/style.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/sculptural.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/medium/sculptural.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/shading-techniques.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/medium/shading-techniques.txt -------------------------------------------------------------------------------- /collections/jumbo/medium/textile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/medium/textile.txt -------------------------------------------------------------------------------- /collections/jumbo/people/actions/encounter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/people/actions/encounter.txt -------------------------------------------------------------------------------- /collections/jumbo/people/actions/walking.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/people/actions/walking.txt -------------------------------------------------------------------------------- /collections/jumbo/people/beards.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/people/beards.txt -------------------------------------------------------------------------------- /collections/jumbo/people/mood.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/people/mood.txt -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/african-islands.txt: -------------------------------------------------------------------------------- 1 | Comoran 2 | Mauritian 3 | Seychellois -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/asia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/people/nationalities/asia.txt -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/northwest-europe.txt: -------------------------------------------------------------------------------- 1 | Belgian 2 | Dutch 3 | Luxembourger 4 | Austrian 5 | -------------------------------------------------------------------------------- /collections/jumbo/people/nationalities/west-atlantic.txt: -------------------------------------------------------------------------------- 1 | Bermudian 2 | Newfoundlander 3 | __people/nationalities/carribean__ 4 | -------------------------------------------------------------------------------- /collections/jumbo/people/occupations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/people/occupations.txt -------------------------------------------------------------------------------- /collections/jumbo/places/home.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/places/home.txt -------------------------------------------------------------------------------- /collections/jumbo/style/artmovement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/style/artmovement.txt -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/constructivism.txt: -------------------------------------------------------------------------------- 1 | Constructivism 2 | Vkhutemas 3 | 4 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/cubism.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/style/artperiods/cubism.txt -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/futurism.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/style/artperiods/futurism.txt -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/modern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/style/artperiods/modern.txt -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/suprematism.txt: -------------------------------------------------------------------------------- 1 | Suprematism 2 | UNOVIS 3 | -------------------------------------------------------------------------------- /collections/jumbo/style/artperiods/surrealism.txt: -------------------------------------------------------------------------------- 1 | Surrealism 2 | Acéphale France 3 | Lettrism 4 | Les Automatistes 5 | -------------------------------------------------------------------------------- /collections/jumbo/style/generalstyle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/style/generalstyle.txt -------------------------------------------------------------------------------- /collections/jumbo/style/genre.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/style/genre.txt -------------------------------------------------------------------------------- /collections/jumbo/style/platform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/style/platform.txt -------------------------------------------------------------------------------- /collections/jumbo/time/decade.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/time/decade.txt -------------------------------------------------------------------------------- /collections/jumbo/time/seasons.txt: -------------------------------------------------------------------------------- 1 | summer 2 | {autumn|fall} 3 | winter 4 | spring 5 | -------------------------------------------------------------------------------- /collections/jumbo/time/timeofday.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/time/timeofday.txt -------------------------------------------------------------------------------- /collections/jumbo/war/weapons/swords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/jumbo/war/weapons/swords.txt -------------------------------------------------------------------------------- /collections/nai/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nai/README.md -------------------------------------------------------------------------------- /collections/nsp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/README.md -------------------------------------------------------------------------------- /collections/nsp/nsp-adj/adj-architecture.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-adj/adj-architecture.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-adj/adj-beauty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-adj/adj-beauty.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-adj/adj-general.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-adj/adj-general.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-adj/adj-horror.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-adj/adj-horror.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-artist/artist-surreal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-artist/artist-surreal.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-artist/artist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-artist/artist.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-body/body-fit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-body/body-fit.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-body/body-heavy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-body/body-heavy.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-body/body-light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-body/body-light.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-body/body-poor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-body/body-poor.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-body/body-shape.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-body/body-shape.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-body/body-short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-body/body-short.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-body/body-tall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-body/body-tall.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-camera/camera-manu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-camera/camera-manu.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-camera/camera.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-camera/camera.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-color/color-palette.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-color/color-palette.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-color/color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-color/color.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-cosmic/cosmic-galaxy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-cosmic/cosmic-galaxy.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-cosmic/cosmic-nebula.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-cosmic/cosmic-nebula.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-cosmic/cosmic-star.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-cosmic/cosmic-star.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-cosmic/cosmic-terms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-cosmic/cosmic-terms.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-gender/gender-ext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-gender/gender-ext.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-gender/gender.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-gender/gender.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-identity/identity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-identity/identity.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-noun/noun-beauty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-noun/noun-beauty.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-noun/noun-emote.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-noun/noun-emote.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-noun/noun-fantasy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-noun/noun-fantasy.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-noun/noun-general.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-noun/noun-general.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-noun/noun-horror.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-noun/noun-horror.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-pop/pop-culture.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-pop/pop-culture.txt -------------------------------------------------------------------------------- /collections/nsp/nsp-pop/pop-location.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp-pop/pop-location.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/3d-terms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/3d-terms.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/animals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/animals.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/aspect-ratio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/aspect-ratio.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/bird.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/bird.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/bodyshape.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/bodyshape.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/celeb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/celeb.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/details.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/details.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/dinosaur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/dinosaur.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/eyecolor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/eyecolor.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/f-stop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/f-stop.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/fish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/fish.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/flower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/flower.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/focal-length.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/focal-length.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/foods.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/foods.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/forest-type.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/forest-type.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/fruit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/fruit.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/games.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/games.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/gen-modifier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/gen-modifier.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/hair.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/hair.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/hd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/hd.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/iso-stop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/iso-stop.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/landscape-type.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/landscape-type.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/movement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/movement.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/nationality.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/nationality.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/natl-park.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/natl-park.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/neg-weight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/neg-weight.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/occupation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/occupation.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/photo-term.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/photo-term.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/portrait-type.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/portrait-type.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/punk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/punk.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/quantity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/quantity.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/rpg-item.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/rpg-item.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/scenario-desc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/scenario-desc.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/site.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/site.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/skin-color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/skin-color.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/style.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/style.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/tree.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/trippy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/trippy.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/water.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/water.txt -------------------------------------------------------------------------------- /collections/nsp/nsp/wh-site.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/nsp/nsp/wh-site.txt -------------------------------------------------------------------------------- /collections/parrotzone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/README.md -------------------------------------------------------------------------------- /collections/parrotzone/strength/high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/strength/high.txt -------------------------------------------------------------------------------- /collections/parrotzone/strength/low.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/strength/low.txt -------------------------------------------------------------------------------- /collections/parrotzone/strength/med.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/strength/med.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/aesthetic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/aesthetic.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/art-movement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/art-movement.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/color.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/light.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/medium.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/medium.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/mood.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/mood.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/perspective.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/perspective.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/photography.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/photography.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/pop-culture.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/pop-culture.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/quality.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/quality.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/setting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/setting.txt -------------------------------------------------------------------------------- /collections/parrotzone/tags/style.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/parrotzone/tags/style.txt -------------------------------------------------------------------------------- /collections/publicprompts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/collections/publicprompts.yaml -------------------------------------------------------------------------------- /config/magicprompt_models.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/config/magicprompt_models.txt -------------------------------------------------------------------------------- /docs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/docs/CHANGELOG.md -------------------------------------------------------------------------------- /docs/SYNTAX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/docs/SYNTAX.md -------------------------------------------------------------------------------- /docs/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/docs/resources.md -------------------------------------------------------------------------------- /docs/tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/docs/tutorial.md -------------------------------------------------------------------------------- /helptext.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/helptext.html -------------------------------------------------------------------------------- /images/combinatorial_generation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/combinatorial_generation.png -------------------------------------------------------------------------------- /images/config_autopurge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/config_autopurge.png -------------------------------------------------------------------------------- /images/config_brackets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/config_brackets.png -------------------------------------------------------------------------------- /images/emphasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/emphasis.png -------------------------------------------------------------------------------- /images/extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/extension.png -------------------------------------------------------------------------------- /images/feeling-lucky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/feeling-lucky.png -------------------------------------------------------------------------------- /images/filmtypes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/filmtypes.jpg -------------------------------------------------------------------------------- /images/icon-changelog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/icon-changelog.png -------------------------------------------------------------------------------- /images/icon-syntax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/icon-syntax.png -------------------------------------------------------------------------------- /images/icon-tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/icon-tutorial.png -------------------------------------------------------------------------------- /images/installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/installation.png -------------------------------------------------------------------------------- /images/jinja_templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/jinja_templates.png -------------------------------------------------------------------------------- /images/magic_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/magic_prompt.png -------------------------------------------------------------------------------- /images/prompt_editing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/prompt_editing.jpg -------------------------------------------------------------------------------- /images/tutorial/artist_wildcards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/artist_wildcards.png -------------------------------------------------------------------------------- /images/tutorial/attention-grabber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/attention-grabber.png -------------------------------------------------------------------------------- /images/tutorial/attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/attention.png -------------------------------------------------------------------------------- /images/tutorial/combinatorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/combinatorial.png -------------------------------------------------------------------------------- /images/tutorial/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/install.png -------------------------------------------------------------------------------- /images/tutorial/lucky-checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/lucky-checkbox.png -------------------------------------------------------------------------------- /images/tutorial/lucky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/lucky.png -------------------------------------------------------------------------------- /images/tutorial/magicprompt-mechwarrior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/magicprompt-mechwarrior.png -------------------------------------------------------------------------------- /images/tutorial/magicprompts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/magicprompts.png -------------------------------------------------------------------------------- /images/tutorial/mech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/mech.png -------------------------------------------------------------------------------- /images/tutorial/platinum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/platinum.png -------------------------------------------------------------------------------- /images/tutorial/prompt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/prompt1.png -------------------------------------------------------------------------------- /images/tutorial/prompt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/prompt2.png -------------------------------------------------------------------------------- /images/tutorial/prompt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/prompt3.png -------------------------------------------------------------------------------- /images/tutorial/prompt4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/prompt4a.png -------------------------------------------------------------------------------- /images/tutorial/prompt4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/prompt4b.png -------------------------------------------------------------------------------- /images/tutorial/prompt4c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/prompt4c.png -------------------------------------------------------------------------------- /images/tutorial/surfer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/surfer.png -------------------------------------------------------------------------------- /images/tutorial/ui-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/ui-closed.png -------------------------------------------------------------------------------- /images/tutorial/ui-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/ui-open.png -------------------------------------------------------------------------------- /images/tutorial/wildcard_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/tutorial/wildcard_manager.png -------------------------------------------------------------------------------- /images/weighting-colours.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/weighting-colours.png -------------------------------------------------------------------------------- /images/weighting-us-population.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/weighting-us-population.png -------------------------------------------------------------------------------- /images/wildcard_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/wildcard_settings.png -------------------------------------------------------------------------------- /images/write_prompts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/images/write_prompts.png -------------------------------------------------------------------------------- /install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/install.py -------------------------------------------------------------------------------- /javascript/dynamic_prompting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/javascript/dynamic_prompting.js -------------------------------------------------------------------------------- /javascript/dynamic_prompting_hints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/javascript/dynamic_prompting_hints.js -------------------------------------------------------------------------------- /jinja2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/jinja2.md -------------------------------------------------------------------------------- /jinja_help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/jinja_help.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/package.json -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/pyproject.toml -------------------------------------------------------------------------------- /scripts/dynamic_prompting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/scripts/dynamic_prompting.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/.python-version: -------------------------------------------------------------------------------- 1 | 3.7 2 | -------------------------------------------------------------------------------- /sd_dynamic_prompts/__init__.py: -------------------------------------------------------------------------------- 1 | __version__ = "2.17.1" 2 | -------------------------------------------------------------------------------- /sd_dynamic_prompts/attention_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/attention_generator.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/callbacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/callbacks.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/dynamic_prompting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/dynamic_prompting.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/element_ids.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/element_ids.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/frozenprompt_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/frozenprompt_generator.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/generator_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/generator_builder.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/helpers.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/magic_prompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/magic_prompt.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/paths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/paths.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/pnginfo_saver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/pnginfo_saver.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/prompt_writer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/prompt_writer.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/settings.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/special_syntax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/special_syntax.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/version_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/version_tools.py -------------------------------------------------------------------------------- /sd_dynamic_prompts/wildcards_tab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/sd_dynamic_prompts/wildcards_tab.py -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/style.css -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/conftest.py -------------------------------------------------------------------------------- /tests/prompts/test_attention_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/prompts/test_attention_generator.py -------------------------------------------------------------------------------- /tests/prompts/test_frozenprompt_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/prompts/test_frozenprompt_generator.py -------------------------------------------------------------------------------- /tests/prompts/test_generator_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/prompts/test_generator_builder.py -------------------------------------------------------------------------------- /tests/prompts/test_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/prompts/test_helpers.py -------------------------------------------------------------------------------- /tests/prompts/test_magic_prompts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/prompts/test_magic_prompts.py -------------------------------------------------------------------------------- /tests/prompts/ui/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/prompts/ui/test_pnginfo_saver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/prompts/ui/test_pnginfo_saver.py -------------------------------------------------------------------------------- /tests/prompts/ui/test_prompt_writer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/prompts/ui/test_prompt_writer.py -------------------------------------------------------------------------------- /tests/test_callbacks.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_paths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/test_paths.py -------------------------------------------------------------------------------- /tests/test_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adieyal/sd-dynamic-prompts/HEAD/tests/test_script.py --------------------------------------------------------------------------------