adieyal / dynamicprompts

Templating language for generating prompts for text to image generators such as Stable Diffusion
MIT License
124 stars 20 forks source link

Bug/nested parsing #62

Closed adieyal closed 1 year ago

adieyal commented 1 year ago

Fixes #28

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (55f03b4) 97.92% compared to head (72750ae) 97.93%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #62 +/- ## ======================================= Coverage 97.92% 97.93% ======================================= Files 69 69 Lines 2508 2514 +6 ======================================= + Hits 2456 2462 +6 Misses 52 52 ``` | [Impacted Files](https://codecov.io/gh/adieyal/dynamicprompts/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal) | Coverage Δ | | |---|---|---| | [src/dynamicprompts/\_\_init\_\_.py](https://codecov.io/gh/adieyal/dynamicprompts/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal#diff-c3JjL2R5bmFtaWNwcm9tcHRzL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [src/dynamicprompts/parser/parse.py](https://codecov.io/gh/adieyal/dynamicprompts/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal#diff-c3JjL2R5bmFtaWNwcm9tcHRzL3BhcnNlci9wYXJzZS5weQ==) | `98.60% <100.00%> (ø)` | | | [tests/test\_sd\_issues.py](https://codecov.io/gh/adieyal/dynamicprompts/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal#diff-dGVzdHMvdGVzdF9zZF9pc3N1ZXMucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.