peteromallet commited on
Commit
15e5b0a
·
verified ·
1 Parent(s): 60718f1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - peteromallet/high-quality-midjouney-srefs
5
+ base_model:
6
+ - Qwen/Qwen-Image-Edit
7
+ tags:
8
+ - image
9
+ - editing
10
+ - lora
11
+ - style-transfer
12
+ - qwen
13
+ pipeline_tag: image-to-image
14
+ ---
15
+
16
+ # QwenEdit InStyle LoRA
17
+
18
+ ## Model Description
19
+
20
+ **QwenEdit InStyle** is a LoRA fine-tune for QwenEdit that significantly improves its ability to generate images based on a style reference. While the base model has style transfer capabilities, it often misses the nuances of styles and can transplant unwanted details from the input image. This LoRA addresses these limitations to provide more accurate style-based image generation.
21
+
22
+ ![samples.png](samples.png)
23
+
24
+ ## How to Use
25
+
26
+ To get the best results, start your prompt with the phrase:
27
+
28
+ `Make an image in this style of `
29
+
30
+ And then describe what you want to generate.
31
+
32
+ For example:
33
+ `Make an image in this style of a serene mountain landscape at sunset.`
34
+
35
+ ### Strengths & Weaknesses
36
+
37
+ The model excels at:
38
+ - Capturing subtle style nuances from reference images
39
+ - Avoiding unwanted detail transplantation from source images
40
+ - Generating coherent images that match the intended style
41
+
42
+ The model may struggle with:
43
+ - Extremely abstract or unconventional artistic styles
44
+ - Very specific technical details that conflict with the reference style
45
+
46
+ ## Training Data
47
+
48
+ The QwenEdit InStyle LoRA was trained on a curated dataset of high-quality Midjourney style references. This dataset focuses on diverse artistic styles and provides clean style-content separation for better training.
49
+
50
+ You can find the public dataset used for training here:
51
+ [https://huggingface.co/datasets/peteromallet/high-quality-midjouney-srefs](https://huggingface.co/datasets/peteromallet/high-quality-midjouney-srefs)
52
+
53
+ ## Links
54
+
55
+ - Model: [https://huggingface.co/peteromallet/Qwen-Image-Edit-InStyle](https://huggingface.co/peteromallet/Qwen-Image-Edit-InStyle)
56
+ - Dataset: [https://huggingface.co/datasets/peteromallet/high-quality-midjouney-srefs](https://huggingface.co/datasets/peteromallet/high-quality-midjouney-srefs)