(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9957],{26512:function(e,t,r){"use strict";var n=r(51072),a={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var r,l,s,o,i,c,u,d,m=!1;t||(t={}),s=t.debug||!1;try{if(i=n(),c=document.createRange(),u=document.getSelection(),(d=document.createElement("span")).textContent=e,d.ariaHidden="true",d.style.all="unset",d.style.position="fixed",d.style.top=0,d.style.clip="rect(0, 0, 0, 0)",d.style.whiteSpace="pre",d.style.webkitUserSelect="text",d.style.MozUserSelect="text",d.style.msUserSelect="text",d.style.userSelect="text",d.addEventListener("copy",function(r){if(r.stopPropagation(),t.format){if(r.preventDefault(),void 0===r.clipboardData){s&&console.warn("unable to use e.clipboardData"),s&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var n=a[t.format]||a.default;window.clipboardData.setData(n,e)}else r.clipboardData.clearData(),r.clipboardData.setData(t.format,e)}t.onCopy&&(r.preventDefault(),t.onCopy(r.clipboardData))}),document.body.appendChild(d),c.selectNodeContents(d),u.addRange(c),!document.execCommand("copy"))throw Error("copy command was unsuccessful");m=!0}catch(n){s&&console.error("unable to copy using execCommand: ",n),s&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),m=!0}catch(n){s&&console.error("unable to copy using clipboardData: ",n),s&&console.error("falling back to prompt"),r="message"in t?t.message:"Copy to clipboard: #{key}, Enter",l=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C",o=r.replace(/#{\s*key\s*}/g,l),window.prompt(o,e)}}finally{u&&("function"==typeof u.removeRange?u.removeRange(c):u.removeAllRanges()),d&&document.body.removeChild(d),i()}return m}},78340:function(e,t,r){"use strict";var n=r(20132);function a(){return(a=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach(function(t){var n;n=r[t],t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}class o extends n.Component{constructor(e){let t;super(e),this.reCalculateColumnCount=this.reCalculateColumnCount.bind(this),this.reCalculateColumnCountDebounce=this.reCalculateColumnCountDebounce.bind(this),t=this.props.breakpointCols&&this.props.breakpointCols.default?this.props.breakpointCols.default:parseInt(this.props.breakpointCols)||2,this.state={columnCount:t}}componentDidMount(){this.reCalculateColumnCount(),window&&window.addEventListener("resize",this.reCalculateColumnCountDebounce)}componentDidUpdate(){this.reCalculateColumnCount()}componentWillUnmount(){window&&window.removeEventListener("resize",this.reCalculateColumnCountDebounce)}reCalculateColumnCountDebounce(){if(!window||!window.requestAnimationFrame){this.reCalculateColumnCount();return}window.cancelAnimationFrame&&window.cancelAnimationFrame(this._lastRecalculateAnimationFrame),this._lastRecalculateAnimationFrame=window.requestAnimationFrame(()=>{this.reCalculateColumnCount()})}reCalculateColumnCount(){let e=window&&window.innerWidth||1/0,t=this.props.breakpointCols;"object"!=typeof t&&(t={default:parseInt(t)||2});let r=1/0,n=t.default||2;for(let a in t){let l=parseInt(a);l>0&&e<=l&&l<r&&(r=l,n=t[a])}n=Math.max(1,parseInt(n)||1),this.state.columnCount!==n&&this.setState({columnCount:n})}itemsInColumns(){let e=this.state.columnCount,t=Array(e),r=n.Children.toArray(this.props.children);for(let n=0;n<r.length;n++){let a=n%e;t[a]||(t[a]=[]),t[a].push(r[n])}return t}renderColumns(){let{column:e,columnAttrs:t={},columnClassName:r}=this.props,l=this.itemsInColumns(),o=`${100/l.length}%`,i=r;i&&"string"!=typeof i&&(this.logDeprecated('The property "columnClassName" requires a string'),void 0===i&&(i="my-masonry-grid_column"));let c=s(s(s({},e),t),{},{style:s(s({},t.style),{},{width:o}),className:i});return l.map((e,t)=>n.createElement("div",a({},c,{key:t}),e))}logDeprecated(e){console.error("[Masonry]",e)}render(){let e=this.props,{children:t,breakpointCols:r,columnClassName:l,columnAttrs:s,column:o,className:i}=e,c=function(e,t){if(null==e)return{};var r,n,a=function(e,t){if(null==e)return{};var r,n,a={},l=Object.keys(e);for(n=0;n<l.length;n++)r=l[n],t.indexOf(r)>=0||(a[r]=e[r]);return a}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(n=0;n<l.length;n++)r=l[n],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}(e,["children","breakpointCols","columnClassName","columnAttrs","column","className"]),u=i;return"string"!=typeof i&&(this.logDeprecated('The property "className" requires a string'),void 0===i&&(u="my-masonry-grid")),n.createElement("div",a({},c,{className:u}),this.renderColumns())}}o.defaultProps={breakpointCols:void 0,className:void 0,columnClassName:void 0,children:void 0,columnAttrs:void 0,column:void 0},t.Z=o},51072:function(e){e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,r=[],n=0;n<e.rangeCount;n++)r.push(e.getRangeAt(n));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||r.forEach(function(t){e.addRange(t)}),t&&t.focus()}}},81992:function(e,t,r){"use strict";r.d(t,{Z:function(){return s}});var n=r(20132),a={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
 * @license lucide-react v0.343.0 - ISC
 *
 * This source code is licensed under the ISC license.
 * See the LICENSE file in the root directory of this source tree.
 */let l=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase().trim(),s=(e,t)=>{let r=(0,n.forwardRef)((r,s)=>{let{color:o="currentColor",size:i=24,strokeWidth:c=2,absoluteStrokeWidth:u,className:d="",children:m,...p}=r;return(0,n.createElement)("svg",{ref:s,...a,width:i,height:i,stroke:o,strokeWidth:u?24*Number(c)/Number(i):c,className:["lucide",`lucide-${l(e)}`,d].join(" "),...p},[...t.map(e=>{let[t,r]=e;return(0,n.createElement)(t,r)}),...Array.isArray(m)?m:[m]])});return r.displayName=`${e}`,r}},34189:function(e,t,r){"use strict";var n=r(15311),a=r(33326),l=r.n(a),s=r(5762);t.Z=e=>{let{title:t,description:r,children:a,languageList:o=["en","es","fr","zh-CN","de","ru","ja","ar"],asPath:i}=e,c=(0,s.useRouter)();return(0,n.jsxs)(l(),{children:[(0,n.jsx)("title",{children:"function"==typeof t?t():t}),(0,n.jsx)("meta",{name:"description",content:"function"==typeof r?r():r}),(i.includes("?nxtP")&&(i=i.substring(0,i.indexOf("?nxtP"))),c.locales.map(e=>{if(o.includes(e)){let t="https://sdxlturbo.ai"+("en"===e?"":`/${e}`)+i;return(0,n.jsx)("link",{rel:"alternate",hreflang:e,href:t},e)}})),a]})}},84342:function(e,t,r){"use strict";r.d(t,{U:function(){return k}});var n=r(15311),a=r(96418),l=r(60708),s=r(20132),o=r(74034),i=r.n(o),c=r(78340),u=r(3605),d=r(6381),m=r.n(d),p=r(5724),f=r(5762),h=r(99170),x=r(81756),g=r(55392);function b(e){let{currentPage:t,pageSize:r,total:a,totalPages:l,currentPageSize:s,prompt:o,tagUrlIdentity:i}=e,c=e=>`/tag/${i}${e>1?`/${e}`:""}`;return(0,n.jsx)("div",{className:"w-full px-3 py-2 border-gray-800 flex items-center justify-between",children:(0,n.jsx)("div",{className:"flex flex-1 flex-wrap items-center justify-center",children:(0,n.jsx)("div",{children:(0,n.jsxs)("nav",{className:"isolate inline-flex -space-x-px rounded-md","aria-label":"Pagination",children:[t-1>=1&&(0,n.jsx)(m(),{href:c(t-1),locale:"en",lang:"en",className:"relative inline-flex items-center rounded-l-md px-2 py-2 text-gray-400 hover:bg-slate-800 focus:z-20 focus:outline-offset-0",children:(0,n.jsx)(x.Z,{className:"h-5 w-5","aria-hidden":"true"})}),(()=>{let e=[];for(let r=1;r<=l;r++)1===r||r===l||r>=t-2&&r<=t+2?e.push((0,n.jsx)(m(),{href:c(r),locale:"en",lang:"en",className:`relative inline-flex items-center px-4 py-2 text-sm rounded-md font-semibold ${t===r?"bg-slate-800":"text-gray-400 hover:bg-slate-800 hover:text-white"}`,children:r},r)):r===t-3?e.push((0,n.jsx)(m(),{href:c(t-5>=1?t-5:1),locale:"en",lang:"en",className:"relative inline-flex items-center px-4 py-2 text-sm font-semibold text-gray-400",children:"..."},r)):r===t+3&&e.push((0,n.jsx)(m(),{href:c(t+5<=l?t+5:l),locale:"en",lang:"en",className:"relative inline-flex items-center px-4 py-2 text-sm font-semibold text-gray-400",children:"..."},r));return e})(),t+1<=l&&(0,n.jsx)(m(),{href:c(t+1),locale:"en",lang:"en",className:"relative inline-flex items-center rounded-r-md px-2 py-2 text-gray-400 hover:bg-slate-800 focus:z-20 focus:outline-offset-0",children:(0,n.jsx)(g.Z,{className:"h-5 w-5","aria-hidden":"true"})})]})})})})}var y=r(80402);/**
 * @license lucide-react v0.343.0 - ISC
 *
 * This source code is licensed under the ISC license.
 * See the LICENSE file in the root directory of this source tree.
 */let w=(0,r(81992).Z)("Quote",[["path",{d:"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z",key:"4rm80e"}],["path",{d:"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z",key:"10za9r"}]]);function v(e){let{contentList:t}=e;return(0,n.jsx)("section",{className:"relative overflow-hidden",children:(0,n.jsx)("ul",{role:"list",className:"mx-auto mt-6 lg:mt-14 grid max-w-2xl grid-cols-2 gap-6 lg:max-w-none",children:t.map((e,t)=>(0,n.jsx)("li",{children:(0,n.jsxs)("figure",{className:"relative p-6 rounded-2xl border border-slate-700 bg-slate-600/10",children:[(0,n.jsx)(w,{className:"w-10 absolute bottom-20 right-10 fill-white/5 opacity-30"}),(0,n.jsx)("blockquote",{className:"relative",children:(0,n.jsx)("p",{className:"text-md tracking-tight text-slate-200 whitespace-pre-line",children:e.details})}),(0,n.jsx)("figcaption",{className:"relative mt-6 flex items-center border-t border-gray-500/30 pt-6",children:(0,n.jsx)("div",{children:(0,n.jsxs)("h2",{className:"font-bold text-lg flex items-center gap-2",children:[(0,n.jsx)("span",{className:"w-2 h-2 bg-violet-600 rounded-full inline-block"}),e.heading]})})})]})},t))})})}var j=r(74482);function C(e){let{imageList:t,goodRecordCount:r,pageInfo:a,relatedTags:l,pages:o,pageNum:d,tag:x,tagUrlIdentity:g,pageSize:w,total:C}=e,{t:N}=(0,p.Z)("aiArtImagesPrompts");(0,f.useRouter)();let[k,D]=(0,s.useState)(null),[O,R]=(0,s.useState)(null),A=e=>{R(e)};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)("section",{id:"galleryMasonry",className:"pt-24 lg:pt-8 pb-20",children:[(0,n.jsx)("div",{className:"w-full mb-14 px-14",children:(0,n.jsx)(h.aG,{className:"text-xs",children:(0,n.jsxs)(h.Jb,{children:[(0,n.jsx)(h.gN,{children:(0,n.jsx)(h.At,{children:(0,n.jsx)(m(),{href:"/",className:"text-gray-400 hover:text-white",children:"Home"})})}),(0,n.jsx)(h.bg,{}),(0,n.jsx)(h.gN,{children:(0,n.jsx)(h.At,{children:(0,n.jsx)(m(),{href:"/ai-art-images-prompts",locale:"en",lang:"en",className:"text-gray-400 hover:text-white",children:"Ai Images Prompts"})})}),(0,n.jsx)(h.bg,{}),(0,n.jsx)(h.AG,{className:"text-gray-300 cursor-default",children:`${r} Free ${x.slice(0,47)}${x.length>47?"...":""} AI images Powered by Stable Diffusion XL`})]})})}),(0,n.jsxs)(u.W,{children:[(0,n.jsxs)("div",{className:"mx-auto mb-14 md:text-center",children:[(0,n.jsx)("h1",{className:"font-display text-3xl tracking-tight sm:text-4xl",children:`${r} Free ${x} AI images Powered by Stable Diffusion XL`}),(0,n.jsxs)("p",{className:"mt-4 tracking-tight text-slate-200",children:[a?.introduction,(0,n.jsxs)("span",{children:[(0,n.jsx)("p",{className:"inline-block",children:"\xa0Generated by\xa0"}),(0,n.jsx)("a",{href:" https://sdxlturbo.ai/",className:"text-blue-500 hover:underline",children:"Stable Diffusion SDXL"})]})]})]}),(0,n.jsx)(c.Z,{breakpointCols:{default:4,1100:2,700:1},className:"masonry-grid flex items-start gap-4",columnClassName:"masonry-column",children:t.map((e,t)=>(0,n.jsxs)("div",{className:"relative rounded-lg overflow-hidden inline-block",children:[(0,n.jsx)("div",{onClick:()=>A(e),onMouseEnter:()=>D(t),onMouseLeave:()=>D(null),className:"waterfall-item mt-6 rounded-xl overflow-hidden",children:(0,n.jsxs)("div",{className:"w-full relative",children:[null!=e.picUrl&&""!==e.picUrl&&(0,n.jsx)(i(),{priority:!0,src:e.picUrl,alt:e.picPrompt,className:"w-full h-auto",width:56,height:56}),k===t&&(0,n.jsx)("div",{className:"w-full h-full p-2 text-sm text-white bg-gradient-to-b from-zinc-800/5 to-zinc-800/80 flex items-end absolute top-0 left-0",children:(0,n.jsx)("p",{className:"line-clamp-3 whitespace-pre-line break-words",children:e.picPrompt})})]})}),(0,n.jsx)(y.Z,{isNSFWType:e.nsfwFlag})]},t))}),o>1&&(0,n.jsx)("div",{className:"w-full pt-10 flex items-center justify-center",children:(0,n.jsx)(b,{currentPage:d,pageSize:w,total:C,totalPages:o,currentPageSize:t.length,tagUrlIdentity:g})}),(0,n.jsxs)("div",{className:"w-full py-10 md:py-20",children:[(0,n.jsx)("h2",{className:"text-3xl text-slate-50 text-center font-bold",children:"Related Tags"}),(0,n.jsx)("div",{className:"w-full mt-10 flex flex-wrap items-start gap-2",children:l.map((e,t)=>(0,n.jsx)(m(),{href:`/tag/${encodeURIComponent(e.urlIdentity)}/`,locale:"en",lang:"en",className:"w-fit-content shadow px-4 py-1.5 text-sm rounded-md active:scale-95 transition-all transform-gpu text-slate-50 border border-slate-600/50 bg-slate-600/20 hover:bg-gradient-to-l hover:from-blue-500 hover:to-violet-500 whitespace-nowrap select-none cursor-pointer",children:e.tagName},t))})]}),a?.content&&(0,n.jsx)(v,{contentList:a.content})]})]}),O&&(0,n.jsx)(j.i,{recordDetails:O,closeDialog:()=>R(null)})]})}var N=r(34189);r(32923);let k=e=>{let{imageList:t,goodRecordCount:r,pageInfo:o,relatedTags:i,pageNum:c,pages:u,tag:d,tagUrlIdentity:m,carouselGoodRecordList:p,carouselBlogList:f,secondaryPageFooterList:h}=e,[x,g]=(0,s.useState)(null);return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)(N.Z,{title:`${r} Free ${d} AI images | SDXL Free Online`,description:`${o?.description}`,languageList:[],asPath:`/tag/${m}`,children:[(0,n.jsx)("link",{rel:"canonical",href:`https://sdxlturbo.ai/tag/${m}`}),c>1&&(0,n.jsx)("meta",{name:"robots",content:"noindex"}),r&&r<3&&(0,n.jsx)("meta",{name:"robots",content:"noindex"})]}),(0,n.jsx)(a.h,{user:x,setUser:g,languageList:[]}),(0,n.jsx)("main",{className:"pt-20",children:(0,n.jsx)(C,{imageList:t,goodRecordCount:r,pageInfo:o,relatedTags:i,pages:u,pageNum:c,tag:d,tagUrlIdentity:m})}),(0,n.jsx)(l.$,{carouselGoodRecordList:p,carouselBlogList:f,secondaryPageFooterList:h})]})}},99170:function(e,t,r){"use strict";r.d(t,{aG:function(){return c},gN:function(){return d},At:function(){return m},Jb:function(){return u},AG:function(){return p},bg:function(){return f}});var n=r(15311),a=r(20132),l=r(4734),s=r(81992);/**
 * @license lucide-react v0.343.0 - ISC
 *
 * This source code is licensed under the ISC license.
 * See the LICENSE file in the root directory of this source tree.
 */let o=(0,s.Z)("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);(0,s.Z)("MoreHorizontal",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]);var i=r(24505);let c=a.forwardRef((e,t)=>{let{...r}=e;return(0,n.jsx)("nav",{ref:t,"aria-label":"breadcrumb",...r})});c.displayName="Breadcrumb";let u=a.forwardRef((e,t)=>{let{className:r,...a}=e;return(0,n.jsx)("ol",{ref:t,className:(0,i.cn)("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",r),...a})});u.displayName="BreadcrumbList";let d=a.forwardRef((e,t)=>{let{className:r,...a}=e;return(0,n.jsx)("li",{ref:t,className:(0,i.cn)("inline-flex items-center gap-1.5",r),...a})});d.displayName="BreadcrumbItem";let m=a.forwardRef((e,t)=>{let{asChild:r,className:a,...s}=e,o=r?l.g7:"a";return(0,n.jsx)(o,{ref:t,className:(0,i.cn)("transition-colors hover:text-foreground",a),...s})});m.displayName="BreadcrumbLink";let p=a.forwardRef((e,t)=>{let{className:r,...a}=e;return(0,n.jsx)("span",{ref:t,role:"link","aria-disabled":"true","aria-current":"page",className:(0,i.cn)("font-normal text-foreground",r),...a})});p.displayName="BreadcrumbPage";let f=e=>{let{children:t,className:r,...a}=e;return(0,n.jsx)("li",{role:"presentation","aria-hidden":"true",className:(0,i.cn)("[&>svg]:size-3.5",r),...a,children:t??(0,n.jsx)(o,{})})};f.displayName="BreadcrumbSeparator"},81756:function(e,t,r){"use strict";var n=r(20132);let a=n.forwardRef(function(e,t){let{title:r,titleId:a,...l}=e;return n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":a},l),r?n.createElement("title",{id:a},r):null,n.createElement("path",{fillRule:"evenodd",d:"M11.78 5.22a.75.75 0 0 1 0 1.06L8.06 10l3.72 3.72a.75.75 0 1 1-1.06 1.06l-4.25-4.25a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0Z",clipRule:"evenodd"}))});t.Z=a},55392:function(e,t,r){"use strict";var n=r(20132);let a=n.forwardRef(function(e,t){let{title:r,titleId:a,...l}=e;return n.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:t,"aria-labelledby":a},l),r?n.createElement("title",{id:a},r):null,n.createElement("path",{fillRule:"evenodd",d:"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10 8.22 6.28a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))});t.Z=a}}]);