mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
commit
f7ec9f2073
8
CHANGES.md
Normal file
8
CHANGES.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Change history
|
||||
|
||||
Please add all changes that have a noticeable impact on users (including plugin
|
||||
developers) to this change list
|
||||
|
||||
# 2.4.5
|
||||
* Add checkbox for "Open browser on startup"
|
||||
* Add a directory for core plugins that ship with Stable Diffusion UI by default
|
@ -40,6 +40,7 @@ or for Windows
|
||||
`mklink /J \projects\stable-diffusion-ui-archive\ui \projects\stable-diffusion-ui-repo\ui` (link name first, source repo dir second)
|
||||
9) Run the project again (like in step 2) and ensure you can still use the UI.
|
||||
10) Congrats, now any changes you make in your repo `ui` folder are linked to this running archive of the app and can be previewed in the browser.
|
||||
11) Please update CHANGES.md in your pull requests.
|
||||
|
||||
Check the `ui/frontend/build/README.md` for instructions on running and building the React code.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user