-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,32 @@ | ||
# FAQ | ||
|
||
<deflist type="narrow"> | ||
<def title="What is this project about?"> | ||
This project is about a plugin for ComfyUI that focuses on image post-processing. | ||
</def> | ||
<def title="It’s free?"> | ||
Yes, this project is open-source and free to use. | ||
</def> | ||
<def title="Do you accept donations?"> | ||
While the project is free, donations are always appreciated... But currently no. | ||
</def> | ||
<def title="What about Privacy and Security?"> | ||
Allor values your privacy. We do not collect any information during usage for subsequent use. Your data remains yours, always. | ||
</def> | ||
<def title="What license is this project under?"> | ||
This project is licensed under the MIT License, which allows for reuse, modification, and distribution with certain conditions. | ||
</def> | ||
<def title="How can I contribute to the project?"> | ||
You can contribute by submitting pull requests, reporting issues, or improving documentation. | ||
</def> | ||
<def title="What are the coding standards for this project?"> | ||
The project follows standard Python coding conventions. Please ensure your contributions adhere to these standards. | ||
</def> | ||
<def title="How do I report a bug or request a feature?"> | ||
You can report bugs or request new features through the issue tracker on the project’s GitHub page. | ||
</def> | ||
<def title="How can I stay updated about the project’s progress?"> | ||
You can stay updated by following the project on GitHub or subscribing to our mailing list. | ||
</def> | ||
</deflist> | ||
|