Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.43 KB

Stable Diffusion Text Effects

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.

Prerequisites

  1. Install Stable Diffusion Web UI by AUTOMATIC1111. Follow these steps.
  2. Download the MeinaMix model and place it inside stable-diffusion-webui/models/Stable-diffusion
  3. Download the lineart ControlNet model and place it inside stable-diffusion-webui/extensions/sd-webui-controlnet/models

Steps to Install

  1. Clone Stable Diffusion Text Effects to your local machine: git clone https://github.com/ihsavru/sd-text-effects.git
  2. Install the dependencies using yarn.
  3. cd into stable-diffusion-webui and run the following command to start the Stable Diffusion API:
./webui.sh --nowebui --cors-allow-origins http://localhost:3000 --api-log
  1. To run the Stable Diffusion Text Effects app, cd into sd-text-effects and use the following command:
yarn start
  1. Once the development server is running, you can access the app by opening your web browser and navigating to localhost:3000.