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
Using an init image with a mask is different than other usage for unexplainable reasons. Either it should be noted in the documentation or fixed.
The syntax:
init_image: Futuristic/techdeco.png
direct_init_weight:1_[Futuristic/techdecomask.png]
throws a "cannot find file" error, but
init_image: Futuristic/techdeco.png
direct_init_weight:1_Futuristic/techdecomask.png
does not
Further update: Does not function like I expected it to. Not sure if this is a problem with my expectations, or whether the latter option isn't actually loading a mask
The text was updated successfully, but these errors were encountered:
or whether the latter option isn't actually loading a mask
I think that's entirely possible and it's instead being interpreted as a text prompt. I never played with the masking features much so it would not surprise me if there was something broken in that machinery that had gone under my radar. will look into this, thanks!
Using an init image with a mask is different than other usage for unexplainable reasons. Either it should be noted in the documentation or fixed.
The syntax:
init_image: Futuristic/techdeco.png
direct_init_weight:1_[Futuristic/techdecomask.png]
throws a "cannot find file" error, but
init_image: Futuristic/techdeco.png
direct_init_weight:1_Futuristic/techdecomask.png
does not
Further update: Does not function like I expected it to. Not sure if this is a problem with my expectations, or whether the latter option isn't actually loading a mask
The text was updated successfully, but these errors were encountered: