hako-mikan 2025-01-29 19:56:05 +09:00
parent aec98d9dea
commit 37fdf30cf2
2 changed files with 8 additions and 1 deletions

View File

@ -302,7 +302,9 @@ APIを通してこの拡張を利用する場合には次の書式を使いま
### 謝辞
Attention coupleを提案された[furusu](https://note.com/gcem156)氏、Latent coupleを提案された[opparco](https://github.com/opparco)氏、2D生成のコード作成に協力して頂いた[Symbiomatrix](https://github.com/Symbiomatrix)に感謝します。
### トラブルシューティイング
#### Input type (struct c10::Half) and bias type (float) should be the same
 MIDVRAMオプションなどを使用している時にLoRAなどを使用している場合に上記エラーが出るときには"Use LoHa or other"オプションを有効にして下さい。
- 新機能2D領域を追加しました
- 新しい計算方式「Latent」を追加しました。生成が遅くなりますがLoRAをある程度分離できます

View File

@ -427,6 +427,11 @@ Result
![sample](https://github.com/hako-mikan/sd-webui-regional-prompter/blob/imgs/asample3.png)
## Troubleshooting
### Input type (struct c10::Half) and bias type (float) should be the same
If you encounter above error while using LoRA with the MIDVRAM option or similar settings, please enable the **"Use LoHa or other"** option.
## Acknowledgments
I thank [furusu](https://note.com/gcem156) for suggesting the Attention couple, [opparco](https://github.com/opparco) for suggesting the Latent couple, and [Symbiomatrix](https://github.com/Symbiomatrix) for helping to create the 2D generation code.