v0.2.2: Unify quality defaults, improve README

- Unify 'all' defaults to match 'invisible' (strength=0.02, steps=100)
- Reorder CLI docs: 'all' command first, individual commands second
- HuggingFace token is now documented as optional
- Remove 'additional setup' label from invisible section
This commit is contained in:
test-user
2026-03-25 12:28:02 -07:00
parent 2152ebcd32
commit 507757738e
6 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class TestMainGroup:
def test_version(self, runner):
result = runner.invoke(main, ["--version"])
assert result.exit_code == 0
assert "0.2.1" in result.output
assert "0.2.2" in result.output
def test_no_command_shows_banner(self, runner):
result = runner.invoke(main, [])