You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since in v1, there is a U-Net finetuned model where there is only one U-Net, we concatenate the task prompt and image prompt together for training. However, in v2, there is a U-Net and a BrushNet. The U-Net in v2 takes the description as input, while the BrushNet takes only task prompts as input.
Therefore, we set desc_prefix to true to concatenate the task and description prompts in v1, while setting it to false in v2.
why configuration "desc_prefix" for openimages dataset in ppt1_sd15.yaml is true but change to false in ppt2_bn.yaml ?
The text was updated successfully, but these errors were encountered: