We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
作者您好,我最近在测试视频转绘,所使用的项目是diffutoon。 之后参照controlnet unit的方式写入配置文件。
"lora_units": [ { "model_path":"models/lora/浮雕风格_01_relief.safetensors", "scale":0.6, "keywords":"relief" } ],
然后通过在load_pipeline函数中使用model_manager.load_lora()进行引入。
model_manager.load_lora()
for unit in lora_units: model_manager.load_lora(unit['model_path'], lora_alpha=unit['scale'])
但是实践下来发现,添加了Lora之后效果没有任何作用。在提示词中已加入<lora: lora_name: 1.0> 和 激活keyword
这里给出一个Bad demo,供复现该问题:
The text was updated successfully, but these errors were encountered:
你好!请问您的问题解决了嘛?
Sorry, something went wrong.
No branches or pull requests
作者您好,我最近在测试视频转绘,所使用的项目是diffutoon。 之后参照controlnet unit的方式写入配置文件。
然后通过在load_pipeline函数中使用
model_manager.load_lora()
进行引入。但是实践下来发现,添加了Lora之后效果没有任何作用。在提示词中已加入<lora: lora_name: 1.0> 和 激活keyword
这里给出一个Bad demo,供复现该问题:
The text was updated successfully, but these errors were encountered: