AdministratorDude@lemmy.world to Perchance - Create a Random Text Generator@lemmy.worldEnglish · 7 months ago
AdministratorDude@lemmy.world to Perchance - Create a Random Text Generator@lemmy.worldEnglish · 7 months ago
Right so, I have been wanting to make an image generator that you can type it’s prompt and pick different art generation types but since this type of developing is new to me I’m not sure what to do, I would have just codded a javascript or python one but I can’t use that code here any ideas on how I can make it?
If you want minimal effort, then as allo said, the
t2i-framework-plugin-v2
(which usestext-to-image-plugin
under the hood) is a good place to start. I’ve just added a bunch more comments in the code here, so it should be fairly self-explanatory: https://perchance.org/ai-text-to-image-generator#edit It usest2i-framework-plugin-v2
, and gives you a starting point for the settings. Just Ctrl+F for “MTG Card” and edit it to your own style, and duplicate it to create more styles, then save it.And, as allo said also, if you want more customization, you can go one level lower to https://perchance.org/text-to-image-plugin
Vionet has written extensively about the
text-to-image-plugin
in case you want to dive into a complete guide: https://perchance.org/learn-perchance-plugins-text-to-image