Deep-Live-Cam
Deep-Live-Cam copied to clipboard
Patch 1
Summary by Sourcery
Refactor UI components for better clarity and simplify webcam functionality by removing camera selection. Update documentation to clarify user responsibilities and provide information on accessing experimental features. Add a contributing guide to manage branch workflows.
Enhancements:
- Rename UI button variables for clarity in the modules/ui.py file.
- Remove camera selection UI elements and simplify the webcam preview function to use a default camera index.
Documentation:
- Update README.md to clarify user responsibilities regarding consent and deepfake usage.
- Add a new section in README.md about accessing the experimental branch for the latest features.
- Include a footnote in README.md about the project's origin and base author.
Chores:
- Add CONTRIBUTING.md file to guide contributors on using the experimental branch for testing before merging to the main branch.
Reviewer's Guide by Sourcery
This pull request implements several changes to the user interface, webcam functionality, and project documentation. The main changes include renaming UI elements, removing the NSFW switch, simplifying the webcam preview function, updating the README with new information, and adjusting the NSFW check logic in the core module.
File-Level Changes
| Files | Changes |
|---|---|
modules/ui.py |
Renamed UI buttons for better clarity and consistency |
modules/ui.py |
Removed NSFW switch from the user interface |
modules/ui.py |
Simplified webcam preview function by removing camera selection feature |
README.md |
Updated README with clearer instructions and new information about the experimental branch |
CONTRIBUTING.md |
Added a CONTRIBUTING.md file with guidelines for contributors |
modules/core.py |
Modified NSFW check logic in the core module |
Tips
- Trigger a new Sourcery review by commenting
@sourcery-ai reviewon the pull request. - Continue your discussion with Sourcery by replying directly to review comments.
- You can change your review settings at any time by accessing your dashboard:
- Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
- Change the review language;
- You can always contact us if you have any questions or feedback.