ymzhang319 commited on
Commit
512d9bb
·
1 Parent(s): b45a58a
configs/MoonFile.yaml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base: 'config/base.yaml'
2
+ prompts:
3
+ - - tusuncub is eating, cute tusuncub, tusun kitten, best quality
4
+ - tusuncub is sleeping, cute tusuncub, tusun kitten, best quality
5
+ - tusuncub is smiling, cute tusuncub, tusun kitten, best quality
6
+ - - tusuncub is eating, cute tusuncub, tusun kitten, best quality, winter scene
7
+ - tusuncub is sleeping, cute tusuncub, tusun kitten, best quality, winter scene
8
+ - tusuncub is smiling, cute tusuncub, tusun kitten, best quality, winter scene
9
+ - - tusuncub is eating, cute tusuncub, tusun kitten, best quality, pure background
10
+ - tusuncub is sleeping, cute tusuncub, tusun kitten, best quality, pure background
11
+ - tusuncub is smiling, cute tusuncub, tusun kitten, best quality, pure background
12
+ - - tusuncub is eating, cute tusuncub, tusun kitten, best quality, pure background
13
+ - tusuncub is sleeping, cute tusuncub, tusun kitten, best quality, pure background
14
+ - tusuncub is smiling, cute tusuncub, tusun kitten, best quality, pure background
15
+ - - tusuncub is eating, cute tusuncub, tusun kitten, best quality, black background, simple background
16
+ - tusuncub is sleeping, cute tusuncub, tusun kitten, best quality, black background, simple background
17
+ - tusuncub is smiling, cute tusuncub, tusun kitten, best quality, black background, simple background
18
+ n_prompt:
19
+ - ''
20
+ - ''
21
+ - ''
22
+ - ''
23
+ - ''
24
+
25
+ validation_data:
26
+ input_name: ''
27
+ validation_input_path: 'img/MoonFile/'
28
+ save_path: 'result/MoonFile/'
29
+ num_inference_steps: 25
30
+ guidance_scale: 7.5
31
+ img_mask: ''
32
+
33
+ pretrained_model_path: "models/StableDiffusion/"
34
+ unet_additional_kwargs:
35
+ use_motion_module : true
36
+ motion_module_resolutions : [ 1,2,4,8 ]
37
+ unet_use_cross_frame_attention : false
38
+ unet_use_temporal_attention : false
39
+
40
+ motion_module_type: Vanilla
41
+ motion_module_kwargs:
42
+ num_attention_heads : 8
43
+ num_transformer_block : 1
44
+ attention_block_types : [ "Temporal_Self", "Temporal_Self" ]
45
+ temporal_position_encoding : true
46
+ temporal_position_encoding_max_len : 32
47
+ temporal_attention_dim_div : 1
48
+ zero_initialize : true
49
+
50
+
51
+ generate:
52
+ use_image: true
53
+ use_video: false
54
+ sample_size: 512
55
+ video_length: 16
56
+ global_seed: [5658137986800322009, 12099779162349365895, 10499524853910852697, 16768009035333711932, 10499524853910852]
57
+ use_lora: true
58
+ use_db: true
59
+ lora_path: "models/DreamBooth_LoRA/TUSUN.safetensors" # TODO
60
+ db_path: "models/DreamBooth_LoRA/moonfilm_reality20.safetensors"
61
+ lora_alpha: 0.6
configs/base.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ generate:
2
+ model_path: "models/PIA/pia.ckpt"
3
+ validation_data:
4
+ mask_sim_range: [0]
5
+ cond_frame: 0
6
+
7
+ noise_scheduler_kwargs:
8
+ num_train_timesteps: 1000
9
+ beta_start: 0.00085
10
+ beta_end: 0.012
11
+ beta_schedule: "linear"
12
+ steps_offset: 1
13
+ clip_sample: false
configs/film.yaml ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base: 'configs/base.yaml'
2
+ prompts:
3
+ - - 1girl is smiling, 1girl, solo, sexy pose, pensive woman, voluminous dress, intricate lace, embroidered gloves, feathered hat, curled hairdo, pale skin
4
+ - 1girl is crying, 1girl, solo, sexy pose, pensive woman, voluminous dress, intricate lace, embroidered gloves, feathered hat, curled hairdo, pale skin
5
+ - 1girl is waving hand, 1girl, solo, sexy pose, pensive woman, voluminous dress, intricate lace, embroidered gloves, feathered hat, curled hairdo, pale skin
6
+ - - 1girl in wind, young 1girl with braided hair and fluffy cat ears, dressed in Off-Shoulder Sundress, standing in a rustic farm setting
7
+ - 1girl is smiling, young 1girl with braided hair and fluffy cat ears, dressed in Off-Shoulder Sundress, standing in a rustic farm setting
8
+ - 1girl is crying, young 1girl with braided hair and fluffy cat ears, dressed in Off-Shoulder Sundress, standing in a rustic farm setting
9
+ - - 1girl is smiling, watercolor, pastel colors, ink, autumn lights, a beautiful woman, shoulder, hair ribbons, by agnes cecile, half body portrait, extremely luminous bright design
10
+ - 1girl is crying, watercolor, a beautiful woman, shoulder, hair ribbons, by agnes cecile, half body portrait, extremely luminous bright design
11
+ - 1girl is turning head, pastel colors, ink, autumn lights, pastel colors, ink, autumn lights, watercolor, a beautiful woman, shoulder, hair ribbons, by agnes cecile, half body portrait, extremely luminous bright design
12
+ - - 1girl is smiling, watercolor, pastel colors, ink, autumn lights, a beautiful woman, shoulder, hair ribbons, by agnes cecile, half body portrait
13
+ - 1girl is crying, watercolor, pastel colors, ink, autumn lights, a beautiful woman, shoulder, hair ribbons, by agnes cecile, half body portrait
14
+ - 1girl is turning head, watercolor, pastel colors, ink, autumn lights, a beautiful woman, shoulder, hair ribbons, by agnes cecile, half body portrait
15
+ - - 1girl is walking, braided hair and fluffy cat ears, dressed in Off-Shoulder Sundress, standing in a rustic farm setting
16
+ - 1girl is smiling, braided hair and fluffy cat ears, dressed in Off-Shoulder Sundress, standing in a rustic farm setting
17
+ - 1girl is crying, braided hair and fluffy cat ears, dressed in Off-Shoulder Sundress, standing in a rustic farm setting
18
+
19
+ n_prompt:
20
+ - ""
21
+ - ""
22
+ - ""
23
+ - ""
24
+ - ""
25
+
26
+
27
+ validation_data:
28
+ input_name: ''
29
+ validation_input_path: 'img/film/'
30
+ save_path: 'result/film/'
31
+ num_inference_steps: 25
32
+ guidance_scale: 7.5
33
+ img_mask: ''
34
+
35
+ pretrained_model_path: "models/StableDiffusion/"
36
+ unet_additional_kwargs:
37
+ use_motion_module : true
38
+ motion_module_resolutions : [ 1,2,4,8 ]
39
+ unet_use_cross_frame_attention : false
40
+ unet_use_temporal_attention : false
41
+
42
+ motion_module_type: Vanilla
43
+ motion_module_kwargs:
44
+ num_attention_heads : 8
45
+ num_transformer_block : 1
46
+ attention_block_types : [ "Temporal_Self", "Temporal_Self" ]
47
+ temporal_position_encoding : true
48
+ temporal_position_encoding_max_len : 32
49
+ temporal_attention_dim_div : 1
50
+ zero_initialize : true
51
+
52
+
53
+ generate:
54
+ use_image: true
55
+ use_video: false
56
+ sample_size: 512
57
+ video_length: 16
58
+ global_seed: [5658137986800322009, 12099779162349365895, 10499524853910852697, 16768009035333711932, 10499524853910852]
59
+ use_lora: true
60
+ use_db: true
61
+ lora_path: "models/DreamBooth_LoRA/FilmVelvia3.safetensors" # TODO
62
+ db_path: "models/DreamBooth_LoRA/majicmixRealistic_v7.safetensors" # TODO
63
+ lora_alpha: 0.6
configs/lyriel.yaml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base: 'configs/base.yaml'
2
+ prompts:
3
+ - - 1girl is crying
4
+ - 1girl is smiling, white hair by atey ghailan, by greg rutkowski, by greg tocchini
5
+ - 1girl in the wind, white hair by atey ghailan, by greg rutkowski, by greg tocchini
6
+ - - fireworks, 1castle
7
+ - Fire, 1castle
8
+ - Lightning struck the castle
9
+ - - 1man is smiling
10
+ - 1man, in the wind
11
+ - 1man, fire
12
+ - - clouds floating, painting by sargent and rhads and leyendecker and greg hildebrandt
13
+ - raining, painting by sargent and rhads and leyendecker and greg hildebrandt
14
+ - lightning, painting by sargent and rhads and leyendecker and greg hildebrandt
15
+ - - stars shining, 1castle, official art, extremely detailed CG unity 8k wallpaper, perfect lighting
16
+ - fireworks, 1castle, official art, extremely detailed CG unity 8k wallpaper, perfect lighting
17
+ - raining, 1castle, official art, extremely detailed CG unity 8k wallpaper, perfect lighting
18
+ n_prompt:
19
+ - ''
20
+ - ''
21
+ - ''
22
+ - ''
23
+ - ''
24
+
25
+ validation_data:
26
+ input_name: ''
27
+ validation_input_path: 'img/lyriel/'
28
+ save_path: 'result/lyriel/'
29
+ num_inference_steps: 25
30
+ guidance_scale: 7.5
31
+ img_mask: ''
32
+
33
+ pretrained_model_path: "/mnt/petrelfs/zhangyiming/project/Image2Video-AnimateDiff/models/StableDiffusion/"
34
+ unet_additional_kwargs:
35
+ use_motion_module : true
36
+ motion_module_resolutions : [ 1,2,4,8 ]
37
+ unet_use_cross_frame_attention : false
38
+ unet_use_temporal_attention : false
39
+
40
+ motion_module_type: Vanilla
41
+ motion_module_kwargs:
42
+ num_attention_heads : 8
43
+ num_transformer_block : 1
44
+ attention_block_types : [ "Temporal_Self", "Temporal_Self" ]
45
+ temporal_position_encoding : true
46
+ temporal_position_encoding_max_len : 32
47
+ temporal_attention_dim_div : 1
48
+ zero_initialize : true
49
+
50
+
51
+ generate:
52
+ use_image: true
53
+ use_video: false
54
+ sample_size: 512
55
+ video_length: 16
56
+ global_seed: [10917152860782582783, 6399018107401806238, 15875751942533906793, 6653196880059936551]
57
+ use_lora: false
58
+ use_db: true
59
+ lora_path: "models/DreamBooth_LoRA/ink_lora.safetensors"
60
+ db_path: "models/DreamBooth_LoRA/ly.safetensors"
61
+ lora_alpha: 0.8
configs/majicmix.yaml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base: 'config/base.yaml'
2
+ prompts:
3
+ - - 4k, raining, mountain, path, masterpiece
4
+ - 4k, snowing, mountain, path, masterpiece
5
+ - sun rising, mountain, path, masterpiece
6
+ - - 1girl is crying, photorealistic
7
+ - 1girl is smiling, photorealistic
8
+ - 1girl is sleeping, photorealistic
9
+ - - 1man is crying
10
+ - 1man is sleeping
11
+ - 1man is smiling
12
+ - - 1girl is smiling, lowres,watermark
13
+ - 1girl is crying, lowres,watermark
14
+ - 1girl is sleeping, lowres,watermark
15
+ - - 1girl is smiling, lowres,watermark
16
+ - 1girl is crying, lowres,watermark
17
+ - 1girl is sleeping, lowres,watermark
18
+
19
+ n_prompt:
20
+ - ''
21
+ - ''
22
+ - ''
23
+ - ''
24
+ - ''
25
+
26
+ validation_data:
27
+ input_name: ''
28
+ validation_input_path: 'img/majicmix/'
29
+ save_path: 'result/majicmix/'
30
+ num_inference_steps: 25
31
+ guidance_scale: 7.5
32
+ img_mask: ''
33
+
34
+ pretrained_model_path: "models/StableDiffusion/"
35
+ unet_additional_kwargs:
36
+ use_motion_module : true
37
+ motion_module_resolutions : [ 1,2,4,8 ]
38
+ unet_use_cross_frame_attention : false
39
+ unet_use_temporal_attention : false
40
+
41
+ motion_module_type: Vanilla
42
+ motion_module_kwargs:
43
+ num_attention_heads : 8
44
+ num_transformer_block : 1
45
+ attention_block_types : [ "Temporal_Self", "Temporal_Self" ]
46
+ temporal_position_encoding : true
47
+ temporal_position_encoding_max_len : 32
48
+ temporal_attention_dim_div : 1
49
+ zero_initialize : true
50
+
51
+ generate:
52
+ use_image: true
53
+ use_video: false
54
+ sample_size: 512
55
+ video_length: 16
56
+ global_seed: [5658137986800322009, 12099779162349365895, 10499524853910852697, 16768009035333711932, 10499524853910852]
57
+ use_lora: true
58
+ use_db: true
59
+ lora_path: "models/DreamBooth_LoRA/FilmVelvia3.safetensors" # TODO
60
+ db_path: "models/DreamBooth_LoRA/majicmixRealistic_v7.safetensors" # TODO
61
+ lora_alpha: 0.6
configs/rcnzCartoon.yaml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base: 'config/base.yaml'
2
+ prompts:
3
+ - - 1boy is crying
4
+ - 1boy smiling
5
+ - 1boy playing magic fire
6
+ - - 1man, smiling
7
+ - 1man, raining
8
+ - 1man, lightning
9
+ - - 1dog is walking
10
+ - 1dog is jumping
11
+ - 1dog is smiling
12
+ - - 1girl smiling
13
+ - 1girl crying
14
+ - 1girl walking
15
+ - - 1girl playing magic fire, style-swirlmagic, holy prophet, gentle expression, hooded, green pentagram symbols, headdress, kneeling, praying, symmetrical composition, cathedral, divine aura, religious icons, sacred texts, filigree, swirling lights emanating, chalice, holy water, petals, silver, reflections, holy fire
16
+ - 1girl smiling, style-swirlmagic, holy prophet, gentle expression, hooded, green pentagram symbols, headdress, kneeling, praying, symmetrical composition, cathedral, divine aura, religious icons, sacred texts, filigree, swirling lights emanating, chalice, holy water, petals, silver, reflections, holy fire
17
+ - 1girl crying, style-swirlmagic, holy prophet, gentle expression, hooded, green pentagram symbols, headdress, kneeling, praying, symmetrical composition, cathedral, divine aura, religious icons, sacred texts, filigree, swirling lights emanating, chalice, holy water, petals, silver, reflections, holy fire,
18
+ n_prompt:
19
+ - ''
20
+ - ''
21
+ - ''
22
+ - ''
23
+ - ''
24
+
25
+ validation_data:
26
+ input_name: ''
27
+ validation_input_path: 'img/rcnzCartoon/'
28
+ save_path: 'result/rcnzCartoon/'
29
+ num_inference_steps: 25
30
+ guidance_scale: 7.5
31
+ img_mask: ''
32
+
33
+ pretrained_model_path: "models/StableDiffusion/"
34
+ unet_additional_kwargs:
35
+ use_motion_module : true
36
+ motion_module_resolutions : [ 1,2,4,8 ]
37
+ unet_use_cross_frame_attention : false
38
+ unet_use_temporal_attention : false
39
+
40
+ motion_module_type: Vanilla
41
+ motion_module_kwargs:
42
+ num_attention_heads : 8
43
+ num_transformer_block : 1
44
+ attention_block_types : [ "Temporal_Self", "Temporal_Self" ]
45
+ temporal_position_encoding : true
46
+ temporal_position_encoding_max_len : 32
47
+ temporal_attention_dim_div : 1
48
+ zero_initialize : true
49
+
50
+
51
+ generate:
52
+ use_image: true
53
+ use_video: false
54
+ sample_size: 512
55
+ video_length: 16
56
+ global_seed: [16931037867122267877, 2094308009433392066, 4292543217695451092, 15572665120852309890]
57
+ use_lora: false
58
+ use_db: true
59
+ lora_path: "models/DreamBooth_LoRA/ink_lora.safetensors"
60
+ db_path: "models/DreamBooth_LoRA/rcnzCartoon.safetensors"
61
+ lora_alpha: 0.8
62
+
63
+
64
+ noise_scheduler_kwargs:
65
+ num_train_timesteps: 1000
66
+ beta_start: 0.00085
67
+ beta_end: 0.012
68
+ beta_schedule: "linear"
69
+ steps_offset: 1
70
+ clip_sample: false
configs/realistic.yaml ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base: 'config/base.yaml'
2
+ prompts:
3
+ - - b&w photo of 42 y.o man in black clothes, bald, face, half body, body, high detailed skin, skin pores, coastline, overcast weather, wind, waves, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
4
+ - 1man is smiling, b&w photo
5
+ - 1man, raining, b&w photo
6
+ - - close up photo of a rabbit, forest, haze, halation, bloom, dramatic atmosphere, centred, rule of thirds, 200mm 1.4f macro shot
7
+ - Raining, 1rabbit
8
+ - Fire, 1rabbit
9
+ - - night, b&w photo of old house, post apocalypse, forest, storm weather, wind, rocks, 8k uhd, dslr, soft lighting, high quality, film grain
10
+ - Lightning, b&w photo of old house
11
+ - b&w photo of old house, in the wind.
12
+ - - 1girl is smiling, city street, neon, fog, volumetric
13
+ - 1girl is crying, city street, neon, fog, volumetric
14
+ - 1girl is walking, city street, neon, fog, volumetric
15
+ - - lightning, lighthouse
16
+ - raining, lighthouse
17
+ - fireworks, lighthouse
18
+
19
+ n_prompt:
20
+ - ''
21
+ - ''
22
+ - ''
23
+ - ''
24
+ - ''
25
+
26
+ validation_data:
27
+ input_name: ''
28
+ validation_input_path: 'img/realistic_vision/'
29
+ save_path: 'result/realistic_vision'
30
+ num_inference_steps: 25
31
+ guidance_scale: 7.5
32
+ img_mask: ''
33
+
34
+ pretrained_model_path: "models/StableDiffusion/"
35
+ unet_additional_kwargs:
36
+ use_motion_module : true
37
+ motion_module_resolutions : [ 1,2,4,8 ]
38
+ unet_use_cross_frame_attention : false
39
+ unet_use_temporal_attention : false
40
+
41
+ motion_module_type: Vanilla
42
+ motion_module_kwargs:
43
+ num_attention_heads : 8
44
+ num_transformer_block : 1
45
+ attention_block_types : [ "Temporal_Self", "Temporal_Self" ]
46
+ temporal_position_encoding : true
47
+ temporal_position_encoding_max_len : 32
48
+ temporal_attention_dim_div : 1
49
+ zero_initialize : true
50
+
51
+
52
+ generate:
53
+ use_image: true
54
+ use_video: false
55
+ sample_size: 512
56
+ video_length: 16
57
+ global_seed: [5658137986800322009, 12099779162349365895, 10499524853910852697, 16768009035333711932]
58
+ use_lora: false
59
+ use_db: true
60
+ lora_path: "models/DreamBooth_LoRA/ink_lora.safetensors"
61
+ db_path: "models/DreamBooth_LoRA/realistic_vision.safetensors"
62
+ lora_alpha: 0.8
configs/toonyou.yaml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base: 'config/base.yaml'
2
+ prompts:
3
+ - - 1man is smiling, masterpiece, best quality, 1boy, afro, dark skin, playing guitar, concert, upper body, sweat, stage lights, oversized hawaiian shirt, intricate, print, pattern, happy, necklace, bokeh, jeans, drummer, dynamic pose
4
+ - 1man is crying, masterpiece, best quality, 1boy, afro, dark skin, playing guitar, concert, upper body, sweat, stage lights, oversized hawaiian shirt, intricate, print, pattern, happy, necklace, bokeh, jeans, drummer, dynamic pose
5
+ - 1man is singing, masterpiece, best quality, 1boy, afro, dark skin, playing guitar, concert, upper body, sweat, stage lights, oversized hawaiian shirt, intricate, print, pattern, happy, necklace, bokeh, jeans, drummer, dynamic pose
6
+ - - 1girl is sleeping, best quality, masterpiece, 1boy, formal, abstract, looking at viewer, masculine, marble pattern
7
+ - 1girl is laughing, best quality, masterpiece, 1boy, formal, abstract, looking at viewer, masculine, marble pattern
8
+ - 1girl is crying, best quality, masterpiece, 1girl, looking at viewer, blurry background, upper body, contemporary, dress
9
+ - - 1man is crying, best quality, masterpiece, 1boy, formal, abstract, looking at viewer, masculine, marble pattern
10
+ - 1man is smiling, best quality, masterpiece, 1boy, formal, abstract, looking at viewer, masculine, marble pattern
11
+ - 1man is talking, best quality, masterpiece, 1boy, formal, abstract, looking at viewer, masculine, marble pattern
12
+ - - 1girl is crying, simplistic drawing of a young pretty woman, sexy body, realistic face proportions, deep eyes, ginger
13
+ - 1girl in the wind, simplistic drawing of a young pretty woman, sexy body, realistic face proportions, deep eyes, ginger
14
+ - 1girl is smiling, simplistic drawing of a young pretty woman, sexy body, realistic face proportions, deep eyes, ginger
15
+ - - clouds floating
16
+ - raining
17
+ - lightning
18
+ n_prompt:
19
+ - ''
20
+ - ''
21
+ - ''
22
+ - ''
23
+ - ''
24
+
25
+ validation_data:
26
+ input_name: ''
27
+ validation_input_path: 'img/toonyou/'
28
+ save_path: 'result/toonyou/'
29
+ num_inference_steps: 25
30
+ guidance_scale: 7.5
31
+ img_mask: ''
32
+
33
+ pretrained_model_path: "/models/StableDiffusion/"
34
+ unet_additional_kwargs:
35
+ use_motion_module : true
36
+ motion_module_resolutions : [ 1,2,4,8 ]
37
+ unet_use_cross_frame_attention : false
38
+ unet_use_temporal_attention : false
39
+
40
+ motion_module_type: Vanilla
41
+ motion_module_kwargs:
42
+ num_attention_heads : 8
43
+ num_transformer_block : 1
44
+ attention_block_types : [ "Temporal_Self", "Temporal_Self" ]
45
+ temporal_position_encoding : true
46
+ temporal_position_encoding_max_len : 32
47
+ temporal_attention_dim_div : 1
48
+ zero_initialize : true
49
+
50
+ generate:
51
+ use_image: false
52
+ use_video: true
53
+ sample_size: 512
54
+ video_length: 16
55
+ global_seed: [10788741199826055526, 6520604954829636163, 6519455744612555650, 16372571278361863752]
56
+ use_lora: false
57
+ use_db: true
58
+ lora_path: "models/DreamBooth_LoRA/ink_lora.safetensors"
59
+ db_path: "models/DreamBooth_LoRA/toonyou.safetensors"
60
+ lora_alpha: 0.8
img/MoonFile/1.png ADDED

Git LFS Details

  • SHA256: e72bb55a4d050d9182a6efbb3bbff591e515fb016fd0751ea02bc4765a71ea07
  • Pointer size: 131 Bytes
  • Size of remote file: 462 kB
img/MoonFile/2.png ADDED

Git LFS Details

  • SHA256: 2d6d71fc56cb0bf89205862ec10a30e5d71bfacc9fe7df50f159157ec8b00579
  • Pointer size: 131 Bytes
  • Size of remote file: 530 kB
img/MoonFile/3.png ADDED

Git LFS Details

  • SHA256: 012ba2a6c4da3e139f6dede94282a604561ea65eda815b2cd96265a25a5918b6
  • Pointer size: 131 Bytes
  • Size of remote file: 389 kB
img/MoonFile/4.png ADDED

Git LFS Details

  • SHA256: 3903f77dac2f6c0665a3aba1e62be3d468d27fd07024f56dae75c83b302903b1
  • Pointer size: 131 Bytes
  • Size of remote file: 341 kB
img/MoonFile/5.png ADDED

Git LFS Details

  • SHA256: eb81dd663093b9ca8c9ea3f7625d9454ec81fb762731bde541ab284eb8b27db8
  • Pointer size: 131 Bytes
  • Size of remote file: 440 kB
img/film/1.png ADDED

Git LFS Details

  • SHA256: 9879d786ae16469a3393fe7307eee006ae27e7f7874770b07d6821d95934de3e
  • Pointer size: 131 Bytes
  • Size of remote file: 399 kB
img/film/2.png ADDED

Git LFS Details

  • SHA256: 34f83a1d96bfc8ae47878fe19edf837822f7312e4a683c7118bfef6baff7afc9
  • Pointer size: 131 Bytes
  • Size of remote file: 391 kB
img/film/3.png ADDED

Git LFS Details

  • SHA256: ae27cb2783a2e24d175f9e7398c941645683fdde82c0a4caed7899d743ecfdc6
  • Pointer size: 131 Bytes
  • Size of remote file: 342 kB
img/film/4.png ADDED

Git LFS Details

  • SHA256: 2733d17ef1af1a352847fdbdc4abff8778b9d6d951aa7d9b2c81308fc2aa620d
  • Pointer size: 131 Bytes
  • Size of remote file: 339 kB
img/film/5.png ADDED

Git LFS Details

  • SHA256: 71f9facbc4bd861afdfc2329e98499166343e3addf1e8857f0edd34dda22b222
  • Pointer size: 131 Bytes
  • Size of remote file: 342 kB
img/lyriel/1.png ADDED

Git LFS Details

  • SHA256: d2fccf3467dd2cffff745437c2f18a11a48162e009de6e7acfdec1d6bec77148
  • Pointer size: 131 Bytes
  • Size of remote file: 314 kB
img/lyriel/2.png ADDED

Git LFS Details

  • SHA256: ea94be3c917428df25bc1affe71ed6170cb9f2bfe235873f7c3ffb76406c7fcb
  • Pointer size: 131 Bytes
  • Size of remote file: 348 kB
img/lyriel/3.png ADDED

Git LFS Details

  • SHA256: 138d6512e037cd0f5570f0879164ac7417a583deb57b30ab6a459a097a79d9b5
  • Pointer size: 131 Bytes
  • Size of remote file: 208 kB
img/lyriel/4.jpg ADDED

Git LFS Details

  • SHA256: 587ab492226b6d4e459b5ae543f011bcff628d4283e4429196ded0b32cbe0476
  • Pointer size: 131 Bytes
  • Size of remote file: 117 kB
img/lyriel/5.jpg ADDED

Git LFS Details

  • SHA256: 8d301bde12826dcc34e7cd38947e50bc90fb5c966f4e00a2c0700d3c972edbe5
  • Pointer size: 130 Bytes
  • Size of remote file: 81.6 kB
img/majicmix/1.png ADDED

Git LFS Details

  • SHA256: 6f87147d788318f184184a57acb7fb0ff1edfdba7bc96d8006101dc7b1cad09f
  • Pointer size: 131 Bytes
  • Size of remote file: 397 kB
img/majicmix/2.png ADDED

Git LFS Details

  • SHA256: e0d5a9698a04d35307cdb2a2e539760aaf4c755caa817e50aa2d0e5d0258e8bb
  • Pointer size: 131 Bytes
  • Size of remote file: 356 kB
img/majicmix/3.png ADDED

Git LFS Details

  • SHA256: 848266d12848fc0f2297c7298fe518ee7e58c329ac9079d9d4f0e2af013697b8
  • Pointer size: 131 Bytes
  • Size of remote file: 443 kB
img/majicmix/4.jpg ADDED

Git LFS Details

  • SHA256: 8c94fbcf447b1b53b07a22805b323fd45126bc022777efd53100727fe972be61
  • Pointer size: 131 Bytes
  • Size of remote file: 154 kB
img/majicmix/5.jpg ADDED

Git LFS Details

  • SHA256: ec2527c9e7f2bebf335f2c3d2eaafa31690a31af626aa7c2cd04fadcbdf50a14
  • Pointer size: 131 Bytes
  • Size of remote file: 165 kB
img/rcnzCartoon/1.png ADDED

Git LFS Details

  • SHA256: 2c867774f1a2b85f2fa8efeb7508de771927975a9c2262a34a5a26daa398e237
  • Pointer size: 131 Bytes
  • Size of remote file: 318 kB
img/rcnzCartoon/2.png ADDED

Git LFS Details

  • SHA256: 064544cc90dba8c9af6a30d76c3e5b52edfa8f09a50476517ce5772eba1e4b97
  • Pointer size: 131 Bytes
  • Size of remote file: 421 kB
img/rcnzCartoon/3.png ADDED

Git LFS Details

  • SHA256: 8f11df7096f5d0df152579cfdcf23b75a3c0cc332d4e04cdeac9bce8891faae6
  • Pointer size: 131 Bytes
  • Size of remote file: 432 kB
img/rcnzCartoon/4.jpg ADDED

Git LFS Details

  • SHA256: c5bc25954c2d1b7e5f284f1a8732497c510b0c11e933a2396456f48fc89ae84d
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
img/rcnzCartoon/5.jpg ADDED

Git LFS Details

  • SHA256: 870f9cc9f173390e0f8da2eb993ac73bdc8d6dac22d5e933a1e204eee693ad00
  • Pointer size: 131 Bytes
  • Size of remote file: 115 kB
img/realistic_vision/1.png ADDED

Git LFS Details

  • SHA256: e8c55cf089186e44bbafb7fe3ae38cf7a2b3e9d6849a77cfa34c8d5e691a4949
  • Pointer size: 131 Bytes
  • Size of remote file: 276 kB
img/realistic_vision/2.png ADDED

Git LFS Details

  • SHA256: 944cfd417f2fc6ae425167a1b0e3e726f4c5dc7d0cdf8be73a9c379871ac7772
  • Pointer size: 131 Bytes
  • Size of remote file: 361 kB
img/realistic_vision/3.png ADDED

Git LFS Details

  • SHA256: f88708d0e1cfe3cfae211de18398966e00c6e07d378956f718c7348ae84e8346
  • Pointer size: 131 Bytes
  • Size of remote file: 361 kB
img/realistic_vision/4.jpg ADDED

Git LFS Details

  • SHA256: 79056eca56fe88ade085f1f1a715cb4295ded2b829b8d19895caeebb9b49d416
  • Pointer size: 130 Bytes
  • Size of remote file: 72 kB
img/realistic_vision/5.jpg ADDED

Git LFS Details

  • SHA256: 45b41760ac9d67f58d07e3ae578e4815d23dfa50e31835354be0dca272e9663f
  • Pointer size: 130 Bytes
  • Size of remote file: 59.4 kB
img/toonyou/1.png ADDED

Git LFS Details

  • SHA256: fd87e49e866214b583b6b5397c804b8dbcf2cbba282ecd39b301220151b07bc7
  • Pointer size: 131 Bytes
  • Size of remote file: 476 kB
img/toonyou/2.png ADDED

Git LFS Details

  • SHA256: d617820c0882d16bc2d2510f156b869d41b3589da32f1cabf31f7417adda930c
  • Pointer size: 131 Bytes
  • Size of remote file: 429 kB
img/toonyou/3.png ADDED

Git LFS Details

  • SHA256: 8a283d407b82cb864208a5f24e08ce2f712579d8445f61f6d63ec17c020e5c17
  • Pointer size: 131 Bytes
  • Size of remote file: 511 kB
img/toonyou/4.jpg ADDED

Git LFS Details

  • SHA256: 579e4c1c909b1f78913044fd6f9ca07ce52905cd72a5ff663d4e4db74349c712
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
img/toonyou/5.jpg ADDED

Git LFS Details

  • SHA256: 88ad9e51162cebb3c282e2b5629aaae5d4725dbfa25116af791f05bf67448ac2
  • Pointer size: 130 Bytes
  • Size of remote file: 80.4 kB