Update README.md
This commit is contained in:
committed by
GitHub
parent
948fc2ebe6
commit
15795f48c3
@@ -186,64 +186,64 @@ Warlock-Studio uses [PyInstaller](https://www.pyinstaller.org/) and [Inno Setup]
|
|||||||
|
|
||||||
```
|
```
|
||||||
Warlock-Studio/
|
Warlock-Studio/
|
||||||
├──AI-onnx/
|
├── AI-onnx/ # Pre-trained ONNX models for AI processing
|
||||||
│
|
│ ├── BSRGANx2_fp16.onnx
|
||||||
└──├──BSRGANx2_fp16.onnx
|
│ ├── BSRGANx4_fp16.onnx
|
||||||
├──BSRGANx4_fp16.onnx
|
│ ├── GFPGANv1.4.fp16.onnx
|
||||||
├──GFPGANv1.4.fp16.onnx
|
│ ├── IRCNN_Lx1_fp16.onnx
|
||||||
├──IRCNN_Lx1_fp16.onnx
|
│ ├── IRCNN_Mx1_fp16.onnx
|
||||||
├──IRCNN_Mx1_fp16.onnx
|
│ ├── RealESR_Animex4_fp16.onnx
|
||||||
├──RealESR_Animex4_fp16.onnx
|
│ ├── RealESR_Gx4_fp16.onnx
|
||||||
├──RealESR_Gx4_fp16.onnx
|
│ ├── RealESRGANx4_fp16.onnx
|
||||||
├──RealESRGANx4_fp16.onnx
|
│ ├── RealESRNetx4_fp16.onnx
|
||||||
├──RealESRNetx4_fp16.onnx
|
│ ├── RealSRx4_Anime_fp16.onnx
|
||||||
├──RealSRx4_Anime_fp16.onnx
|
│ ├── RIFE_fp32.onnx
|
||||||
├──RIFE_fp32.onnx
|
│ └── RIFE_Lite_fp32.onnx
|
||||||
├──RIFE_Lite_fp32.onnx
|
|
||||||
├──Assets/
|
|
||||||
│
|
|
||||||
└──├──banner.png
|
|
||||||
├──clear_icon.png
|
|
||||||
├──exiftool.exe
|
|
||||||
├──ffmpeg.exe
|
|
||||||
├──info_icon.png
|
|
||||||
├──logo.ico
|
|
||||||
├──logo.png
|
|
||||||
├──stop_icon.png
|
|
||||||
├──upscale_icon.png
|
|
||||||
├──wizard-image.bmp
|
|
||||||
└──wizard-small.bmp
|
|
||||||
├──rsc/
|
|
||||||
│
|
|
||||||
└──├──badge-color.png
|
|
||||||
├──Capture.png
|
|
||||||
├──CaptureRIFE.png
|
|
||||||
├──google_drive-logo.png
|
|
||||||
├──WorkflowBSRGAN.png
|
|
||||||
├──WorkflowIRCNN.png
|
|
||||||
├──WorkflowRealESRGAN.png
|
|
||||||
├──WorkflowRIFE.png
|
|
||||||
└──Installation_window2.png
|
|
||||||
├──Manual/
|
|
||||||
│
|
|
||||||
└──├──Manual_EN.pdf
|
|
||||||
├──Manual_EN.tex
|
|
||||||
├──Manual_ES.pdf
|
|
||||||
└──Manual_ES.tex
|
|
||||||
│
|
│
|
||||||
├──CHANGELOG.md
|
├── Assets/ # App assets and third-party binaries
|
||||||
├──CODE_OF_CONDUCT.md
|
│ ├── banner.png
|
||||||
├──CONTRIBUTING.md
|
│ ├── clear_icon.png
|
||||||
├──LICENSE
|
│ ├── exiftool.exe
|
||||||
├──License.txt
|
│ ├── ffmpeg.exe
|
||||||
├──NOTICE.md
|
│ ├── info_icon.png
|
||||||
├──README.md # This File
|
│ ├── logo.ico
|
||||||
├──SECURITY.md
|
│ ├── logo.png
|
||||||
├──Setup.iss
|
│ ├── stop_icon.png
|
||||||
├──Manual_ES.pdf
|
│ ├── upscale_icon.png
|
||||||
├──Manual_EN.pdf
|
│ ├── wizard-image.bmp
|
||||||
├──Warlock-Studio.py # Main
|
│ └── wizard-small.bmp
|
||||||
└──Warlock-Studio.spec
|
│
|
||||||
|
├── rsc/ # UI images, workflows, and branding
|
||||||
|
│ ├── badge-color.png
|
||||||
|
│ ├── Capture.png
|
||||||
|
│ ├── CaptureRIFE.png
|
||||||
|
│ ├── google_drive-logo.png
|
||||||
|
│ ├── WorkflowBSRGAN.png
|
||||||
|
│ ├── WorkflowIRCNN.png
|
||||||
|
│ ├── WorkflowRealESRGAN.png
|
||||||
|
│ ├── WorkflowRIFE.png
|
||||||
|
│ └── Installation_window2.png
|
||||||
|
│
|
||||||
|
├── Manual/ # LaTeX sources and generated manuals
|
||||||
|
│ ├── Manual_EN.tex
|
||||||
|
│ ├── Manual_ES.tex
|
||||||
|
│ ├── Manual_EN.pdf
|
||||||
|
│ └── Manual_ES.pdf
|
||||||
|
│
|
||||||
|
├── Warlock-Studio.py # Main application script
|
||||||
|
├── Warlock-Studio.spec # PyInstaller spec file
|
||||||
|
├── Setup.iss # Inno Setup installer script
|
||||||
|
│
|
||||||
|
├── README.md # Project overview (this file)
|
||||||
|
├── requirements.txt # (Si aplica: dependencias de Python)
|
||||||
|
├── CHANGELOG.md # Version history
|
||||||
|
├── LICENSE # License info (standard)
|
||||||
|
├── License.txt # Additional license details (if needed)
|
||||||
|
├── NOTICE.md # Notices and attributions
|
||||||
|
├── CODE_OF_CONDUCT.md # Contributor behavior guidelines
|
||||||
|
├── CONTRIBUTING.md # Contribution guide
|
||||||
|
└── SECURITY.md # Security reporting policies
|
||||||
|
|
||||||
```
|
```
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
@@ -292,3 +292,4 @@ For bug reports, feature suggestions, or inquiries, contact us at: **[negroayub9
|
|||||||
Distributed under the MIT License. Additional terms are available in the `NOTICE.md` file.
|
Distributed under the MIT License. Additional terms are available in the `NOTICE.md` file.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user