Instructions to use zooeyy/Style-Transfer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zooeyy/Style-Transfer with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-Edit-2511", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("zooeyy/Style-Transfer") prompt = "图1变为图2风格" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,9 +19,9 @@ widget:
|
|
| 19 |
text: 图1变为图2风格
|
| 20 |
base_model: Qwen/Qwen-Image-Edit-2511
|
| 21 |
instance_prompt: 图1变为图2风格
|
| 22 |
-
license:
|
| 23 |
---
|
| 24 |
-
# Style Transfer-Alpha0.
|
| 25 |
|
| 26 |
<Gallery />
|
| 27 |
|
|
@@ -107,4 +107,4 @@ You should use `图1变为图2风格` to trigger the image generation.
|
|
| 107 |
## Download model
|
| 108 |
|
| 109 |
|
| 110 |
-
[Download](/zooeyy/Style-Transfer/tree/main) them in the Files & versions tab.
|
|
|
|
| 19 |
text: 图1变为图2风格
|
| 20 |
base_model: Qwen/Qwen-Image-Edit-2511
|
| 21 |
instance_prompt: 图1变为图2风格
|
| 22 |
+
license: apache-2.0
|
| 23 |
---
|
| 24 |
+
# Style Transfer-Alpha0.2
|
| 25 |
|
| 26 |
<Gallery />
|
| 27 |
|
|
|
|
| 107 |
## Download model
|
| 108 |
|
| 109 |
|
| 110 |
+
[Download](/zooeyy/Style-Transfer/tree/main) them in the Files & versions tab.
|