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/wildcard in variants #57

Closed adieyal closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 :tada:

Comparison is base (917e6a2) 96.89% compared to head (d311604) 96.90%.

: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 #57 +/- ## ========================================== + Coverage 96.89% 96.90% +0.01% ========================================== Files 58 58 Lines 2353 2361 +8 ========================================== + Hits 2280 2288 +8 Misses 73 73 ``` | [Impacted Files](https://codecov.io/gh/adieyal/dynamicprompts/pull/57?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/57?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/commands/variant\_command.py](https://codecov.io/gh/adieyal/dynamicprompts/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal#diff-c3JjL2R5bmFtaWNwcm9tcHRzL2NvbW1hbmRzL3ZhcmlhbnRfY29tbWFuZC5weQ==) | `98.11% <100.00%> (+0.15%)` | :arrow_up: | | [src/dynamicprompts/samplers/combinatorial.py](https://codecov.io/gh/adieyal/dynamicprompts/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal#diff-c3JjL2R5bmFtaWNwcm9tcHRzL3NhbXBsZXJzL2NvbWJpbmF0b3JpYWwucHk=) | `98.79% <100.00%> (-0.02%)` | :arrow_down: | | [src/dynamicprompts/samplers/cycle.py](https://codecov.io/gh/adieyal/dynamicprompts/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal#diff-c3JjL2R5bmFtaWNwcm9tcHRzL3NhbXBsZXJzL2N5Y2xlLnB5) | `96.29% <100.00%> (-0.07%)` | :arrow_down: | | [src/dynamicprompts/samplers/random.py](https://codecov.io/gh/adieyal/dynamicprompts/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adi+Eyal#diff-c3JjL2R5bmFtaWNwcm9tcHRzL3NhbXBsZXJzL3JhbmRvbS5weQ==) | `97.67% <100.00%> (-0.06%)` | :arrow_down: | | [tests/test\_sd\_issues.py](https://codecov.io/gh/adieyal/dynamicprompts/pull/57?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.