Wang Yi

Results 42 comments of Wang Yi

> > > ``` > > > from onediffx.lora import load_and_fuse_lora, set_and_fuse_adapters, delete_adapters,unfuse_lora #导入unfuse_lora > > > > > > delete_adapters(pipe,'SD15-Megaphone-LoRA') > > > delete_adapters(pipe,'SD15-IllusionDiffusionPattern-LoRA') > > > unfuse_lora(pipe) #添加这行代码可以解决...

Maybe you can install assets (and CLIP) manually, by git clone `https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git` to repositories/stable-diffusion-webui-assets and checkout to specified commit (the same as CLIP), check modules/launch_utils.py for more detail of installing...