Image-to-Image
Diffusers
Safetensors
style-transfer
image-editing
controllable-generation
lora
stylecontroller
Instructions to use ReyChiaro/StyleController with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ReyChiaro/StyleController with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2509", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ReyChiaro/StyleController") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Add paper and project links to model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
library_name: diffusers
|
| 4 |
-
pipeline_tag: image-to-image
|
| 5 |
base_model: Qwen/Qwen-Image-Edit-2509
|
| 6 |
-
base_model_relation: adapter
|
| 7 |
datasets:
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
<p align="center">
|
|
@@ -32,9 +32,9 @@ tags:
|
|
| 32 |
|
| 33 |
<p align="center">
|
| 34 |
<a href="https://huggingface.co/datasets/ReyChiaro/SmoothStyle"><img alt="Hugging Face Dataset" src="https://img.shields.io/badge/%F0%9F%A4%97-Dataset-FFD21E?style=flat-square"></a>
|
| 35 |
-
<a href=""><img alt="Hugging Face Model" src="https://img.shields.io/badge/%F0%9F%A4%97-Model-FFD21E?style=flat-square"></a>
|
| 36 |
-
<a href=""><img alt="Project Page" src="https://img.shields.io/badge/Project-Page-CB8B65?style=flat-square&logo=githubpages&logoColor=white"></a>
|
| 37 |
-
<a href=""><img alt="arXiv" src="https://img.shields.io/badge/arXiv-Paper-B31B1B?style=flat-square&logo=arxiv&logoColor=white"></a>
|
| 38 |
<a href="https://github.com/ReyChiaro/StyleController"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-Code-181717?style=flat-square&logo=github&logoColor=white"></a>
|
| 39 |
</p>
|
| 40 |
|
|
@@ -124,3 +124,14 @@ The model-weight release is provided under the [Apache License 2.0](LICENSE). Th
|
|
| 124 |
|
| 125 |
## Citation
|
| 126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model: Qwen/Qwen-Image-Edit-2509
|
|
|
|
| 3 |
datasets:
|
| 4 |
+
- ReyChiaro/SmoothStyle
|
| 5 |
+
library_name: diffusers
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
pipeline_tag: image-to-image
|
| 8 |
tags:
|
| 9 |
+
- style-transfer
|
| 10 |
+
- image-editing
|
| 11 |
+
- controllable-generation
|
| 12 |
+
- lora
|
| 13 |
+
- safetensors
|
| 14 |
+
- stylecontroller
|
| 15 |
+
base_model_relation: adapter
|
| 16 |
---
|
| 17 |
|
| 18 |
<p align="center">
|
|
|
|
| 32 |
|
| 33 |
<p align="center">
|
| 34 |
<a href="https://huggingface.co/datasets/ReyChiaro/SmoothStyle"><img alt="Hugging Face Dataset" src="https://img.shields.io/badge/%F0%9F%A4%97-Dataset-FFD21E?style=flat-square"></a>
|
| 35 |
+
<a href="https://huggingface.co/ReyChiaro/StyleController"><img alt="Hugging Face Model" src="https://img.shields.io/badge/%F0%9F%A4%97-Model-FFD21E?style=flat-square"></a>
|
| 36 |
+
<a href="https://reychiaro.github.io/StyleController/"><img alt="Project Page" src="https://img.shields.io/badge/Project-Page-CB8B65?style=flat-square&logo=githubpages&logoColor=white"></a>
|
| 37 |
+
<a href="https://arxiv.org/abs/2608.08125"><img alt="arXiv" src="https://img.shields.io/badge/arXiv-Paper-B31B1B?style=flat-square&logo=arxiv&logoColor=white"></a>
|
| 38 |
<a href="https://github.com/ReyChiaro/StyleController"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-Code-181717?style=flat-square&logo=github&logoColor=white"></a>
|
| 39 |
</p>
|
| 40 |
|
|
|
|
| 124 |
|
| 125 |
## Citation
|
| 126 |
|
| 127 |
+
```bibtex
|
| 128 |
+
@misc{xu2026stayingtrueorigincontinuous,
|
| 129 |
+
title={Staying True to the Origin: Continuous Image Stylization with Smooth Transitions},
|
| 130 |
+
author={Rui Xu and Hanmo Zhang and Songhua Liu},
|
| 131 |
+
year={2026},
|
| 132 |
+
eprint={2608.08125},
|
| 133 |
+
archivePrefix={arXiv},
|
| 134 |
+
primaryClass={cs.CV},
|
| 135 |
+
url={https://arxiv.org/abs/2608.08125},
|
| 136 |
+
}
|
| 137 |
+
```
|