├── .github └── FUNDING.yml ├── README.md ├── characters ├── IF_prompt_MKR.json ├── iF_Ai_SD.json ├── iF_Ai_SD.png ├── iF_Ai_SD_NSFW.json ├── iF_Ai_SD_NSFW.png ├── iF_Ai_SD_b.json └── iF_Ai_SD_b.png ├── embellishfiles ├── Award.txt ├── Epic.txt ├── Fullbodyshot.txt ├── Horror.txt ├── Portrait.txt ├── PortraitCloseup.txt ├── Product.txt ├── ProductMacro.txt ├── Simple.txt ├── Studio.txt └── fashion.txt ├── excluded └── excluded_words.txt ├── install.py ├── negfiles ├── AnimeTI.txt ├── AtomeaseNoWaifus.txt ├── BadDream_scene.txt ├── BadMacho.txt ├── ReliberateNeg.txt ├── badChill.txt ├── badchill2.txt ├── noTI_neg.txt └── simple_negative.txt ├── presets └── IF_promptMKR_preset.yaml ├── put_caption_images_here └── uuid_image_renamer_jpg_converter.py ├── requirements.txt ├── scripts ├── extrafiles.py ├── if_prompt_mkr.py └── modeltags.py └── stylefiles ├── Adverts.txt ├── Analog.txt ├── Anime.txt ├── Arquitechture.txt ├── CInematic.txt ├── FantasyArt.txt ├── Horror.txt ├── Minimalist.txt ├── NeonPunk.txt ├── Photographic.txt ├── RealState.txt ├── Renaissance.txt ├── Tilshift.txt └── Watercolor.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/README.md -------------------------------------------------------------------------------- /characters/IF_prompt_MKR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/characters/IF_prompt_MKR.json -------------------------------------------------------------------------------- /characters/iF_Ai_SD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/characters/iF_Ai_SD.json -------------------------------------------------------------------------------- /characters/iF_Ai_SD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/characters/iF_Ai_SD.png -------------------------------------------------------------------------------- /characters/iF_Ai_SD_NSFW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/characters/iF_Ai_SD_NSFW.json -------------------------------------------------------------------------------- /characters/iF_Ai_SD_NSFW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/characters/iF_Ai_SD_NSFW.png -------------------------------------------------------------------------------- /characters/iF_Ai_SD_b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/characters/iF_Ai_SD_b.json -------------------------------------------------------------------------------- /characters/iF_Ai_SD_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/characters/iF_Ai_SD_b.png -------------------------------------------------------------------------------- /embellishfiles/Award.txt: -------------------------------------------------------------------------------- 1 | Award winning, masterpiece, High detail, -------------------------------------------------------------------------------- /embellishfiles/Epic.txt: -------------------------------------------------------------------------------- 1 | Best quality, masterpiece, Epic, cover-art, -------------------------------------------------------------------------------- /embellishfiles/Fullbodyshot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/embellishfiles/Fullbodyshot.txt -------------------------------------------------------------------------------- /embellishfiles/Horror.txt: -------------------------------------------------------------------------------- 1 | eerie atmosphere, grunch, dark themed, -------------------------------------------------------------------------------- /embellishfiles/Portrait.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/embellishfiles/Portrait.txt -------------------------------------------------------------------------------- /embellishfiles/PortraitCloseup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/embellishfiles/PortraitCloseup.txt -------------------------------------------------------------------------------- /embellishfiles/Product.txt: -------------------------------------------------------------------------------- 1 | Best quality, professional, Product photo shoot, -------------------------------------------------------------------------------- /embellishfiles/ProductMacro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/embellishfiles/ProductMacro.txt -------------------------------------------------------------------------------- /embellishfiles/Simple.txt: -------------------------------------------------------------------------------- 1 | Best quality, masterpiece, High detail, -------------------------------------------------------------------------------- /embellishfiles/Studio.txt: -------------------------------------------------------------------------------- 1 | Best quality, professional, studio shoot, -------------------------------------------------------------------------------- /embellishfiles/fashion.txt: -------------------------------------------------------------------------------- 1 | Best quality, professional, Product photo shoot, -------------------------------------------------------------------------------- /excluded/excluded_words.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/install.py -------------------------------------------------------------------------------- /negfiles/AnimeTI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/negfiles/AnimeTI.txt -------------------------------------------------------------------------------- /negfiles/AtomeaseNoWaifus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/negfiles/AtomeaseNoWaifus.txt -------------------------------------------------------------------------------- /negfiles/BadDream_scene.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/negfiles/BadDream_scene.txt -------------------------------------------------------------------------------- /negfiles/BadMacho.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/negfiles/BadMacho.txt -------------------------------------------------------------------------------- /negfiles/ReliberateNeg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/negfiles/ReliberateNeg.txt -------------------------------------------------------------------------------- /negfiles/badChill.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/negfiles/badChill.txt -------------------------------------------------------------------------------- /negfiles/badchill2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/negfiles/badchill2.txt -------------------------------------------------------------------------------- /negfiles/noTI_neg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/negfiles/noTI_neg.txt -------------------------------------------------------------------------------- /negfiles/simple_negative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/negfiles/simple_negative.txt -------------------------------------------------------------------------------- /presets/IF_promptMKR_preset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/presets/IF_promptMKR_preset.yaml -------------------------------------------------------------------------------- /put_caption_images_here/uuid_image_renamer_jpg_converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/put_caption_images_here/uuid_image_renamer_jpg_converter.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | openai -------------------------------------------------------------------------------- /scripts/extrafiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/scripts/extrafiles.py -------------------------------------------------------------------------------- /scripts/if_prompt_mkr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/scripts/if_prompt_mkr.py -------------------------------------------------------------------------------- /scripts/modeltags.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/scripts/modeltags.py -------------------------------------------------------------------------------- /stylefiles/Adverts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Adverts.txt -------------------------------------------------------------------------------- /stylefiles/Analog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Analog.txt -------------------------------------------------------------------------------- /stylefiles/Anime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Anime.txt -------------------------------------------------------------------------------- /stylefiles/Arquitechture.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Arquitechture.txt -------------------------------------------------------------------------------- /stylefiles/CInematic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/CInematic.txt -------------------------------------------------------------------------------- /stylefiles/FantasyArt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/FantasyArt.txt -------------------------------------------------------------------------------- /stylefiles/Horror.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Horror.txt -------------------------------------------------------------------------------- /stylefiles/Minimalist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Minimalist.txt -------------------------------------------------------------------------------- /stylefiles/NeonPunk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/NeonPunk.txt -------------------------------------------------------------------------------- /stylefiles/Photographic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Photographic.txt -------------------------------------------------------------------------------- /stylefiles/RealState.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/RealState.txt -------------------------------------------------------------------------------- /stylefiles/Renaissance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Renaissance.txt -------------------------------------------------------------------------------- /stylefiles/Tilshift.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Tilshift.txt -------------------------------------------------------------------------------- /stylefiles/Watercolor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/if-ai/IF_prompt_MKR/HEAD/stylefiles/Watercolor.txt --------------------------------------------------------------------------------