heldn commited on
Commit
48d305e
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +129 -0
.gitattributes ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - text: 1boy, hold a Kurdistan_Flag, <lora:Kurdistan_Flag:1>
9
+ output:
10
+ url: images/00012-496985357.png
11
+ - text: 1boy, hold a Kurdistan_Flag, <lora:Kurdistan_Flag:1>
12
+ parameters:
13
+ negative_prompt: >-
14
+ Watermark, Text, censored, deformed, bad anatomy, disfigured, poorly drawn
15
+ face, mutated, extra limb, ugly, poorly drawn hands, missing limb,
16
+ floating limbs, disconnected limbs, disconnected head, malformed hands,
17
+ long neck, mutated hands and fingers, bad hands, missing fingers, cropped,
18
+ worst quality, low quality, mutation, poorly drawn, huge calf, bad hands,
19
+ fused hand, missing hand, disappearing arms, disappearing thigh,
20
+ disappearing calf, disappearing legs, missing fingers, fused fingers,
21
+ abnormal eye proportion, Abnormal hands, abnormal legs, abnormal feet,
22
+ abnormal fingers
23
+ output:
24
+ url: images/00013-3547855913.png
25
+ - text: a man on a horse in a war, hold a Kurdistan_Flag, <lora:Kurdistan_Flag:1>
26
+ parameters:
27
+ negative_prompt: >-
28
+ Watermark, Text, censored, deformed, bad anatomy, disfigured, poorly drawn
29
+ face, mutated, extra limb, ugly, poorly drawn hands, missing limb,
30
+ floating limbs, disconnected limbs, disconnected head, malformed hands,
31
+ long neck, mutated hands and fingers, bad hands, missing fingers, cropped,
32
+ worst quality, low quality, mutation, poorly drawn, huge calf, bad hands,
33
+ fused hand, missing hand, disappearing arms, disappearing thigh,
34
+ disappearing calf, disappearing legs, missing fingers, fused fingers,
35
+ abnormal eye proportion, Abnormal hands, abnormal legs, abnormal feet,
36
+ abnormal fingers
37
+ output:
38
+ url: images/00022-1375605437.png
39
+ - text: a man on a horse in a war, hold a Kurdistan_Flag, <lora:Kurdistan_Flag:1>
40
+ parameters:
41
+ negative_prompt: >-
42
+ Watermark, Text, censored, deformed, bad anatomy, disfigured, poorly drawn
43
+ face, mutated, extra limb, ugly, poorly drawn hands, missing limb,
44
+ floating limbs, disconnected limbs, disconnected head, malformed hands,
45
+ long neck, mutated hands and fingers, bad hands, missing fingers, cropped,
46
+ worst quality, low quality, mutation, poorly drawn, huge calf, bad hands,
47
+ fused hand, missing hand, disappearing arms, disappearing thigh,
48
+ disappearing calf, disappearing legs, missing fingers, fused fingers,
49
+ abnormal eye proportion, Abnormal hands, abnormal legs, abnormal feet,
50
+ abnormal fingers
51
+ output:
52
+ url: images/00024-1375605439.png
53
+ - text: >-
54
+ phot of an elf at a fantasy world, hold a Kurdistan_Flag,
55
+ <lora:Kurdistan_Flag:0.8>
56
+ parameters:
57
+ negative_prompt: >-
58
+ Watermark, Text, censored, deformed, bad anatomy, disfigured, poorly drawn
59
+ face, mutated, extra limb, ugly, poorly drawn hands, missing limb,
60
+ floating limbs, disconnected limbs, disconnected head, malformed hands,
61
+ long neck, mutated hands and fingers, bad hands, missing fingers, cropped,
62
+ worst quality, low quality, mutation, poorly drawn, huge calf, bad hands,
63
+ fused hand, missing hand, disappearing arms, disappearing thigh,
64
+ disappearing calf, disappearing legs, missing fingers, fused fingers,
65
+ abnormal eye proportion, Abnormal hands, abnormal legs, abnormal feet,
66
+ abnormal fingers
67
+ output:
68
+ url: images/00036-2687307252.png
69
+ - text: >-
70
+ phot of an elf, hold a Kurdistan_Flag, <lora:Kurdistan_Flag:0.8>, anime
71
+ style
72
+ parameters:
73
+ negative_prompt: >-
74
+ Watermark, Text, censored, deformed, bad anatomy, disfigured, poorly drawn
75
+ face, mutated, extra limb, ugly, poorly drawn hands, missing limb,
76
+ floating limbs, disconnected limbs, disconnected head, malformed hands,
77
+ long neck, mutated hands and fingers, bad hands, missing fingers, cropped,
78
+ worst quality, low quality, mutation, poorly drawn, huge calf, bad hands,
79
+ fused hand, missing hand, disappearing arms, disappearing thigh,
80
+ disappearing calf, disappearing legs, missing fingers, fused fingers,
81
+ abnormal eye proportion, Abnormal hands, abnormal legs, abnormal feet,
82
+ abnormal fingers
83
+ output:
84
+ url: images/00038-3373394770.png
85
+ - text: >-
86
+ Felt_(Re:Zero) hold a Kurdistan_Flag, <lora:Kurdistan_Flag:1>,
87
+ <lora:Felt:1>, red_eyes, blonde_hair, short_hair, ponytail, flat_chest,
88
+ hair_bow, black_bow
89
+ parameters:
90
+ negative_prompt: >-
91
+ Watermark, Text, censored, deformed, bad anatomy, disfigured, poorly drawn
92
+ face, mutated, extra limb, ugly, poorly drawn hands, missing limb,
93
+ floating limbs, disconnected limbs, disconnected head, malformed hands,
94
+ long neck, mutated hands and fingers, bad hands, missing fingers, cropped,
95
+ worst quality, low quality, mutation, poorly drawn, huge calf, bad hands,
96
+ fused hand, missing hand, disappearing arms, disappearing thigh,
97
+ disappearing calf, disappearing legs, missing fingers, fused fingers,
98
+ abnormal eye proportion, Abnormal hands, abnormal legs, abnormal feet,
99
+ abnormal fingers
100
+ output:
101
+ url: images/00000-1703427320.png
102
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
103
+ instance_prompt: Kurdistan_Flag
104
+
105
+ ---
106
+ # Kurdish_Flag For SDXL
107
+
108
+ <Gallery />
109
+
110
+ ## Model description
111
+
112
+ سڵاوی خواتان لێبێت، ئەم لۆرایەم وەک دەستپێکێک دروستکردووە بۆ ئاڵای کوردستان و بەپێی توانا هەوڵ ئەدەم وەکو کوردێک هەوڵی خۆم بدەم بۆ زیاتر بەردەستخستن و پێشکەوتووتر کردنی کورد لەم بوارە، ئەگەر ئامۆژگاری و هاوکاری منت بۆ دەکرێت ئەوە تکایە لە تایبەت هەوڵ بدە پێم بگەیت تا هاوکاری یەک بکەین.
113
+
114
+ This is my first completed LoRA, designed to generate beautiful representations of the Kurdistan flag, making it perfect for use in AI-generated art.
115
+
116
+ As this is my first attempt, I’m open to any feedback or tips to improve the quality and versatility of this LoRA. I’d love to hear your thoughts and ideas to make it even better.
117
+
118
+ Thank you for trying it out, and I hope you enjoy creating with it!
119
+
120
+ ## Trigger words
121
+
122
+ You should use `Kurdistan_Flag` to trigger the image generation.
123
+
124
+
125
+ ## Download model
126
+
127
+ Weights for this model are available in Safetensors format.
128
+
129
+ [Download](/heldn/Kurdish_FlagSDXL/tree/main) them in the Files & versions tab.