Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mdk3 authored Sep 5, 2023
1 parent 679448c commit 56c9027
Showing 1 changed file with 24 additions and 36 deletions.
60 changes: 24 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,19 @@ This is an example of how to list things you need to use the software and how to

### Installation

1. Get a free API Key at [https://example.com](https://example.com)
1. Get a free TOKEN Key at [https://example.com](https://example.com)
2. Clone the repo
```sh
git clone https://github.com/github_username/repo_name.git
git clone https://github.com/mdk3/ComfyUI-Discord-Bot.git
```
3. Install NPM packages
```sh
npm install
```
4. Enter your congig in `.env`
4. Enter your config in `.env`
```js
token=TOKEN;
comfyuipath=D:/;
token=TOKEN
comfyuipath=D:/
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand All @@ -120,9 +120,7 @@ This is an example of how to list things you need to use the software and how to
<!-- USAGE EXAMPLES -->
## Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

_For more examples, please refer to the [Documentation](https://example.com)_
Updating...

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -131,12 +129,14 @@ _For more examples, please refer to the [Documentation](https://example.com)_
<!-- ROADMAP -->
## Roadmap

- [ ] Feature 1
- [ ] Feature 2
- [ ] Feature 3
- [ ] Nested Feature
- [x] FaceSwap Command
- [x] Generate Command
- [x] SDXL Command
- [x] FacePassword Command
- [x] FaceList Command
- [x] Modal Interaction

See the [open issues](https://github.com/github_username/repo_name/issues) for a full list of proposed features (and known issues).
See the [open issues](https://github.com/mdk3/ComfyUI-Discord-Bot/issues) for a full list of proposed features (and known issues).

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -150,12 +150,6 @@ Contributions are what make the open source community such an amazing place to l
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

<p align="right">(<a href="#readme-top">back to top</a>)</p>


Expand All @@ -172,9 +166,7 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.
<!-- CONTACT -->
## Contact

Your Name - [@twitter_handle](https://twitter.com/twitter_handle) - email@email_client.com

Project Link: [https://github.com/github_username/repo_name](https://github.com/github_username/repo_name)
Project Link: [https://github.com/mdk3/ComfyUI-Discord-Bot](https://github.com/mdk3/ComfyUI-Discord-Bot)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -183,26 +175,22 @@ Project Link: [https://github.com/github_username/repo_name](https://github.com/
<!-- ACKNOWLEDGMENTS -->
## Acknowledgments

* []()
* []()
* []()

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/github_username/repo_name.svg?style=for-the-badge
[contributors-url]: https://github.com/github_username/repo_name/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/github_username/repo_name.svg?style=for-the-badge
[forks-url]: https://github.com/github_username/repo_name/network/members
[stars-shield]: https://img.shields.io/github/stars/github_username/repo_name.svg?style=for-the-badge
[stars-url]: https://github.com/github_username/repo_name/stargazers
[issues-shield]: https://img.shields.io/github/issues/github_username/repo_name.svg?style=for-the-badge
[issues-url]: https://github.com/github_username/repo_name/issues
[license-shield]: https://img.shields.io/github/license/github_username/repo_name.svg?style=for-the-badge
[license-url]: https://github.com/github_username/repo_name/blob/master/LICENSE.txt
[contributors-shield]: https://img.shields.io/github/contributors/mdk3/ComfyUI-Discord-Bot.svg?style=for-the-badge
[contributors-url]: https://github.com/mdk3/ComfyUI-Discord-Bot/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/mdk3/ComfyUI-Discord-Bot.svg?style=for-the-badge
[forks-url]: https://github.com/mdk3/ComfyUI-Discord-Bot/network/members
[stars-shield]: https://img.shields.io/github/stars/mdk3/ComfyUI-Discord-Bot.svg?style=for-the-badge
[stars-url]: https://github.com/mdk3/ComfyUI-Discord-Bot/stargazers
[issues-shield]: https://img.shields.io/github/issues/mdk3/ComfyUI-Discord-Bot.svg?style=for-the-badge
[issues-url]: https://github.com/mdk3/ComfyUI-Discord-Bot/issues
[license-shield]: https://img.shields.io/github/license/mdk3/ComfyUI-Discord-Bot.svg?style=for-the-badge
[license-url]: https://github.com/mdk3/ComfyUI-Discord-Bot/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/linkedin_username
[product-screenshot]: images/screenshot.png
Expand Down

0 comments on commit 56c9027

Please sign in to comment.