mgwr
commited on
Commit
•
975cbc1
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +147 -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,147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
mgwr/cine, crescent moon, pink clouds, twilight sky, pastel tones, dusk,
|
11 |
+
evening sky, minimalistic composition, dark blue sky, soft lighting, serene,
|
12 |
+
atmospheric, dreamy, calm mood, celestial body, contrast between light and
|
13 |
+
dark, cloud texture, nature photography, ethereal, peaceful ambiance,
|
14 |
+
gradient sky. <lora:MGWR_Cine:0.8>
|
15 |
+
output:
|
16 |
+
url: images/00016-1333633802.png
|
17 |
+
- text: >-
|
18 |
+
mgwr/cine, woman silhouette, morning light, sun rays, indoor scene, soft
|
19 |
+
focus, golden hour, stretching pose, peaceful mood, cozy atmosphere, window
|
20 |
+
light, shadows and highlights, backlit figure, minimalistic interior, warm
|
21 |
+
tones, contemplative moment, calm energy, serene environment, yoga-inspired,
|
22 |
+
elegant posture, natural light beams, artistic composition.
|
23 |
+
<lora:MGWR_Cine:0.8>
|
24 |
+
output:
|
25 |
+
url: images/00019-1333633802.png
|
26 |
+
- text: >-
|
27 |
+
mgwr/cine, woman at train station, night scene, motion blur, moving train,
|
28 |
+
moody atmosphere, cinematic lighting, blurred background, long coat,
|
29 |
+
melancholic expression, urban setting, low-light photography, yellow and
|
30 |
+
green tones, solitude, introspective mood, soft focus, transient moment,
|
31 |
+
street style, surreal vibe, city nightlife, slow shutter speed, vintage
|
32 |
+
aesthetic. <lora:MGWR_Cine:0.8>
|
33 |
+
output:
|
34 |
+
url: images/00020-1333633802.png
|
35 |
+
- text: >-
|
36 |
+
mgwr/cine, close-up portrait, intense gaze, flame, lighter, moody lighting,
|
37 |
+
warm tones, dramatic shadows, mysterious expression, low-light photography,
|
38 |
+
cinematic aesthetic, dark atmosphere, wet hair, focused eyes, glowing
|
39 |
+
warmth, edgy vibe, raw emotion, expressive face, soft focus, gritty texture,
|
40 |
+
intimate shot. <lora:MGWR_Cine:0.8>
|
41 |
+
output:
|
42 |
+
url: images/00029-1333633802.png
|
43 |
+
- text: >-
|
44 |
+
mgwr/cine, double exposure, intense gaze, blue lighting, surreal atmosphere,
|
45 |
+
night cityscape, neon lights, abstract composition, moody tones, cinematic
|
46 |
+
style, ethereal glow, close-up portrait, mysterious vibe, soft focus, urban
|
47 |
+
environment, reflective mood, creative photography, conceptual art, layered
|
48 |
+
imagery, dark aesthetic, expressive eyes, melancholy, introspective feel,
|
49 |
+
dreamy visuals, night scene. <lora:MGWR_Cine:0.8>
|
50 |
+
output:
|
51 |
+
url: images/00030-1333633802.png
|
52 |
+
- text: >-
|
53 |
+
mgwr/cine, apartment building, night scene, illuminated windows, warm glow,
|
54 |
+
urban architecture, dark blue tones, geometric patterns, moody atmosphere,
|
55 |
+
contrasting colors, symmetrical design, shadow play, neon aesthetic, quiet
|
56 |
+
night, cinematic vibe, soft light reflections, minimalist composition,
|
57 |
+
solitary environment, evening light, cityscape details, modern residential
|
58 |
+
building. <lora:MGWR_Cine:0.8>
|
59 |
+
output:
|
60 |
+
url: images/00037-1333633802.png
|
61 |
+
- text: >-
|
62 |
+
mgwr/cine, empty gas station, night scene, snowy landscape, 24-hour sign,
|
63 |
+
isolated setting, cold atmosphere, retro aesthetic, eerie mood, neon
|
64 |
+
lighting, green and red tones, tire tracks in snow, minimalistic
|
65 |
+
composition, deserted environment, quiet night, vintage design, small town
|
66 |
+
vibe, dark sky, cinematic shot, rural location, low-light photography.
|
67 |
+
<lora:MGWR_Cine:0.8>
|
68 |
+
output:
|
69 |
+
url: images/00041-1333633802.png
|
70 |
+
- text: >-
|
71 |
+
mgwr/cine, ethereal portrait, glowing light, smoke effect, warm tones,
|
72 |
+
surreal imagery, soft lighting, moody atmosphere, abstract art, dreamlike
|
73 |
+
aesthetic, side profile, cinematic vibe, mysterious mood, vibrant glow,
|
74 |
+
otherworldly feel, high-contrast colors, creative composition, soft focus,
|
75 |
+
intense expression, artistic photography, immersive visual.
|
76 |
+
<lora:MGWR_Cine:0.8>
|
77 |
+
output:
|
78 |
+
url: images/00044-1333633802.png
|
79 |
+
- text: >-
|
80 |
+
mgwr/cine, person on fire, sitting in chair, open field, sunset sky, surreal
|
81 |
+
imagery, dramatic lighting, rural landscape, burning figure, solitude, moody
|
82 |
+
atmosphere, peaceful yet intense, conceptual photography, symbolic
|
83 |
+
expression, minimalistic composition, contrast between nature and chaos,
|
84 |
+
cinematic shot, wide open space, contemplative scene, isolation, eerie vibe.
|
85 |
+
<lora:MGWR_Cine:0.8>
|
86 |
+
output:
|
87 |
+
url: images/00048-1333633802.png
|
88 |
+
- text: >-
|
89 |
+
mgwr/cine, shattered glass, smoking woman, reflection, broken mirror, moody
|
90 |
+
atmosphere, gritty aesthetic, dramatic lighting, low-light photography,
|
91 |
+
close-up, rebellious vibe, fragmented perspective, soft focus, artistic
|
92 |
+
composition, urban setting, edgy style, cracked surface, introspective mood,
|
93 |
+
visual metaphor, dark tones, cinematic shot. <lora:MGWR_Cine:0.8>
|
94 |
+
output:
|
95 |
+
url: images/00049-1333633802.png
|
96 |
+
- text: >-
|
97 |
+
mgwr/cine, subway station, woman in motion blur, city life, urban portrait,
|
98 |
+
fleeting moment, subway train passing, melancholic mood, blurred movement,
|
99 |
+
muted tones, cinematic style, mid-action capture, pensive expression, modern
|
100 |
+
solitude, soft lighting, fleeting glance, public transport, reflective
|
101 |
+
surfaces, contemporary photography, dynamic composition, speed and stillness
|
102 |
+
contrast. <lora:MGWR_Cine:0.8>
|
103 |
+
output:
|
104 |
+
url: images/00050-1333633802.png
|
105 |
+
- text: >-
|
106 |
+
mgwr/cine, silhouette, man smoking, sunset sky, dusk, moody atmosphere, red
|
107 |
+
and blue color contrast, contemplative mood, outdoors, backlit, glowing
|
108 |
+
light, cinematic photography, empty landscape, shadowy figure, relaxed pose,
|
109 |
+
car roof, calm evening, reflective moment, soft gradient sky, atmospheric
|
110 |
+
lighting, solitude, minimalist composition, dark tones, peaceful scene,
|
111 |
+
artistic shot, subtle lighting. <lora:MGWR_Cine:0.8>
|
112 |
+
output:
|
113 |
+
url: images/00051-1333633802.png
|
114 |
+
- text: >-
|
115 |
+
mgwr/cine, astronaut, gas station, night scene, surreal setting, vintage
|
116 |
+
car, cinematic lighting, dark atmosphere, isolation, mysterious vibe, retro
|
117 |
+
aesthetic, otherworldly, spaceman, empty environment, urban exploration,
|
118 |
+
orange glow, moody colors, eerie mood, lonely figure, minimalistic
|
119 |
+
composition, helmet reflection, low light photography, nostalgic feel,
|
120 |
+
imaginative concept, unexpected context, dreamlike scene.
|
121 |
+
<lora:MGWR_Cine:0.8>
|
122 |
+
output:
|
123 |
+
url: images/00053-1333633802.png
|
124 |
+
base_model: black-forest-labs/FLUX.1-dev
|
125 |
+
instance_prompt: mgwr/cine
|
126 |
+
license: cc-by-nc-4.0
|
127 |
+
---
|
128 |
+
# MGWR Cine
|
129 |
+
|
130 |
+
<Gallery />
|
131 |
+
|
132 |
+
## Model description
|
133 |
+
|
134 |
+
|
135 |
+
![cine.png](https://cdn-uploads.huggingface.co/production/uploads/66caabe5abc2a03059afe09b/UgEuubHpgfSqP__yul4cG.png)
|
136 |
+
|
137 |
+
|
138 |
+
## Trigger words
|
139 |
+
|
140 |
+
You should use `mgwr/cine` to trigger the image generation.
|
141 |
+
|
142 |
+
|
143 |
+
## Download model
|
144 |
+
|
145 |
+
Weights for this model are available in Safetensors format.
|
146 |
+
|
147 |
+
[Download](/mgwr/Cine-Aesthetic/tree/main) them in the Files & versions tab.
|