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

Add Negative Prompt Supported. #244

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 27, 2023

  1. Add Negative Prompt Supported.

    How to Use
    
    Use `--negative-prompt-file` option
    
    ```
    python optimizedSD/my_txt2img.py --ckpt ~/sd-data/v1-5-pruned-emaonly.ckpt --from-file /path/to/prompt.txt --negative-prompt-file /path/to/negative_prompt.txt --H 512 --W 512 --n_iter 1 --n_samples 1 --ddim_steps 50 --sampler euler_a --turbo
    ```
    ytooyama committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4172125 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Update environment.yaml

    ytooyama authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    709bcd3 View commit details
    Browse the repository at this point in the history