I’m excited to share the first project I’m working on—an extension for Stable Diffusion WebUI and SD Forge! It’s designed to make downloading models and files from Civitai and Hugging Face super easy. The best part? You don’t need to download anything manually. Just add my repository URL:
👉 https://github.com/monsterhunters/civitai_downloader.git
Paste it into the extension URL field, reload your WebUI, and boom—you’re good to go! The Civitai API is already integrated into the code, so there’s nothing extra for you to set up.
I’m still learning and growing, so I’d really appreciate your feedback, suggestions, or ideas. Your comments inspire me to improve and create even better projects in the future. Let’s make this tool awesome together—thank you for your support! 😊
Description
FAQ
Comments (2)
Subject: Correction in the requirements.txt file
Hello,
I encountered a small issue with the requirements.txt file in your project. While installing the dependencies via pip, an error occurred due to the incorrect spelling of the request package. The correct package name is requests (with an "s" at the end).
To fix this issue, simply modify the corresponding line in requirements.txt to:
txtCopierModifier
requests
Thank you very much for your work on this project! I believe this small correction could prevent similar errors for other users.
Best regards,
Thank you for your contribution. I will fix the error. Thanks.

