Glauco Pordeus
Results
1
issues of
Glauco Pordeus
I'm trying to work in kaggle notebooks. ``` File /opt/conda/lib/python3.10/site-packages/lora_diffusion/lora.py:1012, in patch_pipe(pipe, maybe_unet_path, token, r, patch_unet, patch_text, patch_ti, idempotent_token, unet_target_replace_module, text_target_replace_module) 1010 elif maybe_unet_path.endswith(".safetensors"): 1011 safeloras = safe_open(maybe_unet_path, framework="pt", device="cpu")...