Commit
·
8cc9892
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +123 -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,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
cinematic photography, haze cinematic scene, of a woman wearing a black
|
11 |
+
futuristic latex mask, sitting in a sphere personal vehicle, moment of
|
12 |
+
stillness, led lighting, weird, 2000s aesthetic, mirrored, white sand desert
|
13 |
+
background, futuristic fashion, masterpiece, film grain, 35mm film
|
14 |
+
output:
|
15 |
+
url: images/ComfyUI_02450_.png
|
16 |
+
- text: a modern ultra-minimalist communication machine, designed by Dieter Rams
|
17 |
+
parameters:
|
18 |
+
negative_prompt: black and white
|
19 |
+
output:
|
20 |
+
url: images/ComfyUI_02426_.png
|
21 |
+
- text: a person sitting in a modern ultra-minimalist room, designed by Dieter Rams
|
22 |
+
parameters:
|
23 |
+
negative_prompt: black and white
|
24 |
+
output:
|
25 |
+
url: images/ComfyUI_00217_.png
|
26 |
+
- text: >-
|
27 |
+
personal high-speed transport, future fashion, in a vast rocky expanse,
|
28 |
+
post-present modernism, designed by Dieter Rams
|
29 |
+
parameters:
|
30 |
+
negative_prompt: black and white
|
31 |
+
output:
|
32 |
+
url: images/ComfyUI_02435_.png
|
33 |
+
- text: a modern ultra-minimalist audio device, designed by Dieter Rams
|
34 |
+
parameters:
|
35 |
+
negative_prompt: black and white
|
36 |
+
output:
|
37 |
+
url: images/ComfyUI_02424_.png
|
38 |
+
- text: a modern ultra-minimalist kitchen machine, designed by Dieter Rams
|
39 |
+
parameters:
|
40 |
+
negative_prompt: black and white
|
41 |
+
output:
|
42 |
+
url: images/ComfyUI_temp_tyunz_00164_.png
|
43 |
+
- text: >-
|
44 |
+
cinematic photography, haze cinematic scene, a priest wearing futuristic red
|
45 |
+
latex, arguing with military cyborg, moment of (heightened emotion:1.2), led
|
46 |
+
lighting, weird, 1970 aesthetic, international style, mirrored, interior,
|
47 |
+
futuristic fashion, film grain, 35mm film, design by Dieter Rams
|
48 |
+
parameters:
|
49 |
+
negative_prompt: red eyes, nipples, (worst quality:1.5)
|
50 |
+
output:
|
51 |
+
url: images/ComfyUI_02453_.png
|
52 |
+
- text: a modern minimalist travel machine, designed by Dieter Rams
|
53 |
+
parameters:
|
54 |
+
negative_prompt: black and white
|
55 |
+
output:
|
56 |
+
url: images/ComfyUI_02410_.png
|
57 |
+
- text: a modern ultra-minimalist kitchen machine, designed by Dieter Rams
|
58 |
+
parameters:
|
59 |
+
negative_prompt: black and white
|
60 |
+
output:
|
61 |
+
url: images/ComfyUI_02399_.png
|
62 |
+
- text: >-
|
63 |
+
cinematic photography, haze cinematic scene, of a woman wearing a black
|
64 |
+
futuristic latex mask, standing in a glass cafe, looking out, moment of
|
65 |
+
stillness, led lighting, weird, international style, mirrored, white sand
|
66 |
+
desert background, futuristic fashion, masterpiece, film grain, 35mm film,
|
67 |
+
design by Dieter Rams, directed by Stanley Kubrick
|
68 |
+
parameters:
|
69 |
+
negative_prompt: (worst quality:1.4), sfw
|
70 |
+
output:
|
71 |
+
url: images/ComfyUI_02452_.png
|
72 |
+
- text: a modern ultra-minimalist timekeeping machine, designed by Dieter Rams
|
73 |
+
parameters:
|
74 |
+
negative_prompt: black and white
|
75 |
+
output:
|
76 |
+
url: images/ComfyUI_02428_.png
|
77 |
+
- text: >-
|
78 |
+
cinematic photography, haze cinematic scene, a woman wearing a futuristic
|
79 |
+
latex mask and robe, communicating with a mobile service robot, moment of
|
80 |
+
stillness, led lighting, weird, 1970 aesthetic, mirrored, white sand desert
|
81 |
+
background, futuristic fashion, detailed background, masterpiece, film
|
82 |
+
grain, 35mm film, design by Dieter Rams
|
83 |
+
parameters:
|
84 |
+
negative_prompt: bare legs
|
85 |
+
output:
|
86 |
+
url: images/ComfyUI_02451_.png
|
87 |
+
- text: >-
|
88 |
+
interstellar high-speed transport, future fashion, in outer space,
|
89 |
+
post-present modernism, designed by Dieter Rams
|
90 |
+
parameters:
|
91 |
+
negative_prompt: black and white
|
92 |
+
output:
|
93 |
+
url: images/ComfyUI_02434_.png
|
94 |
+
base_model: runwayml/stable-diffusion-v1-5
|
95 |
+
instance_prompt: designed by Dieter Rams
|
96 |
+
license: apache-2.0
|
97 |
+
---
|
98 |
+
# Dieter Rams Style
|
99 |
+
|
100 |
+
<Gallery />
|
101 |
+
|
102 |
+
## Model description
|
103 |
+
|
104 |
+
Dieter Rams is a German industrial designer who is widely regarded as one of the most influential designers of the 20th century and, as the Guardian put it, "the man who all but invented consumer product design as we know it today." The product and furniture designs he has produced since the 1950s are so powerful that upon first seeing them people immediately realize how much design around us has been influenced, or just plain stolen, from Rams.
|
105 |
+
|
106 |
+
There are a few things you can do with this LoRA:
|
107 |
+
|
108 |
+
- Create imaginary minimalist, futuristic products, appliances, and furniture that have a classic and timeless look.
|
109 |
+
- Add a classic minimalist style to the background rooms and objects in your creations.
|
110 |
+
- Add realism to your science fiction creations by incorporating Rams timeless design principles, similar to the way that the original Star Wars trilogy did.
|
111 |
+
|
112 |
+
Usage is simple: add the LoRA at strength 1 and the words "designed by Dieter Rams".
|
113 |
+
|
114 |
+
## Trigger words
|
115 |
+
|
116 |
+
You should use `designed by Dieter Rams` to trigger the image generation.
|
117 |
+
|
118 |
+
|
119 |
+
## Download model
|
120 |
+
|
121 |
+
Weights for this model are available in Safetensors format.
|
122 |
+
|
123 |
+
[Download](/JerryOrbachJr/Dieter-Rams-Style/tree/main) them in the Files & versions tab.
|