main
parent
aec98d9dea
commit
37fdf30cf2
|
|
@ -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をある程度分離できます
|
||||
|
|
|
|||
|
|
@ -427,6 +427,11 @@ Result
|
|||

|
||||
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue