cloneofsimo / lora

Using Low-rank adaptation to quickly fine-tune diffusion models.
https://arxiv.org/abs/2106.09685
Apache License 2.0
6.94k stars 479 forks source link

How can I get the original pipeline after patching it? #184

Open leondelee opened 1 year ago

leondelee commented 1 year ago

For example, I have patched the pipeline using: patch_pipe( pipe, "xxxxt.safetensors", patch_text=True, patch_ti=True, patch_unet=True, )

how can I get the original pipe back?

G-force78 commented 1 year ago

Use an old checkout, when i first used it it didnt implement safetensors , which is a nice addition I must say.