profpeng commited on
Commit
dea0c48
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +66 -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,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - output:
9
+ url: images/IMG_112353_0.PNG
10
+ text: >-
11
+ A highly detailed video featuring a close-up, low-angle shot of a naked
12
+ woman squatting a naked man with dark skin. The woman is positioned on top
13
+ of the man, facing the camera, with her back arched and her buttocks
14
+ prominently displayed. The man's thick massive dripping erect penis is
15
+ visible, penetrating her. The background is slightly blurred, drawing focus
16
+ to the couple in the foreground. The woman's expression is one of pleasure,
17
+ with her eyes open in shock and mouth open in a scream of orgasm. The image
18
+ has a shallow depth of field, with the focus primarily on the couple. The
19
+ aesthetic quality of the image is very high, with clear, sharp details and
20
+ vibrant colors.
21
+ base_model: Wan-AI/Wan2.2-I2V-A14B
22
+ instance_prompt: >-
23
+ A highly detailed video featuring a close-up, low-angle shot of a naked woman
24
+ squatting a naked man with dark skin. The woman is positioned on top of the
25
+ man, facing the camera, with her back arched and her buttocks prominently
26
+ displayed. The man's thick massive dripping erect penis is visible,
27
+ penetrating her. The background is slightly blurred, drawing focus to the
28
+ couple in the foreground. The woman's expression is one of pleasure, with her
29
+ eyes open in shock and mouth open in a scream of orgasm. The image has a
30
+ shallow depth of field, with the focus primarily on the couple. The aesthetic
31
+ quality of the image is very high, with clear, sharp details and vibrant
32
+ colors.
33
+
34
+ ---
35
+ # wanbbcride
36
+
37
+ <Gallery />
38
+
39
+
40
+ ## Trigger words
41
+
42
+ You should use `A highly detailed video featuring a close-up` to trigger the image generation.
43
+
44
+ You should use `low-angle shot of a naked woman squatting a naked man with dark skin. The woman is positioned on top of the man` to trigger the image generation.
45
+
46
+ You should use `facing the camera` to trigger the image generation.
47
+
48
+ You should use `with her back arched and her buttocks prominently displayed. The man&#39;s thick massive dripping erect penis is visible` to trigger the image generation.
49
+
50
+ You should use `penetrating her. The background is slightly blurred` to trigger the image generation.
51
+
52
+ You should use `drawing focus to the couple in the foreground. The woman&#39;s expression is one of pleasure` to trigger the image generation.
53
+
54
+ You should use `with her eyes open in shock and mouth open in a scream of orgasm. The image has a shallow depth of field` to trigger the image generation.
55
+
56
+ You should use `with the focus primarily on the couple. The aesthetic quality of the image is very high` to trigger the image generation.
57
+
58
+ You should use `with clear` to trigger the image generation.
59
+
60
+ You should use `sharp details and vibrant colors.` to trigger the image generation.
61
+
62
+
63
+ ## Download model
64
+
65
+
66
+ [Download](/profpeng/wanbbcride/tree/main) them in the Files & versions tab.