Skip to content

Commit

Permalink
chore: add instructions on how to add tailwindcss via node
Browse files Browse the repository at this point in the history
  • Loading branch information
provos committed Jun 18, 2024
1 parent 63e70ed commit d8897a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ python ./webui.py --prefetch-models=default
```

> [!NOTE]
> If you want to make changes to the styles, you need to set up `node` and run `npm run build` to rebuild the tailwind css file.
> If you want to make changes to the styles, you need to set up `node` and run `npm run build` to rebuild the tailwind css file. This requires installing `tailwindcss` via `npm install -D tailwindcss`.
> [!IMPORTANT]
> To use Stable Diffusion 3 Medium, you will need to install the current versio of diffusers from github.
Expand Down

0 comments on commit d8897a2

Please sign in to comment.