Buckets:

HuggingFaceDocBuilder's picture
download
raw
60 kB
import{s as oa,n as aa,o as sa}from"../chunks/scheduler.53228c21.js";import{S as na,i as ia,e as a,s as r,c,h as da,a as s,d as n,b as o,f as _,g as m,j as h,k as v,l as t,m as I,n as p,t as g,o as l,p as f}from"../chunks/index.cac5d66a.js";import{C as ca}from"../chunks/CopyLLMTxtMenu.5ac9ab94.js";import{D as b}from"../chunks/Docstring.8a316450.js";import{H as Pt,E as ma}from"../chunks/MermaidChart.svelte_svelte_type_style_lang.92b2cd9d.js";function pa(xo){let T,wt,$t,Tt,te,zt,re,Dt,oe,Po='The <a href="/docs/diffusers/pr_13813/en/api/image_processor#diffusers.VaeImageProcessor">VaeImageProcessor</a> provides a unified API for <a href="/docs/diffusers/pr_13813/en/api/pipelines/stable_diffusion/text2img#diffusers.StableDiffusionPipeline">StableDiffusionPipeline</a>s to prepare image inputs for VAE encoding and post-processing outputs once they’re decoded. This includes transformations such as resizing, normalization, and conversion between PIL Image, PyTorch, and NumPy arrays.',Lt,ae,$o='All pipelines with <a href="/docs/diffusers/pr_13813/en/api/image_processor#diffusers.VaeImageProcessor">VaeImageProcessor</a> accept PIL Image, PyTorch tensor, or NumPy arrays as image inputs and return outputs based on the <code>output_type</code> argument by the user. You can pass encoded image latents directly to the pipeline and return latents from the pipeline as a specific output with the <code>output_type</code> argument (for example <code>output_type=&quot;latent&quot;</code>). This allows you to take the generated latents from one pipeline and pass it to another pipeline as input without leaving the latent space. It also makes it much easier to use multiple pipelines together by passing PyTorch tensors directly between different pipelines.',Vt,se,Ct,i,ne,_r,je,yo="Image processor for VAE.",vr,z,ie,br,Se,wo="Applies an overlay of the mask and the inpainted image on the original image.",Ir,D,de,xr,Oe,To="Create a mask.",Pr,L,ce,$r,Ue,zo="Applies Gaussian blur to an image.",yr,V,me,wr,Ye,Do="Converts a given PIL image to grayscale.",Tr,C,pe,zr,Je,Lo="Converts a PIL image to RGB format.",Dr,N,ge,Lr,Ke,Vo="Denormalize an image array to [0,1].",Vr,A,le,Cr,Qe,Co=`Finds a rectangular region that contains all masked ares in an image, and expands region to match the aspect
ratio of the original image; for example, if user drew mask in a 128x32 region, and the dimensions for
processing are 512x512, the region will be expanded to 128x128.`,Nr,k,fe,Ar,Xe,No="Returns the height and width of the image, downscaled to the next integer multiple of <code>vae_scale_factor</code>.",kr,M,ue,Mr,Ze,Ao="Normalize an image array to [-1,1].",Er,E,he,Wr,et,ko="Convert a numpy image or a batch of images to a PIL image.",Rr,W,_e,Hr,tt,Mo="Convert a NumPy image to a PyTorch tensor.",Fr,R,ve,qr,rt,Eo="Convert a PIL image or a list of PIL images to NumPy arrays.",Gr,H,be,Br,ot,Wo="Postprocess the image output from tensor to <code>output_type</code>.",jr,F,Ie,Sr,at,Ro="Preprocess the image input.",Or,q,xe,Ur,st,Ho="Convert a PyTorch tensor to a NumPy image.",Yr,G,Pe,Jr,nt,Fo="Resize image.",Nt,$e,At,ye,qo='The <a href="/docs/diffusers/pr_13813/en/api/image_processor#diffusers.InpaintProcessor">InpaintProcessor</a> accepts <code>mask</code> and <code>image</code> inputs and process them together. Optionally, it can accept padding_mask_crop and apply mask overlay.',kt,$,we,Kr,it,Go="Image processor for inpainting image and mask.",Qr,B,Te,Xr,dt,Bo="Postprocess the image, optionally apply mask overlay",Zr,j,ze,eo,ct,jo="Preprocess the image and mask.",Mt,De,Et,Le,So='The <a href="/docs/diffusers/pr_13813/en/api/image_processor#diffusers.VaeImageProcessorLDM3D">VaeImageProcessorLDM3D</a> accepts RGB and depth inputs and returns RGB and depth outputs.',Wt,x,Ve,to,mt,Oo="Image processor for VAE LDM3D.",ro,S,Ce,oo,pt,Uo="Convert a PIL image or a list of PIL images to NumPy arrays.",ao,O,Ne,so,gt,Yo="Convert a NumPy depth image or a batch of images to a list of PIL images.",no,U,Ae,io,lt,Jo="Convert a NumPy image or a batch of images to a list of PIL images.",co,Y,ke,mo,ft,Ko="Preprocess the image input. Accepted formats are PIL images, NumPy arrays, or PyTorch tensors.",po,J,Me,go,ut,Qo="Convert an RGB-like depth image to a depth map.",Rt,Ee,Ht,y,We,lo,ht,Xo="Image processor for PixArt image resize and crop.",fo,K,Re,uo,_t,Zo="Returns the binned height and width based on the aspect ratio.",ho,Q,He,_o,vt,ea="Resizes and crops a tensor of images to the specified dimensions.",Ft,Fe,qt,w,qe,vo,bt,ta="Image processor for IP Adapter image masks.",bo,X,Ge,Io,It,ra=`Downsamples the provided mask tensor to match the expected dimensions for scaled dot-product attention. If the
aspect ratio of the mask does not match the aspect ratio of the output image, a warning is issued.`,Gt,Be,Bt,yt,jt;return te=new ca({props:{containerStyle:"float: right; margin-left: 10px; display: inline-flex; position: relative; z-index: 10;"}}),re=new Pt({props:{title:"VAE Image Processor",local:"vae-image-processor",headingTag:"h1"}}),se=new Pt({props:{title:"VaeImageProcessor",local:"diffusers.VaeImageProcessor",headingTag:"h2"}}),ne=new b({props:{name:"class diffusers.VaeImageProcessor",anchor:"diffusers.VaeImageProcessor",parameters:[{name:"do_resize",val:": bool = True"},{name:"vae_scale_factor",val:": int = 8"},{name:"vae_latent_channels",val:": int = 4"},{name:"resample",val:": str = 'lanczos'"},{name:"reducing_gap",val:": int | None = None"},{name:"do_normalize",val:": bool = True"},{name:"do_binarize",val:": bool = False"},{name:"do_convert_rgb",val:": bool = False"},{name:"do_convert_grayscale",val:": bool = False"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.do_resize",description:`<strong>do_resize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to downscale the image&#x2019;s (height, width) dimensions to multiples of <code>vae_scale_factor</code>. Can accept
<code>height</code> and <code>width</code> arguments from <a href="/docs/diffusers/pr_13813/en/api/image_processor#diffusers.VaeImageProcessor.preprocess">image_processor.VaeImageProcessor.preprocess()</a> method.`,name:"do_resize"},{anchor:"diffusers.VaeImageProcessor.vae_scale_factor",description:`<strong>vae_scale_factor</strong> (<code>int</code>, <em>optional</em>, defaults to <code>8</code>) &#x2014;
VAE scale factor. If <code>do_resize</code> is <code>True</code>, the image is automatically resized to multiples of this factor.`,name:"vae_scale_factor"},{anchor:"diffusers.VaeImageProcessor.resample",description:`<strong>resample</strong> (<code>str</code>, <em>optional</em>, defaults to <code>lanczos</code>) &#x2014;
Resampling filter to use when resizing the image.`,name:"resample"},{anchor:"diffusers.VaeImageProcessor.do_normalize",description:`<strong>do_normalize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to normalize the image to [-1,1].`,name:"do_normalize"},{anchor:"diffusers.VaeImageProcessor.do_binarize",description:`<strong>do_binarize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether to binarize the image to 0/1.`,name:"do_binarize"},{anchor:"diffusers.VaeImageProcessor.do_convert_rgb",description:`<strong>do_convert_rgb</strong> (<code>bool</code>, <em>optional</em>, defaults to be <code>False</code>) &#x2014;
Whether to convert the images to RGB format.`,name:"do_convert_rgb"},{anchor:"diffusers.VaeImageProcessor.do_convert_grayscale",description:`<strong>do_convert_grayscale</strong> (<code>bool</code>, <em>optional</em>, defaults to be <code>False</code>) &#x2014;
Whether to convert the images to grayscale format.`,name:"do_convert_grayscale"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L82"}}),ie=new b({props:{name:"apply_overlay",anchor:"diffusers.VaeImageProcessor.apply_overlay",parameters:[{name:"mask",val:": Image"},{name:"init_image",val:": Image"},{name:"image",val:": Image"},{name:"crop_coords",val:": tuple[int, int, int, int] | None = None"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.apply_overlay.mask",description:`<strong>mask</strong> (<code>PIL.Image.Image</code>) &#x2014;
The mask image that highlights regions to overlay.`,name:"mask"},{anchor:"diffusers.VaeImageProcessor.apply_overlay.init_image",description:`<strong>init_image</strong> (<code>PIL.Image.Image</code>) &#x2014;
The original image to which the overlay is applied.`,name:"init_image"},{anchor:"diffusers.VaeImageProcessor.apply_overlay.image",description:`<strong>image</strong> (<code>PIL.Image.Image</code>) &#x2014;
The image to overlay onto the original.`,name:"image"},{anchor:"diffusers.VaeImageProcessor.apply_overlay.crop_coords",description:`<strong>crop_coords</strong> (<code>tuple[int, int, int, int]</code>, <em>optional</em>) &#x2014;
Coordinates to crop the image. If provided, the image will be cropped accordingly.`,name:"crop_coords"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L788",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The final image with the overlay applied.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>PIL.Image.Image</code></p>
`}}),de=new b({props:{name:"binarize",anchor:"diffusers.VaeImageProcessor.binarize",parameters:[{name:"image",val:": Image"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.binarize.image",description:`<strong>image</strong> (<code>PIL.Image.Image</code>) &#x2014;
The image input, should be a PIL image.`,name:"image"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L523",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The binarized image. Values less than 0.5 are set to 0, values greater than 0.5 are set to 1.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>PIL.Image.Image</code></p>
`}}),ce=new b({props:{name:"blur",anchor:"diffusers.VaeImageProcessor.blur",parameters:[{name:"image",val:": Image"},{name:"blur_factor",val:": int = 4"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.blur.image",description:`<strong>image</strong> (<code>PIL.Image.Image</code>) &#x2014;
The PIL image to convert to grayscale.`,name:"image"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L270",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The grayscale-converted PIL image.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>PIL.Image.Image</code></p>
`}}),me=new b({props:{name:"convert_to_grayscale",anchor:"diffusers.VaeImageProcessor.convert_to_grayscale",parameters:[{name:"image",val:": Image"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.convert_to_grayscale.image",description:`<strong>image</strong> (<code>PIL.Image.Image</code>) &#x2014;
The input image to convert.`,name:"image"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L253",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The image converted to grayscale.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>PIL.Image.Image</code></p>
`}}),pe=new b({props:{name:"convert_to_rgb",anchor:"diffusers.VaeImageProcessor.convert_to_rgb",parameters:[{name:"image",val:": Image"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.convert_to_rgb.image",description:`<strong>image</strong> (<code>PIL.Image.Image</code>) &#x2014;
The PIL image to convert to RGB.`,name:"image"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L236",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The RGB-converted PIL image.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>PIL.Image.Image</code></p>
`}}),ge=new b({props:{name:"denormalize",anchor:"diffusers.VaeImageProcessor.denormalize",parameters:[{name:"images",val:": numpy.ndarray | torch.Tensor"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.denormalize.images",description:`<strong>images</strong> (<code>np.ndarray</code> or <code>torch.Tensor</code>) &#x2014;
The image array to denormalize.`,name:"images"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L221",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The denormalized image array.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>np.ndarray</code> or <code>torch.Tensor</code></p>
`}}),le=new b({props:{name:"get_crop_region",anchor:"diffusers.VaeImageProcessor.get_crop_region",parameters:[{name:"mask_image",val:": Image"},{name:"width",val:": int"},{name:"height",val:": int"},{name:"pad",val:" = 0"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.get_crop_region.mask_image",description:"<strong>mask_image</strong> (PIL.Image.Image) &#x2014; Mask image.",name:"mask_image"},{anchor:"diffusers.VaeImageProcessor.get_crop_region.width",description:"<strong>width</strong> (int) &#x2014; Width of the image to be processed.",name:"width"},{anchor:"diffusers.VaeImageProcessor.get_crop_region.height",description:"<strong>height</strong> (int) &#x2014; Height of the image to be processed.",name:"height"},{anchor:"diffusers.VaeImageProcessor.get_crop_region.pad",description:"<strong>pad</strong> (int, optional) &#x2014; Padding to be added to the crop region. Defaults to 0.",name:"pad"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L287",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>(x1, y1, x2, y2) represent a rectangular region that contains all masked ares in an image and
matches the original aspect ratio.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p>tuple</p>
`}}),fe=new b({props:{name:"get_default_height_width",anchor:"diffusers.VaeImageProcessor.get_default_height_width",parameters:[{name:"image",val:": PIL.Image.Image | numpy.ndarray | torch.Tensor"},{name:"height",val:": int | None = None"},{name:"width",val:": int | None = None"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.get_default_height_width.image",description:`<strong>image</strong> (<code>PIL.Image.Image | np.ndarray | torch.Tensor</code>) &#x2014;
The image input, which can be a PIL image, NumPy array, or PyTorch tensor. If it is a NumPy array, it
should have shape <code>[batch, height, width]</code> or <code>[batch, height, width, channels]</code>. If it is a PyTorch
tensor, it should have shape <code>[batch, channels, height, width]</code>.`,name:"image"},{anchor:"diffusers.VaeImageProcessor.get_default_height_width.height",description:`<strong>height</strong> (<code>int | None</code>, <em>optional</em>, defaults to <code>None</code>) &#x2014;
The height of the preprocessed image. If <code>None</code>, the height of the <code>image</code> input will be used.`,name:"height"},{anchor:"diffusers.VaeImageProcessor.get_default_height_width.width",description:`<strong>width</strong> (<code>int | None</code>, <em>optional</em>, defaults to <code>None</code>) &#x2014;
The width of the preprocessed image. If <code>None</code>, the width of the <code>image</code> input will be used.`,name:"width"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L560",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A tuple containing the height and width, both resized to the nearest integer multiple of
<code>vae_scale_factor</code>.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>tuple[int, int]</code></p>
`}}),ue=new b({props:{name:"normalize",anchor:"diffusers.VaeImageProcessor.normalize",parameters:[{name:"images",val:": numpy.ndarray | torch.Tensor"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.normalize.images",description:`<strong>images</strong> (<code>np.ndarray</code> or <code>torch.Tensor</code>) &#x2014;
The image array to normalize.`,name:"images"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L206",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The normalized image array.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>np.ndarray</code> or <code>torch.Tensor</code></p>
`}}),he=new b({props:{name:"numpy_to_pil",anchor:"diffusers.VaeImageProcessor.numpy_to_pil",parameters:[{name:"images",val:": ndarray"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.numpy_to_pil.images",description:`<strong>images</strong> (<code>np.ndarray</code>) &#x2014;
The image array to convert to PIL format.`,name:"images"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L127",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A list of PIL images.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>list[PIL.Image.Image]</code></p>
`}}),_e=new b({props:{name:"numpy_to_pt",anchor:"diffusers.VaeImageProcessor.numpy_to_pt",parameters:[{name:"images",val:": ndarray"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.numpy_to_pt.images",description:`<strong>images</strong> (<code>np.ndarray</code>) &#x2014;
The NumPy image array to convert to PyTorch format.`,name:"images"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L171",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A PyTorch tensor representation of the images.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>torch.Tensor</code></p>
`}}),ve=new b({props:{name:"pil_to_numpy",anchor:"diffusers.VaeImageProcessor.pil_to_numpy",parameters:[{name:"images",val:": list[PIL.Image.Image] | PIL.Image.Image"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.pil_to_numpy.images",description:`<strong>images</strong> (<code>PIL.Image.Image</code> or <code>list[PIL.Image.Image]</code>) &#x2014;
The PIL image or list of images to convert to NumPy format.`,name:"images"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L151",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A NumPy array representation of the images.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>np.ndarray</code></p>
`}}),be=new b({props:{name:"postprocess",anchor:"diffusers.VaeImageProcessor.postprocess",parameters:[{name:"image",val:": Tensor"},{name:"output_type",val:": str = 'pil'"},{name:"do_denormalize",val:": list[bool] | None = None"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.postprocess.image",description:`<strong>image</strong> (<code>torch.Tensor</code>) &#x2014;
The image input, should be a pytorch tensor with shape <code>B x C x H x W</code>.`,name:"image"},{anchor:"diffusers.VaeImageProcessor.postprocess.output_type",description:`<strong>output_type</strong> (<code>str</code>, <em>optional</em>, defaults to <code>pil</code>) &#x2014;
The output type of the image, can be one of <code>pil</code>, <code>np</code>, <code>pt</code>, <code>latent</code>.`,name:"output_type"},{anchor:"diffusers.VaeImageProcessor.postprocess.do_denormalize",description:`<strong>do_denormalize</strong> (<code>list[bool]</code>, <em>optional</em>, defaults to <code>None</code>) &#x2014;
Whether to denormalize the image to [0,1]. If <code>None</code>, will use the value of <code>do_normalize</code> in the
<code>VaeImageProcessor</code> config.`,name:"do_denormalize"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L738",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The postprocessed image.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>PIL.Image.Image</code>, <code>np.ndarray</code> or <code>torch.Tensor</code></p>
`}}),Ie=new b({props:{name:"preprocess",anchor:"diffusers.VaeImageProcessor.preprocess",parameters:[{name:"image",val:": PIL.Image.Image | numpy.ndarray | torch.Tensor | list[PIL.Image.Image] | list[numpy.ndarray] | list[torch.Tensor]"},{name:"height",val:": int | None = None"},{name:"width",val:": int | None = None"},{name:"resize_mode",val:": str = 'default'"},{name:"crops_coords",val:": tuple[int, int, int, int] | None = None"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.preprocess.image",description:`<strong>image</strong> (<code>PipelineImageInput</code>) &#x2014;
The image input, accepted formats are PIL images, NumPy arrays, PyTorch tensors; Also accept list of
supported formats.`,name:"image"},{anchor:"diffusers.VaeImageProcessor.preprocess.height",description:`<strong>height</strong> (<code>int</code>, <em>optional</em>) &#x2014;
The height in preprocessed image. If <code>None</code>, will use the <code>get_default_height_width()</code> to get default
height.`,name:"height"},{anchor:"diffusers.VaeImageProcessor.preprocess.width",description:"<strong>width</strong> (<code>int</code>, <em>optional</em>) &#x2014;\nThe width in preprocessed. If <code>None</code>, will use get_default_height_width()` to get the default width.",name:"width"},{anchor:"diffusers.VaeImageProcessor.preprocess.resize_mode",description:`<strong>resize_mode</strong> (<code>str</code>, <em>optional</em>, defaults to <code>default</code>) &#x2014;
The resize mode, can be one of <code>default</code> or <code>fill</code>. If <code>default</code>, will resize the image to fit within
the specified width and height, and it may not maintaining the original aspect ratio. If <code>fill</code>, will
resize the image to fit within the specified width and height, maintaining the aspect ratio, and then
center the image within the dimensions, filling empty with data from image. If <code>crop</code>, will resize the
image to fit within the specified width and height, maintaining the aspect ratio, and then center the
image within the dimensions, cropping the excess. Note that resize_mode <code>fill</code> and <code>crop</code> are only
supported for PIL image input.`,name:"resize_mode"},{anchor:"diffusers.VaeImageProcessor.preprocess.crops_coords",description:`<strong>crops_coords</strong> (<code>list[tuple[int, int, int, int]]</code>, <em>optional</em>, defaults to <code>None</code>) &#x2014;
The crop coordinates for each image in the batch. If <code>None</code>, will not crop the image.`,name:"crops_coords"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L607",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The preprocessed image.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>torch.Tensor</code></p>
`}}),xe=new b({props:{name:"pt_to_numpy",anchor:"diffusers.VaeImageProcessor.pt_to_numpy",parameters:[{name:"images",val:": Tensor"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.pt_to_numpy.images",description:`<strong>images</strong> (<code>torch.Tensor</code>) &#x2014;
The PyTorch tensor to convert to NumPy format.`,name:"images"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L190",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A NumPy array representation of the images.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>np.ndarray</code></p>
`}}),Pe=new b({props:{name:"resize",anchor:"diffusers.VaeImageProcessor.resize",parameters:[{name:"image",val:": PIL.Image.Image | numpy.ndarray | torch.Tensor"},{name:"height",val:": int"},{name:"width",val:": int"},{name:"resize_mode",val:": str = 'default'"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessor.resize.image",description:`<strong>image</strong> (<code>PIL.Image.Image</code>, <code>np.ndarray</code> or <code>torch.Tensor</code>) &#x2014;
The image input, can be a PIL image, numpy array or pytorch tensor.`,name:"image"},{anchor:"diffusers.VaeImageProcessor.resize.height",description:`<strong>height</strong> (<code>int</code>) &#x2014;
The height to resize to.`,name:"height"},{anchor:"diffusers.VaeImageProcessor.resize.width",description:`<strong>width</strong> (<code>int</code>) &#x2014;
The width to resize to.`,name:"width"},{anchor:"diffusers.VaeImageProcessor.resize.resize_mode",description:`<strong>resize_mode</strong> (<code>str</code>, <em>optional</em>, defaults to <code>default</code>) &#x2014;
The resize mode to use, can be one of <code>default</code> or <code>fill</code>. If <code>default</code>, will resize the image to fit
within the specified width and height, and it may not maintaining the original aspect ratio. If <code>fill</code>,
will resize the image to fit within the specified width and height, maintaining the aspect ratio, and
then center the image within the dimensions, filling empty with data from image. If <code>crop</code>, will resize
the image to fit within the specified width and height, maintaining the aspect ratio, and then center
the image within the dimensions, cropping the excess. Note that resize_mode <code>fill</code> and <code>crop</code> are only
supported for PIL image input.`,name:"resize_mode"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L462",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The resized image.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>PIL.Image.Image</code>, <code>np.ndarray</code> or <code>torch.Tensor</code></p>
`}}),$e=new Pt({props:{title:"InpaintProcessor",local:"diffusers.InpaintProcessor",headingTag:"h2"}}),we=new b({props:{name:"class diffusers.InpaintProcessor",anchor:"diffusers.InpaintProcessor",parameters:[{name:"do_resize",val:": bool = True"},{name:"vae_scale_factor",val:": int = 8"},{name:"vae_latent_channels",val:": int = 4"},{name:"resample",val:": str = 'lanczos'"},{name:"reducing_gap",val:": int | None = None"},{name:"do_normalize",val:": bool = True"},{name:"do_binarize",val:": bool = False"},{name:"do_convert_grayscale",val:": bool = False"},{name:"mask_do_normalize",val:": bool = False"},{name:"mask_do_binarize",val:": bool = True"},{name:"mask_do_convert_grayscale",val:": bool = True"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L836"}}),Te=new b({props:{name:"postprocess",anchor:"diffusers.InpaintProcessor.postprocess",parameters:[{name:"image",val:": Tensor"},{name:"output_type",val:": str = 'pil'"},{name:"original_image",val:": PIL.Image.Image | None = None"},{name:"original_mask",val:": PIL.Image.Image | None = None"},{name:"crops_coords",val:": tuple[int, int, int, int] | None = None"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L937"}}),ze=new b({props:{name:"preprocess",anchor:"diffusers.InpaintProcessor.preprocess",parameters:[{name:"image",val:": Image"},{name:"mask",val:": PIL.Image.Image | None = None"},{name:"height",val:": int | None = None"},{name:"width",val:": int | None = None"},{name:"padding_mask_crop",val:": int | None = None"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L881"}}),De=new Pt({props:{title:"VaeImageProcessorLDM3D",local:"diffusers.VaeImageProcessorLDM3D",headingTag:"h2"}}),Ve=new b({props:{name:"class diffusers.VaeImageProcessorLDM3D",anchor:"diffusers.VaeImageProcessorLDM3D",parameters:[{name:"do_resize",val:": bool = True"},{name:"vae_scale_factor",val:": int = 8"},{name:"resample",val:": str = 'lanczos'"},{name:"do_normalize",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessorLDM3D.do_resize",description:`<strong>do_resize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to downscale the image&#x2019;s (height, width) dimensions to multiples of <code>vae_scale_factor</code>.`,name:"do_resize"},{anchor:"diffusers.VaeImageProcessorLDM3D.vae_scale_factor",description:`<strong>vae_scale_factor</strong> (<code>int</code>, <em>optional</em>, defaults to <code>8</code>) &#x2014;
VAE scale factor. If <code>do_resize</code> is <code>True</code>, the image is automatically resized to multiples of this factor.`,name:"vae_scale_factor"},{anchor:"diffusers.VaeImageProcessorLDM3D.resample",description:`<strong>resample</strong> (<code>str</code>, <em>optional</em>, defaults to <code>lanczos</code>) &#x2014;
Resampling filter to use when resizing the image.`,name:"resample"},{anchor:"diffusers.VaeImageProcessorLDM3D.do_normalize",description:`<strong>do_normalize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to normalize the image to [-1,1].`,name:"do_normalize"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L967"}}),Ce=new b({props:{name:"depth_pil_to_numpy",anchor:"diffusers.VaeImageProcessorLDM3D.depth_pil_to_numpy",parameters:[{name:"images",val:": list[PIL.Image.Image] | PIL.Image.Image"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessorLDM3D.depth_pil_to_numpy.images",description:`<strong>images</strong> (<code>list[PIL.Image.Image, PIL.Image.Image]</code>) &#x2014;
The input image or list of images to be converted.`,name:"images"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L1018",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A NumPy array of the converted images.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>np.ndarray</code></p>
`}}),Ne=new b({props:{name:"numpy_to_depth",anchor:"diffusers.VaeImageProcessorLDM3D.numpy_to_depth",parameters:[{name:"images",val:": ndarray"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessorLDM3D.numpy_to_depth.images",description:`<strong>images</strong> (<code>np.ndarray</code>) &#x2014;
The input NumPy array of depth images, which can be a single image or a batch.`,name:"images"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L1076",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A list of PIL images converted from the input NumPy depth images.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>list[PIL.Image.Image]</code></p>
`}}),Ae=new b({props:{name:"numpy_to_pil",anchor:"diffusers.VaeImageProcessorLDM3D.numpy_to_pil",parameters:[{name:"images",val:": ndarray"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessorLDM3D.numpy_to_pil.images",description:`<strong>images</strong> (<code>np.ndarray</code>) &#x2014;
The input NumPy array of images, which can be a single image or a batch.`,name:"images"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L994",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A list of PIL images converted from the input NumPy array.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>list[PIL.Image.Image]</code></p>
`}}),ke=new b({props:{name:"preprocess",anchor:"diffusers.VaeImageProcessorLDM3D.preprocess",parameters:[{name:"rgb",val:": torch.Tensor | PIL.Image.Image | numpy.ndarray"},{name:"depth",val:": torch.Tensor | PIL.Image.Image | numpy.ndarray"},{name:"height",val:": int | None = None"},{name:"width",val:": int | None = None"},{name:"target_res",val:": int | None = None"}],parametersDescription:[{anchor:"diffusers.VaeImageProcessorLDM3D.preprocess.rgb",description:`<strong>rgb</strong> (<code>torch.Tensor | PIL.Image.Image | np.ndarray</code>) &#x2014;
The RGB input image, which can be a single image or a batch.`,name:"rgb"},{anchor:"diffusers.VaeImageProcessorLDM3D.preprocess.depth",description:`<strong>depth</strong> (<code>torch.Tensor | PIL.Image.Image | np.ndarray</code>) &#x2014;
The depth input image, which can be a single image or a batch.`,name:"depth"},{anchor:"diffusers.VaeImageProcessorLDM3D.preprocess.height",description:`<strong>height</strong> (<code>int | None</code>, <em>optional</em>, defaults to <code>None</code>) &#x2014;
The desired height of the processed image. If <code>None</code>, defaults to the height of the input image.`,name:"height"},{anchor:"diffusers.VaeImageProcessorLDM3D.preprocess.width",description:`<strong>width</strong> (<code>int | None</code>, <em>optional</em>, defaults to <code>None</code>) &#x2014;
The desired width of the processed image. If <code>None</code>, defaults to the width of the input image.`,name:"width"},{anchor:"diffusers.VaeImageProcessorLDM3D.preprocess.target_res",description:`<strong>target_res</strong> (<code>int | None</code>, <em>optional</em>, defaults to <code>None</code>) &#x2014;
Target resolution for resizing the images. If specified, overrides height and width.`,name:"target_res"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L1154",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A tuple containing the processed RGB and depth images as PyTorch tensors.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>tuple[torch.Tensor, torch.Tensor]</code></p>
`}}),Me=new b({props:{name:"rgblike_to_depthmap",anchor:"diffusers.VaeImageProcessorLDM3D.rgblike_to_depthmap",parameters:[{name:"image",val:": numpy.ndarray | torch.Tensor"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L1038"}}),Ee=new Pt({props:{title:"PixArtImageProcessor",local:"diffusers.PixArtImageProcessor",headingTag:"h2"}}),We=new b({props:{name:"class diffusers.PixArtImageProcessor",anchor:"diffusers.PixArtImageProcessor",parameters:[{name:"do_resize",val:": bool = True"},{name:"vae_scale_factor",val:": int = 8"},{name:"resample",val:": str = 'lanczos'"},{name:"do_normalize",val:": bool = True"},{name:"do_binarize",val:": bool = False"},{name:"do_convert_grayscale",val:": bool = False"}],parametersDescription:[{anchor:"diffusers.PixArtImageProcessor.do_resize",description:`<strong>do_resize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to downscale the image&#x2019;s (height, width) dimensions to multiples of <code>vae_scale_factor</code>. Can accept
<code>height</code> and <code>width</code> arguments from <a href="/docs/diffusers/pr_13813/en/api/image_processor#diffusers.VaeImageProcessor.preprocess">image_processor.VaeImageProcessor.preprocess()</a> method.`,name:"do_resize"},{anchor:"diffusers.PixArtImageProcessor.vae_scale_factor",description:`<strong>vae_scale_factor</strong> (<code>int</code>, <em>optional</em>, defaults to <code>8</code>) &#x2014;
VAE scale factor. If <code>do_resize</code> is <code>True</code>, the image is automatically resized to multiples of this factor.`,name:"vae_scale_factor"},{anchor:"diffusers.PixArtImageProcessor.resample",description:`<strong>resample</strong> (<code>str</code>, <em>optional</em>, defaults to <code>lanczos</code>) &#x2014;
Resampling filter to use when resizing the image.`,name:"resample"},{anchor:"diffusers.PixArtImageProcessor.do_normalize",description:`<strong>do_normalize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to normalize the image to [-1,1].`,name:"do_normalize"},{anchor:"diffusers.PixArtImageProcessor.do_binarize",description:`<strong>do_binarize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether to binarize the image to 0/1.`,name:"do_binarize"},{anchor:"diffusers.PixArtImageProcessor.do_convert_rgb",description:`<strong>do_convert_rgb</strong> (<code>bool</code>, <em>optional</em>, defaults to be <code>False</code>) &#x2014;
Whether to convert the images to RGB format.`,name:"do_convert_rgb"},{anchor:"diffusers.PixArtImageProcessor.do_convert_grayscale",description:`<strong>do_convert_grayscale</strong> (<code>bool</code>, <em>optional</em>, defaults to be <code>False</code>) &#x2014;
Whether to convert the images to grayscale format.`,name:"do_convert_grayscale"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L1374"}}),Re=new b({props:{name:"classify_height_width_bin",anchor:"diffusers.PixArtImageProcessor.classify_height_width_bin",parameters:[{name:"height",val:": int"},{name:"width",val:": int"},{name:"ratios",val:": dict"}],parametersDescription:[{anchor:"diffusers.PixArtImageProcessor.classify_height_width_bin.height",description:"<strong>height</strong> (<code>int</code>) &#x2014; The height of the image.",name:"height"},{anchor:"diffusers.PixArtImageProcessor.classify_height_width_bin.width",description:"<strong>width</strong> (<code>int</code>) &#x2014; The width of the image.",name:"width"},{anchor:"diffusers.PixArtImageProcessor.classify_height_width_bin.ratios",description:"<strong>ratios</strong> (<code>dict</code>) &#x2014; A dictionary where keys are aspect ratios and values are tuples of (height, width).",name:"ratios"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L1415",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The closest binned height and width.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>tuple[int, int]</code></p>
`}}),He=new b({props:{name:"resize_and_crop_tensor",anchor:"diffusers.PixArtImageProcessor.resize_and_crop_tensor",parameters:[{name:"samples",val:": Tensor"},{name:"new_width",val:": int"},{name:"new_height",val:": int"}],parametersDescription:[{anchor:"diffusers.PixArtImageProcessor.resize_and_crop_tensor.samples",description:`<strong>samples</strong> (<code>torch.Tensor</code>) &#x2014;
A tensor of shape (N, C, H, W) where N is the batch size, C is the number of channels, H is the height,
and W is the width.`,name:"samples"},{anchor:"diffusers.PixArtImageProcessor.resize_and_crop_tensor.new_width",description:"<strong>new_width</strong> (<code>int</code>) &#x2014; The desired width of the output images.",name:"new_width"},{anchor:"diffusers.PixArtImageProcessor.resize_and_crop_tensor.new_height",description:"<strong>new_height</strong> (<code>int</code>) &#x2014; The desired height of the output images.",name:"new_height"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L1433",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>A tensor containing the resized and cropped images.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>torch.Tensor</code></p>
`}}),Fe=new Pt({props:{title:"IPAdapterMaskProcessor",local:"diffusers.IPAdapterMaskProcessor",headingTag:"h2"}}),qe=new b({props:{name:"class diffusers.IPAdapterMaskProcessor",anchor:"diffusers.IPAdapterMaskProcessor",parameters:[{name:"do_resize",val:": bool = True"},{name:"vae_scale_factor",val:": int = 8"},{name:"resample",val:": str = 'lanczos'"},{name:"do_normalize",val:": bool = False"},{name:"do_binarize",val:": bool = True"},{name:"do_convert_grayscale",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.IPAdapterMaskProcessor.do_resize",description:`<strong>do_resize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to downscale the image&#x2019;s (height, width) dimensions to multiples of <code>vae_scale_factor</code>.`,name:"do_resize"},{anchor:"diffusers.IPAdapterMaskProcessor.vae_scale_factor",description:`<strong>vae_scale_factor</strong> (<code>int</code>, <em>optional</em>, defaults to <code>8</code>) &#x2014;
VAE scale factor. If <code>do_resize</code> is <code>True</code>, the image is automatically resized to multiples of this factor.`,name:"vae_scale_factor"},{anchor:"diffusers.IPAdapterMaskProcessor.resample",description:`<strong>resample</strong> (<code>str</code>, <em>optional</em>, defaults to <code>lanczos</code>) &#x2014;
Resampling filter to use when resizing the image.`,name:"resample"},{anchor:"diffusers.IPAdapterMaskProcessor.do_normalize",description:`<strong>do_normalize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) &#x2014;
Whether to normalize the image to [-1,1].`,name:"do_normalize"},{anchor:"diffusers.IPAdapterMaskProcessor.do_binarize",description:`<strong>do_binarize</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) &#x2014;
Whether to binarize the image to 0/1.`,name:"do_binarize"},{anchor:"diffusers.IPAdapterMaskProcessor.do_convert_grayscale",description:`<strong>do_convert_grayscale</strong> (<code>bool</code>, <em>optional</em>, defaults to be <code>True</code>) &#x2014;
Whether to convert the images to grayscale format.`,name:"do_convert_grayscale"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L1270"}}),Ge=new b({props:{name:"downsample",anchor:"diffusers.IPAdapterMaskProcessor.downsample",parameters:[{name:"mask",val:": Tensor"},{name:"batch_size",val:": int"},{name:"num_queries",val:": int"},{name:"value_embed_dim",val:": int"}],parametersDescription:[{anchor:"diffusers.IPAdapterMaskProcessor.downsample.mask",description:`<strong>mask</strong> (<code>torch.Tensor</code>) &#x2014;
The input mask tensor generated with <code>IPAdapterMaskProcessor.preprocess()</code>.`,name:"mask"},{anchor:"diffusers.IPAdapterMaskProcessor.downsample.batch_size",description:`<strong>batch_size</strong> (<code>int</code>) &#x2014;
The batch size.`,name:"batch_size"},{anchor:"diffusers.IPAdapterMaskProcessor.downsample.num_queries",description:`<strong>num_queries</strong> (<code>int</code>) &#x2014;
The number of queries.`,name:"num_queries"},{anchor:"diffusers.IPAdapterMaskProcessor.downsample.value_embed_dim",description:`<strong>value_embed_dim</strong> (<code>int</code>) &#x2014;
The dimensionality of the value embeddings.`,name:"value_embed_dim"}],source:"https://github.com/huggingface/diffusers/blob/vr_13813/src/diffusers/image_processor.py#L1311",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script>
<p>The downsampled mask tensor.</p>
`,returnType:`<script context="module">export const metadata = 'undefined';<\/script>
<p><code>torch.Tensor</code></p>
`}}),Be=new ma({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/image_processor.md"}}),{c(){T=a("meta"),wt=r(),$t=a("p"),Tt=r(),c(te.$$.fragment),zt=r(),c(re.$$.fragment),Dt=r(),oe=a("p"),oe.innerHTML=Po,Lt=r(),ae=a("p"),ae.innerHTML=$o,Vt=r(),c(se.$$.fragment),Ct=r(),i=a("div"),c(ne.$$.fragment),_r=r(),je=a("p"),je.textContent=yo,vr=r(),z=a("div"),c(ie.$$.fragment),br=r(),Se=a("p"),Se.textContent=wo,Ir=r(),D=a("div"),c(de.$$.fragment),xr=r(),Oe=a("p"),Oe.textContent=To,Pr=r(),L=a("div"),c(ce.$$.fragment),$r=r(),Ue=a("p"),Ue.textContent=zo,yr=r(),V=a("div"),c(me.$$.fragment),wr=r(),Ye=a("p"),Ye.textContent=Do,Tr=r(),C=a("div"),c(pe.$$.fragment),zr=r(),Je=a("p"),Je.textContent=Lo,Dr=r(),N=a("div"),c(ge.$$.fragment),Lr=r(),Ke=a("p"),Ke.textContent=Vo,Vr=r(),A=a("div"),c(le.$$.fragment),Cr=r(),Qe=a("p"),Qe.textContent=Co,Nr=r(),k=a("div"),c(fe.$$.fragment),Ar=r(),Xe=a("p"),Xe.innerHTML=No,kr=r(),M=a("div"),c(ue.$$.fragment),Mr=r(),Ze=a("p"),Ze.textContent=Ao,Er=r(),E=a("div"),c(he.$$.fragment),Wr=r(),et=a("p"),et.textContent=ko,Rr=r(),W=a("div"),c(_e.$$.fragment),Hr=r(),tt=a("p"),tt.textContent=Mo,Fr=r(),R=a("div"),c(ve.$$.fragment),qr=r(),rt=a("p"),rt.textContent=Eo,Gr=r(),H=a("div"),c(be.$$.fragment),Br=r(),ot=a("p"),ot.innerHTML=Wo,jr=r(),F=a("div"),c(Ie.$$.fragment),Sr=r(),at=a("p"),at.textContent=Ro,Or=r(),q=a("div"),c(xe.$$.fragment),Ur=r(),st=a("p"),st.textContent=Ho,Yr=r(),G=a("div"),c(Pe.$$.fragment),Jr=r(),nt=a("p"),nt.textContent=Fo,Nt=r(),c($e.$$.fragment),At=r(),ye=a("p"),ye.innerHTML=qo,kt=r(),$=a("div"),c(we.$$.fragment),Kr=r(),it=a("p"),it.textContent=Go,Qr=r(),B=a("div"),c(Te.$$.fragment),Xr=r(),dt=a("p"),dt.textContent=Bo,Zr=r(),j=a("div"),c(ze.$$.fragment),eo=r(),ct=a("p"),ct.textContent=jo,Mt=r(),c(De.$$.fragment),Et=r(),Le=a("p"),Le.innerHTML=So,Wt=r(),x=a("div"),c(Ve.$$.fragment),to=r(),mt=a("p"),mt.textContent=Oo,ro=r(),S=a("div"),c(Ce.$$.fragment),oo=r(),pt=a("p"),pt.textContent=Uo,ao=r(),O=a("div"),c(Ne.$$.fragment),so=r(),gt=a("p"),gt.textContent=Yo,no=r(),U=a("div"),c(Ae.$$.fragment),io=r(),lt=a("p"),lt.textContent=Jo,co=r(),Y=a("div"),c(ke.$$.fragment),mo=r(),ft=a("p"),ft.textContent=Ko,po=r(),J=a("div"),c(Me.$$.fragment),go=r(),ut=a("p"),ut.textContent=Qo,Rt=r(),c(Ee.$$.fragment),Ht=r(),y=a("div"),c(We.$$.fragment),lo=r(),ht=a("p"),ht.textContent=Xo,fo=r(),K=a("div"),c(Re.$$.fragment),uo=r(),_t=a("p"),_t.textContent=Zo,ho=r(),Q=a("div"),c(He.$$.fragment),_o=r(),vt=a("p"),vt.textContent=ea,Ft=r(),c(Fe.$$.fragment),qt=r(),w=a("div"),c(qe.$$.fragment),vo=r(),bt=a("p"),bt.textContent=ta,bo=r(),X=a("div"),c(Ge.$$.fragment),Io=r(),It=a("p"),It.textContent=ra,Gt=r(),c(Be.$$.fragment),Bt=r(),yt=a("p"),this.h()},l(e){const d=da("svelte-u9bgzb",document.head);T=s(d,"META",{name:!0,content:!0}),d.forEach(n),wt=o(e),$t=s(e,"P",{}),_($t).forEach(n),Tt=o(e),m(te.$$.fragment,e),zt=o(e),m(re.$$.fragment,e),Dt=o(e),oe=s(e,"P",{"data-svelte-h":!0}),h(oe)!=="svelte-7qfriu"&&(oe.innerHTML=Po),Lt=o(e),ae=s(e,"P",{"data-svelte-h":!0}),h(ae)!=="svelte-pjkvmg"&&(ae.innerHTML=$o),Vt=o(e),m(se.$$.fragment,e),Ct=o(e),i=s(e,"DIV",{class:!0});var u=_(i);m(ne.$$.fragment,u),_r=o(u),je=s(u,"P",{"data-svelte-h":!0}),h(je)!=="svelte-20k7u4"&&(je.textContent=yo),vr=o(u),z=s(u,"DIV",{class:!0});var St=_(z);m(ie.$$.fragment,St),br=o(St),Se=s(St,"P",{"data-svelte-h":!0}),h(Se)!=="svelte-1rfnp0c"&&(Se.textContent=wo),St.forEach(n),Ir=o(u),D=s(u,"DIV",{class:!0});var Ot=_(D);m(de.$$.fragment,Ot),xr=o(Ot),Oe=s(Ot,"P",{"data-svelte-h":!0}),h(Oe)!=="svelte-1jdqg5n"&&(Oe.textContent=To),Ot.forEach(n),Pr=o(u),L=s(u,"DIV",{class:!0});var Ut=_(L);m(ce.$$.fragment,Ut),$r=o(Ut),Ue=s(Ut,"P",{"data-svelte-h":!0}),h(Ue)!=="svelte-1l3ylqr"&&(Ue.textContent=zo),Ut.forEach(n),yr=o(u),V=s(u,"DIV",{class:!0});var Yt=_(V);m(me.$$.fragment,Yt),wr=o(Yt),Ye=s(Yt,"P",{"data-svelte-h":!0}),h(Ye)!=="svelte-1byxcdi"&&(Ye.textContent=Do),Yt.forEach(n),Tr=o(u),C=s(u,"DIV",{class:!0});var Jt=_(C);m(pe.$$.fragment,Jt),zr=o(Jt),Je=s(Jt,"P",{"data-svelte-h":!0}),h(Je)!=="svelte-ckvlrc"&&(Je.textContent=Lo),Jt.forEach(n),Dr=o(u),N=s(u,"DIV",{class:!0});var Kt=_(N);m(ge.$$.fragment,Kt),Lr=o(Kt),Ke=s(Kt,"P",{"data-svelte-h":!0}),h(Ke)!=="svelte-ipi2rr"&&(Ke.textContent=Vo),Kt.forEach(n),Vr=o(u),A=s(u,"DIV",{class:!0});var Qt=_(A);m(le.$$.fragment,Qt),Cr=o(Qt),Qe=s(Qt,"P",{"data-svelte-h":!0}),h(Qe)!=="svelte-1gkaazy"&&(Qe.textContent=Co),Qt.forEach(n),Nr=o(u),k=s(u,"DIV",{class:!0});var Xt=_(k);m(fe.$$.fragment,Xt),Ar=o(Xt),Xe=s(Xt,"P",{"data-svelte-h":!0}),h(Xe)!=="svelte-gf87un"&&(Xe.innerHTML=No),Xt.forEach(n),kr=o(u),M=s(u,"DIV",{class:!0});var Zt=_(M);m(ue.$$.fragment,Zt),Mr=o(Zt),Ze=s(Zt,"P",{"data-svelte-h":!0}),h(Ze)!=="svelte-1l17iqw"&&(Ze.textContent=Ao),Zt.forEach(n),Er=o(u),E=s(u,"DIV",{class:!0});var er=_(E);m(he.$$.fragment,er),Wr=o(er),et=s(er,"P",{"data-svelte-h":!0}),h(et)!=="svelte-49eriv"&&(et.textContent=ko),er.forEach(n),Rr=o(u),W=s(u,"DIV",{class:!0});var tr=_(W);m(_e.$$.fragment,tr),Hr=o(tr),tt=s(tr,"P",{"data-svelte-h":!0}),h(tt)!=="svelte-uauale"&&(tt.textContent=Mo),tr.forEach(n),Fr=o(u),R=s(u,"DIV",{class:!0});var rr=_(R);m(ve.$$.fragment,rr),qr=o(rr),rt=s(rr,"P",{"data-svelte-h":!0}),h(rt)!=="svelte-x3z8ka"&&(rt.textContent=Eo),rr.forEach(n),Gr=o(u),H=s(u,"DIV",{class:!0});var or=_(H);m(be.$$.fragment,or),Br=o(or),ot=s(or,"P",{"data-svelte-h":!0}),h(ot)!=="svelte-m705s9"&&(ot.innerHTML=Wo),or.forEach(n),jr=o(u),F=s(u,"DIV",{class:!0});var ar=_(F);m(Ie.$$.fragment,ar),Sr=o(ar),at=s(ar,"P",{"data-svelte-h":!0}),h(at)!=="svelte-1p2bpse"&&(at.textContent=Ro),ar.forEach(n),Or=o(u),q=s(u,"DIV",{class:!0});var sr=_(q);m(xe.$$.fragment,sr),Ur=o(sr),st=s(sr,"P",{"data-svelte-h":!0}),h(st)!=="svelte-1acncdu"&&(st.textContent=Ho),sr.forEach(n),Yr=o(u),G=s(u,"DIV",{class:!0});var nr=_(G);m(Pe.$$.fragment,nr),Jr=o(nr),nt=s(nr,"P",{"data-svelte-h":!0}),h(nt)!=="svelte-si84j5"&&(nt.textContent=Fo),nr.forEach(n),u.forEach(n),Nt=o(e),m($e.$$.fragment,e),At=o(e),ye=s(e,"P",{"data-svelte-h":!0}),h(ye)!=="svelte-nt16t0"&&(ye.innerHTML=qo),kt=o(e),$=s(e,"DIV",{class:!0});var Z=_($);m(we.$$.fragment,Z),Kr=o(Z),it=s(Z,"P",{"data-svelte-h":!0}),h(it)!=="svelte-1oe2yi5"&&(it.textContent=Go),Qr=o(Z),B=s(Z,"DIV",{class:!0});var ir=_(B);m(Te.$$.fragment,ir),Xr=o(ir),dt=s(ir,"P",{"data-svelte-h":!0}),h(dt)!=="svelte-1bt74bm"&&(dt.textContent=Bo),ir.forEach(n),Zr=o(Z),j=s(Z,"DIV",{class:!0});var dr=_(j);m(ze.$$.fragment,dr),eo=o(dr),ct=s(dr,"P",{"data-svelte-h":!0}),h(ct)!=="svelte-8pqlt"&&(ct.textContent=jo),dr.forEach(n),Z.forEach(n),Mt=o(e),m(De.$$.fragment,e),Et=o(e),Le=s(e,"P",{"data-svelte-h":!0}),h(Le)!=="svelte-7m7n5m"&&(Le.innerHTML=So),Wt=o(e),x=s(e,"DIV",{class:!0});var P=_(x);m(Ve.$$.fragment,P),to=o(P),mt=s(P,"P",{"data-svelte-h":!0}),h(mt)!=="svelte-bz065s"&&(mt.textContent=Oo),ro=o(P),S=s(P,"DIV",{class:!0});var cr=_(S);m(Ce.$$.fragment,cr),oo=o(cr),pt=s(cr,"P",{"data-svelte-h":!0}),h(pt)!=="svelte-x3z8ka"&&(pt.textContent=Uo),cr.forEach(n),ao=o(P),O=s(P,"DIV",{class:!0});var mr=_(O);m(Ne.$$.fragment,mr),so=o(mr),gt=s(mr,"P",{"data-svelte-h":!0}),h(gt)!=="svelte-taiq20"&&(gt.textContent=Yo),mr.forEach(n),no=o(P),U=s(P,"DIV",{class:!0});var pr=_(U);m(Ae.$$.fragment,pr),io=o(pr),lt=s(pr,"P",{"data-svelte-h":!0}),h(lt)!=="svelte-6xu3xh"&&(lt.textContent=Jo),pr.forEach(n),co=o(P),Y=s(P,"DIV",{class:!0});var gr=_(Y);m(ke.$$.fragment,gr),mo=o(gr),ft=s(gr,"P",{"data-svelte-h":!0}),h(ft)!=="svelte-jw9t5f"&&(ft.textContent=Ko),gr.forEach(n),po=o(P),J=s(P,"DIV",{class:!0});var lr=_(J);m(Me.$$.fragment,lr),go=o(lr),ut=s(lr,"P",{"data-svelte-h":!0}),h(ut)!=="svelte-8ahhcq"&&(ut.textContent=Qo),lr.forEach(n),P.forEach(n),Rt=o(e),m(Ee.$$.fragment,e),Ht=o(e),y=s(e,"DIV",{class:!0});var ee=_(y);m(We.$$.fragment,ee),lo=o(ee),ht=s(ee,"P",{"data-svelte-h":!0}),h(ht)!=="svelte-saajey"&&(ht.textContent=Xo),fo=o(ee),K=s(ee,"DIV",{class:!0});var fr=_(K);m(Re.$$.fragment,fr),uo=o(fr),_t=s(fr,"P",{"data-svelte-h":!0}),h(_t)!=="svelte-1vfwv9u"&&(_t.textContent=Zo),fr.forEach(n),ho=o(ee),Q=s(ee,"DIV",{class:!0});var ur=_(Q);m(He.$$.fragment,ur),_o=o(ur),vt=s(ur,"P",{"data-svelte-h":!0}),h(vt)!=="svelte-izj9xl"&&(vt.textContent=ea),ur.forEach(n),ee.forEach(n),Ft=o(e),m(Fe.$$.fragment,e),qt=o(e),w=s(e,"DIV",{class:!0});var xt=_(w);m(qe.$$.fragment,xt),vo=o(xt),bt=s(xt,"P",{"data-svelte-h":!0}),h(bt)!=="svelte-mxmwf6"&&(bt.textContent=ta),bo=o(xt),X=s(xt,"DIV",{class:!0});var hr=_(X);m(Ge.$$.fragment,hr),Io=o(hr),It=s(hr,"P",{"data-svelte-h":!0}),h(It)!=="svelte-1jm7ypm"&&(It.textContent=ra),hr.forEach(n),xt.forEach(n),Gt=o(e),m(Be.$$.fragment,e),Bt=o(e),yt=s(e,"P",{}),_(yt).forEach(n),this.h()},h(){v(T,"name","hf:doc:metadata"),v(T,"content",ga),v(z,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(D,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(L,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(V,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(C,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(N,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(A,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(k,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(M,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(E,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(W,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(R,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(H,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(F,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(q,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(G,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(i,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(B,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(j,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v($,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(S,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(O,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(U,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(Y,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(J,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(x,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(K,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(Q,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(y,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(X,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),v(w,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8")},m(e,d){t(document.head,T),I(e,wt,d),I(e,$t,d),I(e,Tt,d),p(te,e,d),I(e,zt,d),p(re,e,d),I(e,Dt,d),I(e,oe,d),I(e,Lt,d),I(e,ae,d),I(e,Vt,d),p(se,e,d),I(e,Ct,d),I(e,i,d),p(ne,i,null),t(i,_r),t(i,je),t(i,vr),t(i,z),p(ie,z,null),t(z,br),t(z,Se),t(i,Ir),t(i,D),p(de,D,null),t(D,xr),t(D,Oe),t(i,Pr),t(i,L),p(ce,L,null),t(L,$r),t(L,Ue),t(i,yr),t(i,V),p(me,V,null),t(V,wr),t(V,Ye),t(i,Tr),t(i,C),p(pe,C,null),t(C,zr),t(C,Je),t(i,Dr),t(i,N),p(ge,N,null),t(N,Lr),t(N,Ke),t(i,Vr),t(i,A),p(le,A,null),t(A,Cr),t(A,Qe),t(i,Nr),t(i,k),p(fe,k,null),t(k,Ar),t(k,Xe),t(i,kr),t(i,M),p(ue,M,null),t(M,Mr),t(M,Ze),t(i,Er),t(i,E),p(he,E,null),t(E,Wr),t(E,et),t(i,Rr),t(i,W),p(_e,W,null),t(W,Hr),t(W,tt),t(i,Fr),t(i,R),p(ve,R,null),t(R,qr),t(R,rt),t(i,Gr),t(i,H),p(be,H,null),t(H,Br),t(H,ot),t(i,jr),t(i,F),p(Ie,F,null),t(F,Sr),t(F,at),t(i,Or),t(i,q),p(xe,q,null),t(q,Ur),t(q,st),t(i,Yr),t(i,G),p(Pe,G,null),t(G,Jr),t(G,nt),I(e,Nt,d),p($e,e,d),I(e,At,d),I(e,ye,d),I(e,kt,d),I(e,$,d),p(we,$,null),t($,Kr),t($,it),t($,Qr),t($,B),p(Te,B,null),t(B,Xr),t(B,dt),t($,Zr),t($,j),p(ze,j,null),t(j,eo),t(j,ct),I(e,Mt,d),p(De,e,d),I(e,Et,d),I(e,Le,d),I(e,Wt,d),I(e,x,d),p(Ve,x,null),t(x,to),t(x,mt),t(x,ro),t(x,S),p(Ce,S,null),t(S,oo),t(S,pt),t(x,ao),t(x,O),p(Ne,O,null),t(O,so),t(O,gt),t(x,no),t(x,U),p(Ae,U,null),t(U,io),t(U,lt),t(x,co),t(x,Y),p(ke,Y,null),t(Y,mo),t(Y,ft),t(x,po),t(x,J),p(Me,J,null),t(J,go),t(J,ut),I(e,Rt,d),p(Ee,e,d),I(e,Ht,d),I(e,y,d),p(We,y,null),t(y,lo),t(y,ht),t(y,fo),t(y,K),p(Re,K,null),t(K,uo),t(K,_t),t(y,ho),t(y,Q),p(He,Q,null),t(Q,_o),t(Q,vt),I(e,Ft,d),p(Fe,e,d),I(e,qt,d),I(e,w,d),p(qe,w,null),t(w,vo),t(w,bt),t(w,bo),t(w,X),p(Ge,X,null),t(X,Io),t(X,It),I(e,Gt,d),p(Be,e,d),I(e,Bt,d),I(e,yt,d),jt=!0},p:aa,i(e){jt||(g(te.$$.fragment,e),g(re.$$.fragment,e),g(se.$$.fragment,e),g(ne.$$.fragment,e),g(ie.$$.fragment,e),g(de.$$.fragment,e),g(ce.$$.fragment,e),g(me.$$.fragment,e),g(pe.$$.fragment,e),g(ge.$$.fragment,e),g(le.$$.fragment,e),g(fe.$$.fragment,e),g(ue.$$.fragment,e),g(he.$$.fragment,e),g(_e.$$.fragment,e),g(ve.$$.fragment,e),g(be.$$.fragment,e),g(Ie.$$.fragment,e),g(xe.$$.fragment,e),g(Pe.$$.fragment,e),g($e.$$.fragment,e),g(we.$$.fragment,e),g(Te.$$.fragment,e),g(ze.$$.fragment,e),g(De.$$.fragment,e),g(Ve.$$.fragment,e),g(Ce.$$.fragment,e),g(Ne.$$.fragment,e),g(Ae.$$.fragment,e),g(ke.$$.fragment,e),g(Me.$$.fragment,e),g(Ee.$$.fragment,e),g(We.$$.fragment,e),g(Re.$$.fragment,e),g(He.$$.fragment,e),g(Fe.$$.fragment,e),g(qe.$$.fragment,e),g(Ge.$$.fragment,e),g(Be.$$.fragment,e),jt=!0)},o(e){l(te.$$.fragment,e),l(re.$$.fragment,e),l(se.$$.fragment,e),l(ne.$$.fragment,e),l(ie.$$.fragment,e),l(de.$$.fragment,e),l(ce.$$.fragment,e),l(me.$$.fragment,e),l(pe.$$.fragment,e),l(ge.$$.fragment,e),l(le.$$.fragment,e),l(fe.$$.fragment,e),l(ue.$$.fragment,e),l(he.$$.fragment,e),l(_e.$$.fragment,e),l(ve.$$.fragment,e),l(be.$$.fragment,e),l(Ie.$$.fragment,e),l(xe.$$.fragment,e),l(Pe.$$.fragment,e),l($e.$$.fragment,e),l(we.$$.fragment,e),l(Te.$$.fragment,e),l(ze.$$.fragment,e),l(De.$$.fragment,e),l(Ve.$$.fragment,e),l(Ce.$$.fragment,e),l(Ne.$$.fragment,e),l(Ae.$$.fragment,e),l(ke.$$.fragment,e),l(Me.$$.fragment,e),l(Ee.$$.fragment,e),l(We.$$.fragment,e),l(Re.$$.fragment,e),l(He.$$.fragment,e),l(Fe.$$.fragment,e),l(qe.$$.fragment,e),l(Ge.$$.fragment,e),l(Be.$$.fragment,e),jt=!1},d(e){e&&(n(wt),n($t),n(Tt),n(zt),n(Dt),n(oe),n(Lt),n(ae),n(Vt),n(Ct),n(i),n(Nt),n(At),n(ye),n(kt),n($),n(Mt),n(Et),n(Le),n(Wt),n(x),n(Rt),n(Ht),n(y),n(Ft),n(qt),n(w),n(Gt),n(Bt),n(yt)),n(T),f(te,e),f(re,e),f(se,e),f(ne),f(ie),f(de),f(ce),f(me),f(pe),f(ge),f(le),f(fe),f(ue),f(he),f(_e),f(ve),f(be),f(Ie),f(xe),f(Pe),f($e,e),f(we),f(Te),f(ze),f(De,e),f(Ve),f(Ce),f(Ne),f(Ae),f(ke),f(Me),f(Ee,e),f(We),f(Re),f(He),f(Fe,e),f(qe),f(Ge),f(Be,e)}}}const ga='{"title":"VAE Image Processor","local":"vae-image-processor","sections":[{"title":"VaeImageProcessor","local":"diffusers.VaeImageProcessor","sections":[],"depth":2},{"title":"InpaintProcessor","local":"diffusers.InpaintProcessor","sections":[],"depth":2},{"title":"VaeImageProcessorLDM3D","local":"diffusers.VaeImageProcessorLDM3D","sections":[],"depth":2},{"title":"PixArtImageProcessor","local":"diffusers.PixArtImageProcessor","sections":[],"depth":2},{"title":"IPAdapterMaskProcessor","local":"diffusers.IPAdapterMaskProcessor","sections":[],"depth":2}],"depth":1}';function la(xo){return sa(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class ba extends na{constructor(T){super(),ia(this,T,la,pa,oa,{})}}export{ba as component};

Xet Storage Details

Size:
60 kB
·
Xet hash:
597e48f04e7b47806f172c603e2ae89c4c732f043062c7f784ffecccd52260bb

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.