MountaintopLotus / braintrust

A Dockerized platform for running Stable Diffusion, on AWS (for now)
Apache License 2.0
1 stars 2 forks source link

Hypernetworks #17

Open JohnTigue opened 1 year ago

JohnTigue commented 1 year ago

It is essentially a style transfer tool in the SD space. It can train models based on some input images:

JohnTigue commented 1 year ago

A reddit snippet:

Q: if there’s a way to train the character it self, not the style so I can create the cartoon character in other styles? I’ve tried to create it like an object and face. It really didn’t work.

A: Train hypernetwork or embedding on your character. Generate enough images with that character. Img2img those images into the new style you want Train hypernetwork/embedding on the resulting images. Voila, you have a trained textual inversion or hypernetwork with that character in the style you want!

JohnTigue commented 1 year ago

Kasucast #9 - Stable Diffusion style technique comparison: Hypernetwork vs. Textual Inversion. He comes down on the side of hypernetworks, but also says both together give "very consistent results."