Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 723 Bytes

File metadata and controls

22 lines (11 loc) · 723 Bytes

From Selfie to Sketchie

Welcome to the "From Selfie to Sketchie" Streamlit web application. This app allows you to transform your selfies into artistic sketches using a Stable diffusion model (stable-diffusion-xl-1024-v1-0) .

Deployment

This application is deployed using Streamlit, and it utilizes a Stable diffusion for image-to-image conversion. Here are the steps to deploy the app:

  1. Prerequisites:

    • Install Streamlit: pip install streamlit
  2. Clone the Repository:

  3. Install all the dependencies using requirements.txt

    https://docs.streamlit.io/streamlit-community-cloud/deploy-your-app/app-dependencies

  4. Run it locally using streamlit streamlit run your_script.py