File size: 453 Bytes
d22c8a7 fb9c0e4 d22c8a7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
license: mit
language:
- en
base_model:
- stabilityai/stable-diffusion-2-1
pipeline_tag: image-to-image
library_name: diffusers
tags:
- stable-diffusion
- diffusers
- image-to-image
- style-transfer
- animation
- ai-art
- controlnet
- lora
---
# Custom AI Art Style Transfer
This is a Gradio app for transforming input images into a desired art style using your custom AI model.
## How to Run
```bash
pip install -r requirements.txt
python app.py |