Wanna say big thank you to the creator of perchance as this site has gotten me to actually understand coding better. Moving from SD to Flux.1 Schnell has also been a major boost. I am working on a side project image Gen that also ties in the ai chat and going to make a game generator that you can play a DND type game with the ai chat bot that generates images of the characters and the scene, still not close to getting that done.
Now, biggest thing I have been seeing with people and posts about the t2I generator now is that they do not understand Flux.1 at all. Here are some tips.
-
Flux does not use negative prompting. You can add No "whatever" in the main prompt at the bottom to help Flux not generate something you dont want in the image.
-
Flux does not use weights or () or any SD type prompting. Use the KISS method. Your prompt should be simple, ie: A husky dog running in a wooded forest during the middle of winter. - that will generate a good image. You can add - real photograph taken on an Kodak disposable camera, y2k aesthetic, natural lighting and light leaks through the trees. - by adding the technical data to the end, Flux actually responds to it better. You can mention type of trees, or more background type things, just remeber the KISS method.
-
Flux does not like high SFG. I hope the dev can adjust perchance main code to allow 1/2 scale so so you can do 2.5, 5.5, etc instead of whole numbers. Flux does prefer 1-5 SFG.
-
I am not sure if perchance can actually do image steps, I have been messing with that part and it does seem to adjust the quality of the image. Under the image settings code, add a steps = [inout.steps] code line and create a simple step list. I go with 4, 8, and 12 steps. Just something to look into.
-
Using the old perchance imports for art styles and such, is actually not right. Those are setup for SD and not Flux. Using them without changing the prompt structure will always create bad images.
Seen to many posts here and on reddit where users keep complaining about the t2I generators and wanted to give some insights to help the community. Using Claude, Gronk, Chat gpt to help build prompting is decent, again they tend to over describe things. The ai chat bots you can create do a better job once you setup the persona correctly to fully understand how Flux.1 works and give the bot good guides and instructions to follow.