- 1 Post
- 5 Comments
Joined 9 months ago
Cake day: November 29th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
wholeai@lemmy.worldto
Perchance - Create a Random Text Generator@lemmy.world•New to AI images and struggling with a commandEnglish
1·8 months agoLetting the days go by
wholeai@lemmy.worldto
Perchance - Create a Random Text Generator@lemmy.world•Hex Codes in Output images?English
1·9 months agoPretty sure you could use this gen to give the prompt color names instead of hex code hex to color name generator
wholeai@lemmy.worldto
Perchance - Create a Random Text Generator@lemmy.world•Help coding nested subtables in PerchanceEnglish
1·9 months agoOh damn that formatting… here the screencap

wholeai@lemmy.worldto
Perchance - Create a Random Text Generator@lemmy.world•Help coding nested subtables in PerchanceEnglish
1·9 months agoSub lists can be a pain. I’m sure there’s a better way to solve it this problem, but I think this gets the output your looking for. The aspirinPeople and ancientPeople work effectively the same, just to show the variation. If you called ancientPeople without selectOne it iterates through the list.
output [r = ruin.selectOne]
ruin [Ancient] [Aspiring]
Ancient Ancient graves portected by [ancientPeople.selectOne] Aspiring You come across an aspiring [aspiringPeople] ancientPeople mad dog sad jim
aspiringPeople ninja turtle
If I’m reading this right, you probably want to override the CCS for the bar. I’ve seen this on a few pages. Best thing to do is find a page that does this see what their doing to make it happen. Copy the JS from the page and give it to any big name chatbot, it should be able to find where this happens, explain how it works and how to incorporate it into your gen.