Buckets:
| import{s as nr,o as sr,n as Se}from"../chunks/scheduler.8c3d61f6.js";import{S as dr,i as ir,g as n,s as o,r as m,A as lr,h as s,f as i,c as r,j as y,u as h,x as u,k as T,y as t,a as b,v as g,d as x,t as L,w as v}from"../chunks/index.589a98e8.js";import{T as Dt}from"../chunks/Tip.42aa8582.js";import{D as C}from"../chunks/Docstring.27406313.js";import{C as ko}from"../chunks/CodeBlock.36627b28.js";import{E as Co}from"../chunks/ExampleCodeBlock.3dc467a7.js";import{H as Do,E as cr}from"../chunks/EditOnGithub.e5a8d9cb.js";function fr(D){let a,$='To learn more about how to load LoRA weights, see the <a href="../../using-diffusers/loading_adapters#lora">LoRA</a> loading guide.';return{c(){a=n("p"),a.innerHTML=$},l(l){a=s(l,"P",{"data-svelte-h":!0}),u(a)!=="svelte-1fw6lx1"&&(a.innerHTML=$)},m(l,c){b(l,a,c)},p:Se,d(l){l&&i(a)}}}function pr(D){let a,$="This is an experimental API.";return{c(){a=n("p"),a.textContent=$},l(l){a=s(l,"P",{"data-svelte-h":!0}),u(a)!=="svelte-8w79b9"&&(a.textContent=$)},m(l,c){b(l,a,c)},p:Se,d(l){l&&i(a)}}}function _r(D){let a,$="Example:",l,c,w;return c=new ko({props:{code:"ZnJvbSUyMGRpZmZ1c2VycyUyMGltcG9ydCUyMERpZmZ1c2lvblBpcGVsaW5lJTBBaW1wb3J0JTIwdG9yY2glMEElMEFwaXBlbGluZSUyMCUzRCUyMERpZmZ1c2lvblBpcGVsaW5lLmZyb21fcHJldHJhaW5lZCglMEElMjAlMjAlMjAlMjAlMjJzdGFiaWxpdHlhaSUyRnN0YWJsZS1kaWZmdXNpb24teGwtYmFzZS0xLjAlMjIlMkMlMjB0b3JjaF9kdHlwZSUzRHRvcmNoLmZsb2F0MTYlMEEpLnRvKCUyMmN1ZGElMjIpJTBBcGlwZWxpbmUubG9hZF9sb3JhX3dlaWdodHMoJTIybmVyaWpzJTJGcGl4ZWwtYXJ0LXhsJTIyJTJDJTIwd2VpZ2h0X25hbWUlM0QlMjJwaXhlbC1hcnQteGwuc2FmZXRlbnNvcnMlMjIlMkMlMjBhZGFwdGVyX25hbWUlM0QlMjJwaXhlbCUyMiklMEFwaXBlbGluZS5mdXNlX2xvcmEobG9yYV9zY2FsZSUzRDAuNyk=",highlighted:`<span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> DiffusionPipeline | |
| <span class="hljs-keyword">import</span> torch | |
| pipeline = DiffusionPipeline.from_pretrained( | |
| <span class="hljs-string">"stabilityai/stable-diffusion-xl-base-1.0"</span>, torch_dtype=torch.float16 | |
| ).to(<span class="hljs-string">"cuda"</span>) | |
| pipeline.load_lora_weights(<span class="hljs-string">"nerijs/pixel-art-xl"</span>, weight_name=<span class="hljs-string">"pixel-art-xl.safetensors"</span>, adapter_name=<span class="hljs-string">"pixel"</span>) | |
| pipeline.fuse_lora(lora_scale=<span class="hljs-number">0.7</span>)`,wrap:!1}}),{c(){a=n("p"),a.textContent=$,l=o(),m(c.$$.fragment)},l(d){a=s(d,"P",{"data-svelte-h":!0}),u(a)!=="svelte-11lpom8"&&(a.textContent=$),l=r(d),h(c.$$.fragment,d)},m(d,M){b(d,a,M),b(d,l,M),g(c,d,M),w=!0},p:Se,i(d){w||(x(c.$$.fragment,d),w=!0)},o(d){L(c.$$.fragment,d),w=!1},d(d){d&&(i(a),i(l)),v(c,d)}}}function ur(D){let a,$="Example:",l,c,w;return c=new ko({props:{code:"ZnJvbSUyMGRpZmZ1c2VycyUyMGltcG9ydCUyMERpZmZ1c2lvblBpcGVsaW5lJTBBJTBBcGlwZWxpbmUlMjAlM0QlMjBEaWZmdXNpb25QaXBlbGluZS5mcm9tX3ByZXRyYWluZWQoJTBBJTIwJTIwJTIwJTIwJTIyc3RhYmlsaXR5YWklMkZzdGFibGUtZGlmZnVzaW9uLXhsLWJhc2UtMS4wJTIyJTJDJTBBKS50byglMjJjdWRhJTIyKSUwQXBpcGVsaW5lLmxvYWRfbG9yYV93ZWlnaHRzKCUyMkNpcm9OMjAyMiUyRnRveS1mYWNlJTIyJTJDJTIwd2VpZ2h0X25hbWUlM0QlMjJ0b3lfZmFjZV9zZHhsLnNhZmV0ZW5zb3JzJTIyJTJDJTIwYWRhcHRlcl9uYW1lJTNEJTIydG95JTIyKSUwQXBpcGVsaW5lLmdldF9hY3RpdmVfYWRhcHRlcnMoKQ==",highlighted:`<span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> DiffusionPipeline | |
| pipeline = DiffusionPipeline.from_pretrained( | |
| <span class="hljs-string">"stabilityai/stable-diffusion-xl-base-1.0"</span>, | |
| ).to(<span class="hljs-string">"cuda"</span>) | |
| pipeline.load_lora_weights(<span class="hljs-string">"CiroN2022/toy-face"</span>, weight_name=<span class="hljs-string">"toy_face_sdxl.safetensors"</span>, adapter_name=<span class="hljs-string">"toy"</span>) | |
| pipeline.get_active_adapters()`,wrap:!1}}),{c(){a=n("p"),a.textContent=$,l=o(),m(c.$$.fragment)},l(d){a=s(d,"P",{"data-svelte-h":!0}),u(a)!=="svelte-11lpom8"&&(a.textContent=$),l=r(d),h(c.$$.fragment,d)},m(d,M){b(d,a,M),b(d,l,M),g(c,d,M),w=!0},p:Se,i(d){w||(x(c.$$.fragment,d),w=!0)},o(d){L(c.$$.fragment,d),w=!1},d(d){d&&(i(a),i(l)),v(c,d)}}}function mr(D){let a,$="We support loading A1111 formatted LoRA checkpoints in a limited capacity.",l,c,w="This function is experimental and might change in the future.";return{c(){a=n("p"),a.textContent=$,l=o(),c=n("p"),c.textContent=w},l(d){a=s(d,"P",{"data-svelte-h":!0}),u(a)!=="svelte-15l1sdn"&&(a.textContent=$),l=r(d),c=s(d,"P",{"data-svelte-h":!0}),u(c)!=="svelte-3fufvn"&&(c.textContent=w)},m(d,M){b(d,a,M),b(d,l,M),b(d,c,M)},p:Se,d(d){d&&(i(a),i(l),i(c))}}}function hr(D){let a,$="This is an experimental API.";return{c(){a=n("p"),a.textContent=$},l(l){a=s(l,"P",{"data-svelte-h":!0}),u(a)!=="svelte-8w79b9"&&(a.textContent=$)},m(l,c){b(l,a,c)},p:Se,d(l){l&&i(a)}}}function gr(D){let a,$="Examples:",l,c,w;return c=new ko({props:{code:"JTIzJTIwQXNzdW1pbmclMjAlNjBwaXBlbGluZSU2MCUyMGlzJTIwYWxyZWFkeSUyMGxvYWRlZCUyMHdpdGglMjB0aGUlMjBMb1JBJTIwcGFyYW1ldGVycy4lMEFwaXBlbGluZS51bmxvYWRfbG9yYV93ZWlnaHRzKCklMEEuLi4=",highlighted:'<span class="hljs-meta">>>> </span><span class="hljs-comment"># Assuming `pipeline` is already loaded with the LoRA parameters.</span>\n<span class="hljs-meta">>>> </span>pipeline.unload_lora_weights()\n<span class="hljs-meta">>>> </span>...',wrap:!1}}),{c(){a=n("p"),a.textContent=$,l=o(),m(c.$$.fragment)},l(d){a=s(d,"P",{"data-svelte-h":!0}),u(a)!=="svelte-kvfsh7"&&(a.textContent=$),l=r(d),h(c.$$.fragment,d)},m(d,M){b(d,a,M),b(d,l,M),g(c,d,M),w=!0},p:Se,i(d){w||(x(c.$$.fragment,d),w=!0)},o(d){L(c.$$.fragment,d),w=!1},d(d){d&&(i(a),i(l)),v(c,d)}}}function xr(D){let a,$,l,c,w,d,M,Ro="LoRA is a fast and lightweight training method that inserts and trains a significantly smaller number of parameters instead of all the model parameters. This produces a smaller file (~100 MBs) and makes it easier to quickly train a model to learn a new concept. LoRA weights are typically loaded into the UNet, text encoder or both. There are two classes for loading LoRA weights:",pt,ne,Ao='<li><code>LoraLoaderMixin</code> provides functions for loading and unloading, fusing and unfusing, enabling and disabling, and more functions for managing LoRA weights. This class can be used with any model.</li> <li><code>StableDiffusionXLLoraLoaderMixin</code> is a <a href="../../api/pipelines/stable_diffusion/stable_diffusion_xl">Stable Diffusion (SDXL)</a> version of the <code>LoraLoaderMixin</code> class for loading and saving LoRA weights. It can only be used with the SDXL model.</li>',_t,j,ut,se,mt,f,de,kt,Ie,So=`Load LoRA layers into <a href="/docs/diffusers/pr_7973/en/api/models/unet2d-cond#diffusers.UNet2DConditionModel">UNet2DConditionModel</a> and | |
| <a href="https://huggingface.co/docs/transformers/model_doc/clip#transformers.CLIPTextModel" rel="nofollow"><code>CLIPTextModel</code></a>.`,Rt,Ue,ie,At,Z,le,St,Pe,Io="Disables the LoRA layers for the text encoder.",It,X,ce,Ut,Ne,Uo="Enables the LoRA layers for the text encoder.",Pt,S,fe,Nt,Ee,Po="Fuses the LoRA parameters into the original parameters of the corresponding blocks.",Et,G,Ht,V,Jt,N,pe,Wt,He,No="Gets the list of the current active adapters.",jt,q,Zt,z,_e,Xt,Je,Eo="Gets the current list of all available adapters in the pipeline.",Gt,B,ue,Vt,We,Ho="This will load the LoRA layers specified in <code>state_dict</code> into <code>text_encoder</code>",qt,F,me,zt,je,Jo="This will load the LoRA layers specified in <code>state_dict</code> into <code>transformer</code>.",Bt,Y,he,Ft,Ze,Wo="This will load the LoRA layers specified in <code>state_dict</code> into <code>unet</code>.",Yt,k,ge,Qt,Xe,jo=`Load LoRA weights specified in <code>pretrained_model_name_or_path_or_dict</code> into <code>self.unet</code> and | |
| <code>self.text_encoder</code>.`,Ot,Ge,Zo="All kwargs are forwarded to <code>self.lora_state_dict</code>.",Kt,Ve,Xo='See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.lora_state_dict">lora_state_dict()</a> for more details on how the state dict is loaded.',eo,qe,Go=`See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.load_lora_into_unet">load_lora_into_unet()</a> for more details on how the state dict is loaded into | |
| <code>self.unet</code>.`,to,ze,Vo=`See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.load_lora_into_text_encoder">load_lora_into_text_encoder()</a> for more details on how the state dict is loaded | |
| into <code>self.text_encoder</code>.`,oo,E,xe,ro,Be,qo="Return state dict for lora weights and the network alphas.",ao,Q,no,O,Le,so,Fe,zo="Save the LoRA parameters corresponding to the UNet and text encoder.",io,K,ve,lo,Ye,Bo="Sets the adapter layers for the text encoder.",co,ee,be,fo,Qe,Fo=`Moves the LoRAs listed in <code>adapter_names</code> to a target device. Useful for offloading the LoRA to the CPU in case | |
| you want to load multiple adapters and free some GPU memory.`,po,H,$e,_o,Oe,Yo=`Reverses the effect of | |
| <a href="https://huggingface.co/docs/diffusers/main/en/api/loaders#diffusers.loaders.LoraLoaderMixin.fuse_lora" rel="nofollow"><code>pipe.fuse_lora()</code></a>.`,uo,te,mo,J,we,ho,Ke,Qo="Unloads the LoRA parameters.",go,oe,ht,Me,gt,A,ye,xo,et,Oo="This class overrides <code>LoraLoaderMixin</code> with LoRA loading/saving code that’s specific to SDXL",Lo,R,Te,vo,tt,Ko=`Load LoRA weights specified in <code>pretrained_model_name_or_path_or_dict</code> into <code>self.unet</code> and | |
| <code>self.text_encoder</code>.`,bo,ot,er="All kwargs are forwarded to <code>self.lora_state_dict</code>.",$o,rt,tr='See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.lora_state_dict">lora_state_dict()</a> for more details on how the state dict is loaded.',wo,at,or=`See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.load_lora_into_unet">load_lora_into_unet()</a> for more details on how the state dict is loaded into | |
| <code>self.unet</code>.`,Mo,nt,rr=`See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.load_lora_into_text_encoder">load_lora_into_text_encoder()</a> for more details on how the state dict is loaded | |
| into <code>self.text_encoder</code>.`,yo,re,Ce,To,st,ar="Save the LoRA parameters corresponding to the UNet and text encoder.",xt,De,Lt,ct,vt;return w=new Do({props:{title:"LoRA",local:"lora",headingTag:"h1"}}),j=new Dt({props:{$$slots:{default:[fr]},$$scope:{ctx:D}}}),se=new Do({props:{title:"LoraLoaderMixin",local:"diffusers.loaders.LoraLoaderMixin",headingTag:"h2"}}),de=new C({props:{name:"class diffusers.loaders.LoraLoaderMixin",anchor:"diffusers.loaders.LoraLoaderMixin",parameters:[],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L69"}}),ie=new C({props:{name:"delete_adapters",anchor:"diffusers.loaders.LoraLoaderMixin.delete_adapters",parameters:[{name:"adapter_names",val:": Union"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.delete_adapters.Deletes",description:`<strong>Deletes</strong> the LoRA layers of <code>adapter_name</code> for the unet and text-encoder(s). — | |
| adapter_names (<code>Union[List[str], str]</code>): | |
| The names of the adapter to delete. Can be a single string or a list of strings`,name:"Deletes"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L1049"}}),le=new C({props:{name:"disable_lora_for_text_encoder",anchor:"diffusers.loaders.LoraLoaderMixin.disable_lora_for_text_encoder",parameters:[{name:"text_encoder",val:": Optional = None"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.disable_lora_for_text_encoder.text_encoder",description:`<strong>text_encoder</strong> (<code>torch.nn.Module</code>, <em>optional</em>) — | |
| The text encoder module to disable the LoRA layers for. If <code>None</code>, it will try to get the | |
| <code>text_encoder</code> attribute.`,name:"text_encoder"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L913"}}),ce=new C({props:{name:"enable_lora_for_text_encoder",anchor:"diffusers.loaders.LoraLoaderMixin.enable_lora_for_text_encoder",parameters:[{name:"text_encoder",val:": Optional = None"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.enable_lora_for_text_encoder.text_encoder",description:`<strong>text_encoder</strong> (<code>torch.nn.Module</code>, <em>optional</em>) — | |
| The text encoder module to enable the LoRA layers for. If <code>None</code>, it will try to get the <code>text_encoder</code> | |
| attribute.`,name:"text_encoder"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L930"}}),fe=new C({props:{name:"fuse_lora",anchor:"diffusers.loaders.LoraLoaderMixin.fuse_lora",parameters:[{name:"fuse_unet",val:": bool = True"},{name:"fuse_text_encoder",val:": bool = True"},{name:"lora_scale",val:": float = 1.0"},{name:"safe_fusing",val:": bool = False"},{name:"adapter_names",val:": Optional = None"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.fuse_lora.fuse_unet",description:"<strong>fuse_unet</strong> (<code>bool</code>, defaults to <code>True</code>) — Whether to fuse the UNet LoRA parameters.",name:"fuse_unet"},{anchor:"diffusers.loaders.LoraLoaderMixin.fuse_lora.fuse_text_encoder",description:`<strong>fuse_text_encoder</strong> (<code>bool</code>, defaults to <code>True</code>) — | |
| Whether to fuse the text encoder LoRA parameters. If the text encoder wasn’t monkey-patched with the | |
| LoRA parameters then it won’t have any effect.`,name:"fuse_text_encoder"},{anchor:"diffusers.loaders.LoraLoaderMixin.fuse_lora.lora_scale",description:`<strong>lora_scale</strong> (<code>float</code>, defaults to 1.0) — | |
| Controls how much to influence the outputs with the LoRA parameters.`,name:"lora_scale"},{anchor:"diffusers.loaders.LoraLoaderMixin.fuse_lora.safe_fusing",description:`<strong>safe_fusing</strong> (<code>bool</code>, defaults to <code>False</code>) — | |
| Whether to check fused weights for NaN values before fusing and if values are NaN not fusing them.`,name:"safe_fusing"},{anchor:"diffusers.loaders.LoraLoaderMixin.fuse_lora.adapter_names",description:`<strong>adapter_names</strong> (<code>List[str]</code>, <em>optional</em>) — | |
| Adapter names to be used for fusing. If nothing is passed, all active adapters will be fused.`,name:"adapter_names"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L746"}}),G=new Dt({props:{warning:!0,$$slots:{default:[pr]},$$scope:{ctx:D}}}),V=new Co({props:{anchor:"diffusers.loaders.LoraLoaderMixin.fuse_lora.example",$$slots:{default:[_r]},$$scope:{ctx:D}}}),pe=new C({props:{name:"get_active_adapters",anchor:"diffusers.loaders.LoraLoaderMixin.get_active_adapters",parameters:[],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L1073"}}),q=new Co({props:{anchor:"diffusers.loaders.LoraLoaderMixin.get_active_adapters.example",$$slots:{default:[ur]},$$scope:{ctx:D}}}),_e=new C({props:{name:"get_list_adapters",anchor:"diffusers.loaders.LoraLoaderMixin.get_list_adapters",parameters:[],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L1105"}}),ue=new C({props:{name:"load_lora_into_text_encoder",anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_text_encoder",parameters:[{name:"state_dict",val:""},{name:"network_alphas",val:""},{name:"text_encoder",val:""},{name:"prefix",val:" = None"},{name:"lora_scale",val:" = 1.0"},{name:"adapter_name",val:" = None"},{name:"_pipeline",val:" = None"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_text_encoder.state_dict",description:`<strong>state_dict</strong> (<code>dict</code>) — | |
| A standard state dict containing the lora layer parameters. The key should be prefixed with an | |
| additional <code>text_encoder</code> to distinguish between unet lora layers.`,name:"state_dict"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_text_encoder.network_alphas",description:`<strong>network_alphas</strong> (<code>Dict[str, float]</code>) — | |
| See <code>LoRALinearLayer</code> for more details.`,name:"network_alphas"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_text_encoder.text_encoder",description:`<strong>text_encoder</strong> (<code>CLIPTextModel</code>) — | |
| The text encoder model to load the LoRA layers into.`,name:"text_encoder"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_text_encoder.prefix",description:`<strong>prefix</strong> (<code>str</code>) — | |
| Expected prefix of the <code>text_encoder</code> in the <code>state_dict</code>.`,name:"prefix"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_text_encoder.lora_scale",description:`<strong>lora_scale</strong> (<code>float</code>) — | |
| How much to scale the output of the lora linear layer before it is added with the output of the regular | |
| lora layer.`,name:"lora_scale"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_text_encoder.adapter_name",description:`<strong>adapter_name</strong> (<code>str</code>, <em>optional</em>) — | |
| Adapter name to be used for referencing the loaded adapter model. If not specified, it will use | |
| <code>default_{i}</code> where i is the total number of adapters being loaded.`,name:"adapter_name"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L406"}}),me=new C({props:{name:"load_lora_into_transformer",anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_transformer",parameters:[{name:"state_dict",val:""},{name:"network_alphas",val:""},{name:"transformer",val:""},{name:"adapter_name",val:" = None"},{name:"_pipeline",val:" = None"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_transformer.state_dict",description:`<strong>state_dict</strong> (<code>dict</code>) — | |
| A standard state dict containing the lora layer parameters. The keys can either be indexed directly | |
| into the unet or prefixed with an additional <code>unet</code> which can be used to distinguish between text | |
| encoder lora layers.`,name:"state_dict"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_transformer.network_alphas",description:`<strong>network_alphas</strong> (<code>Dict[str, float]</code>) — | |
| See <code>LoRALinearLayer</code> for more details.`,name:"network_alphas"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_transformer.unet",description:`<strong>unet</strong> (<code>UNet2DConditionModel</code>) — | |
| The UNet model to load the LoRA layers into.`,name:"unet"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_transformer.adapter_name",description:`<strong>adapter_name</strong> (<code>str</code>, <em>optional</em>) — | |
| Adapter name to be used for referencing the loaded adapter model. If not specified, it will use | |
| <code>default_{i}</code> where i is the total number of adapters being loaded.`,name:"adapter_name"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L524"}}),he=new C({props:{name:"load_lora_into_unet",anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_unet",parameters:[{name:"state_dict",val:""},{name:"network_alphas",val:""},{name:"unet",val:""},{name:"adapter_name",val:" = None"},{name:"_pipeline",val:" = None"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_unet.state_dict",description:`<strong>state_dict</strong> (<code>dict</code>) — | |
| A standard state dict containing the lora layer parameters. The keys can either be indexed directly | |
| into the unet or prefixed with an additional <code>unet</code> which can be used to distinguish between text | |
| encoder lora layers.`,name:"state_dict"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_unet.network_alphas",description:`<strong>network_alphas</strong> (<code>Dict[str, float]</code>) — | |
| The value of the network alpha used for stable learning and preventing underflow. This value has the | |
| same meaning as the <code>--network_alpha</code> option in the kohya-ss trainer script. Refer to <a href="https://github.com/darkstorm2150/sd-scripts/blob/main/docs/train_network_README-en.md#execute-learning" rel="nofollow">this | |
| link</a>.`,name:"network_alphas"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_unet.unet",description:`<strong>unet</strong> (<code>UNet2DConditionModel</code>) — | |
| The UNet model to load the LoRA layers into.`,name:"unet"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_into_unet.adapter_name",description:`<strong>adapter_name</strong> (<code>str</code>, <em>optional</em>) — | |
| Adapter name to be used for referencing the loaded adapter model. If not specified, it will use | |
| <code>default_{i}</code> where i is the total number of adapters being loaded.`,name:"adapter_name"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L371"}}),ge=new C({props:{name:"load_lora_weights",anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_weights",parameters:[{name:"pretrained_model_name_or_path_or_dict",val:": Union"},{name:"adapter_name",val:" = None"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_weights.pretrained_model_name_or_path_or_dict",description:`<strong>pretrained_model_name_or_path_or_dict</strong> (<code>str</code> or <code>os.PathLike</code> or <code>dict</code>) — | |
| See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.lora_state_dict">lora_state_dict()</a>.`,name:"pretrained_model_name_or_path_or_dict"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_weights.kwargs",description:`<strong>kwargs</strong> (<code>dict</code>, <em>optional</em>) — | |
| See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.lora_state_dict">lora_state_dict()</a>.`,name:"kwargs"},{anchor:"diffusers.loaders.LoraLoaderMixin.load_lora_weights.adapter_name",description:`<strong>adapter_name</strong> (<code>str</code>, <em>optional</em>) — | |
| Adapter name to be used for referencing the loaded adapter model. If not specified, it will use | |
| <code>default_{i}</code> where i is the total number of adapters being loaded.`,name:"adapter_name"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L80"}}),xe=new C({props:{name:"lora_state_dict",anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict",parameters:[{name:"pretrained_model_name_or_path_or_dict",val:": Union"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict.pretrained_model_name_or_path_or_dict",description:`<strong>pretrained_model_name_or_path_or_dict</strong> (<code>str</code> or <code>os.PathLike</code> or <code>dict</code>) — | |
| Can be either:</p> | |
| <ul> | |
| <li>A string, the <em>model id</em> (for example <code>google/ddpm-celebahq-256</code>) of a pretrained model hosted on | |
| the Hub.</li> | |
| <li>A path to a <em>directory</em> (for example <code>./my_model_directory</code>) containing the model weights saved | |
| with <a href="/docs/diffusers/pr_7973/en/api/models/overview#diffusers.ModelMixin.save_pretrained">ModelMixin.save_pretrained()</a>.</li> | |
| <li>A <a href="https://pytorch.org/tutorials/beginner/saving_loading_models.html#what-is-a-state-dict" rel="nofollow">torch state | |
| dict</a>.</li> | |
| </ul>`,name:"pretrained_model_name_or_path_or_dict"},{anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict.cache_dir",description:`<strong>cache_dir</strong> (<code>Union[str, os.PathLike]</code>, <em>optional</em>) — | |
| Path to a directory where a downloaded pretrained model configuration is cached if the standard cache | |
| is not used.`,name:"cache_dir"},{anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict.force_download",description:`<strong>force_download</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) — | |
| Whether or not to force the (re-)download of the model weights and configuration files, overriding the | |
| cached versions if they exist. | |
| resume_download — | |
| Deprecated and ignored. All downloads are now resumed by default when possible. Will be removed in v1 | |
| of Diffusers.`,name:"force_download"},{anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict.proxies",description:`<strong>proxies</strong> (<code>Dict[str, str]</code>, <em>optional</em>) — | |
| A dictionary of proxy servers to use by protocol or endpoint, for example, <code>{'http': 'foo.bar:3128', 'http://hostname': 'foo.bar:4012'}</code>. The proxies are used on each request.`,name:"proxies"},{anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict.local_files_only",description:`<strong>local_files_only</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>False</code>) — | |
| Whether to only load local model weights and configuration files or not. If set to <code>True</code>, the model | |
| won’t be downloaded from the Hub.`,name:"local_files_only"},{anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict.token",description:`<strong>token</strong> (<code>str</code> or <em>bool</em>, <em>optional</em>) — | |
| The token to use as HTTP bearer authorization for remote files. If <code>True</code>, the token generated from | |
| <code>diffusers-cli login</code> (stored in <code>~/.huggingface</code>) is used.`,name:"token"},{anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict.revision",description:`<strong>revision</strong> (<code>str</code>, <em>optional</em>, defaults to <code>"main"</code>) — | |
| The specific model version to use. It can be a branch name, a tag name, a commit id, or any identifier | |
| allowed by Git.`,name:"revision"},{anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict.subfolder",description:`<strong>subfolder</strong> (<code>str</code>, <em>optional</em>, defaults to <code>""</code>) — | |
| The subfolder location of a model file within a larger model repository on the Hub or locally.`,name:"subfolder"},{anchor:"diffusers.loaders.LoraLoaderMixin.lora_state_dict.weight_name",description:`<strong>weight_name</strong> (<code>str</code>, <em>optional</em>, defaults to None) — | |
| Name of the serialized state dict file.`,name:"weight_name"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L138"}}),Q=new Dt({props:{warning:!0,$$slots:{default:[mr]},$$scope:{ctx:D}}}),Le=new C({props:{name:"save_lora_weights",anchor:"diffusers.loaders.LoraLoaderMixin.save_lora_weights",parameters:[{name:"save_directory",val:": Union"},{name:"unet_lora_layers",val:": Dict = None"},{name:"text_encoder_lora_layers",val:": Dict = None"},{name:"transformer_lora_layers",val:": Dict = None"},{name:"is_main_process",val:": bool = True"},{name:"weight_name",val:": str = None"},{name:"save_function",val:": Callable = None"},{name:"safe_serialization",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.save_lora_weights.save_directory",description:`<strong>save_directory</strong> (<code>str</code> or <code>os.PathLike</code>) — | |
| Directory to save LoRA parameters to. Will be created if it doesn’t exist.`,name:"save_directory"},{anchor:"diffusers.loaders.LoraLoaderMixin.save_lora_weights.unet_lora_layers",description:`<strong>unet_lora_layers</strong> (<code>Dict[str, torch.nn.Module]</code> or <code>Dict[str, torch.Tensor]</code>) — | |
| State dict of the LoRA layers corresponding to the <code>unet</code>.`,name:"unet_lora_layers"},{anchor:"diffusers.loaders.LoraLoaderMixin.save_lora_weights.text_encoder_lora_layers",description:`<strong>text_encoder_lora_layers</strong> (<code>Dict[str, torch.nn.Module]</code> or <code>Dict[str, torch.Tensor]</code>) — | |
| State dict of the LoRA layers corresponding to the <code>text_encoder</code>. Must explicitly pass the text | |
| encoder LoRA state dict because it comes from 🤗 Transformers.`,name:"text_encoder_lora_layers"},{anchor:"diffusers.loaders.LoraLoaderMixin.save_lora_weights.is_main_process",description:`<strong>is_main_process</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) — | |
| Whether the process calling this is the main process or not. Useful during distributed training and you | |
| need to call this function on all processes. In this case, set <code>is_main_process=True</code> only on the main | |
| process to avoid race conditions.`,name:"is_main_process"},{anchor:"diffusers.loaders.LoraLoaderMixin.save_lora_weights.save_function",description:`<strong>save_function</strong> (<code>Callable</code>) — | |
| The function to use to save the state dictionary. Useful during distributed training when you need to | |
| replace <code>torch.save</code> with another method. Can be configured with the environment variable | |
| <code>DIFFUSERS_SAVE_MODE</code>.`,name:"save_function"},{anchor:"diffusers.loaders.LoraLoaderMixin.save_lora_weights.safe_serialization",description:`<strong>safe_serialization</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) — | |
| Whether to save the model using <code>safetensors</code> or the traditional PyTorch way with <code>pickle</code>.`,name:"safe_serialization"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L626"}}),ve=new C({props:{name:"set_adapters_for_text_encoder",anchor:"diffusers.loaders.LoraLoaderMixin.set_adapters_for_text_encoder",parameters:[{name:"adapter_names",val:": Union"},{name:"text_encoder",val:": Optional = None"},{name:"text_encoder_weights",val:": Union = None"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.set_adapters_for_text_encoder.adapter_names",description:`<strong>adapter_names</strong> (<code>List[str]</code> or <code>str</code>) — | |
| The names of the adapters to use.`,name:"adapter_names"},{anchor:"diffusers.loaders.LoraLoaderMixin.set_adapters_for_text_encoder.text_encoder",description:`<strong>text_encoder</strong> (<code>torch.nn.Module</code>, <em>optional</em>) — | |
| The text encoder module to set the adapter layers for. If <code>None</code>, it will try to get the <code>text_encoder</code> | |
| attribute.`,name:"text_encoder"},{anchor:"diffusers.loaders.LoraLoaderMixin.set_adapters_for_text_encoder.text_encoder_weights",description:`<strong>text_encoder_weights</strong> (<code>List[float]</code>, <em>optional</em>) — | |
| The weights to use for the text encoder. If <code>None</code>, the weights are set to <code>1.0</code> for all the adapters.`,name:"text_encoder_weights"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L866"}}),be=new C({props:{name:"set_lora_device",anchor:"diffusers.loaders.LoraLoaderMixin.set_lora_device",parameters:[{name:"adapter_names",val:": List"},{name:"device",val:": Union"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.set_lora_device.adapter_names",description:`<strong>adapter_names</strong> (<code>List[str]</code>) — | |
| List of adapters to send device to.`,name:"adapter_names"},{anchor:"diffusers.loaders.LoraLoaderMixin.set_lora_device.device",description:`<strong>device</strong> (<code>Union[torch.device, str, int]</code>) — | |
| Device to send the adapters to. Can be either a torch device, a str or an integer.`,name:"device"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L1128"}}),$e=new C({props:{name:"unfuse_lora",anchor:"diffusers.loaders.LoraLoaderMixin.unfuse_lora",parameters:[{name:"unfuse_unet",val:": bool = True"},{name:"unfuse_text_encoder",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.loaders.LoraLoaderMixin.unfuse_lora.unfuse_unet",description:"<strong>unfuse_unet</strong> (<code>bool</code>, defaults to <code>True</code>) — Whether to unfuse the UNet LoRA parameters.",name:"unfuse_unet"},{anchor:"diffusers.loaders.LoraLoaderMixin.unfuse_lora.unfuse_text_encoder",description:`<strong>unfuse_text_encoder</strong> (<code>bool</code>, defaults to <code>True</code>) — | |
| Whether to unfuse the text encoder LoRA parameters. If the text encoder wasn’t monkey-patched with the | |
| LoRA parameters then it won’t have any effect.`,name:"unfuse_text_encoder"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L828"}}),te=new Dt({props:{warning:!0,$$slots:{default:[hr]},$$scope:{ctx:D}}}),we=new C({props:{name:"unload_lora_weights",anchor:"diffusers.loaders.LoraLoaderMixin.unload_lora_weights",parameters:[],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L725"}}),oe=new Co({props:{anchor:"diffusers.loaders.LoraLoaderMixin.unload_lora_weights.example",$$slots:{default:[gr]},$$scope:{ctx:D}}}),Me=new Do({props:{title:"StableDiffusionXLLoraLoaderMixin",local:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin",headingTag:"h2"}}),ye=new C({props:{name:"class diffusers.loaders.StableDiffusionXLLoraLoaderMixin",anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin",parameters:[],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L1182"}}),Te=new C({props:{name:"load_lora_weights",anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.load_lora_weights",parameters:[{name:"pretrained_model_name_or_path_or_dict",val:": Union"},{name:"adapter_name",val:": Optional = None"},{name:"**kwargs",val:""}],parametersDescription:[{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.load_lora_weights.pretrained_model_name_or_path_or_dict",description:`<strong>pretrained_model_name_or_path_or_dict</strong> (<code>str</code> or <code>os.PathLike</code> or <code>dict</code>) — | |
| See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.lora_state_dict">lora_state_dict()</a>.`,name:"pretrained_model_name_or_path_or_dict"},{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.load_lora_weights.adapter_name",description:`<strong>adapter_name</strong> (<code>str</code>, <em>optional</em>) — | |
| Adapter name to be used for referencing the loaded adapter model. If not specified, it will use | |
| <code>default_{i}</code> where i is the total number of adapters being loaded.`,name:"adapter_name"},{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.load_lora_weights.kwargs",description:`<strong>kwargs</strong> (<code>dict</code>, <em>optional</em>) — | |
| See <a href="/docs/diffusers/pr_7973/en/api/loaders/lora#diffusers.loaders.LoraLoaderMixin.lora_state_dict">lora_state_dict()</a>.`,name:"kwargs"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L1186"}}),Ce=new C({props:{name:"save_lora_weights",anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.save_lora_weights",parameters:[{name:"save_directory",val:": Union"},{name:"unet_lora_layers",val:": Dict = None"},{name:"text_encoder_lora_layers",val:": Dict = None"},{name:"text_encoder_2_lora_layers",val:": Dict = None"},{name:"is_main_process",val:": bool = True"},{name:"weight_name",val:": str = None"},{name:"save_function",val:": Callable = None"},{name:"safe_serialization",val:": bool = True"}],parametersDescription:[{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.save_lora_weights.save_directory",description:`<strong>save_directory</strong> (<code>str</code> or <code>os.PathLike</code>) — | |
| Directory to save LoRA parameters to. Will be created if it doesn’t exist.`,name:"save_directory"},{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.save_lora_weights.unet_lora_layers",description:`<strong>unet_lora_layers</strong> (<code>Dict[str, torch.nn.Module]</code> or <code>Dict[str, torch.Tensor]</code>) — | |
| State dict of the LoRA layers corresponding to the <code>unet</code>.`,name:"unet_lora_layers"},{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.save_lora_weights.text_encoder_lora_layers",description:`<strong>text_encoder_lora_layers</strong> (<code>Dict[str, torch.nn.Module]</code> or <code>Dict[str, torch.Tensor]</code>) — | |
| State dict of the LoRA layers corresponding to the <code>text_encoder</code>. Must explicitly pass the text | |
| encoder LoRA state dict because it comes from 🤗 Transformers.`,name:"text_encoder_lora_layers"},{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.save_lora_weights.text_encoder_2_lora_layers",description:`<strong>text_encoder_2_lora_layers</strong> (<code>Dict[str, torch.nn.Module]</code> or <code>Dict[str, torch.Tensor]</code>) — | |
| State dict of the LoRA layers corresponding to the <code>text_encoder_2</code>. Must explicitly pass the text | |
| encoder LoRA state dict because it comes from 🤗 Transformers.`,name:"text_encoder_2_lora_layers"},{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.save_lora_weights.is_main_process",description:`<strong>is_main_process</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) — | |
| Whether the process calling this is the main process or not. Useful during distributed training and you | |
| need to call this function on all processes. In this case, set <code>is_main_process=True</code> only on the main | |
| process to avoid race conditions.`,name:"is_main_process"},{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.save_lora_weights.save_function",description:`<strong>save_function</strong> (<code>Callable</code>) — | |
| The function to use to save the state dictionary. Useful during distributed training when you need to | |
| replace <code>torch.save</code> with another method. Can be configured with the environment variable | |
| <code>DIFFUSERS_SAVE_MODE</code>.`,name:"save_function"},{anchor:"diffusers.loaders.StableDiffusionXLLoraLoaderMixin.save_lora_weights.safe_serialization",description:`<strong>safe_serialization</strong> (<code>bool</code>, <em>optional</em>, defaults to <code>True</code>) — | |
| Whether to save the model using <code>safetensors</code> or the traditional PyTorch way with <code>pickle</code>.`,name:"safe_serialization"}],source:"https://github.com/huggingface/diffusers/blob/vr_7973/src/diffusers/loaders/lora.py#L1263"}}),De=new cr({props:{source:"https://github.com/huggingface/diffusers/blob/main/docs/source/en/api/loaders/lora.md"}}),{c(){a=n("meta"),$=o(),l=n("p"),c=o(),m(w.$$.fragment),d=o(),M=n("p"),M.textContent=Ro,pt=o(),ne=n("ul"),ne.innerHTML=Ao,_t=o(),m(j.$$.fragment),ut=o(),m(se.$$.fragment),mt=o(),f=n("div"),m(de.$$.fragment),kt=o(),Ie=n("p"),Ie.innerHTML=So,Rt=o(),Ue=n("div"),m(ie.$$.fragment),At=o(),Z=n("div"),m(le.$$.fragment),St=o(),Pe=n("p"),Pe.textContent=Io,It=o(),X=n("div"),m(ce.$$.fragment),Ut=o(),Ne=n("p"),Ne.textContent=Uo,Pt=o(),S=n("div"),m(fe.$$.fragment),Nt=o(),Ee=n("p"),Ee.textContent=Po,Et=o(),m(G.$$.fragment),Ht=o(),m(V.$$.fragment),Jt=o(),N=n("div"),m(pe.$$.fragment),Wt=o(),He=n("p"),He.textContent=No,jt=o(),m(q.$$.fragment),Zt=o(),z=n("div"),m(_e.$$.fragment),Xt=o(),Je=n("p"),Je.textContent=Eo,Gt=o(),B=n("div"),m(ue.$$.fragment),Vt=o(),We=n("p"),We.innerHTML=Ho,qt=o(),F=n("div"),m(me.$$.fragment),zt=o(),je=n("p"),je.innerHTML=Jo,Bt=o(),Y=n("div"),m(he.$$.fragment),Ft=o(),Ze=n("p"),Ze.innerHTML=Wo,Yt=o(),k=n("div"),m(ge.$$.fragment),Qt=o(),Xe=n("p"),Xe.innerHTML=jo,Ot=o(),Ge=n("p"),Ge.innerHTML=Zo,Kt=o(),Ve=n("p"),Ve.innerHTML=Xo,eo=o(),qe=n("p"),qe.innerHTML=Go,to=o(),ze=n("p"),ze.innerHTML=Vo,oo=o(),E=n("div"),m(xe.$$.fragment),ro=o(),Be=n("p"),Be.textContent=qo,ao=o(),m(Q.$$.fragment),no=o(),O=n("div"),m(Le.$$.fragment),so=o(),Fe=n("p"),Fe.textContent=zo,io=o(),K=n("div"),m(ve.$$.fragment),lo=o(),Ye=n("p"),Ye.textContent=Bo,co=o(),ee=n("div"),m(be.$$.fragment),fo=o(),Qe=n("p"),Qe.innerHTML=Fo,po=o(),H=n("div"),m($e.$$.fragment),_o=o(),Oe=n("p"),Oe.innerHTML=Yo,uo=o(),m(te.$$.fragment),mo=o(),J=n("div"),m(we.$$.fragment),ho=o(),Ke=n("p"),Ke.textContent=Qo,go=o(),m(oe.$$.fragment),ht=o(),m(Me.$$.fragment),gt=o(),A=n("div"),m(ye.$$.fragment),xo=o(),et=n("p"),et.innerHTML=Oo,Lo=o(),R=n("div"),m(Te.$$.fragment),vo=o(),tt=n("p"),tt.innerHTML=Ko,bo=o(),ot=n("p"),ot.innerHTML=er,$o=o(),rt=n("p"),rt.innerHTML=tr,wo=o(),at=n("p"),at.innerHTML=or,Mo=o(),nt=n("p"),nt.innerHTML=rr,yo=o(),re=n("div"),m(Ce.$$.fragment),To=o(),st=n("p"),st.textContent=ar,xt=o(),m(De.$$.fragment),Lt=o(),ct=n("p"),this.h()},l(e){const p=lr("svelte-u9bgzb",document.head);a=s(p,"META",{name:!0,content:!0}),p.forEach(i),$=r(e),l=s(e,"P",{}),y(l).forEach(i),c=r(e),h(w.$$.fragment,e),d=r(e),M=s(e,"P",{"data-svelte-h":!0}),u(M)!=="svelte-99vqvv"&&(M.textContent=Ro),pt=r(e),ne=s(e,"UL",{"data-svelte-h":!0}),u(ne)!=="svelte-1x6k2ez"&&(ne.innerHTML=Ao),_t=r(e),h(j.$$.fragment,e),ut=r(e),h(se.$$.fragment,e),mt=r(e),f=s(e,"DIV",{class:!0});var _=y(f);h(de.$$.fragment,_),kt=r(_),Ie=s(_,"P",{"data-svelte-h":!0}),u(Ie)!=="svelte-1hkh5z9"&&(Ie.innerHTML=So),Rt=r(_),Ue=s(_,"DIV",{class:!0});var ft=y(Ue);h(ie.$$.fragment,ft),ft.forEach(i),At=r(_),Z=s(_,"DIV",{class:!0});var ke=y(Z);h(le.$$.fragment,ke),St=r(ke),Pe=s(ke,"P",{"data-svelte-h":!0}),u(Pe)!=="svelte-tbr0r9"&&(Pe.textContent=Io),ke.forEach(i),It=r(_),X=s(_,"DIV",{class:!0});var Re=y(X);h(ce.$$.fragment,Re),Ut=r(Re),Ne=s(Re,"P",{"data-svelte-h":!0}),u(Ne)!=="svelte-ujvdgi"&&(Ne.textContent=Uo),Re.forEach(i),Pt=r(_),S=s(_,"DIV",{class:!0});var P=y(S);h(fe.$$.fragment,P),Nt=r(P),Ee=s(P,"P",{"data-svelte-h":!0}),u(Ee)!=="svelte-1nr2dy0"&&(Ee.textContent=Po),Et=r(P),h(G.$$.fragment,P),Ht=r(P),h(V.$$.fragment,P),P.forEach(i),Jt=r(_),N=s(_,"DIV",{class:!0});var W=y(N);h(pe.$$.fragment,W),Wt=r(W),He=s(W,"P",{"data-svelte-h":!0}),u(He)!=="svelte-h0os0v"&&(He.textContent=No),jt=r(W),h(q.$$.fragment,W),W.forEach(i),Zt=r(_),z=s(_,"DIV",{class:!0});var Ae=y(z);h(_e.$$.fragment,Ae),Xt=r(Ae),Je=s(Ae,"P",{"data-svelte-h":!0}),u(Je)!=="svelte-1825k9e"&&(Je.textContent=Eo),Ae.forEach(i),Gt=r(_),B=s(_,"DIV",{class:!0});var bt=y(B);h(ue.$$.fragment,bt),Vt=r(bt),We=s(bt,"P",{"data-svelte-h":!0}),u(We)!=="svelte-1062ci4"&&(We.innerHTML=Ho),bt.forEach(i),qt=r(_),F=s(_,"DIV",{class:!0});var $t=y(F);h(me.$$.fragment,$t),zt=r($t),je=s($t,"P",{"data-svelte-h":!0}),u(je)!=="svelte-1lgbsz7"&&(je.innerHTML=Jo),$t.forEach(i),Bt=r(_),Y=s(_,"DIV",{class:!0});var wt=y(Y);h(he.$$.fragment,wt),Ft=r(wt),Ze=s(wt,"P",{"data-svelte-h":!0}),u(Ze)!=="svelte-u3q4so"&&(Ze.innerHTML=Wo),wt.forEach(i),Yt=r(_),k=s(_,"DIV",{class:!0});var I=y(k);h(ge.$$.fragment,I),Qt=r(I),Xe=s(I,"P",{"data-svelte-h":!0}),u(Xe)!=="svelte-vs7s0z"&&(Xe.innerHTML=jo),Ot=r(I),Ge=s(I,"P",{"data-svelte-h":!0}),u(Ge)!=="svelte-15b960v"&&(Ge.innerHTML=Zo),Kt=r(I),Ve=s(I,"P",{"data-svelte-h":!0}),u(Ve)!=="svelte-pt55fi"&&(Ve.innerHTML=Xo),eo=r(I),qe=s(I,"P",{"data-svelte-h":!0}),u(qe)!=="svelte-13pq3lb"&&(qe.innerHTML=Go),to=r(I),ze=s(I,"P",{"data-svelte-h":!0}),u(ze)!=="svelte-1ac4rs9"&&(ze.innerHTML=Vo),I.forEach(i),oo=r(_),E=s(_,"DIV",{class:!0});var dt=y(E);h(xe.$$.fragment,dt),ro=r(dt),Be=s(dt,"P",{"data-svelte-h":!0}),u(Be)!=="svelte-flusvq"&&(Be.textContent=qo),ao=r(dt),h(Q.$$.fragment,dt),dt.forEach(i),no=r(_),O=s(_,"DIV",{class:!0});var Mt=y(O);h(Le.$$.fragment,Mt),so=r(Mt),Fe=s(Mt,"P",{"data-svelte-h":!0}),u(Fe)!=="svelte-1ufq5ot"&&(Fe.textContent=zo),Mt.forEach(i),io=r(_),K=s(_,"DIV",{class:!0});var yt=y(K);h(ve.$$.fragment,yt),lo=r(yt),Ye=s(yt,"P",{"data-svelte-h":!0}),u(Ye)!=="svelte-kmejci"&&(Ye.textContent=Bo),yt.forEach(i),co=r(_),ee=s(_,"DIV",{class:!0});var Tt=y(ee);h(be.$$.fragment,Tt),fo=r(Tt),Qe=s(Tt,"P",{"data-svelte-h":!0}),u(Qe)!=="svelte-rvubqa"&&(Qe.innerHTML=Fo),Tt.forEach(i),po=r(_),H=s(_,"DIV",{class:!0});var it=y(H);h($e.$$.fragment,it),_o=r(it),Oe=s(it,"P",{"data-svelte-h":!0}),u(Oe)!=="svelte-56a0bo"&&(Oe.innerHTML=Yo),uo=r(it),h(te.$$.fragment,it),it.forEach(i),mo=r(_),J=s(_,"DIV",{class:!0});var lt=y(J);h(we.$$.fragment,lt),ho=r(lt),Ke=s(lt,"P",{"data-svelte-h":!0}),u(Ke)!=="svelte-119cgd9"&&(Ke.textContent=Qo),go=r(lt),h(oe.$$.fragment,lt),lt.forEach(i),_.forEach(i),ht=r(e),h(Me.$$.fragment,e),gt=r(e),A=s(e,"DIV",{class:!0});var ae=y(A);h(ye.$$.fragment,ae),xo=r(ae),et=s(ae,"P",{"data-svelte-h":!0}),u(et)!=="svelte-1powver"&&(et.innerHTML=Oo),Lo=r(ae),R=s(ae,"DIV",{class:!0});var U=y(R);h(Te.$$.fragment,U),vo=r(U),tt=s(U,"P",{"data-svelte-h":!0}),u(tt)!=="svelte-vs7s0z"&&(tt.innerHTML=Ko),bo=r(U),ot=s(U,"P",{"data-svelte-h":!0}),u(ot)!=="svelte-15b960v"&&(ot.innerHTML=er),$o=r(U),rt=s(U,"P",{"data-svelte-h":!0}),u(rt)!=="svelte-pt55fi"&&(rt.innerHTML=tr),wo=r(U),at=s(U,"P",{"data-svelte-h":!0}),u(at)!=="svelte-13pq3lb"&&(at.innerHTML=or),Mo=r(U),nt=s(U,"P",{"data-svelte-h":!0}),u(nt)!=="svelte-1ac4rs9"&&(nt.innerHTML=rr),U.forEach(i),yo=r(ae),re=s(ae,"DIV",{class:!0});var Ct=y(re);h(Ce.$$.fragment,Ct),To=r(Ct),st=s(Ct,"P",{"data-svelte-h":!0}),u(st)!=="svelte-1ufq5ot"&&(st.textContent=ar),Ct.forEach(i),ae.forEach(i),xt=r(e),h(De.$$.fragment,e),Lt=r(e),ct=s(e,"P",{}),y(ct).forEach(i),this.h()},h(){T(a,"name","hf:doc:metadata"),T(a,"content",Lr),T(Ue,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(Z,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(X,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(S,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(N,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(z,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(B,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(F,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(Y,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(k,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(E,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(O,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(K,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(ee,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(H,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(J,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(f,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(R,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(re,"class","docstring border-l-2 border-t-2 pl-4 pt-3.5 border-gray-100 rounded-tl-xl mb-6 mt-8"),T(A,"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,p){t(document.head,a),b(e,$,p),b(e,l,p),b(e,c,p),g(w,e,p),b(e,d,p),b(e,M,p),b(e,pt,p),b(e,ne,p),b(e,_t,p),g(j,e,p),b(e,ut,p),g(se,e,p),b(e,mt,p),b(e,f,p),g(de,f,null),t(f,kt),t(f,Ie),t(f,Rt),t(f,Ue),g(ie,Ue,null),t(f,At),t(f,Z),g(le,Z,null),t(Z,St),t(Z,Pe),t(f,It),t(f,X),g(ce,X,null),t(X,Ut),t(X,Ne),t(f,Pt),t(f,S),g(fe,S,null),t(S,Nt),t(S,Ee),t(S,Et),g(G,S,null),t(S,Ht),g(V,S,null),t(f,Jt),t(f,N),g(pe,N,null),t(N,Wt),t(N,He),t(N,jt),g(q,N,null),t(f,Zt),t(f,z),g(_e,z,null),t(z,Xt),t(z,Je),t(f,Gt),t(f,B),g(ue,B,null),t(B,Vt),t(B,We),t(f,qt),t(f,F),g(me,F,null),t(F,zt),t(F,je),t(f,Bt),t(f,Y),g(he,Y,null),t(Y,Ft),t(Y,Ze),t(f,Yt),t(f,k),g(ge,k,null),t(k,Qt),t(k,Xe),t(k,Ot),t(k,Ge),t(k,Kt),t(k,Ve),t(k,eo),t(k,qe),t(k,to),t(k,ze),t(f,oo),t(f,E),g(xe,E,null),t(E,ro),t(E,Be),t(E,ao),g(Q,E,null),t(f,no),t(f,O),g(Le,O,null),t(O,so),t(O,Fe),t(f,io),t(f,K),g(ve,K,null),t(K,lo),t(K,Ye),t(f,co),t(f,ee),g(be,ee,null),t(ee,fo),t(ee,Qe),t(f,po),t(f,H),g($e,H,null),t(H,_o),t(H,Oe),t(H,uo),g(te,H,null),t(f,mo),t(f,J),g(we,J,null),t(J,ho),t(J,Ke),t(J,go),g(oe,J,null),b(e,ht,p),g(Me,e,p),b(e,gt,p),b(e,A,p),g(ye,A,null),t(A,xo),t(A,et),t(A,Lo),t(A,R),g(Te,R,null),t(R,vo),t(R,tt),t(R,bo),t(R,ot),t(R,$o),t(R,rt),t(R,wo),t(R,at),t(R,Mo),t(R,nt),t(A,yo),t(A,re),g(Ce,re,null),t(re,To),t(re,st),b(e,xt,p),g(De,e,p),b(e,Lt,p),b(e,ct,p),vt=!0},p(e,[p]){const _={};p&2&&(_.$$scope={dirty:p,ctx:e}),j.$set(_);const ft={};p&2&&(ft.$$scope={dirty:p,ctx:e}),G.$set(ft);const ke={};p&2&&(ke.$$scope={dirty:p,ctx:e}),V.$set(ke);const Re={};p&2&&(Re.$$scope={dirty:p,ctx:e}),q.$set(Re);const P={};p&2&&(P.$$scope={dirty:p,ctx:e}),Q.$set(P);const W={};p&2&&(W.$$scope={dirty:p,ctx:e}),te.$set(W);const Ae={};p&2&&(Ae.$$scope={dirty:p,ctx:e}),oe.$set(Ae)},i(e){vt||(x(w.$$.fragment,e),x(j.$$.fragment,e),x(se.$$.fragment,e),x(de.$$.fragment,e),x(ie.$$.fragment,e),x(le.$$.fragment,e),x(ce.$$.fragment,e),x(fe.$$.fragment,e),x(G.$$.fragment,e),x(V.$$.fragment,e),x(pe.$$.fragment,e),x(q.$$.fragment,e),x(_e.$$.fragment,e),x(ue.$$.fragment,e),x(me.$$.fragment,e),x(he.$$.fragment,e),x(ge.$$.fragment,e),x(xe.$$.fragment,e),x(Q.$$.fragment,e),x(Le.$$.fragment,e),x(ve.$$.fragment,e),x(be.$$.fragment,e),x($e.$$.fragment,e),x(te.$$.fragment,e),x(we.$$.fragment,e),x(oe.$$.fragment,e),x(Me.$$.fragment,e),x(ye.$$.fragment,e),x(Te.$$.fragment,e),x(Ce.$$.fragment,e),x(De.$$.fragment,e),vt=!0)},o(e){L(w.$$.fragment,e),L(j.$$.fragment,e),L(se.$$.fragment,e),L(de.$$.fragment,e),L(ie.$$.fragment,e),L(le.$$.fragment,e),L(ce.$$.fragment,e),L(fe.$$.fragment,e),L(G.$$.fragment,e),L(V.$$.fragment,e),L(pe.$$.fragment,e),L(q.$$.fragment,e),L(_e.$$.fragment,e),L(ue.$$.fragment,e),L(me.$$.fragment,e),L(he.$$.fragment,e),L(ge.$$.fragment,e),L(xe.$$.fragment,e),L(Q.$$.fragment,e),L(Le.$$.fragment,e),L(ve.$$.fragment,e),L(be.$$.fragment,e),L($e.$$.fragment,e),L(te.$$.fragment,e),L(we.$$.fragment,e),L(oe.$$.fragment,e),L(Me.$$.fragment,e),L(ye.$$.fragment,e),L(Te.$$.fragment,e),L(Ce.$$.fragment,e),L(De.$$.fragment,e),vt=!1},d(e){e&&(i($),i(l),i(c),i(d),i(M),i(pt),i(ne),i(_t),i(ut),i(mt),i(f),i(ht),i(gt),i(A),i(xt),i(Lt),i(ct)),i(a),v(w,e),v(j,e),v(se,e),v(de),v(ie),v(le),v(ce),v(fe),v(G),v(V),v(pe),v(q),v(_e),v(ue),v(me),v(he),v(ge),v(xe),v(Q),v(Le),v(ve),v(be),v($e),v(te),v(we),v(oe),v(Me,e),v(ye),v(Te),v(Ce),v(De,e)}}}const Lr='{"title":"LoRA","local":"lora","sections":[{"title":"LoraLoaderMixin","local":"diffusers.loaders.LoraLoaderMixin","sections":[],"depth":2},{"title":"StableDiffusionXLLoraLoaderMixin","local":"diffusers.loaders.StableDiffusionXLLoraLoaderMixin","sections":[],"depth":2}],"depth":1}';function vr(D){return sr(()=>{new URLSearchParams(window.location.search).get("fw")}),[]}class Dr extends dr{constructor(a){super(),ir(this,a,vr,xr,nr,{})}}export{Dr as component}; | |
Xet Storage Details
- Size:
- 51 kB
- Xet hash:
- 4a6673c62ca5b49e95d540a0786d056a21357b8a98df5690b8342a9d3a492e4f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.