Metadata-Version: 2.1
Name: example_package_emanum
Version: 0.0.1
Summary: A small example package
Project-URL: Homepage, https://github.com/Emanum/stable-style-transfer
Project-URL: Bug Tracker, https://github.com/Emanum/stable-style-transfer/issues
Author-email: Manuel Eiweck <manuel.eiweck@emanum.dev>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Stable Stu;e Transfer
Neural Style Transfer using Stable Diffusion

## Project Components

### Diffuser Pipeline

This is an implementation of the stable-style-transfer usecase with a 
[diffuser](https://huggingface.co/docs/diffusers/index) pipeline to run the model locally

Installation and usage see [here](diffuser-pipeline/Readme.md)