|
1 | | -# Stable-Diffusion-Pickle-Scanner-GUI |
2 | | -Pickle Scanner GUI |
| 1 | +<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 --> |
| 2 | +<a name="readme-top"></a> |
| 3 | +<!-- |
| 4 | +*** Thanks for checking out the Best-README-Template. If you have a suggestion |
| 5 | +*** that would make this better, please fork the repo and create a pull request |
| 6 | +*** or simply open an issue with the tag "enhancement". |
| 7 | +*** Don't forget to give the project a star! |
| 8 | +*** Thanks again! Now go create something AMAZING! :D |
| 9 | +--> |
| 10 | +<!-- |
| 11 | +*** I'm using markdown "reference style" links for readability. |
| 12 | +*** Reference links are enclosed in brackets [ ] instead of parentheses ( ). |
| 13 | +*** See the bottom of this document for the declaration of the reference variables |
| 14 | +*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. |
| 15 | +*** https://www.markdownguide.org/basic-syntax/#reference-style-links |
| 16 | +--> |
| 17 | +<br /> |
| 18 | +<div align="center"> |
| 19 | + |
| 20 | +[](https://www.buymeacoffee.com/disty) |
| 21 | +[](https://ko-fi.com/disty) |
| 22 | +[](https://coindrop.to/disty) |
| 23 | + <h1 align="center">Stable-Diffusion-Pickle-Scanner-GUI</h1> |
| 24 | + |
| 25 | + <p align="center"> |
| 26 | + Made simple and portable. |
| 27 | + <br /> |
| 28 | + <br /> |
| 29 | + <a href="https://github.com/diStyApps/Stable-Diffusion-Pickle-Scanner-GUI/issues">Report Bug</a> |
| 30 | + · |
| 31 | + <a href="https://github.com/diStyApps/Stable-Diffusion-Pickle-Scanner-GUI/issues">Request Feature</a> |
| 32 | + </p> |
| 33 | +</div> |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +<!-- TABLE OF CONTENTS --> |
| 38 | +<details> |
| 39 | + <summary>Table of Contents</summary> |
| 40 | + <ol> |
| 41 | + <li> |
| 42 | + <a href="#about-the-project">About The Project</a> |
| 43 | + </li> |
| 44 | + <li><a href="#usage">Usage</a></li> |
| 45 | + <li><a href="#roadmap">Roadmap</a></li> |
| 46 | + <li><a href="#license">License</a></li> |
| 47 | + <li><a href="#contact">Contact</a></li> |
| 48 | + <li><a href="#acknowledgments">Acknowledgments</a></li> |
| 49 | + </ol> |
| 50 | +</details> |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +<!-- ABOUT THE PROJECT --> |
| 55 | +## About The Project |
| 56 | + |
| 57 | +<img src="media/preview/passdir.png" width="70%" height="70%"> |
| 58 | +<img src="media/preview/infecteddir.jpg" width="70%" height="70%"> |
| 59 | + |
| 60 | + |
| 61 | +The project is a GUI for [picklescan](https://github.com/mmaitre314/picklescan) repo. Made simple and portable. |
| 62 | + |
| 63 | +<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 64 | + |
| 65 | +<!-- Downloads --> |
| 66 | +## Downloads |
| 67 | +Standalone version [Windows](https://github.com/diStyApps/Stable-Diffusion-Pickle-Scanner-GUI/releases/download/v0.1.0/distys-Stable-Diffusion-Pickle-Scanner-GUI.v0.1.0.exe) |
| 68 | + |
| 69 | +Archived version [Windows](https://github.com/diStyApps/Stable-Diffusion-Pickle-Scanner-GUI/releases/download/v0.1.0/distys-Stable-Diffusion-Pickle-Scanner-GUI.v0.1.0.zip) |
| 70 | + |
| 71 | +<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | +<!-- USAGE EXAMPLES --> |
| 76 | +## Usage |
| 77 | + |
| 78 | +### Hugging Face |
| 79 | +Scan a malicious model on [Hugging Face](https://huggingface.co/): |
| 80 | +```bash |
| 81 | +nitrosocke/Nitro-Diffusion |
| 82 | +``` |
| 83 | +<img src="media/preview/passhf.jpg" width="70%" height="70%"> |
| 84 | + |
| 85 | +### URL |
| 86 | +Scan a malicious model from URL: |
| 87 | +```bash |
| 88 | +https://huggingface.co/PublicPrompts/Synthwave/resolve/main/snthwve%20style.ckpt |
| 89 | +``` |
| 90 | +<img src="media/preview/passurl.jpg" width="70%" height="70%"> |
| 91 | + |
| 92 | +### File / Directory |
| 93 | +Scan a malicious models from File or Directory: |
| 94 | +```bash |
| 95 | +/stable-diffusion-webui/models/Stable-diffusion |
| 96 | +``` |
| 97 | +<img src="media/preview/pass_dir_e.png" width="70%" height="70%"> |
| 98 | + |
| 99 | + |
| 100 | +### Testing |
| 101 | +Clone and scan a malicious files test directory: |
| 102 | +```bash |
| 103 | +/Stable-Diffusion-Pickle-Scanner-GUI/picklescan/tests/data |
| 104 | +``` |
| 105 | +<img src="media/preview/infectedtestdir.jpg" width="70%" height="70%"> |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | +<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | +<!-- ROADMAP --> |
| 114 | +## Roadmap |
| 115 | + |
| 116 | +- [ ] Add model downloader |
| 117 | +- [ ] Add models previews |
| 118 | + |
| 119 | +See the [open issues](https://github.com/diStyApps/Stable-Diffusion-Pickle-Scanner-GUI/issues) for a full list of proposed features (and known issues). |
| 120 | + |
| 121 | +<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 122 | + |
| 123 | +<!-- LICENSE --> |
| 124 | +## License |
| 125 | + |
| 126 | +Distributed under the MIT License. See `LICENSE.txt` for more information. |
| 127 | + |
| 128 | +<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | +<!-- CONTACT --> |
| 133 | +## Contact |
| 134 | + |
| 135 | +[@The_diSty](https://twitter.com/The_diSty) - distty@gmail.com |
| 136 | + |
| 137 | +Project Link: [https://github.com/diStyApps/Stable-Diffusion-Pickle-Scanner-GUI](https://github.com/diStyApps/Stable-Diffusion-Pickle-Scanner-GUI) |
| 138 | + |
| 139 | +<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | +<!-- ACKNOWLEDGMENTS --> |
| 144 | +## Acknowledgments |
| 145 | + |
| 146 | +Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off! |
| 147 | + |
| 148 | +* [picklescan](https://github.com/mmaitre314/picklescan) |
| 149 | +* [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) |
| 150 | +* [huggingface](https://huggingface.co) |
| 151 | + |
| 152 | +<!-- * [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet) |
| 153 | +* [Malven's Flexbox Cheatsheet](https://flexbox.malven.co/) |
| 154 | +* [Malven's Grid Cheatsheet](https://grid.malven.co/) |
| 155 | +* [Img Shields](https://shields.io) |
| 156 | +* [GitHub Pages](https://pages.github.com) |
| 157 | +* [Font Awesome](https://fontawesome.com) |
| 158 | +* [React Icons](https://react-icons.github.io/react-icons/search)--> |
| 159 | + |
| 160 | +<p align="right">(<a href="#readme-top">back to top</a>)</p> |
| 161 | + |
| 162 | + |
| 163 | +<!-- MARKDOWN LINKS & IMAGES --> |
| 164 | +<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> |
| 165 | +[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge |
| 166 | +[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors |
| 167 | +[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge |
| 168 | +[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members |
| 169 | +[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge |
| 170 | +[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers |
| 171 | +[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge |
| 172 | +[issues-url]: https://github.com/othneildrew/Best-README-Template/issues |
| 173 | +[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge |
| 174 | +[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt |
| 175 | +[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 |
| 176 | +[linkedin-url]: https://linkedin.com/in/othneildrew |
| 177 | +[product-screenshot]: images/screenshot.png |
| 178 | +[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white |
| 179 | +[Next-url]: https://nextjs.org/ |
| 180 | +[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB |
| 181 | +[React-url]: https://reactjs.org/ |
| 182 | +[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D |
| 183 | +[Vue-url]: https://vuejs.org/ |
| 184 | +[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white |
| 185 | +[Angular-url]: https://angular.io/ |
| 186 | +[Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00 |
| 187 | +[Svelte-url]: https://svelte.dev/ |
| 188 | +[Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white |
| 189 | +[Laravel-url]: https://laravel.com |
| 190 | +[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white |
| 191 | +[Bootstrap-url]: https://getbootstrap.com |
| 192 | +[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white |
| 193 | +[JQuery-url]: https://jquery.com |
| 194 | + |
| 195 | + |
0 commit comments