diff --git a/README.md b/README.md index 57ac477..cc3874b 100644 --- a/README.md +++ b/README.md @@ -205,21 +205,23 @@ Warlock-Studio/ │ └── wizard-small.bmp │ ├── rsc/ # UI previews, workflows, and branding resources -│ ├── badge-color.png +│ ├── itch.io.png │ ├── Capture.png │ ├── CaptureRIFE.png -│ ├── google_drive-logo.png +│ ├── GitHub_Logo_WS.png │ ├── WorkflowBSRGAN.png │ ├── WorkflowIRCNN.png │ ├── WorkflowRealESRGAN.png │ ├── WorkflowRIFE.png -│ └── Installation_window2.png +│ ├── Installation_window.png +│ ├── Installation_window2.png +│ └── Installation_window3.png │ ├── Manual/ # LaTeX sources and generated manuals │ ├── Manual_EN.tex │ ├── Manual_ES.tex -│ ├── Manual_EN.pdf -│ └── Manual_ES.pdf +│ ├── v4.1_User_Manual_EN.pdf +│ └── v4.1_User_Manual_ES.pdf │ ├── Warlock-Studio.py # Main application script ├── Warlock-Studio.spec # PyInstaller specification file @@ -228,11 +230,11 @@ Warlock-Studio/ ├── requirements.txt # Python dependencies ├── CHANGELOG.md # Version history and updates ├── LICENSE # MIT License information -├── License.txt # Additional license info -├── NOTICE.md # Legal notices and attributions -├── CODE_OF_CONDUCT.md # Contributor guidelines -├── CONTRIBUTING.md # Contribution guide -└── SECURITY.md # Security reporting policies +├── model_downloader.py # Still in the process of implementation +├── NOTICE.md # Legal notices and attributions +├── CODE_OF_CONDUCT.md # Contributor guidelines +├── CONTRIBUTING.md # Contribution guide +└── SECURITY.md # Security reporting policies ```