perchance.org
Open in
urlscan Pro
2606:4700:e4::ac40:a718
Public Scan
URL:
https://perchance.org/ai-text-to-image-generator
Submission: On January 02 via manual from DK — Scanned from DK
Submission: On January 02 via manual from DK — Scanned from DK
Form analysis
0 forms found in the DOMText Content
WE VALUE YOUR PRIVACY We and our partners store and/or access information on a device, such as cookies and process personal data, such as unique identifiers and standard information sent by a device for personalised ads and content, ad and content measurement, and audience insights, as well as to develop and improve products. With your permission we and our partners may use precise geolocation data and identification through device scanning. You may click to consent to our and our partners’ processing as described above. Alternatively you may access more detailed information and change your preferences before consenting or to refuse consenting. Please note that some processing of your personal data may not require your consent, but you have a right to object to such processing. Your preferences will apply to this website only. You can change your preferences at any time by returning to this site or visit our privacy policy. MORE OPTIONSAGREE 🌌 AI IMAGE GENERATOR 🪄 🗒️ Scratchpad ⓘ 💭 📝 Description ⓘ 💭 🎲🧠 🚫 Anti-Description (optional) ⓘ 💭 🎨 Art Style Painted Anime Casual Photo Cinematic Digital Painting Concept Art 𝗡𝗼 𝘀𝘁𝘆𝗹𝗲 3D Disney Character 2D Disney Character Disney Sketch Concept Sketch Painterly Oil Painting Oil Painting - Realism Oil Painting - Old Professional Photo Anime Cute Anime Soft Anime Fantasy Painting Fantasy Landscape Fantasy Portrait Studio Ghibli 50s Enamel Sign Vintage Comic Franco-Belgian Comic Tintin Comic Medieval Pixel Art Cute Figurine 3D Emoji Illustration Flat Illustration Watercolor 1990s Photo 1980s Photo 1970s Photo 1960s Photo 1950s Photo 1940s Photo 1930s Photo 1920s Photo Vintage Pulp Art 50s Infomercial Anime 3D Pokemon Painted Pokemon 2D Pokemon Vintage Anime Neon Vintage Anime Manga Fantasy World Map Fantasy City Map Old World Map 3D Isometric Icon Flat Style Icon Flat Style Logo Game Art Icon Digital Painting Icon Concept Art Icon Cute 3D Icon Cute 3D Icon 𝗦𝗲𝘁 Crayon Drawing Pencil Tattoo Design Waifu YuGiOh Art Traditional Japanese Nihonga Painting Claymation Furry - Painted Furry - Drawn Furry - Cinematic Cartoon Cursed Photo MTG Card 🖼️ Shape Portrait Square Landscape 🔢 How many? 6 9 12 3 copy link for above options click ➡ generate ⬅ click ⬆ click Add a description, then click generate. This generator was made using the text-to-image-plugin. The brain button feature uses the ai-text-plugin. 🗨️ feedback 💬 show comments & gallery 🖼️ auto-show next time hide comments hide gallery 🌃 ⇱ Note: The comments and gallery only appear after generating several batches of images. If you visit this page again later and don't see the gallery/comments, it's because your cookies/storage for this site got cleared for some reason, so you'd need to generate some more images. ✅ got it ⚄︎perchance 👥︎community (13h) 🌈hub 📚︎tutorial 📦︎resources 🎲︎generators ⊕︎new 🆕ai chat 🔑︎login/signup ✏️︎edit fold wrap 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 (free, no sign-up, unlimited) description = AI text to image generator. Generate AI art from text, completely free, online, no login or sign-up, no daily credit limits, and it's fast. Most AI art generators have daily credits and require sign-up, or are slow - not this one. Use this AI to generate high quality art, photos, cartoons, drawings, anime, and more. Create OCs, anime characters, sexy AI villains, fanfic artwork, and pretty much anything else. It's an AI-based image generator that uses the Stable Diffusion text-to-image model. No watermark, no signup/login, unlimited images. Type words, get pics. image = https://user-uploads.perchance.org/file/4763f095ac55e4ac66ead5e8f4bbb016.jpeg // 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 <b>generate</b>.<br><br><span style="font-size:80%; color:grey; max-width:200px; display:inline-block;">This generator was made using the<br><a href="https://perchance.org/text-to-image-plugin" target="_blank">text-to-image-plugin</a>.<br><br>The brain button feature uses the<br><a href="https://perchance.org/ai-text-plugin" target="_blank">ai-text-plugin</a>.</span> underImagesMessage = <div style="max-width:600px; margin:0 auto; padding:0 1rem; font-size:85%; opacity:0.7;">You might also like to try the <a href="https://perchance.org/ai-character-chat" target="_blank">AI Character Chat</a> (new version) or the <a href="https://perchance.org/ai-story-generator" target="_blank">AI Story Generator</a>.</div> numImages = [Number(input.numImages)] socialFeatures = button after 4 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.description] // .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] 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 = 🗒️ Scratchpad tip = [t2i.defaultText.scratchpadTip] // this loads the default text, but you can delete it and add your own tip. Just change this line to "tip = You own cool tips." 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 = 30vh 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 [t2i.defaultText.scratchpadPlaceholder] description label = 📝 Description tip = [t2i.defaultText.promptTip] type = paragraph width = min(750px, 100%) takesUpFullRow = 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 = 🚫 Anti-Description (optional) tip = [t2i.defaultText.negativePromptTip] type = text examples things you 𝗱𝗼𝗻'𝘁 want in the image artStyle label = 🎨 Art Style 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:t2i-styles} // <-- imports a bunch of 'default' styles (you can delete this, or put it at the end, below 'No style' if you want) MTG Card // <-- example of a custom "Magic The Gathering" card style - just follow this format and add as many of them as you want to this 'options' list prompt = [input.description], magic the gathering card negative = [input.negative], low-quality, deformed, blurry, bad art 𝗡𝗼 𝘀𝘁𝘆𝗹𝗲 prompt = [input.description] negative = [input.negative] meta:position = 5 shape label = 🖼️ Shape 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 = 🔢 How many? type = select remember = true // <-- the selected option will be remembered even if the user refreshes/closes the page options 6 = 6 9 = 9 12 = 12 3 = 3 visible() => return Number(localStorage.generateClickCount) > 1; // so this input only shows up after they've clicked generate a couple of times (to reduce confusion/clutter for newbies) defaultCommentOptions // for comments plugin: https://perchance.org/comments-plugin width = 100% height = 400 commentPlaceholderText = Type a friendly comment... submitButtonText = submit comment bannedUsers = [bannedUsersList] commentChannels general label = General chat1 label = Room 1 chat2 label = Room 2 chat3 label = Room 3 prompts label = Prompts commentPlaceholderText = Share a cool prompt/style. If it's good, it may get added to the Art Style selector. submitButtonText = share prompt galleryOptions gallery = true sort = trending hideIfScoreIsBelow = -1 adaptiveHeight = true // <-- expand gallery height so it never has its own scrollbar contentFilter = pg13 // <-- or 'none' for no default filter showFeedback = false // you can temporarily change this to 'true' and then click the feedback button to view feedback randomDescription portrait of {a} {import:animal}-{man|woman}, {servant|god|priest|warrior|gardener|keeper} of {the underworld|the seven worlds|light|darkness|jungle world|cybercrystal|blue fire|electrical storms|the deep heart|the overworld|luxury|dragonkind} {a} {cute |^3}{import:animal} x {import:animal} hybrid, pokemon-like creature {cyborg|steampunk|magical} {mermaid|merman|dolphin} exploring {a coral reef|an underwater city|underwater dunes} {steampunk|futuristic|ancient} explorer with {an airship|a hoverbike|a time-traveling artifact} {graceful|agile|mysterious} {alien|human|robotic} dancer performing {on stage|in a street|in moonlight} {neon|sunset|moonlit} cityscape during {a rainstorm|a snowfall|a meteor shower} {magical|enchanted|cursed} forest guarded by {giant mushrooms|sentient trees|whimsical spirits} {lonely|brave|curious} lighthouse keeper with {a ghostly|an animal|a supernatural} companion {haunted|abandoned|ancient} mansion inhabited by {quirky|creepy|kind} spirits {futuristic|old-fashioned|magical} train racing through {a desert|a tundra|a jungle} landscape {underwater|sky|space} pirate captain with {a submarine|an airship|a spaceship} ship {time-traveling|interdimensional|supernatural} detective with {a pet dinosaur|a ghostly sidekick|a shape-shifting familiar} {robotic|medieval|fantasy} knight jousting on {a mechanical|a fire-breathing|a spectral} horse {ethereal|ancient|cosmic} space goddess floating among {stars|nebulae|galaxies} {wise|ancient|intelligent} {tree|rock|cloud} spirit with {a magical staff|a crystal orb|an enchanted flute} {superhero|villain|antihero} with the ability to control {plants|weather|fire} {flying|hovering|submersible} car chase through {a futuristic|an underwater|a post-apocalyptic} city {underwater|floating|hidden} cityscape lit by {bioluminescent plants|ancient crystals|magical torches} {mystical|cursed|prehistoric} cave with {glowing crystal|shimmering ice|luminescent fungus} formations {post-apocalyptic|futuristic|ancient} wanderer with {a pet robot|a loyal animal companion|a supernatural guide} {masked|armored|stealthy} vigilante perched {on a skyscraper|in a tree|atop a cliff} {sorceress|witch|alchemist} brewing {a potion|a spell|a concoction} in {her hidden lair|a secret cave|an enchanted laboratory} {steampunk|cyberpunk|fantasy} inventor with {a mechanical|a magical|a sentient} companion {cyberpunk|interstellar|paranormal} hacker in {a digital world|a secret network|an alternate reality} {enchanted|fairy-tale|secret} garden filled with {mythical|unusual|magical} creatures {cute|fierce|friendly} monster family {going on a picnic|exploring a forest|visiting a village} {astronaut|alien|time-traveler} discovering {an alien oasis|a hidden planet|a realm beyond time} {old-fashioned|modern|magical} {ice cream|candy|dessert} parlour with {magical|unusual|dangerous} flavors {abandoned|haunted|enchanted} amusement park {reclaimed by nature|inhabited by spirits|guarded by creatures} {warrior|sorceress|queen} riding {a mythical|a giant|an elemental} beast {vintage|modern|otherworldly} circus with {supernatural|magical|dangerous} performers {otherworldly|majestic|mysterious} library filled with {ancient|enchanted|forbidden} tomes {intrepid|fearless|daring} explorer navigating {a perilous|a mysterious|an enchanted} jungle {cozy|remote|enchanted} cottage in {the mountains|a forest|a magical realm} with {magical|supernatural|ancient} neighbors {street|stage|televised} magician performing {a jaw-dropping|a dangerous|an enchanting} illusion {mighty|ancient|winged} dragon {slumbering|guarding|hiding} atop {a hoard of treasure|enchanted crystals|cursed artifacts} {chibi-style|cartoon|realistic} superheroes {saving the day|battling villains|protecting a city} {whimsical|industrial|supernatural} factory where {dreams|nightmares|wishes} are manufactured {space|intergalactic|time-traveling} cowboy hunting {intergalactic outlaws|ancient threats|supernatural foes} {necromancer|summoner|witch} raising {an army of the undead|elemental creatures|magical beings} {brave|cursed|legendary} warrior with {a haunted|an enchanted|a sentient} weapon {interdimensional|cosmic|paranormal} {coffee|tea|dessert} shop frequented by {odd|magical|alien} patrons {enchanted|bewitched|sacred} forest populated by {sentient|magical|cursed} trees {cybernetic|supernatural|mystical} musician creating {otherworldly|haunting|hypnotic} tunes {alien|lost|ancient} civilization thriving on {a floating island|a hidden continent|an undiscovered planet} bannedUsersList bc1fcaee323bb814a90b 465b9234479607b40f66 224ce382e80983fdd5f0 8366eebe591939239c5e a67b60e2a97aef42584a d0be072bf68e8ccde3ef 08102ccd25373b373a05 fd7c09e9f6afd038ab25 034fa4072177e4a16624 436fd3dad1d2f690682d 824a10d41014455bfcde 4ed5c79d72af33da6606 ff4e338ab405b78d0882 dada105214441a883e91 ba1e03de6390f34d2ae0 d0fa20d240b6a36b795f 18576abec56cf04bbb47 225af84547f6b8cecd32 498dedc2f2d9f51d83a6 f87716c6bba6ae6b9e03 b7d91eeffa46845925b1 25f41fbdca8174293343 67382e6b36a2ac7bdef3 c2c2f158b8031b507b2f 10e7aefa20bbf6fe7f1a 5d967bcb5c1b0dab2b44 6c8b50927a15b34b4c5b 7dec0c175ff0bf1af243 fa984ea74cbcd4fd59ec cf9bb0c51663d6d6f567 91ebdee1ca60d2837544 8eaaa282bcc2ba121fa2 f1a1c0f2bd704e67baaf 04af815eef0e5638b514 099ebc92d5f61488c88a 2737a96e836eee89f9dc bb26f42d55dcdfe1241d ec7ff7a84b0f7c296f64 c36d43b9a9b01652900d 836e2803b38ac7439db9 dea3b240900b6b1853fc 8783f17c2f258e67c25d 0fd8aca20f91c464926a 127c0571733e6c6fe9b6 66678bd8747a788401f2 df26ffadf6e2fb387144 1624bfee153d7a6fc0d2 1134cacff6986d7f789c 8f5dec6f9f96e56dc775 88b800c3ddc308313236 09b989be6b40b957aea1 c6755e6e238d158af379 b0b73068df05ab210b6c b07258ed51ffcac0d243 22a2edab7d4943f2626a 3f3228de2aa47a92e93e description = AI text to image generator. Generate AI art from text, completely free, online, no login or sign-up, no daily credit limits, and it's fast. Most AI art generators have daily credits and require sign-up, or are slow - not this one. Use this AI to generate high quality art, photos, cartoons, drawings, anime, and more. Create OCs, anime characters, sexy AI villains, fanfic artwork, and pretty much anything else. It's an AI-based image generator that uses the Stable Diffusion text-to-image model. No watermark, no signup/login, unlimited images. Type words, get pics. html plain text ⇱︎ fullscreen ⚠︎ warnings ⟳︎ reload auto wrap [generateHTML(settings)] [generateHTML(settings)] The items listed below aren't errors - they're just "warnings". Perchance generates "warnings" when it detects code in your editor panel that looks like it may be a mistake, but which is technically not "erroneous" - that is, it's valid Perchance syntax, but it's "unusual" code and so might have been an accident on your part. Feel free to ignore these warnings if you know what you're doing! ꒰•ᴗ•꒱ close sign up or login to create your own generators ᕕ(ᐛ)ᕗ we only email you at your request (e.g. for password reset) 👍︎ there was a problem connecting to the server ¯\_(⊙_ʖ⊙)_/¯ check your internet connection? that password is not correct (⊙.☉)7 forgot it? that password is too short (⌐■_■) >6 chars plz something seems wrong about that email address (⊙︿⊙) something went wrong on the server (✖╭╮✖) plz post to forum if problem persists cancelsignup / login loading... thanks for signing up! (^▽^) we just sent a verification code to (check spam folder too) 🌺︎ there was a problem connecting to the server ¯\_(⊙_ʖ⊙)_/¯ check your internet connection? that code is not correct (⊙.☉)7 pls ensure you copied it exactly 👌︎ something went wrong on the server (✖╭╮✖) pls post to forum if problem persists backverify you're logged in! s(^‿^)-b close forgot your password? o(╥﹏╥)o that's all right! just enter the email you used to sign up and you'll be sent a reset code ᵔᴥᵔ there was a problem connecting to the server ¯\_(⊙_ʖ⊙)_/¯ check your internet connection? very spooky: that account was not found (⊙.☉)7 are you sure you put in the correct email? 👻︎ something went wrong on the server (✖╭╮✖) pls post to forum if problem persists backrequest reset code we just sent a password reset code to 💌 when you recieve it (check your spam folder too) enter it below and then enter a new password of your choosing ๑۞︎๑,¸¸,ø¤º°`°๑ there was a problem connecting to the server ¯\_(⊙_ʖ⊙)_/¯ check your internet connection? that code is not correct (⊙.☉)7 pls ensure you copied it exactly 👌︎ that password is too short (⌐■_■) >6 chars plz something went wrong on the server (✖╭╮✖) pls post to forum if problem persists backset password you're logged in as - you can: * view your generators * change your password * change your email * logout close changing your password is easy (~‾▿‾)~ just enter your current password and your new password •ᴗ• there was a problem connecting to the server ¯\_(⊙_ʖ⊙)_/¯ check your internet connection? the current password is not correct (⊙.☉)7 that password is too short (⌐■_■) >7 chars plz something went wrong on the server (✖╭╮✖) plz post to forum if problem persists backset new password your password has been changed V●ᴥ●V close your current email is ᶘ ᵒᴥᵒᶅ to change your email, just enter your password and your new email 。^‿^。 there was a problem connecting to the server ¯\_(⊙_ʖ⊙)_/¯ check your internet connection? that password is not correct (⊙.☉)7 that new email address looks weird (⌐■_■) something went wrong on the server (✖╭╮✖) plz post to forum if problem persists backset new email your email hand been changed (๑>ᴗ<๑) close 🔤 there was a problem loading your generators ¯\_(⊙_ʖ⊙)_/¯ check your internet connection? if the problem persists, please post to forum back loading... you're viewing your generator with the url ai-text-to-image-generator - you can: * change its url * duplicate it * make public * download it * delete it close this generator's current url is: ai-text-to-image-generator to change it, just enter a new one below ~(˘▾˘~) remember: you can only use lower-case letters, numbers and hyphens in your url caution: if you change it, the old url will no longer work! if your generator is popular, and others have imported it into their own, you will break their generators! (they will get import errors). because of this, if your generator is popular, it's better to make a copy of this generator rather than change this one's name ┌U・ェ・U┘ sorry, the new url must be at least 4 characters long there was a problem connecting to the server ¯\_(⊙_ʖ⊙)_/¯ check your internet connection? sorry, a generator with that name already exists (⌐■_■) something went wrong on the server (✖╭╮✖) plz post to forum if problem persists backset new url your generator's url has been changed ヾ(⌐■_■)ノ♪♬ close loading... if you click the button below, it will load a list of older versions of your generator so you can download them in case you accidentally deleted your code, or there was a system error. please note that if you have a very large generator, or have saved it thousands of times, then it may take a while to load, and may freeze up your computer for a bit - depending on how powerful it is 🖳 load revision history loading... hmm (⊙_☉) there was some sort of server error while trying to get your revision history. sorry! this doesn't happen very often. if it keeps happening (and you've checked your internet connection), could you please make a post on the forum? ʕ•̫͡•ʕ•̫͡•ʔ•̫͡•ʔ close close Cursed AI Image Generator why ads?