Inspired by Adobe Firefly's text effects, Stable Diffusion Text Effects allows you to create mesmerizing and unique text effects with the power of stable diffusion algorithms.
- Install Stable Diffusion Web UI by AUTOMATIC1111. Follow these steps.
- Download the MeinaMix model and place it inside
stable-diffusion-webui/models/Stable-diffusion
- Download the lineart ControlNet model and place it inside
stable-diffusion-webui/extensions/sd-webui-controlnet/models
- Clone Stable Diffusion Text Effects to your local machine:
git clone https://github.com/ihsavru/sd-text-effects.git
- Install the dependencies using
yarn
. cd
intostable-diffusion-webui
and run the following command to start the Stable Diffusion API:
./webui.sh --nowebui --cors-allow-origins http://localhost:3000 --api-log
- To run the Stable Diffusion Text Effects app,
cd
intosd-text-effects
and use the following command:
yarn start
- Once the development server is running, you can access the app by opening your web browser and navigating to localhost:3000.