It seems like either the OP responded to my message, or they just figured it out by themselves.
I just made an image with a prompt of a combination of [100 random objects]
and some of them has unusual containers for the popcorn or even non-food objects being put inside of that stack of popcorn. The prompt does contain the word bag of popcorn
, just to mention.
Perchance already has a dedicated dark mode button for their t2i-based generators like ai-text-to-image-generator, so I think they could implement something like that into the main pages too.
Are you mentioning AI generators or all sorts of Perchance generators? Either way you should ping @[email protected] for stuff like this.
You can't assign variables in the middle of a list, instead you would move this part to the output
assignment so it would actually create the variable that could be evaluated by the ..., r = recipies.selectOne, r.name]
instance:
[f=createInstance(ingredients.flour.selectOne), createInstance(b=ingredients.flour.selectOne)]
Like this:
Why does this happen?
Perchance recognizes and evaluates the f
variable assignment block I've mentioned before as the child of the list pie
which is a child of the list recipies
, making it unusable when called it directly within the variable's name. To fix this you'd need to execute that assignment before the recipies
list is evaluated (as I've said before).
The event should end on September 30th, because it doesn't make any sense if it ends on a nonexistent date, and it displays as Oct 1
on the Hub. Overall great to see the generator jam is being hosted by another person!
The Glowing Subcity of Trotopia
Great to see the tutorials are using screenshots of the new Perchance interface! 😃
You can use Tab
or keyboard shortcut Ctrl+]
to indent a line without having to move the cursor to the first few characters. Also Shift+Tab
or Ctrl+[
to unindent the line in the same way.
Same with me too when testing. Also, it popped the code from a wrong generator when I input generators like power-name
and power-generator-manager
(but it didn't throw an error)
Great! From this I could better see that if a generator's meta image thumbnail is this one, it is most likely a remix of the original AI Text to Image Generator (this also applies to other original image generators with the meta image already set up as well). There are some of them scattering around the generators page right now.
Nice!! @[email protected]