-
Notifications
You must be signed in to change notification settings - Fork 26
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
huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/home/notebook/data/group/LowLevelLLM/LLM/bert-base-uncased'. Use repo_type
argument if needed.
#7
Comments
@zelenooki87 Are your results the same or better than SeeSR? Mine are much worse for some reason: #9 |
Hello, I also encountered the same error |
Hello, I also encountered the same error |
注释\ram\models\utils.py 132行,使用131行的代码就可以了。 |
谢谢 我下载了模型后就可以了 |
@liuyifan6613 @paomian001 @zelenooki87 请问下,你们在运行test_osediff.py时,self.unet.add_adapter(lora_conf_encoder, adapter_name="default_encoder")这行没报错么?我这行报错,发现add_adapter方法在UNet2DConditionModel类里就没有定义。请问你们怎么解决的?谢谢。 |
1、"注释\ram\models\utils.py 132行,使用131行的代码就可以了。"这个方法是可以的 |
注意:不需要下载[stable-diffusion-2-1-base]的任何文件 |
感谢您的回复,我的问题解决了,谢谢您!不过我还想补充一点:
|
Hi,
Thank you for wonderfull work.
On windows system, this error is present during code execution:
as a temporarily solution I use utils.py from your previous repo:
https://github.com/cswry/SeeSR/blob/main/ram/models/utils.py
And everything works. :)
The text was updated successfully, but these errors were encountered: