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) .
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:
-
Prerequisites:
- Install Streamlit:
pip install streamlit
- Install Streamlit:
-
Clone the Repository:
-
Install all the dependencies using requirements.txt
https://docs.streamlit.io/streamlit-community-cloud/deploy-your-app/app-dependencies
-
Run it locally using streamlit streamlit run your_script.py