embedding-to-png-script
embedding-to-png-script copied to clipboard
[request]change prompt of png embedding or Extract original pt from png
The original prompt of a shared embedding in png format is too long, I want to change it to something shorter
But it seems I can't just "repack" it by using the png as input for your script
Is there anyway to change the prompt of a png embedding? Change filename is not working
No, currently it uses the ['name'] field in the embedded data to choose the prompt, the method you mention of 'repacking' it is the envisaged process.
Since the png embeddings can be further trained, one way to extract the .pt is to train it for a single step at a tiny learning rate.