-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skipping unknown extra network: lora #4
Comments
你把对应的lora模型放到models/Lora文件夹下了吗? |
@wolverinn 是的,我已经把lora文件放在了指定的文件夹内!但是使用lora的时候就是报这个,不起作用! |
@wolverinn AUTOMATIC1111/stable-diffusion-webui#7984 这是我找到了一个类似的解决方案,但是不知道如何解决这个问题。 |
I'm trying to fix this bug with this solution for the past few days now, Its not getting resolved. |
我照着这个issue里的解决方法改了下代码,你可以试下 |
@wolverinn 还是一样
更新了代码后还是一样出现这个问题 |
@wolverinn 已经解决lora 跳过的问题 修改了一下 init_model.py 这个文件 import logging from modules import import_hook, errors, extra_networks, ui_extra_networks_checkpoints import torch Truncate version number of nightly/local build of PyTorch to not cause exceptions with CodeFormer or Safetensorsif ".dev" in torch.version or "+git" in torch.version: from modules import shared, devices, sd_samplers, upscaler, extensions, localization, ui_tempdir, ui_extra_networks import modules.lowvram import modules.ui def check_versions(): def initialize():
|
Can you tell me how you solved it, I am noob in coding. |
Looks like he added the line: |
lora:xxxxx:0.7 我按照这种格式 添加到prompt中 ,控制台跳出 Skipping unknown extra network: lora lora
请问如何修复?
The text was updated successfully, but these errors were encountered: