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 {red|white|blue} 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}