-
Notifications
You must be signed in to change notification settings - Fork 897
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
When uploading SDXL LoRA merged by sd-scripts on CivitAI, they reports "hash corrected" #1722
Comments
参考までに、実際のLoRAファイルがこちらになります。
メタデータを取り出して比較してみたところ、 |
関係性はよくわかっておりませんが、似た問題?の報告がありました。 |
ご報告ありがとうございます。 Thank you for reporting this. The hash value is calculated after processing with |
mainおよびdevブランチ等で対応いたしました。ご確認いただければ幸いです。 |
ご対応ありがとうございました。 余談ながら、今後CivitAIにアップ予定となっていた、すでに手元にできあがっているLoRAを、以下のコマンドラインで単体合成することでハッシュだけ差し替えしようとしたのですが…
結果を確認したところ、CivitAIが修正したものとハッシュ値は一致するものの、以下のように先頭JSON部のパラメータが変化します。こちらは動作上は問題なさそうでしょうか。
|
ハッシュ値が一致したとのこと、幸いです。
メタデータ上だけの問題ですので、LoRAの動作には問題ないと思います。 こちらが異なる原因ですが、dim/alphaが混在していると |
ご確認いただきましてありがとうございました。それではこちらで運用させていただきます。 もし何かありましたら別途ご報告いたします。 |
sd-scriptsを使ってSDXL用LoRAを開発・配布させていただいております。いつもお世話になっております。
svd_merge_lora
でマージして作成したSDXL用LoRAについて、動作には問題ないのですが、このたびこれらをCivitAIで公開するためアップロードしたところ、システム通知で以下のような報告が上がり、ファイルに変更が加えられていました。これまで10個以上アップしているのですが、全件でこれが発生しております。
I have no problem with the operation of LoRAs for SDXL created by merging with
svd_merge_lora
, but when I have uploaded these for publication on CivitAI, the following report was raised in the system notification and changes were made to the LoRA files.I have uploaded more than 10 so far and this has occurred in all cases.
実際の表示:
どうも、アップしたLoRAファイルのメタデータに記録されているハッシュ値が、CivitAI側が独自に計算したハッシュと適合しないことから、CivitAIがメタデータを書き換えたよ、ということのようです。
こちらの現象、sd-scriptsが生成時にメタデータに書き込んでいるハッシュが実際に間違っているのか、あるいはCivitAI側に何か問題があるのかが判別できず、念のため報告させていただきます。
It seems that the hash value recorded in the metadata of the uploaded LoRA file does not match the hash that CivitAI has calculated on its own, and that CivitAI has rewritten the metadata.
I can't determine whether the hash that sd-scripts writes to the metadata at the time of generation is actually wrong or whether there is some problem on the CivitAI side. I reported this just in case.
The text was updated successfully, but these errors were encountered: