Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load comments from gif images to gather geninfo from gif outputs #13068

Merged
merged 4 commits into from
Sep 30, 2023

Commits on Aug 28, 2023

  1. Offloading custom work

    -custom_statics works to do mass replace strings, intended for copy-pasting gen info from internet generations and replacing unsavory prompts with safer prompts for my own sanity
    -tried to implement this into generation_parameters_copypaste but it didn't work out this iteration, presumably because we return a string and the calling method is looking for an object type
    -updated webui-user.bat to set a custom temp directory (for disk space concerns) and to apply xformers (for generation speed)
    
    I probably won't be merging any of this work into the main repo since I don't want to mess with anyone else's prompts, this is just intended to keep my workspace safe from anything I don't want to see. Eventually this should be done in an extension which I could then publish, but I need to learn a lot more about the extension and callback systems in the main repo first. just uploading this to my fork for now so i don't lose the current progress.
    JaredTherriault committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f3d1631 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Revert "Offloading custom work"

    This reverts commit f3d1631.
    
    This work has been offloaded now into an extension called Prompt Control.
    JaredTherriault committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    8f3b02f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    5e16914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    022639a View commit details
    Browse the repository at this point in the history