HVision-NKU / StoryDiffusion

Create Magic Story!
Apache License 2.0
5.45k stars 519 forks source link

Additional tips for the gradio UI #65

Open SoftologyPro opened 1 month ago

SoftologyPro commented 1 month ago

Underneath the current tip

3. [NC]symbol (The [NC] symbol is used as a flag to indicate that no characters should be present in the generated scene images. If you want do that, prepend the "[NC]" at the beginning of the line. For example, to generate a scene of falling leaves without any character, write: "[NC] The leaves are falling.")

Suggestion to add these

5. Add * to the end of a prompt to not show captions for that panel.
6. Add # and a custom prompt at the end of each prompt to change the caption text.
7. Anything else users should know?
Z-YuPeng commented 1 month ago

I am currently making significant changes to the code to support new features, such as saving and loading IDs, multiple characters, and more. I will add this functionality to the new version.