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
I didn’t clean up the code for editing generation, but the code is already in the evaluation function. Here are some information:
Change edit_task to one of these: "inpainting, outpainting, prefix, suffix"
It will encode the condition tokens and replace [Mask] tokens where to inpaint here
Then it will call the edit function. The model will automatically create masked attention based on the tokens (with [Mask]) and generate tokens autoregressively with condition.
Does the model support editing? included in-between
The text was updated successfully, but these errors were encountered: