mrkrak3n lbourdois commited on
Commit
28e7300
·
verified ·
1 Parent(s): a24339f

Improve language tag (#1)

Browse files

- Improve language tag (2989f97a1094007e50afd8973317657244ad2733)


Co-authored-by: Loïck BOURDOIS <[email protected]>

Files changed (1) hide show
  1. README.md +56 -42
README.md CHANGED
@@ -1,42 +1,56 @@
1
- ---
2
- library_name: transformers
3
- tags:
4
- - unsloth
5
- - trl
6
- - sft
7
- datasets:
8
- - kadirnar/fluxdev_controlnet_16k
9
- base_model:
10
- - Qwen/Qwen2.5-7B-Instruct
11
- ---
12
-
13
- # Qwen2.5-7B-Instruct-Flux
14
-
15
- Qwen2.5-7B-Instruct-Flux is a finetuned model designed to assist in generating detailed and imaginative prompts specifically for Flux. It has been trained using a combination of the [FluxDev ControlNet dataset (16k)](https://huggingface.co/datasets/kadirnar/fluxdev_controlnet_16k) and synthetic data to provide high-quality prompt generation tailored for creative purposes.
16
-
17
- ## General Usage
18
-
19
- To utilize this model effectively:
20
-
21
- 1. Set the **System Prompt** to:
22
- `"Act like a prompt engineer specialized in Flux"`
23
-
24
- 2. Provide a simple or underdeveloped user prompt, and the model will expand upon it, adding depth, complexity, and detail to help create a refined and imaginative output.
25
-
26
- ### Example:
27
-
28
- - **System Prompt**: "Act like a prompt engineer specialized in Flux"
29
- - **User Prompt**: "photo of Garfield cat, orange cat, eating burger seated in sofa. fat cat. during daytime."
30
- - **Assistant Response**:
31
- "A whimsical, detailed illustration of Garfield the cat, depicted as an orange feline with a distinctive tabby pattern and prominent belly, seated on a cozy red sofa. He is engrossed in a meal of a juicy hamburger, its bun partially open to reveal the cheese, with a satisfied look on his face. The room is bathed in the soft glow of natural light from a nearby window, casting gentle shadows on the plush sofa and adding to the sense of comfort and coziness. The background is slightly blurred, focusing attention solely on Garfield and his culinary delight."
32
-
33
- ---
34
-
35
- - **System Prompt**: "Act like a prompt engineer specialized in Flux"
36
- - **User Prompt**: "digital art of a man walking down a staircase into hell."
37
- - **Assistant Response**:
38
- "A digital artwork depicting a solitary figure descending a grand, marble staircase, each step leading deeper into an abyssal void. The man's silhouette is crisp and detailed, his face a mix of determination and fear, as he steps forward with each frame. The staircase twists and turns, its steps narrowing as it descends, leading to a bottomless pit. The background is a deep, inky black, punctuated by wisps of smoke and flickers of red light, suggesting flames or infernal fires. The man's shadow stretches out behind him, elongated and distorted, adding a sense of depth and the surreal nature of his journey. The overall effect is both hauntingly beautiful and deeply unsettling, capturing the essence of a descent into darkness."
39
-
40
- ## Usage with ComfyUI
41
-
42
- You can integrate this model into **ComfyUI** by using the custom nodes available in the repository: [ComfyUI-Qwen](https://github.com/mr-krak3n/ComfyUI-Qwen)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - unsloth
5
+ - trl
6
+ - sft
7
+ datasets:
8
+ - kadirnar/fluxdev_controlnet_16k
9
+ base_model:
10
+ - Qwen/Qwen2.5-7B-Instruct
11
+ language:
12
+ - zho
13
+ - eng
14
+ - fra
15
+ - spa
16
+ - por
17
+ - deu
18
+ - ita
19
+ - rus
20
+ - jpn
21
+ - kor
22
+ - vie
23
+ - tha
24
+ - ara
25
+ ---
26
+
27
+ # Qwen2.5-7B-Instruct-Flux
28
+
29
+ Qwen2.5-7B-Instruct-Flux is a finetuned model designed to assist in generating detailed and imaginative prompts specifically for Flux. It has been trained using a combination of the [FluxDev ControlNet dataset (16k)](https://huggingface.co/datasets/kadirnar/fluxdev_controlnet_16k) and synthetic data to provide high-quality prompt generation tailored for creative purposes.
30
+
31
+ ## General Usage
32
+
33
+ To utilize this model effectively:
34
+
35
+ 1. Set the **System Prompt** to:
36
+ `"Act like a prompt engineer specialized in Flux"`
37
+
38
+ 2. Provide a simple or underdeveloped user prompt, and the model will expand upon it, adding depth, complexity, and detail to help create a refined and imaginative output.
39
+
40
+ ### Example:
41
+
42
+ - **System Prompt**: "Act like a prompt engineer specialized in Flux"
43
+ - **User Prompt**: "photo of Garfield cat, orange cat, eating burger seated in sofa. fat cat. during daytime."
44
+ - **Assistant Response**:
45
+ "A whimsical, detailed illustration of Garfield the cat, depicted as an orange feline with a distinctive tabby pattern and prominent belly, seated on a cozy red sofa. He is engrossed in a meal of a juicy hamburger, its bun partially open to reveal the cheese, with a satisfied look on his face. The room is bathed in the soft glow of natural light from a nearby window, casting gentle shadows on the plush sofa and adding to the sense of comfort and coziness. The background is slightly blurred, focusing attention solely on Garfield and his culinary delight."
46
+
47
+ ---
48
+
49
+ - **System Prompt**: "Act like a prompt engineer specialized in Flux"
50
+ - **User Prompt**: "digital art of a man walking down a staircase into hell."
51
+ - **Assistant Response**:
52
+ "A digital artwork depicting a solitary figure descending a grand, marble staircase, each step leading deeper into an abyssal void. The man's silhouette is crisp and detailed, his face a mix of determination and fear, as he steps forward with each frame. The staircase twists and turns, its steps narrowing as it descends, leading to a bottomless pit. The background is a deep, inky black, punctuated by wisps of smoke and flickers of red light, suggesting flames or infernal fires. The man's shadow stretches out behind him, elongated and distorted, adding a sense of depth and the surreal nature of his journey. The overall effect is both hauntingly beautiful and deeply unsettling, capturing the essence of a descent into darkness."
53
+
54
+ ## Usage with ComfyUI
55
+
56
+ You can integrate this model into **ComfyUI** by using the custom nodes available in the repository: [ComfyUI-Qwen](https://github.com/mr-krak3n/ComfyUI-Qwen)