Edit model card

generateHTML = {import:t2i-framework-plugin-v2} // <-- this is a little DIY 'framework' plugin that itself importes the text-to-image plugin and generates the user interface using the settings below

$meta title = AI Image Generator: Create Stunning Images with stable diffusion! 100% Free, No Sign-up Required, No Limits! description = Unleash Your Artistic Vision: Unleash your creativity with our free AI image generator! No sign-up needed. Transform text to image with stable diffusion. // image = https://files.catbox.moe/g35akd.gif

// Feel free to edit the settings below and then save your own copy of this generator! // You'll probably just want to scroll down to the artStyle list and edit those - it's pretty self-explanatory, just follow the format.

settings pageTitle = Ai Image Generator ๐Ÿ•๏ธ๐Ÿœ๏ธ introMessage = Add a Description, Then Click Generate.

Add this page to your favorites to get back to it later! numImages = [Number(input.numImages)] socialFeatures = button after 1 clicks // or 'button' or 'enabled' or 'disabled'

// note: the t2i-framework-plugin makes all user inputs from the userInputs list accessible by name as [input.theNameOfTheInput], as shown here: imageOptions // <-- options for the text-to-image plugin that generates the images: https://perchance.org/text-to-image-plugin saveTitle = ([input.artStyle.getName]) [input.imagename] // .getName is a built-in Perchance property that gets the name of a given list/sublist/node prompt = [input.artStyle.prompt] negativePrompt = [input.artStyle.negative] resolution = [input.shape] seed = [input.seed] guidanceScale = [input.Gscale] steps = 250

userInputs // you can add more user inputs to this list, and then use them like [input.nameOfInput] in the prompt, negativePrompt, artStyle.prompt, etc.

scratchpad // Note: the 'remember' option storage is 'based on' this 'scratchpad' name, so if you change that name to something else like 'notepad', people will lose all their saved scratchpad text. But it's safe to change the 'label', below.
  label = ๐Ÿ“’ Notepad
  tip = Just a little notepad for you - it does not affect your generated images. It 'remembers' the text that you put in it even after you refresh/close this page.\n\nThe text will only be forgotten if you clear your browser's "site data" (cookies, localStorage, etc.) for this particular site.
  type = paragraph
  remember = true // <-- the text that the user inputs will be remembered so it's still there even if they close/refresh the page
  width = min(750px, 100%)
  height = 50vh
  takesUpFullRow = true
  foldToggleState = hidden // or 'shown' if you want it to start shown, or delete this line if you don't want it to be show-able/hide-able
  visible() =>
    return Number(localStorage.generateClickCount) > 1; // so the scratchpad only shows up after they've clicked generate a couple of times (to reduce confusion/clutter for newbies)
  examples
    You can use this text box to store your prompts and other notes. The text you put here will be remembered even after you've closed/refreshed this page so long as you're not in in incognito browsing mode.\n\nHave fun and enjoy! \n\n๐—ก๐—ผ๐˜๐—ฒ: ๐—œ๐—ณ ๐˜†๐—ผ๐˜‚ ๐—ฐ๐—น๐—ฒ๐—ฎ๐—ฟ ๐˜†๐—ผ๐˜‚๐—ฟ "๐˜€๐—ถ๐˜๐—ฒ ๐—ฑ๐—ฎ๐˜๐—ฎ"/๐—ฐ๐—ผ๐—ผ๐—ธ๐—ถ๐—ฒ๐˜€ ๐—ณ๐—ผ๐—ฟ ๐˜๐—ต๐—ถ๐˜€ ๐˜€๐—ถ๐˜๐—ฒ, ๐˜†๐—ผ๐˜‚๐—ฟ ๐˜€๐—ฐ๐—ฟ๐—ฎ๐˜๐—ฐ๐—ต๐—ฝ๐—ฎ๐—ฑ ๐—ฑ๐—ฎ๐˜๐—ฎ ๐˜„๐—ถ๐—น๐—น ๐—ฏ๐—ฒ ๐—น๐—ผ๐˜€๐˜!

description
  label = ๐Ÿ“ ๐——๐—ฒ๐˜€๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜๐—ถ๐—ผ๐—ป ๐—ฃ๐—ฟ๐—ผ๐—บ๐—ฝ๐˜ - <i>THIS SITE IS NSFW and for over 18 - you have been warned, have fun - CT </i>
  tip = Tip: If you write something like &lcub;red|white|blue&rcub; as part of your description, then a random one will be chosen for each image.\n\nYou can see the prompt that was used for a particular generated image by hovering your mouse over it, or long-pressing on mobile.\n\nAdd brackets around text (like this) to get the AI to pay more attention to it.
  type = paragraph
  width = min(750px, 100%)
  takesUpFullRow = true
  remember = true
  modifiers = [input.artStyle?.modifiers || null]
  modifierUpdates = event:description.input, event:artStyle.change
  enterKeyTriggersGeneration = true // <-- can still use shift+enter to create a new line
  // we use artstyle-specific random prompts if available, otherwise fall back to randomDescriptions list:
  examples = [input.artStyle?.randomPrompt || randomDescription] // <-- the placeholder examples that rotate in the text box
  random = [input.artStyle?.randomPrompt || randomDescription] // <-- added to the text box when the 'random' button gets clicked

negative
  label = ๐Ÿšซ ๐—”๐—ป๐˜๐—ถ-๐——๐—ฒ๐˜€๐—ฐ๐—ฟ๐—ถ๐—ฝ๐˜๐—ถ๐—ผ๐—ป (๐—ข๐—ฝ๐˜๐—ถ๐—ผ๐—ป๐—ฎ๐—น)
  type = text
  remember = true
  examples
    Things you ๐——๐—ข ๐—ก๐—ข๐—ง want in the image
    
seed
  label = ๐ŸŒฑ ๐’๐ž๐ž๐ (๐—ข๐—ฝ๐˜๐—ถ๐—ผ๐—ป๐—ฎ๐—น)
  type = text
  width = min(250px)
  remember = true
  examples
    Custom Seed Here
    
imagename
  label = <b> ๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Title of Image (Optional)</b>
  tip = This will not affect your image, this is what the title of the image will be if it is shared in the public gallery.
  type = text
  remember = true
  examples
    Type a title for your image here.

artStyle
  label = ๐ŸŽจ ๐—”๐—ฟ๐˜ ๐—ฆ๐˜๐˜†๐—น๐—ฒ <b>(or Theme)</b)
  type = select
  remember = true // <-- makes it so the selected option will be remembered even if the user refreshes/closes the page
  options
    meta:import
      from = {import:custom-styles} // <-- imports a bunch of 'default' styles (you can delete this, or put it at the end, below 'No style' if you want)

   // ๐™๐™š๐™–๐™ก๐™ž๐™จ๐™ฉ๐™ž๐™˜ ๐™‹๐™ค๐™ง๐™ฉ๐™ง๐™–๐™ž๐™ฉ๐™จ // <-- example of a custom prompt parameters - just follow this format and add as many of them as you want to this 'options' list
   //   prompt = [input.description], something, something, something
   //   negative = [input.negative], low-quality, deformed, blurry, bad art, ((text))
   //   meta:position = 1
    ๐—ก๐—ผ ๐—ฆ๐˜๐˜†๐—น๐—ฒ
      prompt = [input.description]
      negative = [input.negative]
    Pre-historic
      prompt = [input.description], prehistoric, pre history, ancient
      negative = [input.negative], human, tall, attractive
      meta:position = 1
    Sexy
      prompt = [input.description],Natural look, Sensual,sexy,exotic,{oiled|hot},{sweaty|wet}, cannon picture,{standing|lying|sitting|kneeling|running|sleeping}
      negative = [input.negative], deformed
      meta:position = 2        


shape
  label = ๐Ÿ–ผ๏ธ ๐—ฆ๐—ต๐—ฎ๐—ฝ๐—ฒ
  type = select
  remember = true // <-- the selected option will be remembered even if the user refreshes/closes the page
  options
    Portrait = 512x768
    Square = 512x512
    Landscape = 768x512

    
numImages
  label = ๐Ÿ”ข ๐—›๐—ผ๐˜„ ๐—บ๐—ฎ๐—ป๐˜†?
  type = select
  remember = true // <-- the selected option will be remembered even if the user refreshes/closes the page
  options
    3 = 3
    6 = 6
    9 = 9
    9 = 9
    12 = 12
    15 = 15
    21 = 21
    24 = 24
    27 = 27
    30 = 30
  visible() =>
    return Number(localStorage.generateClickCount) > 0; // so this input only shows up after they've clicked generate a couple of times (to reduce confusion/clutter for newbies)
    
Gscale
  label = ๐†๐ฎ๐ข๐๐š๐ง๐œ๐ž
  type = select
  remember = true
  options
    Default (7) = 7
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12

defaultCommentOptions // for comments plugin: https://perchance.org/comments-plugin width = 100% height = 400 commentPlaceholderText = Alright, let's see those fingers dance on the keyboard! submitButtonText = ๐—ฆ๐˜‚๐—ฏ๐—บ๐—ถ๐˜ ๐—–๐—ผ๐—บ๐—บ๐—ฒ๐—ป๐˜ bannedUsers = [bannedUsersList]

commentChannels general label = ๐’๐จ๐œ๐ข๐š๐ฅ ๐‚๐ก๐š๐ญ ๐‘๐จ๐จ๐ฆ adminFlair = ๐Ÿ…ฐ๐Ÿ…ณ๐Ÿ…ผ๐Ÿ…ธ๐Ÿ…ฝ adminPasswordHash = 5e1c418ff423a741c9cc1e1c06f926d7087db20909f0a5b71ae22ef1d5918148 feedback-and-suggestions label = ๐—™๐—ฒ๐—ฒ๐—ฑ๐—ฏ๐—ฎ๐—ฐ๐—ธ ๐—ฎ๐—ป๐—ฑ ๐—ฆ๐˜‚๐—ด๐—ด๐—ฒ๐˜€๐˜๐—ถ๐—ผ๐—ป๐˜€ adminFlair = ๐Ÿ…ฐ๐Ÿ…ณ๐Ÿ…ผ๐Ÿ…ธ๐Ÿ…ฝ adminPasswordHash = 5e1c418ff423a741c9cc1e1c06f926d7087db20909f0a5b71ae22ef1d5918148 prompts label = ๐—ฃ๐—ฟ๐—ผ๐—บ๐—ฝ๐˜๐˜€ adminFlair = ๐Ÿ…ฐ๐Ÿ…ณ๐Ÿ…ผ๐Ÿ…ธ๐Ÿ…ฝ adminPasswordHash = 5e1c418ff423a741c9cc1e1c06f926d7087db20909f0a5b71ae22ef1d5918148 commentPlaceholderText = ๐’๐‡๐€๐‘๐„ ๐€ ๐๐‘๐Ž๐Œ๐๐“-๐’๐“๐˜๐‹๐„. ๐ˆ๐… ๐ˆ๐“'๐’ ๐†๐Ž๐Ž๐ƒ, ๐ˆ๐“ ๐Œ๐€๐˜ ๐†๐„๐“ ๐€๐ƒ๐ƒ๐„๐ƒ ๐“๐Ž ๐“๐‡๐„ ๐€๐‘๐“ ๐’๐“๐˜๐‹๐„ ๐’๐„๐‹๐„๐‚๐“๐Ž๐‘! submitButtonText = ๐—ฆ๐—ต๐—ฎ๐—ฟ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—บ๐—ฝ๐˜

galleryOptions gallery = true sort = recent hideIfScoreIsBelow = -5 adaptiveHeight = true // <-- expand gallery height so it never has its own scrollbar contentFilter = 'PG-13' // <-- or 'none' for no default filter

showFeedback = false // you can temporarily change this to 'true' and then click the feedback button to view feedback

hair_colors blonde brunette blonde and pink highlighted auburn black

camera panoramic close-up portait low angle aerial shot high angle wide angle over-the-shoulder shot telephoto

seasons winter summer autumn spring

person 25 year old man 25 year old woman

mood happy giggling sad angry surprised bored

female_hair_styles pigtails ponytail dutch side braids wavy curly pixie

eye_color brown blue hazel amber gray green

detailed meticulous highly-detailed accurate comprehensive elaborate thorough

eighteenera in the park at the office at their desk on the beach in the supermarket at home in the street in the jungle on a plane in a car

nineteenera standing sitting lying kneeling dancing playing running sleeping, eyes closed

vehicless denim white cotton suit and skirt bikini skirt shorts onesie a dress jeans

randomDescription A [detailed] [camera] of a [mood] [person] with [hair_colors] hair. they are [nineteenera] [eighteenera]. they have beautiful [eye_color] eyes. they are wearing [vehicless]

bannedUsersList

generatorStats = {import:generator-stats-plugin}

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .