lora
lora copied to clipboard
How can I get the original pipeline after patching it?
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?
Use an old checkout, when i first used it it didnt implement safetensors , which is a nice addition I must say.