3 32.Contributing
Physton edited this page 2023-06-11 18:17:10 +08:00
This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Contributing

Contributing

If you want to contribute to sd-webui-prompt-all-in-one, welcome to submit issues and pull requests. You can also contact me via:

  • Emailphyston@163.com

Development

  • Front-end development (vue)

    1. Enter the src directory:

      cd ./sd-webui-prompt-all-in-one/src

    2. Initialize the node environment:

      npm install

    3. Modify the code

    4. Compile:

      npm run build

    5. Restart stable-diffusion-webui

  • Back-end development (python)

    1. Enter the extension directory:

      cd ./sd-webui-prompt-all-in-one

    2. Modify the code

    3. Restart stable-diffusion-webui

Custom Theme

If you need to customize the style theme of this extension, please refer to:

https://github.com/Physton/sd-webui-prompt-all-in-one/tree/main/styles/extensions