Buckets:
| import{s as Jt,o as Ut,n as Zt}from"../chunks/scheduler.53228c21.js";import{S as Pt,i as xt,e as o,s as a,c as p,h as jt,a as l,d as n,b as s,f as ge,j as r,g as d,k as I,l as y,m as i,n as c,t as m,o as u,p as g}from"../chunks/index.100fac89.js";import{C as kt}from"../chunks/CopyLLMTxtMenu.133e28e0.js";import{D as De}from"../chunks/Docstring.f8721f67.js";import{C as at}from"../chunks/CodeBlock.d30a6509.js";import{E as Gt}from"../chunks/ExampleCodeBlock.24511344.js";import{H as G,E as At}from"../chunks/MermaidChart.svelte_svelte_type_style_lang.d8195636.js";function $t(he){let f,A="Examples:",w,b,_;return b=new at({props:{code:"aW1wb3J0JTIwdG9yY2glMEFmcm9tJTIwZGlmZnVzZXJzJTIwaW1wb3J0JTIwRXVsZXJEaXNjcmV0ZVNjaGVkdWxlciUyQyUyME1vdGlvbkFkYXB0ZXIlMkMlMjBQSUFQaXBlbGluZSUwQWZyb20lMjBkaWZmdXNlcnMudXRpbHMlMjBpbXBvcnQlMjBleHBvcnRfdG9fZ2lmJTJDJTIwbG9hZF9pbWFnZSUwQSUwQWFkYXB0ZXIlMjAlM0QlMjBNb3Rpb25BZGFwdGVyLmZyb21fcHJldHJhaW5lZCglMjJvcGVubW1sYWIlMkZQSUEtY29uZGl0aW9uLWFkYXB0ZXIlMjIpJTBBcGlwZSUyMCUzRCUyMFBJQVBpcGVsaW5lLmZyb21fcHJldHJhaW5lZCglMEElMjAlMjAlMjAlMjAlMjJTRzE2MTIyMiUyRlJlYWxpc3RpY19WaXNpb25fVjYuMF9CMV9ub1ZBRSUyMiUyQyUyMG1vdGlvbl9hZGFwdGVyJTNEYWRhcHRlciUyQyUyMHRvcmNoX2R0eXBlJTNEdG9yY2guZmxvYXQxNiUwQSklMEElMEFwaXBlLnNjaGVkdWxlciUyMCUzRCUyMEV1bGVyRGlzY3JldGVTY2hlZHVsZXIuZnJvbV9jb25maWcocGlwZS5zY2hlZHVsZXIuY29uZmlnKSUwQWltYWdlJTIwJTNEJTIwbG9hZF9pbWFnZSglMEElMjAlMjAlMjAlMjAlMjJodHRwcyUzQSUyRiUyRmh1Z2dpbmdmYWNlLmNvJTJGZGF0YXNldHMlMkZoZi1pbnRlcm5hbC10ZXN0aW5nJTJGZGlmZnVzZXJzLWltYWdlcyUyRnJlc29sdmUlMkZtYWluJTJGcGl4MnBpeCUyRmNhdF82LnBuZyUzRmRvd25sb2FkJTNEdHJ1ZSUyMiUwQSklMEFpbWFnZSUyMCUzRCUyMGltYWdlLnJlc2l6ZSgoNTEyJTJDJTIwNTEyKSklMEFwcm9tcHQlMjAlM0QlMjAlMjJjYXQlMjBpbiUyMGElMjBoYXQlMjIlMEFuZWdhdGl2ZV9wcm9tcHQlMjAlM0QlMjAlMjJ3cm9uZyUyMHdoaXRlJTIwYmFsYW5jZSUyQyUyMGRhcmslMkMlMjBza2V0Y2hlcyUyQyUyMHdvcnN0JTIwcXVhbGl0eSUyQyUyMGxvdyUyMHF1YWxpdHklMkMlMjBkZWZvcm1lZCUyQyUyMGRpc3RvcnRlZCUyMiUwQWdlbmVyYXRvciUyMCUzRCUyMHRvcmNoLkdlbmVyYXRvciglMjJjcHUlMjIpLm1hbnVhbF9zZWVkKDApJTBBb3V0cHV0JTIwJTNEJTIwcGlwZShpbWFnZSUzRGltYWdlJTJDJTIwcHJvbXB0JTNEcHJvbXB0JTJDJTIwbmVnYXRpdmVfcHJvbXB0JTNEbmVnYXRpdmVfcHJvbXB0JTJDJTIwZ2VuZXJhdG9yJTNEZ2VuZXJhdG9yKSUwQWZyYW1lcyUyMCUzRCUyMG91dHB1dC5mcmFtZXMlNUIwJTVEJTBBZXhwb3J0X3RvX2dpZihmcmFtZXMlMkMlMjAlMjJwaWEtYW5pbWF0aW9uLmdpZiUyMik=",highlighted:`<span class="hljs-meta">>>> </span><span class="hljs-keyword">import</span> torch | |
| <span class="hljs-meta">>>> </span><span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> EulerDiscreteScheduler, MotionAdapter, PIAPipeline | |
| <span class="hljs-meta">>>> </span><span class="hljs-keyword">from</span> diffusers.utils <span class="hljs-keyword">import</span> export_to_gif, load_image | |
| <span class="hljs-meta">>>> </span>adapter = MotionAdapter.from_pretrained(<span class="hljs-string">"openmmlab/PIA-condition-adapter"</span>) | |
| <span class="hljs-meta">>>> </span>pipe = PIAPipeline.from_pretrained( | |
| <span class="hljs-meta">... </span> <span class="hljs-string">"SG161222/Realistic_Vision_V6.0_B1_noVAE"</span>, motion_adapter=adapter, torch_dtype=torch.float16 | |
| <span class="hljs-meta">... </span>) | |
| <span class="hljs-meta">>>> </span>pipe.scheduler = EulerDiscreteScheduler.from_config(pipe.scheduler.config) | |
| <span class="hljs-meta">>>> </span>image = load_image( | |
| <span class="hljs-meta">... </span> <span class="hljs-string">"https://huggingface.co/datasets/hf-internal-testing/diffusers-images/resolve/main/pix2pix/cat_6.png?download=true"</span> | |
| <span class="hljs-meta">... </span>) | |
| <span class="hljs-meta">>>> </span>image = image.resize((<span class="hljs-number">512</span>, <span class="hljs-number">512</span>)) | |
| <span class="hljs-meta">>>> </span>prompt = <span class="hljs-string">"cat in a hat"</span> | |
| <span class="hljs-meta">>>> </span>negative_prompt = <span class="hljs-string">"wrong white balance, dark, sketches, worst quality, low quality, deformed, distorted"</span> | |
| <span class="hljs-meta">>>> </span>generator = torch.Generator(<span class="hljs-string">"cpu"</span>).manual_seed(<span class="hljs-number">0</span>) | |
| <span class="hljs-meta">>>> </span>output = pipe(image=image, prompt=prompt, negative_prompt=negative_prompt, generator=generator) | |
| <span class="hljs-meta">>>> </span>frames = output.frames[<span class="hljs-number">0</span>] | |
| <span class="hljs-meta">>>> </span>export_to_gif(frames, <span class="hljs-string">"pia-animation.gif"</span>)`,wrap:!1}}),{c(){f=o("p"),f.textContent=A,w=a(),p(b.$$.fragment)},l(h){f=l(h,"P",{"data-svelte-h":!0}),r(f)!=="svelte-kvfsh7"&&(f.textContent=A),w=s(h),d(b.$$.fragment,h)},m(h,U){i(h,f,U),i(h,w,U),c(b,h,U),_=!0},p:Zt,i(h){_||(m(b.$$.fragment,h),_=!0)},o(h){u(b.$$.fragment,h),_=!1},d(h){h&&(n(f),n(w)),g(b,h)}}}function Wt(he){let f,A,w,b,_,h="<p>This pipeline is deprecated but it can still be used. However, we won’t test the pipeline anymore and won’t accept any changes to it. If you run into any issues, reinstall the last Diffusers version that supported this model.</p>",U,$,_e,W,be,Z,st='<img alt="LoRA" src="https://img.shields.io/badge/LoRA-d8b4fe?style=flat"/>',ye,B,Me,V,ot='<a href="https://huggingface.co/papers/2312.13964" rel="nofollow">PIA: Your Personalized Image Animator via Plug-and-Play Modules in Text-to-Image Models</a> by Yiming Zhang, Zhening Xing, Yanhong Zeng, Youqing Fang, Kai Chen',we,C,lt="Recent advancements in personalized text-to-image (T2I) models have revolutionized content creation, empowering non-experts to generate stunning images with unique styles. While promising, adding realistic motions into these personalized images by text poses significant challenges in preserving distinct styles, high-fidelity details, and achieving motion controllability by text. In this paper, we present PIA, a Personalized Image Animator that excels in aligning with condition images, achieving motion controllability by text, and the compatibility with various personalized T2I models without specific tuning. To achieve these goals, PIA builds upon a base T2I model with well-trained temporal alignment layers, allowing for the seamless transformation of any personalized T2I model into an image animation model. A key component of PIA is the introduction of the condition module, which utilizes the condition frame and inter-frame affinity as input to transfer appearance information guided by the affinity hint for individual frame synthesis in the latent space. This design mitigates the challenges of appearance-related image alignment within and allows for a stronger focus on aligning with motion-related guidance.",ve,X,rt='<a href="https://pi-animator.github.io/" rel="nofollow">Project page</a>',Ie,R,Te,E,pt='<thead><tr><th>Pipeline</th> <th>Tasks</th> <th align="center">Demo</th></tr></thead> <tbody><tr><td><a href="https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/pia/pipeline_pia.py" rel="nofollow">PIAPipeline</a></td> <td><em>Image-to-Video Generation with PIA</em></td> <td align="center"></td></tr></tbody>',Je,Y,Ue,N,dt='Motion Adapter checkpoints for PIA can be found under the <a href="https://huggingface.co/openmmlab/PIA-condition-adapter" rel="nofollow">OpenMMLab org</a>. These checkpoints are meant to work with any model based on Stable Diffusion 1.5',Ze,F,Pe,L,ct="PIA works with a MotionAdapter checkpoint and a Stable Diffusion 1.5 model checkpoint. The MotionAdapter is a collection of Motion Modules that are responsible for adding coherent motion across image frames. These modules are applied after the Resnet and Attention blocks in the Stable Diffusion UNet. In addition to the motion modules, PIA also replaces the input convolution layer of the SD 1.5 UNet model with a 9 channel input convolution layer.",xe,S,mt="The following example demonstrates how to use PIA to generate a video from a single image.",je,H,ke,z,ut="Here are some sample outputs:",Ge,Q,gt=`<tbody><tr><td><center>cat in a field. | |
| <br/> <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/pia-default-output.gif" alt="cat in a field" style="width: 300px;"/></center></td></tr></tbody>`,Ae,P,ft="<p>If you plan on using a scheduler that can clip samples, make sure to disable it by setting <code>clip_sample=False</code> in the scheduler as this can also have an adverse effect on generated samples. Additionally, the PIA checkpoints can be sensitive to the beta schedule of the scheduler. We recommend setting this to <code>linear</code>.</p>",$e,q,We,D,ht='<a href="https://huggingface.co/papers/2312.07537" rel="nofollow">FreeInit: Bridging Initialization Gap in Video Diffusion Models</a> by Tianxing Wu, Chenyang Si, Yuming Jiang, Ziqi Huang, Ziwei Liu.',Be,O,_t="FreeInit is an effective method that improves temporal consistency and overall quality of videos generated using video-diffusion-models without any addition training. It can be applied to PIA, AnimateDiff, ModelScope, VideoCrafter and various other video generation models seamlessly at inference time, and works by iteratively refining the latent-initialization noise. More details can be found it the paper.",Ve,K,bt="The following example demonstrates the usage of FreeInit.",Ce,ee,Xe,te,yt=`<tbody><tr><td><center>cat in a field. | |
| <br/> <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/pia-freeinit-output-cat.gif" alt="cat in a field" style="width: 300px;"/></center></td></tr></tbody>`,Re,x,Mt="<p>FreeInit is not really free - the improved quality comes at the cost of extra computation. It requires sampling a few extra times depending on the <code>num_iters</code> parameter that is set when enabling it. Setting the <code>use_fast_sampling</code> parameter to <code>True</code> can improve the overall performance (at the cost of lower quality compared to when <code>use_fast_sampling=False</code> but still better results than vanilla video generation models).</p>",Ee,ne,Ye,M,ie,Oe,v,ae,Ke,de,wt="The call function to the pipeline for generation.",et,j,tt,k,se,nt,ce,vt="Encodes the prompt into text encoder hidden states.",Ne,oe,It="<li>enable_freeu</li> <li>disable_freeu</li> <li>enable_free_init</li> <li>disable_free_init</li> <li>enable_vae_slicing</li> <li>disable_vae_slicing</li> <li>enable_vae_tiling</li> <li>disable_vae_tiling</li>",Fe,le,Le,T,re,it,me,Tt="Output class for PIAPipeline.",Se,pe,He,fe,ze;return $=new kt({props:{containerStyle:"float: right; margin-left: 10px; display: inline-flex; position: relative; z-index: 10;"}}),W=new G({props:{title:"Image-to-Video Generation with PIA (Personalized Image Animator)",local:"image-to-video-generation-with-pia-personalized-image-animator",headingTag:"h1"}}),B=new G({props:{title:"Overview",local:"overview",headingTag:"h2"}}),R=new G({props:{title:"Available Pipelines",local:"available-pipelines",headingTag:"h2"}}),Y=new G({props:{title:"Available checkpoints",local:"available-checkpoints",headingTag:"h2"}}),F=new G({props:{title:"Usage example",local:"usage-example",headingTag:"h2"}}),H=new at({props:{code:"aW1wb3J0JTIwdG9yY2glMEFmcm9tJTIwZGlmZnVzZXJzJTIwaW1wb3J0JTIwKCUwQSUyMCUyMCUyMCUyMEV1bGVyRGlzY3JldGVTY2hlZHVsZXIlMkMlMEElMjAlMjAlMjAlMjBNb3Rpb25BZGFwdGVyJTJDJTBBJTIwJTIwJTIwJTIwUElBUGlwZWxpbmUlMkMlMEEpJTBBZnJvbSUyMGRpZmZ1c2Vycy51dGlscyUyMGltcG9ydCUyMGV4cG9ydF90b19naWYlMkMlMjBsb2FkX2ltYWdlJTBBJTBBYWRhcHRlciUyMCUzRCUyME1vdGlvbkFkYXB0ZXIuZnJvbV9wcmV0cmFpbmVkKCUyMm9wZW5tbWxhYiUyRlBJQS1jb25kaXRpb24tYWRhcHRlciUyMiklMEFwaXBlJTIwJTNEJTIwUElBUGlwZWxpbmUuZnJvbV9wcmV0cmFpbmVkKCUyMlNHMTYxMjIyJTJGUmVhbGlzdGljX1Zpc2lvbl9WNi4wX0IxX25vVkFFJTIyJTJDJTIwbW90aW9uX2FkYXB0ZXIlM0RhZGFwdGVyJTJDJTIwdG9yY2hfZHR5cGUlM0R0b3JjaC5mbG9hdDE2KSUwQSUwQXBpcGUuc2NoZWR1bGVyJTIwJTNEJTIwRXVsZXJEaXNjcmV0ZVNjaGVkdWxlci5mcm9tX2NvbmZpZyhwaXBlLnNjaGVkdWxlci5jb25maWcpJTBBcGlwZS5lbmFibGVfbW9kZWxfY3B1X29mZmxvYWQoKSUwQXBpcGUuZW5hYmxlX3ZhZV9zbGljaW5nKCklMEElMEFpbWFnZSUyMCUzRCUyMGxvYWRfaW1hZ2UoJTBBJTIwJTIwJTIwJTIwJTIyaHR0cHMlM0ElMkYlMkZodWdnaW5nZmFjZS5jbyUyRmRhdGFzZXRzJTJGaGYtaW50ZXJuYWwtdGVzdGluZyUyRmRpZmZ1c2Vycy1pbWFnZXMlMkZyZXNvbHZlJTJGbWFpbiUyRnBpeDJwaXglMkZjYXRfNi5wbmclM0Zkb3dubG9hZCUzRHRydWUlMjIlMEEpJTBBaW1hZ2UlMjAlM0QlMjBpbWFnZS5yZXNpemUoKDUxMiUyQyUyMDUxMikpJTBBcHJvbXB0JTIwJTNEJTIwJTIyY2F0JTIwaW4lMjBhJTIwZmllbGQlMjIlMEFuZWdhdGl2ZV9wcm9tcHQlMjAlM0QlMjAlMjJ3cm9uZyUyMHdoaXRlJTIwYmFsYW5jZSUyQyUyMGRhcmslMkMlMjBza2V0Y2hlcyUyQ3dvcnN0JTIwcXVhbGl0eSUyQ2xvdyUyMHF1YWxpdHklMjIlMEElMEFnZW5lcmF0b3IlMjAlM0QlMjB0b3JjaC5HZW5lcmF0b3IoJTIyY3B1JTIyKS5tYW51YWxfc2VlZCgwKSUwQW91dHB1dCUyMCUzRCUyMHBpcGUoaW1hZ2UlM0RpbWFnZSUyQyUyMHByb21wdCUzRHByb21wdCUyQyUyMGdlbmVyYXRvciUzRGdlbmVyYXRvciklMEFmcmFtZXMlMjAlM0QlMjBvdXRwdXQuZnJhbWVzJTVCMCU1RCUwQWV4cG9ydF90b19naWYoZnJhbWVzJTJDJTIwJTIycGlhLWFuaW1hdGlvbi5naWYlMjIp",highlighted:`<span class="hljs-keyword">import</span> torch | |
| <span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> ( | |
| EulerDiscreteScheduler, | |
| MotionAdapter, | |
| PIAPipeline, | |
| ) | |
| <span class="hljs-keyword">from</span> diffusers.utils <span class="hljs-keyword">import</span> export_to_gif, load_image | |
| adapter = MotionAdapter.from_pretrained(<span class="hljs-string">"openmmlab/PIA-condition-adapter"</span>) | |
| pipe = PIAPipeline.from_pretrained(<span class="hljs-string">"SG161222/Realistic_Vision_V6.0_B1_noVAE"</span>, motion_adapter=adapter, torch_dtype=torch.float16) | |
| pipe.scheduler = EulerDiscreteScheduler.from_config(pipe.scheduler.config) | |
| pipe.enable_model_cpu_offload() | |
| pipe.enable_vae_slicing() | |
| image = load_image( | |
| <span class="hljs-string">"https://huggingface.co/datasets/hf-internal-testing/diffusers-images/resolve/main/pix2pix/cat_6.png?download=true"</span> | |
| ) | |
| image = image.resize((<span class="hljs-number">512</span>, <span class="hljs-number">512</span>)) | |
| prompt = <span class="hljs-string">"cat in a field"</span> | |
| negative_prompt = <span class="hljs-string">"wrong white balance, dark, sketches,worst quality,low quality"</span> | |
| generator = torch.Generator(<span class="hljs-string">"cpu"</span>).manual_seed(<span class="hljs-number">0</span>) | |
| output = pipe(image=image, prompt=prompt, generator=generator) | |
| frames = output.frames[<span class="hljs-number">0</span>] | |
| export_to_gif(frames, <span class="hljs-string">"pia-animation.gif"</span>)`,wrap:!1}}),q=new G({props:{title:"Using FreeInit",local:"using-freeinit",headingTag:"h2"}}),ee=new at({props:{code:"aW1wb3J0JTIwdG9yY2glMEFmcm9tJTIwZGlmZnVzZXJzJTIwaW1wb3J0JTIwKCUwQSUyMCUyMCUyMCUyMERESU1TY2hlZHVsZXIlMkMlMEElMjAlMjAlMjAlMjBNb3Rpb25BZGFwdGVyJTJDJTBBJTIwJTIwJTIwJTIwUElBUGlwZWxpbmUlMkMlMEEpJTBBZnJvbSUyMGRpZmZ1c2Vycy51dGlscyUyMGltcG9ydCUyMGV4cG9ydF90b19naWYlMkMlMjBsb2FkX2ltYWdlJTBBJTBBYWRhcHRlciUyMCUzRCUyME1vdGlvbkFkYXB0ZXIuZnJvbV9wcmV0cmFpbmVkKCUyMm9wZW5tbWxhYiUyRlBJQS1jb25kaXRpb24tYWRhcHRlciUyMiklMEFwaXBlJTIwJTNEJTIwUElBUGlwZWxpbmUuZnJvbV9wcmV0cmFpbmVkKCUyMlNHMTYxMjIyJTJGUmVhbGlzdGljX1Zpc2lvbl9WNi4wX0IxX25vVkFFJTIyJTJDJTIwbW90aW9uX2FkYXB0ZXIlM0RhZGFwdGVyKSUwQSUwQSUyMyUyMGVuYWJsZSUyMEZyZWVJbml0JTBBJTIzJTIwUmVmZXIlMjB0byUyMHRoZSUyMGVuYWJsZV9mcmVlX2luaXQlMjBkb2N1bWVudGF0aW9uJTIwZm9yJTIwYSUyMGZ1bGwlMjBsaXN0JTIwb2YlMjBjb25maWd1cmFibGUlMjBwYXJhbWV0ZXJzJTBBcGlwZS5lbmFibGVfZnJlZV9pbml0KG1ldGhvZCUzRCUyMmJ1dHRlcndvcnRoJTIyJTJDJTIwdXNlX2Zhc3Rfc2FtcGxpbmclM0RUcnVlKSUwQSUwQSUyMyUyME1lbW9yeSUyMHNhdmluZyUyMG9wdGlvbnMlMEFwaXBlLmVuYWJsZV9tb2RlbF9jcHVfb2ZmbG9hZCgpJTBBcGlwZS5lbmFibGVfdmFlX3NsaWNpbmcoKSUwQSUwQXBpcGUuc2NoZWR1bGVyJTIwJTNEJTIwRERJTVNjaGVkdWxlci5mcm9tX2NvbmZpZyhwaXBlLnNjaGVkdWxlci5jb25maWcpJTBBaW1hZ2UlMjAlM0QlMjBsb2FkX2ltYWdlKCUwQSUyMCUyMCUyMCUyMCUyMmh0dHBzJTNBJTJGJTJGaHVnZ2luZ2ZhY2UuY28lMkZkYXRhc2V0cyUyRmhmLWludGVybmFsLXRlc3RpbmclMkZkaWZmdXNlcnMtaW1hZ2VzJTJGcmVzb2x2ZSUyRm1haW4lMkZwaXgycGl4JTJGY2F0XzYucG5nJTNGZG93bmxvYWQlM0R0cnVlJTIyJTBBKSUwQWltYWdlJTIwJTNEJTIwaW1hZ2UucmVzaXplKCg1MTIlMkMlMjA1MTIpKSUwQXByb21wdCUyMCUzRCUyMCUyMmNhdCUyMGluJTIwYSUyMGZpZWxkJTIyJTBBbmVnYXRpdmVfcHJvbXB0JTIwJTNEJTIwJTIyd3JvbmclMjB3aGl0ZSUyMGJhbGFuY2UlMkMlMjBkYXJrJTJDJTIwc2tldGNoZXMlMkN3b3JzdCUyMHF1YWxpdHklMkNsb3clMjBxdWFsaXR5JTIyJTBBJTBBZ2VuZXJhdG9yJTIwJTNEJTIwdG9yY2guR2VuZXJhdG9yKCUyMmNwdSUyMikubWFudWFsX3NlZWQoMCklMEElMEFvdXRwdXQlMjAlM0QlMjBwaXBlKGltYWdlJTNEaW1hZ2UlMkMlMjBwcm9tcHQlM0Rwcm9tcHQlMkMlMjBnZW5lcmF0b3IlM0RnZW5lcmF0b3IpJTBBZnJhbWVzJTIwJTNEJTIwb3V0cHV0LmZyYW1lcyU1QjAlNUQlMEFleHBvcnRfdG9fZ2lmKGZyYW1lcyUyQyUyMCUyMnBpYS1mcmVlaW5pdC1hbmltYXRpb24uZ2lmJTIyKQ==",highlighted:`<span class="hljs-keyword">import</span> torch | |
| <span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> ( | |
| DDIMScheduler, | |
| MotionAdapter, | |
| PIAPipeline, | |
| ) | |
| <span class="hljs-keyword">from</span> diffusers.utils <span class="hljs-keyword">import</span> export_to_gif, load_image | |
| adapter = MotionAdapter.from_pretrained(<span class="hljs-string">"openmmlab/PIA-condition-adapter"</span>) | |
| pipe = PIAPipeline.from_pretrained(<span class="hljs-string">"SG161222/Realistic_Vision_V6.0_B1_noVAE"</span>, motion_adapter=adapter) | |
| <span class="hljs-comment"># enable FreeInit</span> | |
| <span class="hljs-comment"># Refer to the enable_free_init documentation for a full list of configurable parameters</span> | |
| pipe.enable_free_init(method=<span class="hljs-string">"butterworth"</span>, use_fast_sampling=<span class="hljs-literal">True</span>) | |
| <span class="hljs-comment"># Memory saving options</span> | |
| pipe.enable_model_cpu_offload() | |
| pipe.enable_vae_slicing() | |
| pipe.scheduler = DDIMScheduler.from_config(pipe.scheduler.config) | |
| image = load_image( | |
| <span class="hljs-string">"https://huggingface.co/datasets/hf-internal-testing/diffusers-images/resolve/main/pix2pix/cat_6.png?download=true"</span> | |
| ) | |
| image = image.resize((<span class="hljs-number">512</span>, <span class="hljs-number">512</span>)) | |
| prompt = <span class="hljs-string">"cat in a field"</span> | |
| negative_prompt = <span class="hljs-string">"wrong white balance, dark, sketches,worst quality,low quality"</span> | |
| generator = torch.Generator(<span class="hljs-string">"cpu"</span>).manual_seed(<span class="hljs-number">0</span>) | |
| output = pipe(image=image, prompt=prompt, generator=generator) | |
| frames = output.frames[<span class="hljs-number">0</span>] | |
| export_to_gif(frames, <span class="hljs-string">"pia-freeinit-animation.gif"</span>)`,wrap:!1}}),ne=new G({props:{title:"PIAPipeline",local:"diffusers.PIAPipeline",headingTag:"h2"}}),ie=new De({props:{name:"class diffusers.PIAPipeline",anchor:"diffusers.PIAPipeline",parameters:[{name:"vae",val:": AutoencoderKL"},{name:"text_encoder",val:": CLIPTextModel"},{name:"tokenizer",val:": CLIPTokenizer"},{name:"unet",val:": typing.Union[diffusers.models.unets.unet_2d_condition.UNet2DConditionModel, diffusers.models.unets.unet_motion_model.UNetMotionModel]"},{name:"scheduler",val:": typing.Union[diffusers.schedulers.scheduling_ddim.DDIMScheduler, diffusers.schedulers.scheduling_pndm.PNDMScheduler, diffusers.schedulers.scheduling_lms_discrete.LMSDiscreteScheduler, diffusers.schedulers.scheduling_euler_discrete.EulerDiscreteScheduler, diffusers.schedulers.scheduling_euler_ancestral_discrete.EulerAncestralDiscreteScheduler, diffusers.schedulers.scheduling_dpmsolver_multistep.DPMSolverMultistepScheduler]"},{name:"motion_adapter",val:": typing.Optional[diffusers.models.unets.unet_motion_model.MotionAdapter] = None"},{name:"feature_extractor",val:": CLIPImageProcessor = None"},{name:"image_encoder",val:": CLIPVisionModelWithProjection = None"}],source:"https://github.com/huggingface/diffusers/blob/vr_12249/src/diffusers/pipelines/pia/pipeline_pia.py#L134"}}),ae=new De({props:{name:"__call__",anchor:"diffusers.PIAPipeline.__call__",parameters:[{name:"image",val:": typing.Union[PIL.Image.Image, numpy.ndarray, torch.Tensor, typing.List[PIL.Image.Image], typing.List[numpy.ndarray], typing.List[torch.Tensor]]"},{name:"prompt",val:": typing.Union[str, typing.List[str]] = None"},{name:"strength",val:": float = 1.0"},{name:"num_frames",val:": typing.Optional[int] = 16"},{name:"height",val:": typing.Optional[int] = None"},{name:"width",val:": typing.Optional[int] = None"},{name:"num_inference_steps",val:": int = 50"},{name:"guidance_scale",val:": float = 7.5"},{name:"negative_prompt",val:": typing.Union[str, typing.List[str], NoneType] = None"},{name:"num_videos_per_prompt",val:": typing.Optional[int] = 1"},{name:"eta",val:": float = 0.0"},{name:"generator",val:": typing.Union[torch._C.Generator, typing.List[torch._C.Generator], NoneType] = None"},{name:"latents",val:": typing.Optional[torch.Tensor] = None"},{name:"prompt_embeds",val:": typing.Optional[torch.Tensor] = None"},{name:"negative_prompt_embeds",val:": typing.Optional[torch.Tensor] = None"},{name:"ip_adapter_image",val:": typing.Union[PIL.Image.Image, numpy.ndarray, torch.Tensor, typing.List[PIL.Image.Image], typing.List[numpy.ndarray], typing.List[torch.Tensor], NoneType] = None"},{name:"ip_adapter_image_embeds",val:": typing.Optional[typing.List[torch.Tensor]] = None"},{name:"motion_scale",val:": int = 0"},{name:"output_type",val:": typing.Optional[str] = 'pil'"},{name:"return_dict",val:": bool = True"},{name:"cross_attention_kwargs",val:": typing.Optional[typing.Dict[str, typing.Any]] = None"},{name:"clip_skip",val:": typing.Optional[int] = None"},{name:"callback_on_step_end",val:": typing.Optional[typing.Callable[[int, int, typing.Dict], NoneType]] = None"},{name:"callback_on_step_end_tensor_inputs",val:": typing.List[str] = ['latents']"}],parametersDescription:[{anchor:"diffusers.PIAPipeline.__call__.image",description:`<strong>image</strong> (<code>PipelineImageInput</code>) — | |
| The input image to be used for video generation.`,name:"image"},{anchor:"diffusers.PIAPipeline.__call__.prompt",description:`<strong>prompt</strong> (<code>str</code> or <code>List[str]</code>, <em>optional</em>) — | |
| The prompt or prompts to guide image generation. If not defined, you need to pass <code>prompt_embeds</code>.`,name:"prompt"},{anchor:"diffusers.PIAPipeline.__call__.strength",description:`<strong>strength</strong> (<code>float</code>, <em>optional</em>, defaults to 1.0) — | |
| Indicates extent to transform the reference <code>image</code>. Must be between 0 and 1.`,name:"strength"},{anchor:"diffusers.PIAPipeline.__call__.height",description:`<strong>height</strong> (<code>int</code>, <em>optional</em>, defaults to <code>self.unet.config.sample_size * self.vae_scale_factor</code>) — | |
| The height in pixels of the generated video.`,name:"height"},{anchor:"diffusers.PIAPipeline.__call__.width",description:`<strong>width</strong> (<code>int</code>, <em>optional</em>, defaults to <code>self.unet.config.sample_size * self.vae_scale_factor</code>) — | |
| The width in pixels of the generated video.`,name:"width"},{anchor:"diffusers.PIAPipeline.__call__.num_frames",description:`<strong>num_frames</strong> (<code>int</code>, <em>optional</em>, defaults to 16) — | |
| The number of video frames that are generated. Defaults to 16 frames which at 8 frames per seconds | |
| amounts to 2 seconds of video.`,name:"num_frames"},{anchor:"diffusers.PIAPipeline.__call__.num_inference_steps",description:`<strong>num_inference_steps</strong> (<code>int</code>, <em>optional</em>, defaults to 50) — | |
| The number of denoising steps. More denoising steps usually lead to a higher quality videos at the | |
| expense of slower inference.`,name:"num_inference_steps"},{anchor:"diffusers.PIAPipeline.__call__.guidance_scale",description:`<strong>guidance_scale</strong> (<code>float</code>, <em>optional</em>, defaults to 7.5) — | |
| A higher guidance scale value encourages the model to generate images closely linked to the text | |
| <code>prompt</code> at the expense of lower image quality. Guidance scale is enabled when <code>guidance_scale > 1</code>.`,name:"guidance_scale"},{anchor:"diffusers.PIAPipeline.__call__.negative_prompt",description:`<strong>negative_prompt</strong> (<code>str</code> or <code>List[str]</code>, <em>optional</em>) — | |
| The prompt or prompts to guide what to not include in image generation. If not defined, you need to | |
| pass <code>negative_prompt_embeds</code> instead. Ignored when not using guidance (<code>guidance_scale < 1</code>).`,name:"negative_prompt"},{anchor:"diffusers.PIAPipeline.__call__.eta",description:`<strong>eta</strong> (<code>float</code>, <em>optional</em>, defaults to 0.0) — | |
| Corresponds to parameter eta (η) from the <a href="https://huggingface.co/papers/2010.02502" rel="nofollow">DDIM</a> paper. Only | |
| applies to the <a href="/docs/diffusers/pr_12249/en/api/schedulers/ddim#diffusers.DDIMScheduler">DDIMScheduler</a>, and is ignored in other schedulers.`,name:"eta"},{anchor:"diffusers.PIAPipeline.__call__.generator",description:`<strong>generator</strong> (<code>torch.Generator</code> or <code>List[torch.Generator]</code>, <em>optional</em>) — | |
| A <a href="https://pytorch.org/docs/stable/generated/torch.Generator.html" rel="nofollow"><code>torch.Generator</code></a> to make | |
| generation deterministic.`,name:"generator"},{anchor:"diffusers.PIAPipeline.__call__.latents",description:`<strong>latents</strong> (<code>torch.Tensor</code>, <em>optional</em>) — | |
| Pre-generated noisy latents sampled from a Gaussian distribution, to be used as inputs for video | |
| generation. Can be used to tweak the same generation with different prompts. If not provided, a latents | |
| tensor is generated by sampling using the supplied random <code>generator</code>. Latents should be of shape | |
| <code>(batch_size, num_channel, num_frames, height, width)</code>.`,name:"latents"},{anchor:"diffusers.PIAPipeline.__call__.prompt_embeds",description:`<strong>prompt_embeds</strong> (<code>torch.Tensor</code>, <em>optional</em>) — | |
| Pre-generated text embeddings. Can be used to easily tweak text inputs (prompt weighting). If not | |
| provided, text embeddings are generated from the <code>prompt</code> input argument.`,name:"prompt_embeds"},{anchor:"diffusers.PIAPipeline.__call__.negative_prompt_embeds",description:`<strong>negative_prompt_embeds</strong> (<code>torch.Tensor</code>, <em>optional</em>) — | |
| Pre-generated negative text embeddings. Can be used to easily tweak text inputs (prompt weighting). If | |
| not provided, <code>negative_prompt_embeds</code> are generated from the <code>negative_prompt</code> input argument.`,name:"negative_prompt_embeds"},{anchor:"diffusers.PIAPipeline.__call__.ip_adapter_image",description:`<strong>ip_adapter_image</strong> — (<code>PipelineImageInput</code>, <em>optional</em>): | |
| Optional image input to work with IP Adapters.`,name:"ip_adapter_image"},{anchor:"diffusers.PIAPipeline.__call__.ip_adapter_image_embeds",description:`<strong>ip_adapter_image_embeds</strong> (<code>List[torch.Tensor]</code>, <em>optional</em>) — | |
| Pre-generated image embeddings for IP-Adapter. It should be a list of length same as number of | |
| IP-adapters. Each element should be a tensor of shape <code>(batch_size, num_images, emb_dim)</code>. It should | |
| contain the negative image embedding if <code>do_classifier_free_guidance</code> is set to <code>True</code>. If not | |
| provided, embeddings are computed from the <code>ip_adapter_image</code> input argument.`,name:"ip_adapter_image_embeds"},{anchor:"diffusers.PIAPipeline.__call__.motion_scale",description:`<strong>motion_scale</strong> — (<code>int</code>, <em>optional</em>, defaults to 0): | |
| Parameter that controls the amount and type of motion that is added to the image. Increasing the value | |
| increases the amount of motion, while specific ranges of values control the type of motion that is | |
| added. Must be between 0 and 8. Set between 0-2 to only increase the amount of motion. Set between 3-5 | |
| to create looping motion. Set between 6-8 to perform motion with image style transfer.`,name:"motion_scale"},{anchor:"diffusers.PIAPipeline.__call__.output_type",description:`<strong>output_type</strong> (<code>str</code>, <em>optional</em>, defaults to <code>"pil"</code>) — | |
| The output format of the generated video. Choose between <code>torch.Tensor</code>, <code>PIL.Image</code> or <code>np.array</code>.`,name:"output_type"},{anchor:"diffusers.PIAPipeline.__call__.return_dict",description:`<strong>return_dict</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) — | |
| Whether or not to return a <a href="/docs/diffusers/pr_12249/en/api/pipelines/text_to_video#diffusers.pipelines.text_to_video_synthesis.TextToVideoSDPipelineOutput">TextToVideoSDPipelineOutput</a> instead | |
| of a plain tuple.`,name:"return_dict"},{anchor:"diffusers.PIAPipeline.__call__.cross_attention_kwargs",description:`<strong>cross_attention_kwargs</strong> (<code>dict</code>, <em>optional</em>) — | |
| A kwargs dictionary that if specified is passed along to the <code>AttentionProcessor</code> as defined in | |
| <a href="https://github.com/huggingface/diffusers/blob/main/src/diffusers/models/attention_processor.py" rel="nofollow"><code>self.processor</code></a>.`,name:"cross_attention_kwargs"},{anchor:"diffusers.PIAPipeline.__call__.clip_skip",description:`<strong>clip_skip</strong> (<code>int</code>, <em>optional</em>) — | |
| Number of layers to be skipped from CLIP while computing the prompt embeddings. A value of 1 means that | |
| the output of the pre-final layer will be used for computing the prompt embeddings.`,name:"clip_skip"},{anchor:"diffusers.PIAPipeline.__call__.callback_on_step_end",description:`<strong>callback_on_step_end</strong> (<code>Callable</code>, <em>optional</em>) — | |
| A function that calls at the end of each denoising steps during the inference. The function is called | |
| with the following arguments: <code>callback_on_step_end(self: DiffusionPipeline, step: int, timestep: int, callback_kwargs: Dict)</code>. <code>callback_kwargs</code> will include a list of all tensors as specified by | |
| <code>callback_on_step_end_tensor_inputs</code>.`,name:"callback_on_step_end"},{anchor:"diffusers.PIAPipeline.__call__.callback_on_step_end_tensor_inputs",description:`<strong>callback_on_step_end_tensor_inputs</strong> (<code>List</code>, <em>optional</em>) — | |
| The list of tensor inputs for the <code>callback_on_step_end</code> function. The tensors specified in the list | |
| will be passed as <code>callback_kwargs</code> argument. You will only be able to include variables listed in the | |
| <code>._callback_tensor_inputs</code> attribute of your pipeline class.`,name:"callback_on_step_end_tensor_inputs"}],source:"https://github.com/huggingface/diffusers/blob/vr_12249/src/diffusers/pipelines/pia/pipeline_pia.py#L672",returnDescription:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p>If <code>return_dict</code> is <code>True</code>, <a | |
| href="/docs/diffusers/pr_12249/en/api/pipelines/pia#diffusers.pipelines.pia.PIAPipelineOutput" | |
| >PIAPipelineOutput</a> is returned, otherwise a | |
| <code>tuple</code> is returned where the first element is a list with the generated frames.</p> | |
| `,returnType:`<script context="module">export const metadata = 'undefined';<\/script> | |
| <p><a | |
| href="/docs/diffusers/pr_12249/en/api/pipelines/pia#diffusers.pipelines.pia.PIAPipelineOutput" | |
| >PIAPipelineOutput</a> or <code>tuple</code></p> | |
| `}}),j=new Gt({props:{anchor:"diffusers.PIAPipeline.__call__.example",$$slots:{default:[$t]},$$scope:{ctx:he}}}),se=new De({props:{name:"encode_prompt",anchor:"diffusers.PIAPipeline.encode_prompt",parameters:[{name:"prompt",val:""},{name:"device",val:""},{name:"num_images_per_prompt",val:""},{name:"do_classifier_free_guidance",val:""},{name:"negative_prompt",val:" = None"},{name:"prompt_embeds",val:": typing.Optional[torch.Tensor] = None"},{name:"negative_prompt_embeds",val:": typing.Optional[torch.Tensor] = None"},{name:"lora_scale",val:": typing.Optional[float] = None"},{name:"clip_skip",val:": typing.Optional[int] = None"}],parametersDescription:[{anchor:"diffusers.PIAPipeline.encode_prompt.prompt",description:`<strong>prompt</strong> (<code>str</code> or <code>List[str]</code>, <em>optional</em>) — | |
| prompt to be encoded`,name:"prompt"},{anchor:"diffusers.PIAPipeline.encode_prompt.device",description:`<strong>device</strong> — (<code>torch.device</code>): | |
| torch device`,name:"device"},{anchor:"diffusers.PIAPipeline.encode_prompt.num_images_per_prompt",description:`<strong>num_images_per_prompt</strong> (<code>int</code>) — | |
| number of images that should be generated per prompt`,name:"num_images_per_prompt"},{anchor:"diffusers.PIAPipeline.encode_prompt.do_classifier_free_guidance",description:`<strong>do_classifier_free_guidance</strong> (<code>bool</code>) — | |
| whether to use classifier free guidance or not`,name:"do_classifier_free_guidance"},{anchor:"diffusers.PIAPipeline.encode_prompt.negative_prompt",description:`<strong>negative_prompt</strong> (<code>str</code> or <code>List[str]</code>, <em>optional</em>) — | |
| The prompt or prompts not to guide the image generation. If not defined, one has to pass | |
| <code>negative_prompt_embeds</code> instead. Ignored when not using guidance (i.e., ignored if <code>guidance_scale</code> is | |
| less than <code>1</code>).`,name:"negative_prompt"},{anchor:"diffusers.PIAPipeline.encode_prompt.prompt_embeds",description:`<strong>prompt_embeds</strong> (<code>torch.Tensor</code>, <em>optional</em>) — | |
| Pre-generated text embeddings. Can be used to easily tweak text inputs, <em>e.g.</em> prompt weighting. If not | |
| provided, text embeddings will be generated from <code>prompt</code> input argument.`,name:"prompt_embeds"},{anchor:"diffusers.PIAPipeline.encode_prompt.negative_prompt_embeds",description:`<strong>negative_prompt_embeds</strong> (<code>torch.Tensor</code>, <em>optional</em>) — | |
| Pre-generated negative text embeddings. Can be used to easily tweak text inputs, <em>e.g.</em> prompt | |
| weighting. If not provided, negative_prompt_embeds will be generated from <code>negative_prompt</code> input | |
| argument.`,name:"negative_prompt_embeds"},{anchor:"diffusers.PIAPipeline.encode_prompt.lora_scale",description:`<strong>lora_scale</strong> (<code>float</code>, <em>optional</em>) — | |
| A LoRA scale that will be applied to all LoRA layers of the text encoder if LoRA layers are loaded.`,name:"lora_scale"},{anchor:"diffusers.PIAPipeline.encode_prompt.clip_skip",description:`<strong>clip_skip</strong> (<code>int</code>, <em>optional</em>) — | |
| Number of layers to be skipped from CLIP while computing the prompt embeddings. A value of 1 means that | |
| the output of the pre-final layer will be used for computing the prompt embeddings.`,name:"clip_skip"}],source:"https://github.com/huggingface/diffusers/blob/vr_12249/src/diffusers/pipelines/pia/pipeline_pia.py#L213"}}),le=new G({props:{title:"PIAPipelineOutput",local:"diffusers.pipelines.pia.PIAPipelineOutput",headingTag:"h2"}}),re=new De({props:{name:"class diffusers.pipelines.pia.PIAPipelineOutput",anchor:"diffusers.pipelines.pia.PIAPipelineOutput",parameters:[{name:"frames",val:": typing.Union[torch.Tensor, numpy.ndarray, typing.List[typing.List[PIL.Image.Image]]]"}],parametersDescription:[{anchor:"diffusers.pipelines.pia.PIAPipelineOutput.frames",description:`<strong>frames</strong> (<code>torch.Tensor</code>, <code>np.ndarray</code>, or List[List[PIL.Image.Image]]) — | |
| Nested list of length <code>batch_size</code> with denoised PIL image sequences of length <code>num_frames</code>, NumPy array of | |
| shape <code>(batch_size, num_frames, channels, height, width, Torch tensor of shape </code>(batch_size, num_frames, | |
| channels, height, width)\`.`,name:"frames"}],source:"https://github.com/huggingface/diffusers/blob/vr_12249/src/diffusers/pipelines/pia/pipeline_pia.py#L120"}}),pe=new At({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/pipelines/pia.md"}}),{c(){f=o("meta"),A=a(),w=o("p"),b=a(),_=o("blockquote"),_.innerHTML=h,U=a(),p($.$$.fragment),_e=a(),p(W.$$.fragment),be=a(),Z=o("div"),Z.innerHTML=st,ye=a(),p(B.$$.fragment),Me=a(),V=o("p"),V.innerHTML=ot,we=a(),C=o("p"),C.textContent=lt,ve=a(),X=o("p"),X.innerHTML=rt,Ie=a(),p(R.$$.fragment),Te=a(),E=o("table"),E.innerHTML=pt,Je=a(),p(Y.$$.fragment),Ue=a(),N=o("p"),N.innerHTML=dt,Ze=a(),p(F.$$.fragment),Pe=a(),L=o("p"),L.textContent=ct,xe=a(),S=o("p"),S.textContent=mt,je=a(),p(H.$$.fragment),ke=a(),z=o("p"),z.textContent=ut,Ge=a(),Q=o("table"),Q.innerHTML=gt,Ae=a(),P=o("blockquote"),P.innerHTML=ft,$e=a(),p(q.$$.fragment),We=a(),D=o("p"),D.innerHTML=ht,Be=a(),O=o("p"),O.textContent=_t,Ve=a(),K=o("p"),K.textContent=bt,Ce=a(),p(ee.$$.fragment),Xe=a(),te=o("table"),te.innerHTML=yt,Re=a(),x=o("blockquote"),x.innerHTML=Mt,Ee=a(),p(ne.$$.fragment),Ye=a(),M=o("div"),p(ie.$$.fragment),Oe=a(),v=o("div"),p(ae.$$.fragment),Ke=a(),de=o("p"),de.textContent=wt,et=a(),p(j.$$.fragment),tt=a(),k=o("div"),p(se.$$.fragment),nt=a(),ce=o("p"),ce.textContent=vt,Ne=a(),oe=o("ul"),oe.innerHTML=It,Fe=a(),p(le.$$.fragment),Le=a(),T=o("div"),p(re.$$.fragment),it=a(),me=o("p"),me.textContent=Tt,Se=a(),p(pe.$$.fragment),He=a(),fe=o("p"),this.h()},l(e){const t=jt("svelte-u9bgzb",document.head);f=l(t,"META",{name:!0,content:!0}),t.forEach(n),A=s(e),w=l(e,"P",{}),ge(w).forEach(n),b=s(e),_=l(e,"BLOCKQUOTE",{class:!0,"data-svelte-h":!0}),r(_)!=="svelte-124tjg"&&(_.innerHTML=h),U=s(e),d($.$$.fragment,e),_e=s(e),d(W.$$.fragment,e),be=s(e),Z=l(e,"DIV",{class:!0,"data-svelte-h":!0}),r(Z)!=="svelte-si9ct8"&&(Z.innerHTML=st),ye=s(e),d(B.$$.fragment,e),Me=s(e),V=l(e,"P",{"data-svelte-h":!0}),r(V)!=="svelte-1p34tvn"&&(V.innerHTML=ot),we=s(e),C=l(e,"P",{"data-svelte-h":!0}),r(C)!=="svelte-1jcs7ly"&&(C.textContent=lt),ve=s(e),X=l(e,"P",{"data-svelte-h":!0}),r(X)!=="svelte-q609lx"&&(X.innerHTML=rt),Ie=s(e),d(R.$$.fragment,e),Te=s(e),E=l(e,"TABLE",{"data-svelte-h":!0}),r(E)!=="svelte-5p4fpx"&&(E.innerHTML=pt),Je=s(e),d(Y.$$.fragment,e),Ue=s(e),N=l(e,"P",{"data-svelte-h":!0}),r(N)!=="svelte-1bi1ry7"&&(N.innerHTML=dt),Ze=s(e),d(F.$$.fragment,e),Pe=s(e),L=l(e,"P",{"data-svelte-h":!0}),r(L)!=="svelte-woui0n"&&(L.textContent=ct),xe=s(e),S=l(e,"P",{"data-svelte-h":!0}),r(S)!=="svelte-wwfxrb"&&(S.textContent=mt),je=s(e),d(H.$$.fragment,e),ke=s(e),z=l(e,"P",{"data-svelte-h":!0}),r(z)!=="svelte-1pxzje"&&(z.textContent=ut),Ge=s(e),Q=l(e,"TABLE",{"data-svelte-h":!0}),r(Q)!=="svelte-7kzy88"&&(Q.innerHTML=gt),Ae=s(e),P=l(e,"BLOCKQUOTE",{class:!0,"data-svelte-h":!0}),r(P)!=="svelte-10lj51k"&&(P.innerHTML=ft),$e=s(e),d(q.$$.fragment,e),We=s(e),D=l(e,"P",{"data-svelte-h":!0}),r(D)!=="svelte-cdtrwq"&&(D.innerHTML=ht),Be=s(e),O=l(e,"P",{"data-svelte-h":!0}),r(O)!=="svelte-bwalkj"&&(O.textContent=_t),Ve=s(e),K=l(e,"P",{"data-svelte-h":!0}),r(K)!=="svelte-1qq4ux4"&&(K.textContent=bt),Ce=s(e),d(ee.$$.fragment,e),Xe=s(e),te=l(e,"TABLE",{"data-svelte-h":!0}),r(te)!=="svelte-fegy4a"&&(te.innerHTML=yt),Re=s(e),x=l(e,"BLOCKQUOTE",{class:!0,"data-svelte-h":!0}),r(x)!=="svelte-v1f8er"&&(x.innerHTML=Mt),Ee=s(e),d(ne.$$.fragment,e),Ye=s(e),M=l(e,"DIV",{class:!0});var J=ge(M);d(ie.$$.fragment,J),Oe=s(J),v=l(J,"DIV",{class:!0});var ue=ge(v);d(ae.$$.fragment,ue),Ke=s(ue),de=l(ue,"P",{"data-svelte-h":!0}),r(de)!=="svelte-50j04k"&&(de.textContent=wt),et=s(ue),d(j.$$.fragment,ue),ue.forEach(n),tt=s(J),k=l(J,"DIV",{class:!0});var Qe=ge(k);d(se.$$.fragment,Qe),nt=s(Qe),ce=l(Qe,"P",{"data-svelte-h":!0}),r(ce)!=="svelte-16q0ax1"&&(ce.textContent=vt),Qe.forEach(n),J.forEach(n),Ne=s(e),oe=l(e,"UL",{"data-svelte-h":!0}),r(oe)!=="svelte-1piu0vk"&&(oe.innerHTML=It),Fe=s(e),d(le.$$.fragment,e),Le=s(e),T=l(e,"DIV",{class:!0});var qe=ge(T);d(re.$$.fragment,qe),it=s(qe),me=l(qe,"P",{"data-svelte-h":!0}),r(me)!=="svelte-6skj8c"&&(me.textContent=Tt),qe.forEach(n),Se=s(e),d(pe.$$.fragment,e),He=s(e),fe=l(e,"P",{}),ge(fe).forEach(n),this.h()},h(){I(f,"name","hf:doc:metadata"),I(f,"content",Bt),I(_,"class","warning"),I(Z,"class","flex flex-wrap space-x-1"),I(P,"class","tip"),I(x,"class","warning"),I(v,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),I(k,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),I(M,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),I(T,"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,t){y(document.head,f),i(e,A,t),i(e,w,t),i(e,b,t),i(e,_,t),i(e,U,t),c($,e,t),i(e,_e,t),c(W,e,t),i(e,be,t),i(e,Z,t),i(e,ye,t),c(B,e,t),i(e,Me,t),i(e,V,t),i(e,we,t),i(e,C,t),i(e,ve,t),i(e,X,t),i(e,Ie,t),c(R,e,t),i(e,Te,t),i(e,E,t),i(e,Je,t),c(Y,e,t),i(e,Ue,t),i(e,N,t),i(e,Ze,t),c(F,e,t),i(e,Pe,t),i(e,L,t),i(e,xe,t),i(e,S,t),i(e,je,t),c(H,e,t),i(e,ke,t),i(e,z,t),i(e,Ge,t),i(e,Q,t),i(e,Ae,t),i(e,P,t),i(e,$e,t),c(q,e,t),i(e,We,t),i(e,D,t),i(e,Be,t),i(e,O,t),i(e,Ve,t),i(e,K,t),i(e,Ce,t),c(ee,e,t),i(e,Xe,t),i(e,te,t),i(e,Re,t),i(e,x,t),i(e,Ee,t),c(ne,e,t),i(e,Ye,t),i(e,M,t),c(ie,M,null),y(M,Oe),y(M,v),c(ae,v,null),y(v,Ke),y(v,de),y(v,et),c(j,v,null),y(M,tt),y(M,k),c(se,k,null),y(k,nt),y(k,ce),i(e,Ne,t),i(e,oe,t),i(e,Fe,t),c(le,e,t),i(e,Le,t),i(e,T,t),c(re,T,null),y(T,it),y(T,me),i(e,Se,t),c(pe,e,t),i(e,He,t),i(e,fe,t),ze=!0},p(e,[t]){const J={};t&2&&(J.$$scope={dirty:t,ctx:e}),j.$set(J)},i(e){ze||(m($.$$.fragment,e),m(W.$$.fragment,e),m(B.$$.fragment,e),m(R.$$.fragment,e),m(Y.$$.fragment,e),m(F.$$.fragment,e),m(H.$$.fragment,e),m(q.$$.fragment,e),m(ee.$$.fragment,e),m(ne.$$.fragment,e),m(ie.$$.fragment,e),m(ae.$$.fragment,e),m(j.$$.fragment,e),m(se.$$.fragment,e),m(le.$$.fragment,e),m(re.$$.fragment,e),m(pe.$$.fragment,e),ze=!0)},o(e){u($.$$.fragment,e),u(W.$$.fragment,e),u(B.$$.fragment,e),u(R.$$.fragment,e),u(Y.$$.fragment,e),u(F.$$.fragment,e),u(H.$$.fragment,e),u(q.$$.fragment,e),u(ee.$$.fragment,e),u(ne.$$.fragment,e),u(ie.$$.fragment,e),u(ae.$$.fragment,e),u(j.$$.fragment,e),u(se.$$.fragment,e),u(le.$$.fragment,e),u(re.$$.fragment,e),u(pe.$$.fragment,e),ze=!1},d(e){e&&(n(A),n(w),n(b),n(_),n(U),n(_e),n(be),n(Z),n(ye),n(Me),n(V),n(we),n(C),n(ve),n(X),n(Ie),n(Te),n(E),n(Je),n(Ue),n(N),n(Ze),n(Pe),n(L),n(xe),n(S),n(je),n(ke),n(z),n(Ge),n(Q),n(Ae),n(P),n($e),n(We),n(D),n(Be),n(O),n(Ve),n(K),n(Ce),n(Xe),n(te),n(Re),n(x),n(Ee),n(Ye),n(M),n(Ne),n(oe),n(Fe),n(Le),n(T),n(Se),n(He),n(fe)),n(f),g($,e),g(W,e),g(B,e),g(R,e),g(Y,e),g(F,e),g(H,e),g(q,e),g(ee,e),g(ne,e),g(ie),g(ae),g(j),g(se),g(le,e),g(re),g(pe,e)}}}const Bt='{"title":"Image-to-Video Generation with PIA (Personalized Image Animator)","local":"image-to-video-generation-with-pia-personalized-image-animator","sections":[{"title":"Overview","local":"overview","sections":[],"depth":2},{"title":"Available Pipelines","local":"available-pipelines","sections":[],"depth":2},{"title":"Available checkpoints","local":"available-checkpoints","sections":[],"depth":2},{"title":"Usage example","local":"usage-example","sections":[],"depth":2},{"title":"Using FreeInit","local":"using-freeinit","sections":[],"depth":2},{"title":"PIAPipeline","local":"diffusers.PIAPipeline","sections":[],"depth":2},{"title":"PIAPipelineOutput","local":"diffusers.pipelines.pia.PIAPipelineOutput","sections":[],"depth":2}],"depth":1}';function Vt(he){return Ut(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class Lt extends Pt{constructor(f){super(),xt(this,f,Vt,Wt,Jt,{})}}export{Lt as component}; | |
Xet Storage Details
- Size:
- 43.4 kB
- Xet hash:
- 176b007fe10b3273806bd298e16cf1aa291ea55ba69e79ac5ab9136b2911cbf3
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.