Datasets:
Commit
·
512d9bb
1
Parent(s):
b45a58a
dataset
Browse files- configs/MoonFile.yaml +61 -0
- configs/base.yaml +13 -0
- configs/film.yaml +63 -0
- configs/lyriel.yaml +61 -0
- configs/majicmix.yaml +61 -0
- configs/rcnzCartoon.yaml +70 -0
- configs/realistic.yaml +62 -0
- configs/toonyou.yaml +60 -0
- img/MoonFile/1.png +3 -0
- img/MoonFile/2.png +3 -0
- img/MoonFile/3.png +3 -0
- img/MoonFile/4.png +3 -0
- img/MoonFile/5.png +3 -0
- img/film/1.png +3 -0
- img/film/2.png +3 -0
- img/film/3.png +3 -0
- img/film/4.png +3 -0
- img/film/5.png +3 -0
- img/lyriel/1.png +3 -0
- img/lyriel/2.png +3 -0
- img/lyriel/3.png +3 -0
- img/lyriel/4.jpg +3 -0
- img/lyriel/5.jpg +3 -0
- img/majicmix/1.png +3 -0
- img/majicmix/2.png +3 -0
- img/majicmix/3.png +3 -0
- img/majicmix/4.jpg +3 -0
- img/majicmix/5.jpg +3 -0
- img/rcnzCartoon/1.png +3 -0
- img/rcnzCartoon/2.png +3 -0
- img/rcnzCartoon/3.png +3 -0
- img/rcnzCartoon/4.jpg +3 -0
- img/rcnzCartoon/5.jpg +3 -0
- img/realistic_vision/1.png +3 -0
- img/realistic_vision/2.png +3 -0
- img/realistic_vision/3.png +3 -0
- img/realistic_vision/4.jpg +3 -0
- img/realistic_vision/5.jpg +3 -0
- img/toonyou/1.png +3 -0
- img/toonyou/2.png +3 -0
- img/toonyou/3.png +3 -0
- img/toonyou/4.jpg +3 -0
- img/toonyou/5.jpg +3 -0
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
|
img/MoonFile/2.png
ADDED
![]() |
Git LFS Details
|
img/MoonFile/3.png
ADDED
![]() |
Git LFS Details
|
img/MoonFile/4.png
ADDED
![]() |
Git LFS Details
|
img/MoonFile/5.png
ADDED
![]() |
Git LFS Details
|
img/film/1.png
ADDED
![]() |
Git LFS Details
|
img/film/2.png
ADDED
![]() |
Git LFS Details
|
img/film/3.png
ADDED
![]() |
Git LFS Details
|
img/film/4.png
ADDED
![]() |
Git LFS Details
|
img/film/5.png
ADDED
![]() |
Git LFS Details
|
img/lyriel/1.png
ADDED
![]() |
Git LFS Details
|
img/lyriel/2.png
ADDED
![]() |
Git LFS Details
|
img/lyriel/3.png
ADDED
![]() |
Git LFS Details
|
img/lyriel/4.jpg
ADDED
![]() |
Git LFS Details
|
img/lyriel/5.jpg
ADDED
![]() |
Git LFS Details
|
img/majicmix/1.png
ADDED
![]() |
Git LFS Details
|
img/majicmix/2.png
ADDED
![]() |
Git LFS Details
|
img/majicmix/3.png
ADDED
![]() |
Git LFS Details
|
img/majicmix/4.jpg
ADDED
![]() |
Git LFS Details
|
img/majicmix/5.jpg
ADDED
![]() |
Git LFS Details
|
img/rcnzCartoon/1.png
ADDED
![]() |
Git LFS Details
|
img/rcnzCartoon/2.png
ADDED
![]() |
Git LFS Details
|
img/rcnzCartoon/3.png
ADDED
![]() |
Git LFS Details
|
img/rcnzCartoon/4.jpg
ADDED
![]() |
Git LFS Details
|
img/rcnzCartoon/5.jpg
ADDED
![]() |
Git LFS Details
|
img/realistic_vision/1.png
ADDED
![]() |
Git LFS Details
|
img/realistic_vision/2.png
ADDED
![]() |
Git LFS Details
|
img/realistic_vision/3.png
ADDED
![]() |
Git LFS Details
|
img/realistic_vision/4.jpg
ADDED
![]() |
Git LFS Details
|
img/realistic_vision/5.jpg
ADDED
![]() |
Git LFS Details
|
img/toonyou/1.png
ADDED
![]() |
Git LFS Details
|
img/toonyou/2.png
ADDED
![]() |
Git LFS Details
|
img/toonyou/3.png
ADDED
![]() |
Git LFS Details
|
img/toonyou/4.jpg
ADDED
![]() |
Git LFS Details
|
img/toonyou/5.jpg
ADDED
![]() |
Git LFS Details
|