Comment on How to Create Art for a Book?
hendrik@palaver.p3x.de 5 days ago
As far as I know, one way to do it is to use an image2image model / image editing model. You’d need to generate one reference image of your character. And then feed the reference image into it and tell it to draw that character in a different scenario. I haven’t done it in a while, not sure what people use these days to do it locally.
lefthandeddude@lemmy.dbzer0.com 5 days ago
That sounds so hard to do locally. I don’t even know where I would begin. Is that expert level stable diffusion?
Even_Adder@lemmy.dbzer0.com 5 days ago
You would probably need to use something like Visual Novel Character Creation Suite to generate a character and a dataset for LoRA training, and then train a LoRA for each character.
If you’re trying to get started with generating locally, here’s a tutorial for Comfy UI.
scrubbles@poptalk.scrubbles.tech 5 days ago
A big note that it’s nigh impossible to put two separate characters in one image, as the model has no idea who you are referencing. You can see this in all image models how they usually only have one central person, or two people who look oddly alike. Only way to get two or more characters would be with complex workflows to inpaint certain characters.
Even_Adder@lemmy.dbzer0.com 5 days ago
Yeah, if you’re using character LoRAs you’re probably going to need to use regional prompting to keep the concepts from leaking into each other.