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. cdintostable-diffusion-webuiand 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,
cdintosd-text-effectsand 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.


