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
It seems that the plugin just doesn't know where to put the data it obviously has (it's all in the mouseover popup), since it works fine in "Generate" mode. This isn't a huge issue if you know it, but somewhat of a trap since I just lost a few prompts that I thought I had saved that way. Maybe copy the data to the clipboard if it can't be properly put back into the UI? Or at least gray out the options that can't work like it already does for "Copy Style"?
The "proper" way would be to change the context menu based on the parameter nodes in the workflow, but that is obviously not trivial and has edge cases where the workflow can change along the way etc.
The text was updated successfully, but these errors were encountered:
After thinking about this some more, I think this is really a feature request to add a "copy data to clipboard" context menu item that just puts the same text that is in the info popup into the clipboard. That would solve the problem and would be useful in general for all modes.
+1 for the ability to copy generation parameters to clipboard, and add the ability save them to txt or workflow json file like it can be done for images with save image.
It seems that the plugin just doesn't know where to put the data it obviously has (it's all in the mouseover popup), since it works fine in "Generate" mode. This isn't a huge issue if you know it, but somewhat of a trap since I just lost a few prompts that I thought I had saved that way. Maybe copy the data to the clipboard if it can't be properly put back into the UI? Or at least gray out the options that can't work like it already does for "Copy Style"?
The "proper" way would be to change the context menu based on the parameter nodes in the workflow, but that is obviously not trivial and has edge cases where the workflow can change along the way etc.
The text was updated successfully, but these errors were encountered: