itspranavajay / stable-diffusion-telegram-bot

MIT License
27 stars 16 forks source link

Update and bug fixes #1

Open YellowRoseCx opened 1 year ago

YellowRoseCx commented 1 year ago

Fixed a few errors I was having such as calling "url" when needing "sd_url", introduced a cleaner .env loading system, added most if not all possible options in the prompt field for generation

sourcery-ai[bot] commented 1 year ago

Sourcery Code Quality Report

❌  Merging this PR will decrease code quality in the affected files by 0.05%.

Quality metrics Before After Change
Complexity 1.52 ⭐ 1.49 ⭐ -0.03 👍
Method Length 119.75 🙂 128.50 😞 8.75 👎
Working memory 14.31 😞 14.14 😞 -0.17 👍
Quality 50.75% 🙂 50.70% 🙂 -0.05% 👎
Other metrics Before After Change
Lines 83 116 33
Changed files Quality Before Quality After Quality Change
main.py 50.75% 🙂 50.70% 🙂 -0.05% 👎

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation
main.py draw 2 ⭐ 350 ⛔ 17 ⛔ 39.90% 😞 Try splitting into smaller methods. Extract out complex expressions

Legend and Explanation

The emojis denote the absolute quality of the code:

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!