-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bug: Remove unsupported 'qualitySuffix' argument from GenerateImageInfer.build_generate() in documentation #98
Comments
Ok, will change it in a moment, thanks for the report |
This option was merged into quality Toggle in the previous version. |
fixed in #100 |
Issue Closure Report for LlmKira/novelai-python: Unsupported 'qualitySuffix' ArgumentSummaryThe issue concerned the removal of an unsupported Details
Problem DescriptionThe documentation in the repository included the argument Documentation Line Reference
ResolutionThe issue was addressed promptly by contributor @sudoskys, who removed the erroneous Final OutcomeThe alignment of the documentation with the existing codebase has been successfully achieved, effectively closing the issue. The solution was implemented in pull request #100. We appreciate the vigilance of community members in identifying such discrepancies, and we extend our gratitude to @trojblue for reporting the issue and @sudoskys for the swift resolution. |
The example on readme had an option 'qualitySuffix':
qualitySuffix=True,
which was removed or not present in the actual generator:
novelai-python/src/novelai_python/sdk/ai/generate_image/__init__.py
Lines 696 to 697 in 904bf85
The text was updated successfully, but these errors were encountered: