3
32.Contributing
Physton edited this page 2023-06-11 18:17:10 +08:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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:

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