dummy commited on
Commit
314c40f
·
1 Parent(s): 1ccbe7e
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. animate/config/GroundingDINO/GroundingDINO_SwinB_cfg.py +0 -43
  2. animate/config/GroundingDINO/GroundingDINO_SwinT_OGC.py +0 -43
  3. animate/config/prompts/01-ToonYou.json +0 -24
  4. animate/config/prompts/02-Lyriel.json +0 -25
  5. animate/config/prompts/03-RcnzCartoon.json +0 -25
  6. animate/config/prompts/04-MajicMix.json +0 -25
  7. animate/config/prompts/05-RealisticVision.json +0 -25
  8. animate/config/prompts/06-Tusun.json +0 -23
  9. animate/config/prompts/07-FilmVelvia.json +0 -26
  10. animate/config/prompts/08-GhibliBackground.json +0 -23
  11. animate/config/prompts/concat_2horizontal.bat +0 -1
  12. animate/config/prompts/copy_png.bat +0 -11
  13. animate/config/prompts/ignore_tokens.txt +0 -4
  14. animate/config/prompts/img2img_sample.json +0 -272
  15. animate/config/prompts/inpaint_sample.json +0 -299
  16. animate/config/prompts/prompt_travel.json +0 -322
  17. animate/config/prompts/prompt_travel_multi_controlnet.json +0 -238
  18. animate/config/prompts/region_sample.json +0 -299
  19. animate/config/prompts/region_sample2.json +0 -299
  20. animate/config/prompts/region_sample3.json +0 -299
  21. animate/config/prompts/region_txt2img.json +0 -324
  22. animate/config/prompts/sample_lcm.json +0 -298
  23. animate/config/prompts/to_8fps_Frames.bat +0 -1
  24. animate/data/controlnet_image/cat/controlnet_ip2p/00000000.png +0 -3
  25. animate/data/controlnet_image/cat/controlnet_ip2p/00000001.png +0 -3
  26. animate/data/controlnet_image/cat/controlnet_ip2p/00000002.png +0 -3
  27. animate/data/controlnet_image/cat/controlnet_ip2p/00000003.png +0 -3
  28. animate/data/controlnet_image/cat/controlnet_ip2p/00000004.png +0 -3
  29. animate/data/controlnet_image/cat/controlnet_ip2p/00000005.png +0 -3
  30. animate/data/controlnet_image/cat/controlnet_ip2p/00000006.png +0 -3
  31. animate/data/controlnet_image/cat/controlnet_ip2p/00000007.png +0 -3
  32. animate/data/controlnet_image/cat/controlnet_ip2p/00000008.png +0 -3
  33. animate/data/controlnet_image/cat/controlnet_ip2p/00000009.png +0 -3
  34. animate/data/controlnet_image/cat/controlnet_ip2p/00000010.png +0 -3
  35. animate/data/controlnet_image/cat/controlnet_ip2p/00000011.png +0 -3
  36. animate/data/controlnet_image/cat/controlnet_ip2p/00000012.png +0 -3
  37. animate/data/controlnet_image/cat/controlnet_ip2p/00000013.png +0 -3
  38. animate/data/controlnet_image/cat/controlnet_ip2p/00000014.png +0 -3
  39. animate/data/controlnet_image/cat/controlnet_ip2p/00000015.png +0 -3
  40. animate/data/controlnet_image/cat/controlnet_ip2p/00000016.png +0 -3
  41. animate/data/controlnet_image/cat/controlnet_ip2p/00000017.png +0 -3
  42. animate/data/controlnet_image/cat/controlnet_ip2p/00000018.png +0 -3
  43. animate/data/controlnet_image/cat/controlnet_ip2p/00000019.png +0 -3
  44. animate/data/controlnet_image/cat/controlnet_ip2p/00000020.png +0 -3
  45. animate/data/controlnet_image/cat/controlnet_ip2p/00000021.png +0 -3
  46. animate/data/controlnet_image/cat/controlnet_ip2p/00000022.png +0 -3
  47. animate/data/controlnet_image/cat/controlnet_ip2p/00000023.png +0 -3
  48. animate/data/controlnet_image/cat/controlnet_ip2p/00000024.png +0 -3
  49. animate/data/controlnet_image/cat/controlnet_ip2p/00000025.png +0 -3
  50. animate/data/controlnet_image/cat/controlnet_ip2p/00000026.png +0 -3
animate/config/GroundingDINO/GroundingDINO_SwinB_cfg.py DELETED
@@ -1,43 +0,0 @@
1
- batch_size = 1
2
- modelname = "groundingdino"
3
- backbone = "swin_B_384_22k"
4
- position_embedding = "sine"
5
- pe_temperatureH = 20
6
- pe_temperatureW = 20
7
- return_interm_indices = [1, 2, 3]
8
- backbone_freeze_keywords = None
9
- enc_layers = 6
10
- dec_layers = 6
11
- pre_norm = False
12
- dim_feedforward = 2048
13
- hidden_dim = 256
14
- dropout = 0.0
15
- nheads = 8
16
- num_queries = 900
17
- query_dim = 4
18
- num_patterns = 0
19
- num_feature_levels = 4
20
- enc_n_points = 4
21
- dec_n_points = 4
22
- two_stage_type = "standard"
23
- two_stage_bbox_embed_share = False
24
- two_stage_class_embed_share = False
25
- transformer_activation = "relu"
26
- dec_pred_bbox_embed_share = True
27
- dn_box_noise_scale = 1.0
28
- dn_label_noise_ratio = 0.5
29
- dn_label_coef = 1.0
30
- dn_bbox_coef = 1.0
31
- embed_init_tgt = True
32
- dn_labelbook_size = 2000
33
- max_text_len = 256
34
- text_encoder_type = "bert-base-uncased"
35
- use_text_enhancer = True
36
- use_fusion_layer = True
37
- use_checkpoint = True
38
- use_transformer_ckpt = True
39
- use_text_cross_attention = True
40
- text_dropout = 0.0
41
- fusion_dropout = 0.0
42
- fusion_droppath = 0.1
43
- sub_sentence_present = True
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/GroundingDINO/GroundingDINO_SwinT_OGC.py DELETED
@@ -1,43 +0,0 @@
1
- batch_size = 1
2
- modelname = "groundingdino"
3
- backbone = "swin_T_224_1k"
4
- position_embedding = "sine"
5
- pe_temperatureH = 20
6
- pe_temperatureW = 20
7
- return_interm_indices = [1, 2, 3]
8
- backbone_freeze_keywords = None
9
- enc_layers = 6
10
- dec_layers = 6
11
- pre_norm = False
12
- dim_feedforward = 2048
13
- hidden_dim = 256
14
- dropout = 0.0
15
- nheads = 8
16
- num_queries = 900
17
- query_dim = 4
18
- num_patterns = 0
19
- num_feature_levels = 4
20
- enc_n_points = 4
21
- dec_n_points = 4
22
- two_stage_type = "standard"
23
- two_stage_bbox_embed_share = False
24
- two_stage_class_embed_share = False
25
- transformer_activation = "relu"
26
- dec_pred_bbox_embed_share = True
27
- dn_box_noise_scale = 1.0
28
- dn_label_noise_ratio = 0.5
29
- dn_label_coef = 1.0
30
- dn_bbox_coef = 1.0
31
- embed_init_tgt = True
32
- dn_labelbook_size = 2000
33
- max_text_len = 256
34
- text_encoder_type = "bert-base-uncased"
35
- use_text_enhancer = True
36
- use_fusion_layer = True
37
- use_checkpoint = True
38
- use_transformer_ckpt = True
39
- use_text_cross_attention = True
40
- text_dropout = 0.0
41
- fusion_dropout = 0.0
42
- fusion_droppath = 0.1
43
- sub_sentence_present = True
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/01-ToonYou.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "name": "ToonYou",
3
- "base": "",
4
- "path": "models/sd/toonyou_beta3.safetensors",
5
- "motion_module": "models/motion-module/mm_sd_v15.ckpt",
6
- "compile": false,
7
- "seed": [
8
- 10788741199826055000, 6520604954829637000, 6519455744612556000,
9
- 16372571278361864000
10
- ],
11
- "scheduler": "k_dpmpp",
12
- "steps": 30,
13
- "guidance_scale": 8.5,
14
- "clip_skip": 2,
15
- "prompt": [
16
- "1girl, solo, best quality, masterpiece, looking at viewer, purple hair, orange hair, gradient hair, blurry background, upper body, dress, flower print, spaghetti strap, bare shoulders",
17
- "1girl, solo, masterpiece, best quality, cherry blossoms, hanami, pink flower, white flower, spring season, wisteria, petals, flower, plum blossoms, outdoors, falling petals, white hair, black eyes,",
18
- "1girl, solo, best quality, masterpiece, looking at viewer, purple hair, orange hair, gradient hair, blurry background, upper body, dress, flower print, spaghetti strap, bare shoulders",
19
- "1girl, solo, best quality, masterpiece, cloudy sky, dandelion, contrapposto, alternate hairstyle"
20
- ],
21
- "n_prompt": [
22
- "worst quality, low quality, cropped, lowres, text, jpeg artifacts, multiple view"
23
- ]
24
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/02-Lyriel.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "name": "Lyriel",
3
- "base": "",
4
- "path": "models/sd/lyriel_v16.safetensors",
5
- "motion_module": "models/motion-module/mm_sd_v15.ckpt",
6
- "seed": [
7
- 10917152860782582000, 6399018107401806000, 15875751942533906000,
8
- 6653196880059937000
9
- ],
10
- "scheduler": "k_dpmpp",
11
- "steps": 25,
12
- "guidance_scale": 7.5,
13
- "prompt": [
14
- "dark shot, epic realistic, portrait of halo, sunglasses, blue eyes, tartan scarf, white hair by atey ghailan, by greg rutkowski, by greg tocchini, by james gilleard, by joe fenton, by kaethe butcher, gradient yellow, black, brown and magenta color scheme, grunge aesthetic!!! graffiti tag wall background, art by greg rutkowski and artgerm, soft cinematic light, adobe lightroom, photolab, hdr, intricate, highly detailed, depth of field, faded, neutral colors, hdr, muted colors, hyperdetailed, artstation, cinematic, warm lights, dramatic light, intricate details, complex background, rutkowski, teal and orange",
15
- "A forbidden castle high up in the mountains, pixel art, intricate details2, hdr, intricate details, hyperdetailed5, natural skin texture, hyperrealism, soft light, sharp, game art, key visual, surreal",
16
- "dark theme, medieval portrait of a man sharp features, grim, cold stare, dark colors, Volumetric lighting, baroque oil painting by Greg Rutkowski, Artgerm, WLOP, Alphonse Mucha dynamic lighting hyperdetailed intricately detailed, hdr, muted colors, complex background, hyperrealism, hyperdetailed, amandine van ray",
17
- "As I have gone alone in there and with my treasures bold, I can keep my secret where and hint of riches new and old. Begin it where warm waters halt and take it in a canyon down, not far but too far to walk, put in below the home of brown."
18
- ],
19
- "n_prompt": [
20
- "3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration",
21
- "3d, cartoon, anime, sketches, worst quality, low quality, normal quality, lowres, normal quality, monochrome, grayscale, skin spots, acnes, skin blemishes, bad anatomy, girl, loli, young, large breasts, red eyes, muscular",
22
- "dof, grayscale, black and white, bw, 3d, cartoon, anime, sketches, worst quality, low quality, normal quality, lowres, normal quality, monochrome, grayscale, skin spots, acnes, skin blemishes, bad anatomy, girl, loli, young, large breasts, red eyes, muscular,badhandsv5-neg, By bad artist -neg 1, monochrome",
23
- "holding an item, cowboy, hat, cartoon, 3d, disfigured, bad art, deformed,extra limbs,close up,b&w, wierd colors, blurry, duplicate, morbid, mutilated, [out of frame], extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, ugly, blurry, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, out of frame, ugly, extra limbs, bad anatomy, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, mutated hands, fused fingers, too many fingers, long neck, Photoshop, video game, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, mutation, mutated, extra limbs, extra legs, extra arms, disfigured, deformed, cross-eye, body out of frame, blurry, bad art, bad anatomy, 3d render"
24
- ]
25
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/03-RcnzCartoon.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "name": "RcnzCartoon",
3
- "base": "",
4
- "path": "models/sd/rcnzCartoon3d_v10.safetensors",
5
- "motion_module": "models/motion-module/mm_sd_v15.ckpt",
6
- "seed": [
7
- 16931037867122268000, 2094308009433392000, 4292543217695451000,
8
- 15572665120852310000
9
- ],
10
- "scheduler": "k_dpmpp",
11
- "steps": 25,
12
- "guidance_scale": 7.5,
13
- "prompt": [
14
- "Jane Eyre with headphones, natural skin texture,4mm,k textures, soft cinematic light, adobe lightroom, photolab, hdr, intricate, elegant, highly detailed, sharp focus, cinematic look, soothing tones, insane details, intricate details, hyperdetailed, low contrast, soft cinematic light, dim colors, exposure blend, hdr, faded",
15
- "close up Portrait photo of muscular bearded guy in a worn mech suit, light bokeh, intricate, steel metal [rust], elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, streets, detailed face",
16
- "absurdres, photorealistic, masterpiece, a 30 year old man with gold framed, aviator reading glasses and a black hooded jacket and a beard, professional photo, a character portrait, altermodern, detailed eyes, detailed lips, detailed face, grey eyes",
17
- "a golden labrador, warm vibrant colours, natural lighting, dappled lighting, diffused lighting, absurdres, highres,k, uhd, hdr, rtx, unreal, octane render, RAW photo, photorealistic, global illumination, subsurface scattering"
18
- ],
19
- "n_prompt": [
20
- "deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers, disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
21
- "nude, cross eyed, tongue, open mouth, inside, 3d, cartoon, anime, sketches, worst quality, low quality, normal quality, lowres, normal quality, monochrome, grayscale, skin spots, acnes, skin blemishes, bad anatomy, red eyes, muscular",
22
- "easynegative, cartoon, anime, sketches, necklace, earrings worst quality, low quality, normal quality, bad anatomy, bad hands, shiny skin, error, missing fingers, extra digit, fewer digits, jpeg artifacts, signature, watermark, username, blurry, chubby, anorectic, bad eyes, old, wrinkled skin, red skin, photograph By bad artist -neg, big eyes, muscular face,",
23
- "beard, EasyNegative, lowres, chromatic aberration, depth of field, motion blur, blurry, bokeh, bad quality, worst quality, multiple arms, badhand"
24
- ]
25
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/04-MajicMix.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "name": "MajicMix",
3
- "base": "",
4
- "path": "models/sd/majicmixRealistic_v5Preview.safetensors",
5
- "motion_module": "models/motion-module/mm_sd_v15.ckpt",
6
- "seed": [
7
- 1572448948722921000, 1099474677988590700, 6488833139725636000,
8
- 18339859844376519000
9
- ],
10
- "scheduler": "k_dpmpp",
11
- "steps": 25,
12
- "guidance_scale": 7.5,
13
- "prompt": [
14
- "1girl, offshoulder, light smile, shiny skin best quality, masterpiece, photorealistic",
15
- "best quality, masterpiece, photorealistic, 1boy, 50 years old beard, dramatic lighting",
16
- "best quality, masterpiece, photorealistic, 1girl, light smile, shirt with collars, waist up, dramatic lighting, from below",
17
- "male, man, beard, bodybuilder, skinhead,cold face, tough guy, cowboyshot, tattoo, french windows, luxury hotel masterpiece, best quality, photorealistic"
18
- ],
19
- "n_prompt": [
20
- "ng_deepnegative_v1_75t, badhandv4, worst quality, low quality, normal quality, lowres, bad anatomy, bad hands, watermark, moles",
21
- "nsfw, ng_deepnegative_v1_75t,badhandv4, worst quality, low quality, normal quality, lowres,watermark, monochrome",
22
- "nsfw, ng_deepnegative_v1_75t,badhandv4, worst quality, low quality, normal quality, lowres,watermark, monochrome",
23
- "nude, nsfw, ng_deepnegative_v1_75t, badhandv4, worst quality, low quality, normal quality, lowres, bad anatomy, bad hands, monochrome, grayscale watermark, moles, people"
24
- ]
25
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/05-RealisticVision.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "name": "RealisticVision",
3
- "base": "",
4
- "path": "models/sd/realisticVisionV20_v20.safetensors",
5
- "motion_module": "models/motion-module/mm_sd_v15.ckpt",
6
- "seed": [
7
- 5658137986800322000, 12099779162349365000, 10499524853910854000,
8
- 16768009035333712000
9
- ],
10
- "scheduler": "k_dpmpp",
11
- "steps": 25,
12
- "guidance_scale": 7.5,
13
- "prompt": [
14
- "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",
15
- "close up photo of a rabbit, forest, haze, halation, bloom, dramatic atmosphere, centred, rule of thirds, 200mm 1.4f macro shot",
16
- "photo of coastline, rocks, storm weather, wind, waves, lightning, 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3",
17
- "night, b&w photo of old house, post apocalypse, forest, storm weather, wind, rocks, 8k uhd, dslr, soft lighting, high quality, film grain"
18
- ],
19
- "n_prompt": [
20
- "semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck",
21
- "semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck",
22
- "blur, haze, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, mutated hands and fingers, deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation",
23
- "blur, haze, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, art, mutated hands and fingers, deformed, distorted, disfigured, poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, disconnected limbs, mutation, mutated, ugly, disgusting, amputation"
24
- ]
25
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/06-Tusun.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "name": "Tusun",
3
- "base": "models/sd/moonfilm_reality20.safetensors",
4
- "path": "models/sd/TUSUN.safetensors",
5
- "motion_module": "models/motion-module/mm_sd_v15.ckpt",
6
- "seed": [
7
- 10154078483724687000, 2664393535095473700, 4231566096207623000,
8
- 1713349740448094500
9
- ],
10
- "scheduler": "k_dpmpp",
11
- "steps": 25,
12
- "guidance_scale": 7.5,
13
- "lora_alpha": 0.6,
14
- "prompt": [
15
- "tusuncub with its mouth open, blurry, open mouth, fangs, photo background, looking at viewer, tongue, full body, solo, cute and lovely, Beautiful and realistic eye details, perfect anatomy, Nonsense, pure background, Centered-Shot, realistic photo, photograph, 4k, hyper detailed, DSLR, 24 Megapixels, 8mm Lens, Full Frame, film grain, Global Illumination, studio Lighting, Award Winning Photography, diffuse reflection, ray tracing",
16
- "cute tusun with a blurry background, black background, simple background, signature, face, solo, cute and lovely, Beautiful and realistic eye details, perfect anatomy, Nonsense, pure background, Centered-Shot, realistic photo, photograph, 4k, hyper detailed, DSLR, 24 Megapixels, 8mm Lens, Full Frame, film grain, Global Illumination, studio Lighting, Award Winning Photography, diffuse reflection, ray tracing",
17
- "cut tusuncub walking in the snow, blurry, looking at viewer, depth of field, blurry background, full body, solo, cute and lovely, Beautiful and realistic eye details, perfect anatomy, Nonsense, pure background, Centered-Shot, realistic photo, photograph, 4k, hyper detailed, DSLR, 24 Megapixels, 8mm Lens, Full Frame, film grain, Global Illumination, studio Lighting, Award Winning Photography, diffuse reflection, ray tracing",
18
- "character design, cyberpunk tusun kitten wearing astronaut suit, sci-fic, realistic eye color and details, fluffy, big head, science fiction, communist ideology, Cyborg, fantasy, intense angle, soft lighting, photograph, 4k, hyper detailed, portrait wallpaper, realistic, photo-realistic, DSLR, 24 Megapixels, Full Frame, vibrant details, octane render, finely detail, best quality, incredibly absurdres, robotic parts, rim light, vibrant details, luxurious cyberpunk, hyperrealistic, cable electric wires, microchip, full body"
19
- ],
20
- "n_prompt": [
21
- "worst quality, low quality, deformed, distorted, disfigured, bad eyes, bad anatomy, disconnected limbs, wrong body proportions, low quality, worst quality, text, watermark, signatre, logo, illustration, painting, cartoons, ugly, easy_negative"
22
- ]
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/07-FilmVelvia.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "name": "FilmVelvia",
3
- "base": "models/sd/majicmixRealistic_v4.safetensors",
4
- "path": "models/sd/FilmVelvia2.safetensors",
5
- "motion_module": "models/motion-module/mm_sd_v15.ckpt",
6
- "seed": [
7
- 358675358833372800, 3519455280971924000, 11684545350557985000,
8
- 8696855302100400000
9
- ],
10
- "scheduler": "k_dpmpp",
11
- "steps": 25,
12
- "guidance_scale": 7.5,
13
- "lora_alpha": 0.6,
14
- "prompt": [
15
- "a woman standing on the side of a road at night,girl, long hair, motor vehicle, car, looking at viewer, ground vehicle, night, hands in pockets, blurry background, coat, black hair, parted lips, bokeh, jacket, brown hair, outdoors, red lips, upper body, artist name",
16
- ", dark shot,0mm, portrait quality of a arab man worker,boy, wasteland that stands out vividly against the background of the desert, barren landscape, closeup, moles skin, soft light, sharp, exposure blend, medium shot, bokeh, hdr, high contrast, cinematic, teal and orange5, muted colors, dim colors, soothing tones, low saturation, hyperdetailed, noir",
17
- "fashion photography portrait of 1girl, offshoulder, fluffy short hair, soft light, rim light, beautiful shadow, low key, photorealistic, raw photo, natural skin texture, realistic eye and face details, hyperrealism, ultra high res, 4K, Best quality, masterpiece, necklace, cleavage, in the dark",
18
- "In this lighthearted portrait, a woman is dressed as a fierce warrior, armed with an arsenal of paintbrushes and palette knives. Her war paint is composed of thick, vibrant strokes of color, and her armor is made of paint tubes and paint-splattered canvases. She stands victoriously atop a mountain of conquered blank canvases, with a beautiful, colorful landscape behind her, symbolizing the power of art and creativity. bust Portrait, close-up, Bright and transparent scene lighting, "
19
- ],
20
- "n_prompt": [
21
- "cartoon, anime, sketches,worst quality, low quality, deformed, distorted, disfigured, bad eyes, wrong lips, weird mouth, bad teeth, mutated hands and fingers, bad anatomy, wrong anatomy, amputation, extra limb, missing limb, floating limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg",
22
- "cartoon, anime, sketches,worst quality, low quality, deformed, distorted, disfigured, bad eyes, wrong lips, weird mouth, bad teeth, mutated hands and fingers, bad anatomy, wrong anatomy, amputation, extra limb, missing limb, floating limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg",
23
- "wrong white balance, dark, cartoon, anime, sketches,worst quality, low quality, deformed, distorted, disfigured, bad eyes, wrong lips, weird mouth, bad teeth, mutated hands and fingers, bad anatomy, wrong anatomy, amputation, extra limb, missing limb, floating limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg",
24
- "wrong white balance, dark, cartoon, anime, sketches,worst quality, low quality, deformed, distorted, disfigured, bad eyes, wrong lips, weird mouth, bad teeth, mutated hands and fingers, bad anatomy, wrong anatomy, amputation, extra limb, missing limb, floating limbs, disconnected limbs, mutation, ugly, disgusting, bad_pictures, negative_hand-neg"
25
- ]
26
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/08-GhibliBackground.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "name": "GhibliBackground",
3
- "base": "models/sd/CounterfeitV30_25.safetensors",
4
- "path": "models/sd/lora_Ghibli_n3.safetensors",
5
- "motion_module": "models/motion-module/mm_sd_v15.ckpt",
6
- "seed": [
7
- 8775748474469046000, 5893874876080607000, 11911465742147697000,
8
- 12437784838692000000
9
- ],
10
- "scheduler": "k_dpmpp",
11
- "steps": 25,
12
- "guidance_scale": 7.5,
13
- "lora_alpha": 1,
14
- "prompt": [
15
- "best quality,single build,architecture, blue_sky, building,cloudy_sky, day, fantasy, fence, field, house, build,architecture,landscape, moss, outdoors, overgrown, path, river, road, rock, scenery, sky, sword, tower, tree, waterfall",
16
- "black_border, building, city, day, fantasy, ice, landscape, letterboxed, mountain, ocean, outdoors, planet, scenery, ship, snow, snowing, water, watercraft, waterfall, winter",
17
- ",mysterious sea area, fantasy,build,concept",
18
- "Tomb Raider,Scenography,Old building"
19
- ],
20
- "n_prompt": [
21
- "easynegative,bad_construction,bad_structure,bad_wail,bad_windows,blurry,cloned_window,cropped,deformed,disfigured,error,extra_windows,extra_chimney,extra_door,extra_structure,extra_frame,fewer_digits,fused_structure,gross_proportions,jpeg_artifacts,long_roof,low_quality,structure_limbs,missing_windows,missing_doors,missing_roofs,mutated_structure,mutation,normal_quality,out_of_frame,owres,poorly_drawn_structure,poorly_drawn_house,signature,text,too_many_windows,ugly,username,uta,watermark,worst_quality"
22
- ]
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/concat_2horizontal.bat DELETED
@@ -1 +0,0 @@
1
- ffmpeg -i %1 -i %2 -filter_complex "[0:v][1:v]hstack=inputs=2[v]" -map "[v]" -crf 15 2horizontal.mp4
 
 
animate/config/prompts/copy_png.bat DELETED
@@ -1,11 +0,0 @@
1
-
2
- setlocal enableDelayedExpansion
3
- FOR /l %%N in (1,1,%~n1) do (
4
- set "n=00000%%N"
5
- set "TEST=!n:~-5!
6
- echo !TEST!
7
- copy /y %1 !TEST!.png
8
- )
9
-
10
- ren %1 00000.png
11
-
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/ignore_tokens.txt DELETED
@@ -1,4 +0,0 @@
1
- motion_blur
2
- blurry
3
- realistic
4
- depth_of_field
 
 
 
 
 
animate/config/prompts/img2img_sample.json DELETED
@@ -1,272 +0,0 @@
1
- {
2
- "name": "sample",
3
- "path": "share/Stable-diffusion/mistoonAnime_v20.safetensors",
4
- "motion_module": "models/motion-module/mm_sd_v15_v2.ckpt",
5
- "compile": false,
6
- "seed": [
7
- 12345
8
- ],
9
- "scheduler": "k_dpmpp_sde",
10
- "steps": 20,
11
- "guidance_scale": 10,
12
- "unet_batch_size": 1,
13
- "clip_skip": 2,
14
- "prompt_fixed_ratio": 0.5,
15
- "head_prompt": "(style of studio ghibli:1.2), (masterpiece, best quality)",
16
- "prompt_map": {
17
- "0": "forest, water, river, outdoors,"
18
- },
19
- "tail_prompt": "",
20
- "n_prompt": [
21
- "(worst quality:2), (bad quality:2), (normal quality:2), lowers, bad anatomy, bad hands, (multiple views),"
22
- ],
23
- "lora_map": {
24
- "share/models/Lora/Ghibli_v6.safetensors": 1.0
25
- },
26
- "motion_lora_map": {
27
- },
28
- "ip_adapter_map": {
29
- "enable": false,
30
- "input_image_dir": "",
31
- "prompt_fixed_ratio": 0.5,
32
- "save_input_image": true,
33
- "resized_to_square": false,
34
- "scale": 0.5,
35
- "is_plus_face": false,
36
- "is_plus": true,
37
- "is_light": false
38
- },
39
- "img2img_map":{
40
- "enable": true,
41
- "init_img_dir" : "init_imgs/sample0",
42
- "save_init_image": true,
43
- "denoising_strength" : 0.85
44
- },
45
- "controlnet_map": {
46
- "input_image_dir" : "",
47
- "max_samples_on_vram": 0,
48
- "max_models_on_vram" : 1,
49
- "save_detectmap": true,
50
- "preprocess_on_gpu": true,
51
- "is_loop": true,
52
-
53
- "controlnet_tile":{
54
- "enable": true,
55
- "use_preprocessor":true,
56
- "preprocessor":{
57
- "type" : "none",
58
- "param":{
59
- }
60
- },
61
- "guess_mode":false,
62
- "controlnet_conditioning_scale": 1.0,
63
- "control_guidance_start": 0.0,
64
- "control_guidance_end": 1.0,
65
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
66
- },
67
- "controlnet_ip2p":{
68
- "enable": true,
69
- "use_preprocessor":true,
70
- "guess_mode":false,
71
- "controlnet_conditioning_scale": 1.0,
72
- "control_guidance_start": 0.0,
73
- "control_guidance_end": 1.0,
74
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
75
- },
76
- "controlnet_lineart_anime":{
77
- "enable": true,
78
- "use_preprocessor":true,
79
- "guess_mode":false,
80
- "controlnet_conditioning_scale": 1.0,
81
- "control_guidance_start": 0.0,
82
- "control_guidance_end": 1.0,
83
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
84
- },
85
- "controlnet_openpose":{
86
- "enable": true,
87
- "use_preprocessor":true,
88
- "guess_mode":false,
89
- "controlnet_conditioning_scale": 1.0,
90
- "control_guidance_start": 0.0,
91
- "control_guidance_end": 1.0,
92
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
93
- },
94
- "controlnet_softedge":{
95
- "enable": true,
96
- "use_preprocessor":true,
97
- "preprocessor":{
98
- "type" : "softedge_pidsafe",
99
- "param":{
100
- }
101
- },
102
- "guess_mode":false,
103
- "controlnet_conditioning_scale": 1.0,
104
- "control_guidance_start": 0.0,
105
- "control_guidance_end": 1.0,
106
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
107
- },
108
- "controlnet_shuffle": {
109
- "enable": true,
110
- "use_preprocessor":true,
111
- "guess_mode":false,
112
- "controlnet_conditioning_scale": 1.0,
113
- "control_guidance_start": 0.0,
114
- "control_guidance_end": 1.0,
115
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
116
- },
117
- "controlnet_depth": {
118
- "enable": true,
119
- "use_preprocessor":true,
120
- "guess_mode":false,
121
- "controlnet_conditioning_scale": 1.0,
122
- "control_guidance_start": 0.0,
123
- "control_guidance_end": 1.0,
124
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
125
- },
126
- "controlnet_canny": {
127
- "enable": true,
128
- "use_preprocessor":true,
129
- "guess_mode":false,
130
- "controlnet_conditioning_scale": 1.0,
131
- "control_guidance_start": 0.0,
132
- "control_guidance_end": 1.0,
133
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
134
- },
135
- "controlnet_inpaint": {
136
- "enable": true,
137
- "use_preprocessor":true,
138
- "guess_mode":false,
139
- "controlnet_conditioning_scale": 1.0,
140
- "control_guidance_start": 0.0,
141
- "control_guidance_end": 1.0,
142
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
143
- },
144
- "controlnet_lineart": {
145
- "enable": true,
146
- "use_preprocessor":true,
147
- "guess_mode":false,
148
- "controlnet_conditioning_scale": 1.0,
149
- "control_guidance_start": 0.0,
150
- "control_guidance_end": 1.0,
151
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
152
- },
153
- "controlnet_mlsd": {
154
- "enable": true,
155
- "use_preprocessor":true,
156
- "guess_mode":false,
157
- "controlnet_conditioning_scale": 1.0,
158
- "control_guidance_start": 0.0,
159
- "control_guidance_end": 1.0,
160
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
161
- },
162
- "controlnet_normalbae": {
163
- "enable": true,
164
- "use_preprocessor":true,
165
- "guess_mode":false,
166
- "controlnet_conditioning_scale": 1.0,
167
- "control_guidance_start": 0.0,
168
- "control_guidance_end": 1.0,
169
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
170
- },
171
- "controlnet_scribble": {
172
- "enable": true,
173
- "use_preprocessor":true,
174
- "guess_mode":false,
175
- "controlnet_conditioning_scale": 1.0,
176
- "control_guidance_start": 0.0,
177
- "control_guidance_end": 1.0,
178
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
179
- },
180
- "controlnet_seg": {
181
- "enable": true,
182
- "use_preprocessor":true,
183
- "guess_mode":false,
184
- "controlnet_conditioning_scale": 1.0,
185
- "control_guidance_start": 0.0,
186
- "control_guidance_end": 1.0,
187
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
188
- },
189
- "qr_code_monster_v1": {
190
- "enable": true,
191
- "use_preprocessor":true,
192
- "guess_mode":false,
193
- "controlnet_conditioning_scale": 1.0,
194
- "control_guidance_start": 0.0,
195
- "control_guidance_end": 1.0,
196
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
197
- },
198
- "qr_code_monster_v2": {
199
- "enable": true,
200
- "use_preprocessor":true,
201
- "guess_mode":false,
202
- "controlnet_conditioning_scale": 1.0,
203
- "control_guidance_start": 0.0,
204
- "control_guidance_end": 1.0,
205
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
206
- },
207
- "controlnet_mediapipe_face": {
208
- "enable": true,
209
- "use_preprocessor":true,
210
- "guess_mode":false,
211
- "controlnet_conditioning_scale": 1.0,
212
- "control_guidance_start": 0.0,
213
- "control_guidance_end": 1.0,
214
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
215
- },
216
- "controlnet_ref": {
217
- "enable": false,
218
- "ref_image": "ref_image/ref_sample.png",
219
- "attention_auto_machine_weight": 0.3,
220
- "gn_auto_machine_weight": 0.3,
221
- "style_fidelity": 0.5,
222
- "reference_attn": true,
223
- "reference_adain": false,
224
- "scale_pattern":[1.0]
225
- }
226
- },
227
- "upscale_config": {
228
- "scheduler": "k_dpmpp_sde",
229
- "steps": 20,
230
- "strength": 0.5,
231
- "guidance_scale": 10,
232
- "controlnet_tile": {
233
- "enable": true,
234
- "controlnet_conditioning_scale": 1.0,
235
- "guess_mode": false,
236
- "control_guidance_start": 0.0,
237
- "control_guidance_end": 1.0
238
- },
239
- "controlnet_line_anime": {
240
- "enable": false,
241
- "controlnet_conditioning_scale": 1.0,
242
- "guess_mode": false,
243
- "control_guidance_start": 0.0,
244
- "control_guidance_end": 1.0
245
- },
246
- "controlnet_ip2p": {
247
- "enable": false,
248
- "controlnet_conditioning_scale": 0.5,
249
- "guess_mode": false,
250
- "control_guidance_start": 0.0,
251
- "control_guidance_end": 1.0
252
- },
253
- "controlnet_ref": {
254
- "enable": false,
255
- "use_frame_as_ref_image": false,
256
- "use_1st_frame_as_ref_image": false,
257
- "ref_image": "ref_image/path_to_your_ref_img.jpg",
258
- "attention_auto_machine_weight": 1.0,
259
- "gn_auto_machine_weight": 1.0,
260
- "style_fidelity": 0.25,
261
- "reference_attn": true,
262
- "reference_adain": false
263
- }
264
- },
265
- "output":{
266
- "format" : "mp4",
267
- "fps" : 8,
268
- "encode_param":{
269
- "crf": 10
270
- }
271
- }
272
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/inpaint_sample.json DELETED
@@ -1,299 +0,0 @@
1
- {
2
- "name": "sample",
3
- "path": "share/Stable-diffusion/mistoonAnime_v20.safetensors",
4
- "motion_module": "models/motion-module/mm_sd_v15_v2.ckpt",
5
- "compile": false,
6
- "seed": [
7
- 12345
8
- ],
9
- "scheduler": "k_dpmpp_sde",
10
- "steps": 20,
11
- "guidance_scale": 10,
12
- "unet_batch_size": 1,
13
- "clip_skip": 2,
14
- "prompt_fixed_ratio": 0.5,
15
- "head_prompt": "(style of studio ghibli:1.2), (masterpiece, best quality)",
16
- "prompt_map": {
17
- "0": "cyberpunk,robot cat, robot"
18
- },
19
- "tail_prompt": "",
20
- "n_prompt": [
21
- "(worst quality:2), (bad quality:2), (normal quality:2), lowers, bad anatomy, bad hands, (multiple views),"
22
- ],
23
- "lora_map": {
24
- "share/models/Lora/Ghibli_v6.safetensors": 1.0
25
- },
26
- "motion_lora_map": {
27
- },
28
- "ip_adapter_map": {
29
- "enable": true,
30
- "input_image_dir": "ip_adapter_image/cyberpunk",
31
- "prompt_fixed_ratio": 0.5,
32
- "save_input_image": true,
33
- "resized_to_square": false,
34
- "scale": 0.5,
35
- "is_plus_face": false,
36
- "is_plus": true,
37
- "is_light": false
38
- },
39
- "img2img_map":{
40
- "enable": true,
41
- "init_img_dir" : "init_imgs/sample1",
42
- "save_init_image": true,
43
- "denoising_strength" : 0.85
44
- },
45
- "region_map" : {
46
- "0":{
47
- "enable": true,
48
- "mask_dir" : "mask/sample1",
49
- "save_mask": true,
50
- "is_init_img" : true,
51
- "condition":{
52
- "prompt_fixed_ratio": 0.5,
53
- "head_prompt": "(masterpiece, best quality)",
54
- "prompt_map": {
55
- "0": "cyberpunk,robot cat, robot"
56
- },
57
- "tail_prompt": "",
58
- "ip_adapter_map": {
59
- "enable": true,
60
- "input_image_dir": "ip_adapter_image/cyberpunk",
61
- "prompt_fixed_ratio": 0.5,
62
- "save_input_image": true,
63
- "resized_to_square": false
64
- }
65
- }
66
- },
67
- "background":{
68
- "is_init_img" : false,
69
- "hint" : "background's condition refers to the one in root"
70
- }
71
- },
72
- "controlnet_map": {
73
- "input_image_dir" : "controlnet_image/cat",
74
- "max_samples_on_vram": 0,
75
- "max_models_on_vram" : 1,
76
- "save_detectmap": true,
77
- "preprocess_on_gpu": true,
78
- "is_loop": true,
79
-
80
- "controlnet_tile":{
81
- "enable": true,
82
- "use_preprocessor":true,
83
- "preprocessor":{
84
- "type" : "none",
85
- "param":{
86
- }
87
- },
88
- "guess_mode":false,
89
- "controlnet_conditioning_scale": 1.0,
90
- "control_guidance_start": 0.0,
91
- "control_guidance_end": 1.0,
92
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
93
- },
94
- "controlnet_ip2p":{
95
- "enable": true,
96
- "use_preprocessor":true,
97
- "guess_mode":false,
98
- "controlnet_conditioning_scale":0.5,
99
- "control_guidance_start": 0.0,
100
- "control_guidance_end": 1.0,
101
- "control_scale_list":[]
102
- },
103
- "controlnet_lineart_anime":{
104
- "enable": true,
105
- "use_preprocessor":true,
106
- "guess_mode":false,
107
- "controlnet_conditioning_scale": 1.0,
108
- "control_guidance_start": 0.0,
109
- "control_guidance_end": 1.0,
110
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
111
- },
112
- "controlnet_openpose":{
113
- "enable": true,
114
- "use_preprocessor":true,
115
- "guess_mode":false,
116
- "controlnet_conditioning_scale": 1.0,
117
- "control_guidance_start": 0.0,
118
- "control_guidance_end": 1.0,
119
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
120
- },
121
- "controlnet_softedge":{
122
- "enable": true,
123
- "use_preprocessor":true,
124
- "preprocessor":{
125
- "type" : "softedge_pidsafe",
126
- "param":{
127
- }
128
- },
129
- "guess_mode":false,
130
- "controlnet_conditioning_scale": 1.0,
131
- "control_guidance_start": 0.0,
132
- "control_guidance_end": 1.0,
133
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
134
- },
135
- "controlnet_shuffle": {
136
- "enable": true,
137
- "use_preprocessor":true,
138
- "guess_mode":false,
139
- "controlnet_conditioning_scale": 1.0,
140
- "control_guidance_start": 0.0,
141
- "control_guidance_end": 1.0,
142
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
143
- },
144
- "controlnet_depth": {
145
- "enable": true,
146
- "use_preprocessor":true,
147
- "guess_mode":false,
148
- "controlnet_conditioning_scale": 1.0,
149
- "control_guidance_start": 0.0,
150
- "control_guidance_end": 1.0,
151
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
152
- },
153
- "controlnet_canny": {
154
- "enable": true,
155
- "use_preprocessor":true,
156
- "guess_mode":false,
157
- "controlnet_conditioning_scale": 1.0,
158
- "control_guidance_start": 0.0,
159
- "control_guidance_end": 1.0,
160
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
161
- },
162
- "controlnet_inpaint": {
163
- "enable": true,
164
- "use_preprocessor":true,
165
- "guess_mode":false,
166
- "controlnet_conditioning_scale": 1.0,
167
- "control_guidance_start": 0.0,
168
- "control_guidance_end": 1.0,
169
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
170
- },
171
- "controlnet_lineart": {
172
- "enable": true,
173
- "use_preprocessor":true,
174
- "guess_mode":false,
175
- "controlnet_conditioning_scale": 1.0,
176
- "control_guidance_start": 0.0,
177
- "control_guidance_end": 1.0,
178
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
179
- },
180
- "controlnet_mlsd": {
181
- "enable": true,
182
- "use_preprocessor":true,
183
- "guess_mode":false,
184
- "controlnet_conditioning_scale": 1.0,
185
- "control_guidance_start": 0.0,
186
- "control_guidance_end": 1.0,
187
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
188
- },
189
- "controlnet_normalbae": {
190
- "enable": true,
191
- "use_preprocessor":true,
192
- "guess_mode":false,
193
- "controlnet_conditioning_scale": 0.25,
194
- "control_guidance_start": 0.0,
195
- "control_guidance_end": 1.0,
196
- "control_scale_list":[]
197
- },
198
- "controlnet_scribble": {
199
- "enable": true,
200
- "use_preprocessor":true,
201
- "guess_mode":false,
202
- "controlnet_conditioning_scale": 1.0,
203
- "control_guidance_start": 0.0,
204
- "control_guidance_end": 1.0,
205
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
206
- },
207
- "controlnet_seg": {
208
- "enable": true,
209
- "use_preprocessor":true,
210
- "guess_mode":false,
211
- "controlnet_conditioning_scale": 1.0,
212
- "control_guidance_start": 0.0,
213
- "control_guidance_end": 1.0,
214
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
215
- },
216
- "qr_code_monster_v1": {
217
- "enable": true,
218
- "use_preprocessor":true,
219
- "guess_mode":false,
220
- "controlnet_conditioning_scale": 1.0,
221
- "control_guidance_start": 0.0,
222
- "control_guidance_end": 1.0,
223
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
224
- },
225
- "qr_code_monster_v2": {
226
- "enable": true,
227
- "use_preprocessor":true,
228
- "guess_mode":false,
229
- "controlnet_conditioning_scale": 1.0,
230
- "control_guidance_start": 0.0,
231
- "control_guidance_end": 1.0,
232
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
233
- },
234
- "controlnet_mediapipe_face": {
235
- "enable": true,
236
- "use_preprocessor":true,
237
- "guess_mode":false,
238
- "controlnet_conditioning_scale": 1.0,
239
- "control_guidance_start": 0.0,
240
- "control_guidance_end": 1.0,
241
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
242
- },
243
- "controlnet_ref": {
244
- "enable": false,
245
- "ref_image": "ref_image/ref_sample.png",
246
- "attention_auto_machine_weight": 0.3,
247
- "gn_auto_machine_weight": 0.3,
248
- "style_fidelity": 0.5,
249
- "reference_attn": true,
250
- "reference_adain": false,
251
- "scale_pattern":[1.0]
252
- }
253
- },
254
- "upscale_config": {
255
- "scheduler": "k_dpmpp_sde",
256
- "steps": 20,
257
- "strength": 0.5,
258
- "guidance_scale": 10,
259
- "controlnet_tile": {
260
- "enable": true,
261
- "controlnet_conditioning_scale": 1.0,
262
- "guess_mode": false,
263
- "control_guidance_start": 0.0,
264
- "control_guidance_end": 1.0
265
- },
266
- "controlnet_line_anime": {
267
- "enable": false,
268
- "controlnet_conditioning_scale": 1.0,
269
- "guess_mode": false,
270
- "control_guidance_start": 0.0,
271
- "control_guidance_end": 1.0
272
- },
273
- "controlnet_ip2p": {
274
- "enable": false,
275
- "controlnet_conditioning_scale": 0.5,
276
- "guess_mode": false,
277
- "control_guidance_start": 0.0,
278
- "control_guidance_end": 1.0
279
- },
280
- "controlnet_ref": {
281
- "enable": false,
282
- "use_frame_as_ref_image": false,
283
- "use_1st_frame_as_ref_image": false,
284
- "ref_image": "ref_image/path_to_your_ref_img.jpg",
285
- "attention_auto_machine_weight": 1.0,
286
- "gn_auto_machine_weight": 1.0,
287
- "style_fidelity": 0.25,
288
- "reference_attn": true,
289
- "reference_adain": false
290
- }
291
- },
292
- "output":{
293
- "format" : "mp4",
294
- "fps" : 8,
295
- "encode_param":{
296
- "crf": 10
297
- }
298
- }
299
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/prompt_travel.json DELETED
@@ -1,322 +0,0 @@
1
- {
2
- "name": "sample",
3
- "path": "chilloutMix-Ni.safetensors",
4
- "motion_module": "AnimateLCM_sd15_t2v.ckpt",
5
- "context_schedule" : "composite",
6
- "lcm_map":{
7
- "enable":true,
8
- "start_scale":0.15,
9
- "end_scale":0.75,
10
- "gradient_start":0.2,
11
- "gradient_end":0.75
12
- },
13
- "gradual_latent_hires_fix_map":{
14
- "enable": false,
15
- "scale": {
16
- "0": 0.5,
17
- "0.7": 1.0
18
- },
19
- "reverse_steps": 5,
20
- "noise_add_count":3
21
- },
22
- "compile": false,
23
- "seed": [
24
- 0
25
- ],
26
- "scheduler": "lcm",
27
- "steps": 8,
28
- "guidance_scale": 3,
29
- "unet_batch_size": 1,
30
- "clip_skip": 2,
31
- "prompt_fixed_ratio": 0.8,
32
- "head_prompt": "A full body gorgeous smiling slim young cleavage robust boob japanese girl, wearing white deep V bandeau pantie, two hands with five fingers, lying on back on white bed, two arms, front view",
33
- "prompt_map": {
34
- "0": "air kiss",
35
- "32": "spread arms",
36
- "64": "cross arms",
37
- "96": "hand heart on chest",
38
- "128": "hand heart on abdomen",
39
- "160": "armpit",
40
- "192": "waving hands, open palms",
41
- "224": "one hand on hip",
42
- "256": "both hands on hip",
43
- "288": "twerking",
44
- "320": "hula",
45
- "352": "belly dance",
46
- "384": "lap dance",
47
- "416": "high kicks",
48
- "448": "spread legs"
49
- },
50
- "tail_prompt": "best quality, extremely detailed, HD, ultra-realistic, 8K, HQ, masterpiece, trending on artstation, art, smooth",
51
- "n_prompt": [
52
- "nipple, dudou, shirt, skirt, glove, headgear, shawl, hat, sock, sleeve, monochrome, longbody, lowres, bad anatomy, bad hands, fused fingers, missing fingers, too many fingers, extra digit, fewer digits, cropped, worst quality, low quality, deformed body, bloated, ugly, unrealistic, extra hands and arms"
53
- ],
54
- "lora_map": {},
55
- "motion_lora_map": {},
56
- "ip_adapter_map": {
57
- "enable": false,
58
- "input_image_dir": "ip_adapter_image/test",
59
- "prompt_fixed_ratio": 0.5,
60
- "save_input_image": true,
61
- "resized_to_square": false,
62
- "scale": 0.5,
63
- "is_full_face": false,
64
- "is_plus_face": false,
65
- "is_plus": true,
66
- "is_light": false
67
- },
68
- "controlnet_map": {
69
- "input_image_dir" : "",
70
- "max_samples_on_vram": 0,
71
- "max_models_on_vram" : 0,
72
- "save_detectmap": true,
73
- "preprocess_on_gpu": true,
74
- "is_loop": false,
75
-
76
- "controlnet_tile":{
77
- "enable": true,
78
- "use_preprocessor":true,
79
- "preprocessor":{
80
- "type" : "none",
81
- "param":{
82
- }
83
- },
84
- "guess_mode":false,
85
- "controlnet_conditioning_scale": 1.0,
86
- "control_guidance_start": 0.0,
87
- "control_guidance_end": 1.0,
88
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
89
- "control_region_list":[]
90
- },
91
- "controlnet_ip2p":{
92
- "enable": true,
93
- "use_preprocessor":true,
94
- "guess_mode":false,
95
- "controlnet_conditioning_scale": 1.0,
96
- "control_guidance_start": 0.0,
97
- "control_guidance_end": 1.0,
98
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
99
- "control_region_list":[]
100
- },
101
- "controlnet_lineart_anime":{
102
- "enable": true,
103
- "use_preprocessor":true,
104
- "guess_mode":false,
105
- "controlnet_conditioning_scale": 1.0,
106
- "control_guidance_start": 0.0,
107
- "control_guidance_end": 1.0,
108
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
109
- "control_region_list":[]
110
- },
111
- "controlnet_openpose":{
112
- "enable": true,
113
- "use_preprocessor":true,
114
- "guess_mode":false,
115
- "controlnet_conditioning_scale": 1.0,
116
- "control_guidance_start": 0.0,
117
- "control_guidance_end": 1.0,
118
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
119
- "control_region_list":[]
120
- },
121
- "controlnet_softedge":{
122
- "enable": true,
123
- "use_preprocessor":true,
124
- "preprocessor":{
125
- "type" : "softedge_pidsafe",
126
- "param":{
127
- }
128
- },
129
- "guess_mode":false,
130
- "controlnet_conditioning_scale": 1.0,
131
- "control_guidance_start": 0.0,
132
- "control_guidance_end": 1.0,
133
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
134
- "control_region_list":[]
135
- },
136
- "controlnet_shuffle": {
137
- "enable": true,
138
- "use_preprocessor":true,
139
- "guess_mode":false,
140
- "controlnet_conditioning_scale": 1.0,
141
- "control_guidance_start": 0.0,
142
- "control_guidance_end": 1.0,
143
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
144
- "control_region_list":[]
145
- },
146
- "controlnet_depth": {
147
- "enable": true,
148
- "use_preprocessor":true,
149
- "guess_mode":false,
150
- "controlnet_conditioning_scale": 1.0,
151
- "control_guidance_start": 0.0,
152
- "control_guidance_end": 1.0,
153
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
154
- "control_region_list":[]
155
- },
156
- "controlnet_canny": {
157
- "enable": true,
158
- "use_preprocessor":true,
159
- "guess_mode":false,
160
- "controlnet_conditioning_scale": 1.0,
161
- "control_guidance_start": 0.0,
162
- "control_guidance_end": 1.0,
163
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
164
- "control_region_list":[]
165
- },
166
- "controlnet_inpaint": {
167
- "enable": true,
168
- "use_preprocessor":true,
169
- "guess_mode":false,
170
- "controlnet_conditioning_scale": 1.0,
171
- "control_guidance_start": 0.0,
172
- "control_guidance_end": 1.0,
173
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
174
- "control_region_list":[]
175
- },
176
- "controlnet_lineart": {
177
- "enable": true,
178
- "use_preprocessor":true,
179
- "guess_mode":false,
180
- "controlnet_conditioning_scale": 1.0,
181
- "control_guidance_start": 0.0,
182
- "control_guidance_end": 1.0,
183
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
184
- "control_region_list":[]
185
- },
186
- "controlnet_mlsd": {
187
- "enable": true,
188
- "use_preprocessor":true,
189
- "guess_mode":false,
190
- "controlnet_conditioning_scale": 1.0,
191
- "control_guidance_start": 0.0,
192
- "control_guidance_end": 1.0,
193
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
194
- "control_region_list":[]
195
- },
196
- "controlnet_normalbae": {
197
- "enable": true,
198
- "use_preprocessor":true,
199
- "guess_mode":false,
200
- "controlnet_conditioning_scale": 1.0,
201
- "control_guidance_start": 0.0,
202
- "control_guidance_end": 1.0,
203
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
204
- "control_region_list":[]
205
- },
206
- "controlnet_scribble": {
207
- "enable": true,
208
- "use_preprocessor":true,
209
- "guess_mode":false,
210
- "controlnet_conditioning_scale": 1.0,
211
- "control_guidance_start": 0.0,
212
- "control_guidance_end": 1.0,
213
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
214
- "control_region_list":[]
215
- },
216
- "controlnet_seg": {
217
- "enable": true,
218
- "use_preprocessor":true,
219
- "guess_mode":false,
220
- "controlnet_conditioning_scale": 1.0,
221
- "control_guidance_start": 0.0,
222
- "control_guidance_end": 1.0,
223
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
224
- "control_region_list":[]
225
- },
226
- "qr_code_monster_v1": {
227
- "enable": true,
228
- "use_preprocessor":true,
229
- "guess_mode":false,
230
- "controlnet_conditioning_scale": 1.0,
231
- "control_guidance_start": 0.0,
232
- "control_guidance_end": 1.0,
233
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
234
- "control_region_list":[]
235
- },
236
- "qr_code_monster_v2": {
237
- "enable": true,
238
- "use_preprocessor":true,
239
- "guess_mode":false,
240
- "controlnet_conditioning_scale": 1.0,
241
- "control_guidance_start": 0.0,
242
- "control_guidance_end": 1.0,
243
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
244
- "control_region_list":[]
245
- },
246
- "controlnet_mediapipe_face": {
247
- "enable": true,
248
- "use_preprocessor":true,
249
- "guess_mode":false,
250
- "controlnet_conditioning_scale": 1.0,
251
- "control_guidance_start": 0.0,
252
- "control_guidance_end": 1.0,
253
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
254
- "control_region_list":[]
255
- },
256
- "animatediff_controlnet": {
257
- "enable": true,
258
- "use_preprocessor":true,
259
- "guess_mode":false,
260
- "controlnet_conditioning_scale": 1.0,
261
- "control_guidance_start": 0.0,
262
- "control_guidance_end": 1.0,
263
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1],
264
- "control_region_list":[]
265
- },
266
- "controlnet_ref": {
267
- "enable": false,
268
- "ref_image": "ref_image/ref_sample.png",
269
- "attention_auto_machine_weight": 0.3,
270
- "gn_auto_machine_weight": 0.3,
271
- "style_fidelity": 0.5,
272
- "reference_attn": true,
273
- "reference_adain": false,
274
- "scale_pattern":[1.0]
275
- }
276
- },
277
- "upscale_config": {
278
- "scheduler": "k_dpmpp_sde",
279
- "steps": 20,
280
- "strength": 0.5,
281
- "guidance_scale": 10,
282
- "controlnet_tile": {
283
- "enable": true,
284
- "controlnet_conditioning_scale": 1.0,
285
- "guess_mode": false,
286
- "control_guidance_start": 0.0,
287
- "control_guidance_end": 1.0
288
- },
289
- "controlnet_line_anime": {
290
- "enable": false,
291
- "controlnet_conditioning_scale": 1.0,
292
- "guess_mode": false,
293
- "control_guidance_start": 0.0,
294
- "control_guidance_end": 1.0
295
- },
296
- "controlnet_ip2p": {
297
- "enable": false,
298
- "controlnet_conditioning_scale": 0.5,
299
- "guess_mode": false,
300
- "control_guidance_start": 0.0,
301
- "control_guidance_end": 1.0
302
- },
303
- "controlnet_ref": {
304
- "enable": false,
305
- "use_frame_as_ref_image": false,
306
- "use_1st_frame_as_ref_image": false,
307
- "ref_image": "ref_image/path_to_your_ref_img.jpg",
308
- "attention_auto_machine_weight": 1.0,
309
- "gn_auto_machine_weight": 1.0,
310
- "style_fidelity": 0.25,
311
- "reference_attn": true,
312
- "reference_adain": false
313
- }
314
- },
315
- "output":{
316
- "format" : "mp4",
317
- "fps" : 8,
318
- "encode_param":{
319
- "crf": 10
320
- }
321
- }
322
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/prompt_travel_multi_controlnet.json DELETED
@@ -1,238 +0,0 @@
1
- {
2
- "name": "sample",
3
- "path": "share/Stable-diffusion/mistoonAnime_v20.safetensors",
4
- "motion_module": "models/motion-module/mm_sd_v14.ckpt",
5
- "compile": false,
6
- "seed": [
7
- 341774366206100
8
- ],
9
- "scheduler": "k_dpmpp_sde",
10
- "steps": 20,
11
- "guidance_scale": 10,
12
- "clip_skip": 2,
13
- "head_prompt": "masterpiece, best quality, a beautiful and detailed portriat of muffet, monster girl,((purple body:1.3)),humanoid, arachnid, anthro,((fangs)),pigtails,hair bows,5 eyes,spider girl,6 arms,solo",
14
- "prompt_map": {
15
- "0": "smile standing,((spider webs:1.0))",
16
- "32": "(((walking))),((spider webs:1.0))",
17
- "64": "(((running))),((spider webs:2.0)),wide angle lens, fish eye effect",
18
- "96": "(((sitting))),((spider webs:1.0))"
19
- },
20
- "tail_prompt": "clothed, open mouth, awesome and detailed background, holding teapot, holding teacup, 6 hands,detailed hands,storefront that sells pastries and tea,bloomers,(red and black clothing),inside,pouring into teacup,muffetwear",
21
- "n_prompt": [
22
- "(worst quality, low quality:1.4),nudity,simple background,border,mouth closed,text, patreon,bed,bedroom,white background,((monochrome)),sketch,(pink body:1.4),7 arms,8 arms,4 arms"
23
- ],
24
- "lora_map": {
25
- "share/Lora/muffet_v2.safetensors" : 1.0,
26
- "share/Lora/add_detail.safetensors" : 1.0
27
- },
28
- "ip_adapter_map": {
29
- "enable": true,
30
- "input_image_dir": "ip_adapter_image/test",
31
- "save_input_image": true,
32
- "resized_to_square": false,
33
- "scale": 0.5,
34
- "is_plus_face": true,
35
- "is_plus": true
36
- },
37
- "controlnet_map": {
38
- "input_image_dir" : "controlnet_image/test",
39
- "max_samples_on_vram": 200,
40
- "max_models_on_vram" : 3,
41
- "save_detectmap": true,
42
- "preprocess_on_gpu": true,
43
- "is_loop": true,
44
-
45
- "controlnet_tile":{
46
- "enable": true,
47
- "use_preprocessor":true,
48
- "preprocessor":{
49
- "type" : "none",
50
- "param":{
51
- }
52
- },
53
- "guess_mode":false,
54
- "controlnet_conditioning_scale": 1.0,
55
- "control_guidance_start": 0.0,
56
- "control_guidance_end": 1.0,
57
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
58
- },
59
- "controlnet_ip2p":{
60
- "enable": true,
61
- "use_preprocessor":true,
62
- "guess_mode":false,
63
- "controlnet_conditioning_scale": 1.0,
64
- "control_guidance_start": 0.0,
65
- "control_guidance_end": 1.0,
66
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
67
- },
68
- "controlnet_lineart_anime":{
69
- "enable": true,
70
- "use_preprocessor":true,
71
- "guess_mode":false,
72
- "controlnet_conditioning_scale": 1.0,
73
- "control_guidance_start": 0.0,
74
- "control_guidance_end": 1.0,
75
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
76
- },
77
- "controlnet_openpose":{
78
- "enable": true,
79
- "use_preprocessor":true,
80
- "guess_mode":false,
81
- "controlnet_conditioning_scale": 1.0,
82
- "control_guidance_start": 0.0,
83
- "control_guidance_end": 1.0,
84
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
85
- },
86
- "controlnet_softedge":{
87
- "enable": true,
88
- "use_preprocessor":true,
89
- "preprocessor":{
90
- "type" : "softedge_pidsafe",
91
- "param":{
92
- }
93
- },
94
- "guess_mode":false,
95
- "controlnet_conditioning_scale": 1.0,
96
- "control_guidance_start": 0.0,
97
- "control_guidance_end": 1.0,
98
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
99
- },
100
- "controlnet_shuffle": {
101
- "enable": true,
102
- "use_preprocessor":true,
103
- "guess_mode":false,
104
- "controlnet_conditioning_scale": 1.0,
105
- "control_guidance_start": 0.0,
106
- "control_guidance_end": 1.0,
107
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
108
- },
109
- "controlnet_depth": {
110
- "enable": true,
111
- "use_preprocessor":true,
112
- "guess_mode":false,
113
- "controlnet_conditioning_scale": 1.0,
114
- "control_guidance_start": 0.0,
115
- "control_guidance_end": 1.0,
116
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
117
- },
118
- "controlnet_canny": {
119
- "enable": true,
120
- "use_preprocessor":true,
121
- "guess_mode":false,
122
- "controlnet_conditioning_scale": 1.0,
123
- "control_guidance_start": 0.0,
124
- "control_guidance_end": 1.0,
125
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
126
- },
127
- "controlnet_inpaint": {
128
- "enable": true,
129
- "use_preprocessor":true,
130
- "guess_mode":false,
131
- "controlnet_conditioning_scale": 1.0,
132
- "control_guidance_start": 0.0,
133
- "control_guidance_end": 1.0,
134
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
135
- },
136
- "controlnet_lineart": {
137
- "enable": true,
138
- "use_preprocessor":true,
139
- "guess_mode":false,
140
- "controlnet_conditioning_scale": 1.0,
141
- "control_guidance_start": 0.0,
142
- "control_guidance_end": 1.0,
143
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
144
- },
145
- "controlnet_mlsd": {
146
- "enable": true,
147
- "use_preprocessor":true,
148
- "guess_mode":false,
149
- "controlnet_conditioning_scale": 1.0,
150
- "control_guidance_start": 0.0,
151
- "control_guidance_end": 1.0,
152
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
153
- },
154
- "controlnet_normalbae": {
155
- "enable": true,
156
- "use_preprocessor":true,
157
- "guess_mode":false,
158
- "controlnet_conditioning_scale": 1.0,
159
- "control_guidance_start": 0.0,
160
- "control_guidance_end": 1.0,
161
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
162
- },
163
- "controlnet_scribble": {
164
- "enable": true,
165
- "use_preprocessor":true,
166
- "guess_mode":false,
167
- "controlnet_conditioning_scale": 1.0,
168
- "control_guidance_start": 0.0,
169
- "control_guidance_end": 1.0,
170
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
171
- },
172
- "controlnet_seg": {
173
- "enable": true,
174
- "use_preprocessor":true,
175
- "guess_mode":false,
176
- "controlnet_conditioning_scale": 1.0,
177
- "control_guidance_start": 0.0,
178
- "control_guidance_end": 1.0,
179
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
180
- },
181
- "controlnet_ref": {
182
- "enable": false,
183
- "ref_image": "ref_image/ref_sample.png",
184
- "attention_auto_machine_weight": 0.3,
185
- "gn_auto_machine_weight": 0.3,
186
- "style_fidelity": 0.5,
187
- "reference_attn": true,
188
- "reference_adain": false,
189
- "scale_pattern":[1.0]
190
- }
191
- },
192
- "upscale_config": {
193
- "scheduler": "k_dpmpp_sde",
194
- "steps": 20,
195
- "strength": 0.5,
196
- "guidance_scale": 10,
197
- "controlnet_tile": {
198
- "enable": true,
199
- "controlnet_conditioning_scale": 1.0,
200
- "guess_mode": false,
201
- "control_guidance_start": 0.0,
202
- "control_guidance_end": 1.0
203
- },
204
- "controlnet_line_anime": {
205
- "enable": false,
206
- "controlnet_conditioning_scale": 1.0,
207
- "guess_mode": false,
208
- "control_guidance_start": 0.0,
209
- "control_guidance_end": 1.0
210
- },
211
- "controlnet_ip2p": {
212
- "enable": true,
213
- "controlnet_conditioning_scale": 0.5,
214
- "guess_mode": false,
215
- "control_guidance_start": 0.0,
216
- "control_guidance_end": 1.0
217
- },
218
- "controlnet_ref": {
219
- "enable": false,
220
- "use_frame_as_ref_image": false,
221
- "use_1st_frame_as_ref_image": true,
222
- "ref_image": "ref_image/path_to_your_ref_img.jpg",
223
- "attention_auto_machine_weight": 1.0,
224
- "gn_auto_machine_weight": 1.0,
225
- "style_fidelity": 0.25,
226
- "reference_attn": true,
227
- "reference_adain": false
228
- }
229
- },
230
- "output":{
231
- "preview_steps": [10],
232
- "format" : "gif",
233
- "fps" : 8,
234
- "encode_param":{
235
- "crf": 10
236
- }
237
- }
238
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/region_sample.json DELETED
@@ -1,299 +0,0 @@
1
- {
2
- "name": "sample",
3
- "path": "share/Stable-diffusion/mistoonAnime_v20.safetensors",
4
- "motion_module": "models/motion-module/mm_sd_v15_v2.ckpt",
5
- "compile": false,
6
- "seed": [
7
- 12345
8
- ],
9
- "scheduler": "k_dpmpp_sde",
10
- "steps": 20,
11
- "guidance_scale": 10,
12
- "unet_batch_size": 1,
13
- "clip_skip": 2,
14
- "prompt_fixed_ratio": 0.5,
15
- "head_prompt": "(style of studio ghibli:1.2), (masterpiece, best quality)",
16
- "prompt_map": {
17
- "0": "forest, cute orange cat, outdoors,"
18
- },
19
- "tail_prompt": "",
20
- "n_prompt": [
21
- "(worst quality:2), (bad quality:2), (normal quality:2), lowers, bad anatomy, bad hands, (multiple views),"
22
- ],
23
- "lora_map": {
24
- "share/models/Lora/Ghibli_v6.safetensors": 1.0
25
- },
26
- "motion_lora_map": {
27
- },
28
- "ip_adapter_map": {
29
- "enable": true,
30
- "input_image_dir": "ip_adapter_image/cat",
31
- "prompt_fixed_ratio": 0.5,
32
- "save_input_image": true,
33
- "resized_to_square": false,
34
- "scale": 0.5,
35
- "is_plus_face": false,
36
- "is_plus": true,
37
- "is_light": false
38
- },
39
- "img2img_map":{
40
- "enable": true,
41
- "init_img_dir" : "init_imgs/sample1",
42
- "save_init_image": true,
43
- "denoising_strength" : 0.7
44
- },
45
- "region_map" : {
46
- "0":{
47
- "enable": true,
48
- "mask_dir" : "mask/sample0",
49
- "save_mask": true,
50
- "is_init_img" : false,
51
- "condition":{
52
- "prompt_fixed_ratio": 0.5,
53
- "head_prompt": "(style of studio ghibli:1.2), (masterpiece, best quality)",
54
- "prompt_map": {
55
- "0": "house, cute dog, rain, street, outdoors"
56
- },
57
- "tail_prompt": "",
58
- "ip_adapter_map": {
59
- "enable": true,
60
- "input_image_dir": "ip_adapter_image/cyberpunk",
61
- "prompt_fixed_ratio": 0.5,
62
- "save_input_image": true,
63
- "resized_to_square": false
64
- }
65
- }
66
- },
67
- "background":{
68
- "is_init_img" : false,
69
- "hint" : "background's condition refers to the one in root"
70
- }
71
- },
72
- "controlnet_map": {
73
- "input_image_dir" : "",
74
- "max_samples_on_vram": 0,
75
- "max_models_on_vram" : 1,
76
- "save_detectmap": true,
77
- "preprocess_on_gpu": true,
78
- "is_loop": true,
79
-
80
- "controlnet_tile":{
81
- "enable": true,
82
- "use_preprocessor":true,
83
- "preprocessor":{
84
- "type" : "none",
85
- "param":{
86
- }
87
- },
88
- "guess_mode":false,
89
- "controlnet_conditioning_scale": 1.0,
90
- "control_guidance_start": 0.0,
91
- "control_guidance_end": 1.0,
92
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
93
- },
94
- "controlnet_ip2p":{
95
- "enable": true,
96
- "use_preprocessor":true,
97
- "guess_mode":false,
98
- "controlnet_conditioning_scale": 1.0,
99
- "control_guidance_start": 0.0,
100
- "control_guidance_end": 1.0,
101
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
102
- },
103
- "controlnet_lineart_anime":{
104
- "enable": true,
105
- "use_preprocessor":true,
106
- "guess_mode":false,
107
- "controlnet_conditioning_scale": 1.0,
108
- "control_guidance_start": 0.0,
109
- "control_guidance_end": 1.0,
110
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
111
- },
112
- "controlnet_openpose":{
113
- "enable": true,
114
- "use_preprocessor":true,
115
- "guess_mode":false,
116
- "controlnet_conditioning_scale": 1.0,
117
- "control_guidance_start": 0.0,
118
- "control_guidance_end": 1.0,
119
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
120
- },
121
- "controlnet_softedge":{
122
- "enable": true,
123
- "use_preprocessor":true,
124
- "preprocessor":{
125
- "type" : "softedge_pidsafe",
126
- "param":{
127
- }
128
- },
129
- "guess_mode":false,
130
- "controlnet_conditioning_scale": 1.0,
131
- "control_guidance_start": 0.0,
132
- "control_guidance_end": 1.0,
133
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
134
- },
135
- "controlnet_shuffle": {
136
- "enable": true,
137
- "use_preprocessor":true,
138
- "guess_mode":false,
139
- "controlnet_conditioning_scale": 1.0,
140
- "control_guidance_start": 0.0,
141
- "control_guidance_end": 1.0,
142
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
143
- },
144
- "controlnet_depth": {
145
- "enable": true,
146
- "use_preprocessor":true,
147
- "guess_mode":false,
148
- "controlnet_conditioning_scale": 1.0,
149
- "control_guidance_start": 0.0,
150
- "control_guidance_end": 1.0,
151
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
152
- },
153
- "controlnet_canny": {
154
- "enable": true,
155
- "use_preprocessor":true,
156
- "guess_mode":false,
157
- "controlnet_conditioning_scale": 1.0,
158
- "control_guidance_start": 0.0,
159
- "control_guidance_end": 1.0,
160
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
161
- },
162
- "controlnet_inpaint": {
163
- "enable": true,
164
- "use_preprocessor":true,
165
- "guess_mode":false,
166
- "controlnet_conditioning_scale": 1.0,
167
- "control_guidance_start": 0.0,
168
- "control_guidance_end": 1.0,
169
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
170
- },
171
- "controlnet_lineart": {
172
- "enable": true,
173
- "use_preprocessor":true,
174
- "guess_mode":false,
175
- "controlnet_conditioning_scale": 1.0,
176
- "control_guidance_start": 0.0,
177
- "control_guidance_end": 1.0,
178
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
179
- },
180
- "controlnet_mlsd": {
181
- "enable": true,
182
- "use_preprocessor":true,
183
- "guess_mode":false,
184
- "controlnet_conditioning_scale": 1.0,
185
- "control_guidance_start": 0.0,
186
- "control_guidance_end": 1.0,
187
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
188
- },
189
- "controlnet_normalbae": {
190
- "enable": true,
191
- "use_preprocessor":true,
192
- "guess_mode":false,
193
- "controlnet_conditioning_scale": 1.0,
194
- "control_guidance_start": 0.0,
195
- "control_guidance_end": 1.0,
196
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
197
- },
198
- "controlnet_scribble": {
199
- "enable": true,
200
- "use_preprocessor":true,
201
- "guess_mode":false,
202
- "controlnet_conditioning_scale": 1.0,
203
- "control_guidance_start": 0.0,
204
- "control_guidance_end": 1.0,
205
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
206
- },
207
- "controlnet_seg": {
208
- "enable": true,
209
- "use_preprocessor":true,
210
- "guess_mode":false,
211
- "controlnet_conditioning_scale": 1.0,
212
- "control_guidance_start": 0.0,
213
- "control_guidance_end": 1.0,
214
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
215
- },
216
- "qr_code_monster_v1": {
217
- "enable": true,
218
- "use_preprocessor":true,
219
- "guess_mode":false,
220
- "controlnet_conditioning_scale": 1.0,
221
- "control_guidance_start": 0.0,
222
- "control_guidance_end": 1.0,
223
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
224
- },
225
- "qr_code_monster_v2": {
226
- "enable": true,
227
- "use_preprocessor":true,
228
- "guess_mode":false,
229
- "controlnet_conditioning_scale": 1.0,
230
- "control_guidance_start": 0.0,
231
- "control_guidance_end": 1.0,
232
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
233
- },
234
- "controlnet_mediapipe_face": {
235
- "enable": true,
236
- "use_preprocessor":true,
237
- "guess_mode":false,
238
- "controlnet_conditioning_scale": 1.0,
239
- "control_guidance_start": 0.0,
240
- "control_guidance_end": 1.0,
241
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
242
- },
243
- "controlnet_ref": {
244
- "enable": false,
245
- "ref_image": "ref_image/ref_sample.png",
246
- "attention_auto_machine_weight": 0.3,
247
- "gn_auto_machine_weight": 0.3,
248
- "style_fidelity": 0.5,
249
- "reference_attn": true,
250
- "reference_adain": false,
251
- "scale_pattern":[1.0]
252
- }
253
- },
254
- "upscale_config": {
255
- "scheduler": "k_dpmpp_sde",
256
- "steps": 20,
257
- "strength": 0.5,
258
- "guidance_scale": 10,
259
- "controlnet_tile": {
260
- "enable": true,
261
- "controlnet_conditioning_scale": 1.0,
262
- "guess_mode": false,
263
- "control_guidance_start": 0.0,
264
- "control_guidance_end": 1.0
265
- },
266
- "controlnet_line_anime": {
267
- "enable": false,
268
- "controlnet_conditioning_scale": 1.0,
269
- "guess_mode": false,
270
- "control_guidance_start": 0.0,
271
- "control_guidance_end": 1.0
272
- },
273
- "controlnet_ip2p": {
274
- "enable": false,
275
- "controlnet_conditioning_scale": 0.5,
276
- "guess_mode": false,
277
- "control_guidance_start": 0.0,
278
- "control_guidance_end": 1.0
279
- },
280
- "controlnet_ref": {
281
- "enable": false,
282
- "use_frame_as_ref_image": false,
283
- "use_1st_frame_as_ref_image": false,
284
- "ref_image": "ref_image/path_to_your_ref_img.jpg",
285
- "attention_auto_machine_weight": 1.0,
286
- "gn_auto_machine_weight": 1.0,
287
- "style_fidelity": 0.25,
288
- "reference_attn": true,
289
- "reference_adain": false
290
- }
291
- },
292
- "output":{
293
- "format" : "mp4",
294
- "fps" : 8,
295
- "encode_param":{
296
- "crf": 10
297
- }
298
- }
299
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/region_sample2.json DELETED
@@ -1,299 +0,0 @@
1
- {
2
- "name": "sample",
3
- "path": "share/Stable-diffusion/mistoonAnime_v20.safetensors",
4
- "motion_module": "models/motion-module/mm_sd_v15_v2.ckpt",
5
- "compile": false,
6
- "seed": [
7
- 12345
8
- ],
9
- "scheduler": "k_dpmpp_sde",
10
- "steps": 20,
11
- "guidance_scale": 10,
12
- "unet_batch_size": 1,
13
- "clip_skip": 2,
14
- "prompt_fixed_ratio": 0.5,
15
- "head_prompt": "(style of studio ghibli:1.2), (masterpiece, best quality)",
16
- "prompt_map": {
17
- "0": "forest, outdoors,"
18
- },
19
- "tail_prompt": "",
20
- "n_prompt": [
21
- "(worst quality:2), (bad quality:2), (normal quality:2), lowers, bad anatomy, bad hands, (multiple views),"
22
- ],
23
- "lora_map": {
24
- "share/models/Lora/Ghibli_v6.safetensors": 1.0
25
- },
26
- "motion_lora_map": {
27
- },
28
- "ip_adapter_map": {
29
- "enable": true,
30
- "input_image_dir": "ip_adapter_image/cat",
31
- "prompt_fixed_ratio": 0.5,
32
- "save_input_image": true,
33
- "resized_to_square": false,
34
- "scale": 0.5,
35
- "is_plus_face": false,
36
- "is_plus": true,
37
- "is_light": false
38
- },
39
- "img2img_map":{
40
- "enable": true,
41
- "init_img_dir" : "init_imgs/sample1",
42
- "save_init_image": true,
43
- "denoising_strength" : 0.7
44
- },
45
- "region_map" : {
46
- "0":{
47
- "enable": true,
48
- "mask_dir" : "mask/sample1",
49
- "save_mask": true,
50
- "is_init_img" : false,
51
- "condition":{
52
- "prompt_fixed_ratio": 0.5,
53
- "head_prompt": "(masterpiece, best quality)",
54
- "prompt_map": {
55
- "0": "cyberpunk,robot cat, robot"
56
- },
57
- "tail_prompt": "",
58
- "ip_adapter_map": {
59
- "enable": true,
60
- "input_image_dir": "ip_adapter_image/cyberpunk",
61
- "prompt_fixed_ratio": 0.5,
62
- "save_input_image": true,
63
- "resized_to_square": false
64
- }
65
- }
66
- },
67
- "background":{
68
- "is_init_img" : false,
69
- "hint" : "background's condition refers to the one in root"
70
- }
71
- },
72
- "controlnet_map": {
73
- "input_image_dir" : "",
74
- "max_samples_on_vram": 0,
75
- "max_models_on_vram" : 1,
76
- "save_detectmap": true,
77
- "preprocess_on_gpu": true,
78
- "is_loop": true,
79
-
80
- "controlnet_tile":{
81
- "enable": true,
82
- "use_preprocessor":true,
83
- "preprocessor":{
84
- "type" : "none",
85
- "param":{
86
- }
87
- },
88
- "guess_mode":false,
89
- "controlnet_conditioning_scale": 1.0,
90
- "control_guidance_start": 0.0,
91
- "control_guidance_end": 1.0,
92
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
93
- },
94
- "controlnet_ip2p":{
95
- "enable": true,
96
- "use_preprocessor":true,
97
- "guess_mode":false,
98
- "controlnet_conditioning_scale": 1.0,
99
- "control_guidance_start": 0.0,
100
- "control_guidance_end": 1.0,
101
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
102
- },
103
- "controlnet_lineart_anime":{
104
- "enable": true,
105
- "use_preprocessor":true,
106
- "guess_mode":false,
107
- "controlnet_conditioning_scale": 1.0,
108
- "control_guidance_start": 0.0,
109
- "control_guidance_end": 1.0,
110
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
111
- },
112
- "controlnet_openpose":{
113
- "enable": true,
114
- "use_preprocessor":true,
115
- "guess_mode":false,
116
- "controlnet_conditioning_scale": 1.0,
117
- "control_guidance_start": 0.0,
118
- "control_guidance_end": 1.0,
119
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
120
- },
121
- "controlnet_softedge":{
122
- "enable": true,
123
- "use_preprocessor":true,
124
- "preprocessor":{
125
- "type" : "softedge_pidsafe",
126
- "param":{
127
- }
128
- },
129
- "guess_mode":false,
130
- "controlnet_conditioning_scale": 1.0,
131
- "control_guidance_start": 0.0,
132
- "control_guidance_end": 1.0,
133
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
134
- },
135
- "controlnet_shuffle": {
136
- "enable": true,
137
- "use_preprocessor":true,
138
- "guess_mode":false,
139
- "controlnet_conditioning_scale": 1.0,
140
- "control_guidance_start": 0.0,
141
- "control_guidance_end": 1.0,
142
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
143
- },
144
- "controlnet_depth": {
145
- "enable": true,
146
- "use_preprocessor":true,
147
- "guess_mode":false,
148
- "controlnet_conditioning_scale": 1.0,
149
- "control_guidance_start": 0.0,
150
- "control_guidance_end": 1.0,
151
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
152
- },
153
- "controlnet_canny": {
154
- "enable": true,
155
- "use_preprocessor":true,
156
- "guess_mode":false,
157
- "controlnet_conditioning_scale": 1.0,
158
- "control_guidance_start": 0.0,
159
- "control_guidance_end": 1.0,
160
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
161
- },
162
- "controlnet_inpaint": {
163
- "enable": true,
164
- "use_preprocessor":true,
165
- "guess_mode":false,
166
- "controlnet_conditioning_scale": 1.0,
167
- "control_guidance_start": 0.0,
168
- "control_guidance_end": 1.0,
169
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
170
- },
171
- "controlnet_lineart": {
172
- "enable": true,
173
- "use_preprocessor":true,
174
- "guess_mode":false,
175
- "controlnet_conditioning_scale": 1.0,
176
- "control_guidance_start": 0.0,
177
- "control_guidance_end": 1.0,
178
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
179
- },
180
- "controlnet_mlsd": {
181
- "enable": true,
182
- "use_preprocessor":true,
183
- "guess_mode":false,
184
- "controlnet_conditioning_scale": 1.0,
185
- "control_guidance_start": 0.0,
186
- "control_guidance_end": 1.0,
187
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
188
- },
189
- "controlnet_normalbae": {
190
- "enable": true,
191
- "use_preprocessor":true,
192
- "guess_mode":false,
193
- "controlnet_conditioning_scale": 1.0,
194
- "control_guidance_start": 0.0,
195
- "control_guidance_end": 1.0,
196
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
197
- },
198
- "controlnet_scribble": {
199
- "enable": true,
200
- "use_preprocessor":true,
201
- "guess_mode":false,
202
- "controlnet_conditioning_scale": 1.0,
203
- "control_guidance_start": 0.0,
204
- "control_guidance_end": 1.0,
205
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
206
- },
207
- "controlnet_seg": {
208
- "enable": true,
209
- "use_preprocessor":true,
210
- "guess_mode":false,
211
- "controlnet_conditioning_scale": 1.0,
212
- "control_guidance_start": 0.0,
213
- "control_guidance_end": 1.0,
214
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
215
- },
216
- "qr_code_monster_v1": {
217
- "enable": true,
218
- "use_preprocessor":true,
219
- "guess_mode":false,
220
- "controlnet_conditioning_scale": 1.0,
221
- "control_guidance_start": 0.0,
222
- "control_guidance_end": 1.0,
223
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
224
- },
225
- "qr_code_monster_v2": {
226
- "enable": true,
227
- "use_preprocessor":true,
228
- "guess_mode":false,
229
- "controlnet_conditioning_scale": 1.0,
230
- "control_guidance_start": 0.0,
231
- "control_guidance_end": 1.0,
232
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
233
- },
234
- "controlnet_mediapipe_face": {
235
- "enable": true,
236
- "use_preprocessor":true,
237
- "guess_mode":false,
238
- "controlnet_conditioning_scale": 1.0,
239
- "control_guidance_start": 0.0,
240
- "control_guidance_end": 1.0,
241
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
242
- },
243
- "controlnet_ref": {
244
- "enable": false,
245
- "ref_image": "ref_image/ref_sample.png",
246
- "attention_auto_machine_weight": 0.3,
247
- "gn_auto_machine_weight": 0.3,
248
- "style_fidelity": 0.5,
249
- "reference_attn": true,
250
- "reference_adain": false,
251
- "scale_pattern":[1.0]
252
- }
253
- },
254
- "upscale_config": {
255
- "scheduler": "k_dpmpp_sde",
256
- "steps": 20,
257
- "strength": 0.5,
258
- "guidance_scale": 10,
259
- "controlnet_tile": {
260
- "enable": true,
261
- "controlnet_conditioning_scale": 1.0,
262
- "guess_mode": false,
263
- "control_guidance_start": 0.0,
264
- "control_guidance_end": 1.0
265
- },
266
- "controlnet_line_anime": {
267
- "enable": false,
268
- "controlnet_conditioning_scale": 1.0,
269
- "guess_mode": false,
270
- "control_guidance_start": 0.0,
271
- "control_guidance_end": 1.0
272
- },
273
- "controlnet_ip2p": {
274
- "enable": false,
275
- "controlnet_conditioning_scale": 0.5,
276
- "guess_mode": false,
277
- "control_guidance_start": 0.0,
278
- "control_guidance_end": 1.0
279
- },
280
- "controlnet_ref": {
281
- "enable": false,
282
- "use_frame_as_ref_image": false,
283
- "use_1st_frame_as_ref_image": false,
284
- "ref_image": "ref_image/path_to_your_ref_img.jpg",
285
- "attention_auto_machine_weight": 1.0,
286
- "gn_auto_machine_weight": 1.0,
287
- "style_fidelity": 0.25,
288
- "reference_attn": true,
289
- "reference_adain": false
290
- }
291
- },
292
- "output":{
293
- "format" : "mp4",
294
- "fps" : 8,
295
- "encode_param":{
296
- "crf": 10
297
- }
298
- }
299
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/region_sample3.json DELETED
@@ -1,299 +0,0 @@
1
- {
2
- "name": "sample",
3
- "path": "share/Stable-diffusion/mistoonAnime_v20.safetensors",
4
- "motion_module": "models/motion-module/mm_sd_v15_v2.ckpt",
5
- "compile": false,
6
- "seed": [
7
- 12345
8
- ],
9
- "scheduler": "k_dpmpp_sde",
10
- "steps": 20,
11
- "guidance_scale": 10,
12
- "unet_batch_size": 1,
13
- "clip_skip": 2,
14
- "prompt_fixed_ratio": 0.5,
15
- "head_prompt": "(style of studio ghibli:1.2), (masterpiece, best quality)",
16
- "prompt_map": {
17
- "0": "forest, outdoors,"
18
- },
19
- "tail_prompt": "",
20
- "n_prompt": [
21
- "(worst quality:2), (bad quality:2), (normal quality:2), lowers, bad anatomy, bad hands, (multiple views),"
22
- ],
23
- "lora_map": {
24
- "share/models/Lora/Ghibli_v6.safetensors": 1.0
25
- },
26
- "motion_lora_map": {
27
- },
28
- "ip_adapter_map": {
29
- "enable": true,
30
- "input_image_dir": "ip_adapter_image/cat",
31
- "prompt_fixed_ratio": 0.5,
32
- "save_input_image": true,
33
- "resized_to_square": false,
34
- "scale": 0.5,
35
- "is_plus_face": false,
36
- "is_plus": true,
37
- "is_light": false
38
- },
39
- "img2img_map":{
40
- "enable": true,
41
- "init_img_dir" : "init_imgs/sample1",
42
- "save_init_image": true,
43
- "denoising_strength" : 0.85
44
- },
45
- "region_map" : {
46
- "0":{
47
- "enable": true,
48
- "mask_dir" : "mask/sample1",
49
- "save_mask": true,
50
- "is_init_img" : false,
51
- "condition":{
52
- "prompt_fixed_ratio": 0.5,
53
- "head_prompt": "(masterpiece, best quality)",
54
- "prompt_map": {
55
- "0": "cyberpunk,robot cat, robot"
56
- },
57
- "tail_prompt": "",
58
- "ip_adapter_map": {
59
- "enable": true,
60
- "input_image_dir": "ip_adapter_image/cyberpunk",
61
- "prompt_fixed_ratio": 0.5,
62
- "save_input_image": true,
63
- "resized_to_square": false
64
- }
65
- }
66
- },
67
- "background":{
68
- "is_init_img" : false,
69
- "hint" : "background's condition refers to the one in root"
70
- }
71
- },
72
- "controlnet_map": {
73
- "input_image_dir" : "controlnet_image/cat",
74
- "max_samples_on_vram": 0,
75
- "max_models_on_vram" : 1,
76
- "save_detectmap": true,
77
- "preprocess_on_gpu": true,
78
- "is_loop": true,
79
-
80
- "controlnet_tile":{
81
- "enable": true,
82
- "use_preprocessor":true,
83
- "preprocessor":{
84
- "type" : "none",
85
- "param":{
86
- }
87
- },
88
- "guess_mode":false,
89
- "controlnet_conditioning_scale": 1.0,
90
- "control_guidance_start": 0.0,
91
- "control_guidance_end": 1.0,
92
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
93
- },
94
- "controlnet_ip2p":{
95
- "enable": true,
96
- "use_preprocessor":true,
97
- "guess_mode":false,
98
- "controlnet_conditioning_scale":0.5,
99
- "control_guidance_start": 0.0,
100
- "control_guidance_end": 1.0,
101
- "control_scale_list":[]
102
- },
103
- "controlnet_lineart_anime":{
104
- "enable": true,
105
- "use_preprocessor":true,
106
- "guess_mode":false,
107
- "controlnet_conditioning_scale": 1.0,
108
- "control_guidance_start": 0.0,
109
- "control_guidance_end": 1.0,
110
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
111
- },
112
- "controlnet_openpose":{
113
- "enable": true,
114
- "use_preprocessor":true,
115
- "guess_mode":false,
116
- "controlnet_conditioning_scale": 1.0,
117
- "control_guidance_start": 0.0,
118
- "control_guidance_end": 1.0,
119
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
120
- },
121
- "controlnet_softedge":{
122
- "enable": true,
123
- "use_preprocessor":true,
124
- "preprocessor":{
125
- "type" : "softedge_pidsafe",
126
- "param":{
127
- }
128
- },
129
- "guess_mode":false,
130
- "controlnet_conditioning_scale": 1.0,
131
- "control_guidance_start": 0.0,
132
- "control_guidance_end": 1.0,
133
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
134
- },
135
- "controlnet_shuffle": {
136
- "enable": true,
137
- "use_preprocessor":true,
138
- "guess_mode":false,
139
- "controlnet_conditioning_scale": 1.0,
140
- "control_guidance_start": 0.0,
141
- "control_guidance_end": 1.0,
142
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
143
- },
144
- "controlnet_depth": {
145
- "enable": true,
146
- "use_preprocessor":true,
147
- "guess_mode":false,
148
- "controlnet_conditioning_scale": 1.0,
149
- "control_guidance_start": 0.0,
150
- "control_guidance_end": 1.0,
151
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
152
- },
153
- "controlnet_canny": {
154
- "enable": true,
155
- "use_preprocessor":true,
156
- "guess_mode":false,
157
- "controlnet_conditioning_scale": 1.0,
158
- "control_guidance_start": 0.0,
159
- "control_guidance_end": 1.0,
160
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
161
- },
162
- "controlnet_inpaint": {
163
- "enable": true,
164
- "use_preprocessor":true,
165
- "guess_mode":false,
166
- "controlnet_conditioning_scale": 1.0,
167
- "control_guidance_start": 0.0,
168
- "control_guidance_end": 1.0,
169
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
170
- },
171
- "controlnet_lineart": {
172
- "enable": true,
173
- "use_preprocessor":true,
174
- "guess_mode":false,
175
- "controlnet_conditioning_scale": 1.0,
176
- "control_guidance_start": 0.0,
177
- "control_guidance_end": 1.0,
178
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
179
- },
180
- "controlnet_mlsd": {
181
- "enable": true,
182
- "use_preprocessor":true,
183
- "guess_mode":false,
184
- "controlnet_conditioning_scale": 1.0,
185
- "control_guidance_start": 0.0,
186
- "control_guidance_end": 1.0,
187
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
188
- },
189
- "controlnet_normalbae": {
190
- "enable": true,
191
- "use_preprocessor":true,
192
- "guess_mode":false,
193
- "controlnet_conditioning_scale": 0.25,
194
- "control_guidance_start": 0.0,
195
- "control_guidance_end": 1.0,
196
- "control_scale_list":[]
197
- },
198
- "controlnet_scribble": {
199
- "enable": true,
200
- "use_preprocessor":true,
201
- "guess_mode":false,
202
- "controlnet_conditioning_scale": 1.0,
203
- "control_guidance_start": 0.0,
204
- "control_guidance_end": 1.0,
205
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
206
- },
207
- "controlnet_seg": {
208
- "enable": true,
209
- "use_preprocessor":true,
210
- "guess_mode":false,
211
- "controlnet_conditioning_scale": 1.0,
212
- "control_guidance_start": 0.0,
213
- "control_guidance_end": 1.0,
214
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
215
- },
216
- "qr_code_monster_v1": {
217
- "enable": true,
218
- "use_preprocessor":true,
219
- "guess_mode":false,
220
- "controlnet_conditioning_scale": 1.0,
221
- "control_guidance_start": 0.0,
222
- "control_guidance_end": 1.0,
223
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
224
- },
225
- "qr_code_monster_v2": {
226
- "enable": true,
227
- "use_preprocessor":true,
228
- "guess_mode":false,
229
- "controlnet_conditioning_scale": 1.0,
230
- "control_guidance_start": 0.0,
231
- "control_guidance_end": 1.0,
232
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
233
- },
234
- "controlnet_mediapipe_face": {
235
- "enable": true,
236
- "use_preprocessor":true,
237
- "guess_mode":false,
238
- "controlnet_conditioning_scale": 1.0,
239
- "control_guidance_start": 0.0,
240
- "control_guidance_end": 1.0,
241
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
242
- },
243
- "controlnet_ref": {
244
- "enable": false,
245
- "ref_image": "ref_image/ref_sample.png",
246
- "attention_auto_machine_weight": 0.3,
247
- "gn_auto_machine_weight": 0.3,
248
- "style_fidelity": 0.5,
249
- "reference_attn": true,
250
- "reference_adain": false,
251
- "scale_pattern":[1.0]
252
- }
253
- },
254
- "upscale_config": {
255
- "scheduler": "k_dpmpp_sde",
256
- "steps": 20,
257
- "strength": 0.5,
258
- "guidance_scale": 10,
259
- "controlnet_tile": {
260
- "enable": true,
261
- "controlnet_conditioning_scale": 1.0,
262
- "guess_mode": false,
263
- "control_guidance_start": 0.0,
264
- "control_guidance_end": 1.0
265
- },
266
- "controlnet_line_anime": {
267
- "enable": false,
268
- "controlnet_conditioning_scale": 1.0,
269
- "guess_mode": false,
270
- "control_guidance_start": 0.0,
271
- "control_guidance_end": 1.0
272
- },
273
- "controlnet_ip2p": {
274
- "enable": false,
275
- "controlnet_conditioning_scale": 0.5,
276
- "guess_mode": false,
277
- "control_guidance_start": 0.0,
278
- "control_guidance_end": 1.0
279
- },
280
- "controlnet_ref": {
281
- "enable": false,
282
- "use_frame_as_ref_image": false,
283
- "use_1st_frame_as_ref_image": false,
284
- "ref_image": "ref_image/path_to_your_ref_img.jpg",
285
- "attention_auto_machine_weight": 1.0,
286
- "gn_auto_machine_weight": 1.0,
287
- "style_fidelity": 0.25,
288
- "reference_attn": true,
289
- "reference_adain": false
290
- }
291
- },
292
- "output":{
293
- "format" : "mp4",
294
- "fps" : 8,
295
- "encode_param":{
296
- "crf": 10
297
- }
298
- }
299
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/region_txt2img.json DELETED
@@ -1,324 +0,0 @@
1
- {
2
- "name": "sample",
3
- "path": "share/Stable-diffusion/mistoonAnime_v20.safetensors",
4
- "motion_module": "models/motion-module/mm_sd_v15_v2.ckpt",
5
- "compile": false,
6
- "seed": [
7
- -1
8
- ],
9
- "scheduler": "k_dpmpp_sde",
10
- "steps": 20,
11
- "guidance_scale": 10,
12
- "unet_batch_size": 1,
13
- "clip_skip": 2,
14
- "prompt_fixed_ratio": 0.5,
15
- "head_prompt": "(style of studio ghibli:1.2), (masterpiece, best quality)",
16
- "prompt_map": {
17
- "0": "town, outdoors,"
18
- },
19
- "tail_prompt": "",
20
- "n_prompt": [
21
- "(worst quality:2), (bad quality:2), (normal quality:2), lowers, bad anatomy, bad hands, (multiple views),"
22
- ],
23
- "lora_map": {
24
- },
25
- "motion_lora_map": {
26
- },
27
- "ip_adapter_map": {
28
- "enable": true,
29
- "input_image_dir": "ip_adapter_image/cyberpunk",
30
- "prompt_fixed_ratio": 0.5,
31
- "save_input_image": true,
32
- "resized_to_square": false,
33
- "scale": 0.5,
34
- "is_plus_face": false,
35
- "is_plus": true,
36
- "is_light": false
37
- },
38
- "img2img_map":{
39
- "enable": false,
40
- "init_img_dir" : "init_imgs/sample1",
41
- "save_init_image": true,
42
- "denoising_strength" : 0.7
43
- },
44
- "region_map" : {
45
- "0":{
46
- "enable": true,
47
- "crop_generation_rate": 0.1,
48
- "mask_dir" : "mask/area0",
49
- "save_mask": true,
50
- "is_init_img" : false,
51
- "condition":{
52
- "prompt_fixed_ratio": 1.0,
53
- "head_prompt": "",
54
- "prompt_map": {
55
- "0": "((standing)),1girl, upper body,",
56
- "8": "((smile)),1girl, upper body,",
57
- "16": "(((arms_up))),1girl, upper body, ",
58
- "24": "(((waving ))),1girl, upper body"
59
- },
60
- "tail_prompt": "(style of studio ghibli:1.2), (masterpiece, best quality)",
61
- "ip_adapter_map": {
62
- "enable": true,
63
- "input_image_dir": "ip_adapter_image/girl",
64
- "prompt_fixed_ratio": 0.5,
65
- "save_input_image": true,
66
- "resized_to_square": false
67
- }
68
- }
69
- },
70
- "1":{
71
- "enable": true,
72
- "crop_generation_rate": 0.1,
73
- "mask_dir" : "mask/area1",
74
- "save_mask": true,
75
- "is_init_img" : false,
76
- "condition":{
77
- "prompt_fixed_ratio": 0.5,
78
- "head_prompt": "((car)),(style of studio ghibli:1.2), (masterpiece, best quality)",
79
- "prompt_map": {
80
- "0": "street, road,no human"
81
- },
82
- "tail_prompt": "",
83
- "ip_adapter_map": {
84
- "enable": true,
85
- "input_image_dir": "ip_adapter_image/cyberpunk",
86
- "prompt_fixed_ratio": 0.5,
87
- "save_input_image": true,
88
- "resized_to_square": false
89
- }
90
- }
91
- },
92
- "background":{
93
- "is_init_img" : false,
94
- "hint" : "background's condition refers to the one in root"
95
- }
96
- },
97
- "controlnet_map": {
98
- "input_image_dir" : "",
99
- "max_samples_on_vram": 0,
100
- "max_models_on_vram" : 1,
101
- "save_detectmap": true,
102
- "preprocess_on_gpu": true,
103
- "is_loop": true,
104
-
105
- "controlnet_tile":{
106
- "enable": true,
107
- "use_preprocessor":true,
108
- "preprocessor":{
109
- "type" : "none",
110
- "param":{
111
- }
112
- },
113
- "guess_mode":false,
114
- "controlnet_conditioning_scale": 1.0,
115
- "control_guidance_start": 0.0,
116
- "control_guidance_end": 1.0,
117
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
118
- },
119
- "controlnet_ip2p":{
120
- "enable": true,
121
- "use_preprocessor":true,
122
- "guess_mode":false,
123
- "controlnet_conditioning_scale": 1.0,
124
- "control_guidance_start": 0.0,
125
- "control_guidance_end": 1.0,
126
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
127
- },
128
- "controlnet_lineart_anime":{
129
- "enable": true,
130
- "use_preprocessor":true,
131
- "guess_mode":false,
132
- "controlnet_conditioning_scale": 1.0,
133
- "control_guidance_start": 0.0,
134
- "control_guidance_end": 1.0,
135
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
136
- },
137
- "controlnet_openpose":{
138
- "enable": true,
139
- "use_preprocessor":true,
140
- "guess_mode":false,
141
- "controlnet_conditioning_scale": 1.0,
142
- "control_guidance_start": 0.0,
143
- "control_guidance_end": 1.0,
144
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
145
- },
146
- "controlnet_softedge":{
147
- "enable": true,
148
- "use_preprocessor":true,
149
- "preprocessor":{
150
- "type" : "softedge_pidsafe",
151
- "param":{
152
- }
153
- },
154
- "guess_mode":false,
155
- "controlnet_conditioning_scale": 1.0,
156
- "control_guidance_start": 0.0,
157
- "control_guidance_end": 1.0,
158
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
159
- },
160
- "controlnet_shuffle": {
161
- "enable": true,
162
- "use_preprocessor":true,
163
- "guess_mode":false,
164
- "controlnet_conditioning_scale": 1.0,
165
- "control_guidance_start": 0.0,
166
- "control_guidance_end": 1.0,
167
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
168
- },
169
- "controlnet_depth": {
170
- "enable": true,
171
- "use_preprocessor":true,
172
- "guess_mode":false,
173
- "controlnet_conditioning_scale": 1.0,
174
- "control_guidance_start": 0.0,
175
- "control_guidance_end": 1.0,
176
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
177
- },
178
- "controlnet_canny": {
179
- "enable": true,
180
- "use_preprocessor":true,
181
- "guess_mode":false,
182
- "controlnet_conditioning_scale": 1.0,
183
- "control_guidance_start": 0.0,
184
- "control_guidance_end": 1.0,
185
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
186
- },
187
- "controlnet_inpaint": {
188
- "enable": true,
189
- "use_preprocessor":true,
190
- "guess_mode":false,
191
- "controlnet_conditioning_scale": 1.0,
192
- "control_guidance_start": 0.0,
193
- "control_guidance_end": 1.0,
194
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
195
- },
196
- "controlnet_lineart": {
197
- "enable": true,
198
- "use_preprocessor":true,
199
- "guess_mode":false,
200
- "controlnet_conditioning_scale": 1.0,
201
- "control_guidance_start": 0.0,
202
- "control_guidance_end": 1.0,
203
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
204
- },
205
- "controlnet_mlsd": {
206
- "enable": true,
207
- "use_preprocessor":true,
208
- "guess_mode":false,
209
- "controlnet_conditioning_scale": 1.0,
210
- "control_guidance_start": 0.0,
211
- "control_guidance_end": 1.0,
212
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
213
- },
214
- "controlnet_normalbae": {
215
- "enable": true,
216
- "use_preprocessor":true,
217
- "guess_mode":false,
218
- "controlnet_conditioning_scale": 1.0,
219
- "control_guidance_start": 0.0,
220
- "control_guidance_end": 1.0,
221
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
222
- },
223
- "controlnet_scribble": {
224
- "enable": true,
225
- "use_preprocessor":true,
226
- "guess_mode":false,
227
- "controlnet_conditioning_scale": 1.0,
228
- "control_guidance_start": 0.0,
229
- "control_guidance_end": 1.0,
230
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
231
- },
232
- "controlnet_seg": {
233
- "enable": true,
234
- "use_preprocessor":true,
235
- "guess_mode":false,
236
- "controlnet_conditioning_scale": 1.0,
237
- "control_guidance_start": 0.0,
238
- "control_guidance_end": 1.0,
239
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
240
- },
241
- "qr_code_monster_v1": {
242
- "enable": true,
243
- "use_preprocessor":true,
244
- "guess_mode":false,
245
- "controlnet_conditioning_scale": 1.0,
246
- "control_guidance_start": 0.0,
247
- "control_guidance_end": 1.0,
248
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
249
- },
250
- "qr_code_monster_v2": {
251
- "enable": true,
252
- "use_preprocessor":true,
253
- "guess_mode":false,
254
- "controlnet_conditioning_scale": 1.0,
255
- "control_guidance_start": 0.0,
256
- "control_guidance_end": 1.0,
257
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
258
- },
259
- "controlnet_mediapipe_face": {
260
- "enable": true,
261
- "use_preprocessor":true,
262
- "guess_mode":false,
263
- "controlnet_conditioning_scale": 1.0,
264
- "control_guidance_start": 0.0,
265
- "control_guidance_end": 1.0,
266
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
267
- },
268
- "controlnet_ref": {
269
- "enable": false,
270
- "ref_image": "ref_image/ref_sample.png",
271
- "attention_auto_machine_weight": 0.3,
272
- "gn_auto_machine_weight": 0.3,
273
- "style_fidelity": 0.5,
274
- "reference_attn": true,
275
- "reference_adain": false,
276
- "scale_pattern":[1.0]
277
- }
278
- },
279
- "upscale_config": {
280
- "scheduler": "k_dpmpp_sde",
281
- "steps": 20,
282
- "strength": 0.5,
283
- "guidance_scale": 10,
284
- "controlnet_tile": {
285
- "enable": true,
286
- "controlnet_conditioning_scale": 1.0,
287
- "guess_mode": false,
288
- "control_guidance_start": 0.0,
289
- "control_guidance_end": 1.0
290
- },
291
- "controlnet_line_anime": {
292
- "enable": false,
293
- "controlnet_conditioning_scale": 1.0,
294
- "guess_mode": false,
295
- "control_guidance_start": 0.0,
296
- "control_guidance_end": 1.0
297
- },
298
- "controlnet_ip2p": {
299
- "enable": false,
300
- "controlnet_conditioning_scale": 0.5,
301
- "guess_mode": false,
302
- "control_guidance_start": 0.0,
303
- "control_guidance_end": 1.0
304
- },
305
- "controlnet_ref": {
306
- "enable": false,
307
- "use_frame_as_ref_image": false,
308
- "use_1st_frame_as_ref_image": false,
309
- "ref_image": "ref_image/path_to_your_ref_img.jpg",
310
- "attention_auto_machine_weight": 1.0,
311
- "gn_auto_machine_weight": 1.0,
312
- "style_fidelity": 0.25,
313
- "reference_attn": true,
314
- "reference_adain": false
315
- }
316
- },
317
- "output":{
318
- "format" : "mp4",
319
- "fps" : 8,
320
- "encode_param":{
321
- "crf": 10
322
- }
323
- }
324
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/sample_lcm.json DELETED
@@ -1,298 +0,0 @@
1
- {
2
- "name": "simple",
3
- "path": "share/Stable-diffusion/mistoonAnime_v20.safetensors",
4
- "motion_module": "models/motion-module/mm_sd_v15_v2.ckpt",
5
- "lcm_map":{
6
- "enable":true,
7
- "start_scale":0.15,
8
- "end_scale":0.75,
9
- "gradient_start":0.2,
10
- "gradient_end":0.75
11
- },
12
- "compile": false,
13
- "seed": [
14
- 123456
15
- ],
16
- "scheduler": "euler_a",
17
- "steps": 8,
18
- "guidance_scale": 3,
19
- "clip_skip": 2,
20
- "prompt_fixed_ratio": 1.0,
21
- "head_prompt": "1girl, wizard, circlet, earrings, jewelry, purple hair,",
22
- "prompt_map": {
23
- "0": "",
24
- "8": "((fire magic spell, fire background))",
25
- "16": "((ice magic spell, ice background))",
26
- "24": "((thunder magic spell, thunder background))",
27
- "32": "((skull magic spell, skull background))",
28
- "40": "((wind magic spell, wind background))",
29
- "48": "((stone magic spell, stone background))",
30
- "56": "((holy magic spell, holy background))",
31
- "64": "((star magic spell, star background))",
32
- "72": "((plant magic spell, plant background))",
33
- "80": "((meteor magic spell, meteor background))"
34
- },
35
- "tail_prompt": "",
36
- "n_prompt": [
37
- "(worst quality, low quality:1.4),nudity,border,text, patreon, easynegative, negative_hand-neg"
38
- ],
39
- "is_single_prompt_mode":false,
40
- "lora_map": {
41
- "share/Lora/add_detail.safetensors":1.0
42
- },
43
- "ip_adapter_map": {
44
- "enable": false,
45
- "input_image_dir": "ip_adapter_image/test",
46
- "save_input_image": true,
47
- "resized_to_square": false,
48
- "scale": 0.5,
49
- "is_plus_face": false,
50
- "is_plus": true
51
- },
52
- "img2img_map":{
53
- "enable": false,
54
- "init_img_dir" : "init_imgs/test",
55
- "save_init_image": true,
56
- "denoising_strength" : 0.8
57
- },
58
- "region_map" : {
59
- "0":{
60
- "enable":false,
61
- "mask_dir" : "mask/r0",
62
- "save_mask": true,
63
- "is_init_img" : false,
64
- "condition":{
65
- "prompt_fixed_ratio": 0.5,
66
- "head_prompt": "1girl, wizard, circlet, earrings, jewelry, purple hair,",
67
- "prompt_map": {
68
- "0": "",
69
- "8": "((fire magic spell, fire background))",
70
- "16": "((ice magic spell, ice background))",
71
- "24": "((thunder magic spell, thunder background))",
72
- "32": "((skull magic spell, skull background))",
73
- "40": "((wind magic spell, wind background))",
74
- "48": "((stone magic spell, stone background))",
75
- "56": "((holy magic spell, holy background))",
76
- "64": "((star magic spell, star background))",
77
- "72": "((plant magic spell, plant background))",
78
- "80": "((meteor magic spell, meteor background))"
79
- },
80
- "tail_prompt": "",
81
- "ip_adapter_map": {
82
- "enable": false,
83
- "input_image_dir": "ip_adapter_image/test",
84
- "save_input_image": true,
85
- "resized_to_square": false
86
- }
87
- }
88
- },
89
- "background":{
90
- "is_init_img" : false,
91
- "hint" : "background's condition refers to the one in root"
92
- }
93
- },
94
- "controlnet_map": {
95
- "input_image_dir" : "controlnet_image/test9999",
96
- "max_samples_on_vram": 200,
97
- "max_models_on_vram" : 3,
98
- "save_detectmap": true,
99
- "preprocess_on_gpu": true,
100
- "is_loop": true,
101
-
102
- "controlnet_tile":{
103
- "enable": true,
104
- "use_preprocessor":true,
105
- "preprocessor":{
106
- "type" : "none",
107
- "param":{
108
- }
109
- },
110
- "guess_mode":false,
111
- "controlnet_conditioning_scale": 1.0,
112
- "control_guidance_start": 0.0,
113
- "control_guidance_end": 1.0,
114
- "control_scale_list":[0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5]
115
- },
116
- "controlnet_ip2p":{
117
- "enable": true,
118
- "use_preprocessor":true,
119
- "guess_mode":false,
120
- "controlnet_conditioning_scale": 1.0,
121
- "control_guidance_start": 0.0,
122
- "control_guidance_end": 1.0,
123
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
124
- },
125
- "controlnet_lineart_anime":{
126
- "enable": true,
127
- "use_preprocessor":true,
128
- "guess_mode":false,
129
- "controlnet_conditioning_scale": 1.0,
130
- "control_guidance_start": 0.0,
131
- "control_guidance_end": 1.0,
132
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
133
- },
134
- "controlnet_openpose":{
135
- "enable": true,
136
- "use_preprocessor":true,
137
- "preprocessor":{
138
- "type" : "dwpose",
139
- "param":{
140
- }
141
- },
142
- "guess_mode":false,
143
- "controlnet_conditioning_scale": 1.0,
144
- "control_guidance_start": 0.0,
145
- "control_guidance_end": 1.0
146
- },
147
- "controlnet_softedge":{
148
- "enable": true,
149
- "use_preprocessor":true,
150
- "preprocessor":{
151
- "type" : "softedge_pidsafe",
152
- "param":{
153
- }
154
- },
155
- "guess_mode":false,
156
- "controlnet_conditioning_scale": 1.0,
157
- "control_guidance_start": 0.0,
158
- "control_guidance_end": 1.0,
159
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
160
- },
161
- "controlnet_shuffle": {
162
- "enable": true,
163
- "use_preprocessor":true,
164
- "guess_mode":false,
165
- "controlnet_conditioning_scale": 1.0,
166
- "control_guidance_start": 0.0,
167
- "control_guidance_end": 1.0,
168
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
169
- },
170
- "controlnet_depth": {
171
- "enable": true,
172
- "use_preprocessor":true,
173
- "guess_mode":false,
174
- "controlnet_conditioning_scale": 1.0,
175
- "control_guidance_start": 0.0,
176
- "control_guidance_end": 1.0,
177
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
178
- },
179
- "controlnet_canny": {
180
- "enable": true,
181
- "use_preprocessor":true,
182
- "guess_mode":false,
183
- "controlnet_conditioning_scale": 1.0,
184
- "control_guidance_start": 0.0,
185
- "control_guidance_end": 1.0,
186
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
187
- },
188
- "controlnet_inpaint": {
189
- "enable": true,
190
- "use_preprocessor":true,
191
- "guess_mode":false,
192
- "controlnet_conditioning_scale": 1.0,
193
- "control_guidance_start": 0.0,
194
- "control_guidance_end": 1.0,
195
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
196
- },
197
- "controlnet_lineart": {
198
- "enable": true,
199
- "use_preprocessor":true,
200
- "guess_mode":false,
201
- "controlnet_conditioning_scale": 0.5,
202
- "control_guidance_start": 0.0,
203
- "control_guidance_end": 1.0,
204
- "control_scale_list":[0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5]
205
- },
206
- "controlnet_mlsd": {
207
- "enable": true,
208
- "use_preprocessor":true,
209
- "guess_mode":false,
210
- "controlnet_conditioning_scale": 1.0,
211
- "control_guidance_start": 0.0,
212
- "control_guidance_end": 1.0,
213
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
214
- },
215
- "controlnet_normalbae": {
216
- "enable": true,
217
- "use_preprocessor":true,
218
- "guess_mode":false,
219
- "controlnet_conditioning_scale": 1.0,
220
- "control_guidance_start": 0.0,
221
- "control_guidance_end": 1.0,
222
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
223
- },
224
- "controlnet_scribble": {
225
- "enable": true,
226
- "use_preprocessor":true,
227
- "guess_mode":false,
228
- "controlnet_conditioning_scale": 1.0,
229
- "control_guidance_start": 0.0,
230
- "control_guidance_end": 1.0,
231
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
232
- },
233
- "controlnet_seg": {
234
- "enable": true,
235
- "use_preprocessor":true,
236
- "guess_mode":false,
237
- "controlnet_conditioning_scale": 1.0,
238
- "control_guidance_start": 0.0,
239
- "control_guidance_end": 1.0,
240
- "control_scale_list":[0.5,0.4,0.3,0.2,0.1]
241
- },
242
- "controlnet_ref": {
243
- "enable": false,
244
- "ref_image": "ref_image/naga.png",
245
- "attention_auto_machine_weight": 0.5,
246
- "gn_auto_machine_weight": 0.5,
247
- "style_fidelity": 0.5,
248
- "reference_attn": true,
249
- "reference_adain": true,
250
- "scale_pattern":[1.0]
251
- }
252
- },
253
- "upscale_config": {
254
- "scheduler": "k_dpmpp_sde",
255
- "steps": 20,
256
- "strength": 0.5,
257
- "guidance_scale": 10,
258
- "controlnet_tile": {
259
- "enable": true,
260
- "controlnet_conditioning_scale": 1.0,
261
- "guess_mode": false,
262
- "control_guidance_start": 0.0,
263
- "control_guidance_end": 1.0
264
- },
265
- "controlnet_line_anime": {
266
- "enable": false,
267
- "controlnet_conditioning_scale": 1.0,
268
- "guess_mode": false,
269
- "control_guidance_start": 0.0,
270
- "control_guidance_end": 1.0
271
- },
272
- "controlnet_ip2p": {
273
- "enable": false,
274
- "controlnet_conditioning_scale": 0.5,
275
- "guess_mode": false,
276
- "control_guidance_start": 0.0,
277
- "control_guidance_end": 1.0
278
- },
279
- "controlnet_ref": {
280
- "enable": false,
281
- "use_frame_as_ref_image": false,
282
- "use_1st_frame_as_ref_image": false,
283
- "ref_image": "ref_image/path_to_your_ref_img.jpg",
284
- "attention_auto_machine_weight": 1.0,
285
- "gn_auto_machine_weight": 1.0,
286
- "style_fidelity": 0.25,
287
- "reference_attn": true,
288
- "reference_adain": false
289
- }
290
- },
291
- "output":{
292
- "format" : "mp4",
293
- "fps" : 8,
294
- "encode_param":{
295
- "crf": 10
296
- }
297
- }
298
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
animate/config/prompts/to_8fps_Frames.bat DELETED
@@ -1 +0,0 @@
1
- ffmpeg -i %1 -start_number 0 -vf "scale=512:768,fps=8" %%04d.png
 
 
animate/data/controlnet_image/cat/controlnet_ip2p/00000000.png DELETED

Git LFS Details

  • SHA256: 2a9f75b633b2782e23fb72d6bccd72bfb6d7b9e208117e1c140d84c72b11d18b
  • Pointer size: 131 Bytes
  • Size of remote file: 709 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000001.png DELETED

Git LFS Details

  • SHA256: ccf1524c1cfc8a3201beb64d88916fafdb0d232e3ca73d90d0394acb1182576b
  • Pointer size: 131 Bytes
  • Size of remote file: 716 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000002.png DELETED

Git LFS Details

  • SHA256: 91829b57b7c7fe953c065579b449d5343ed4bfa5f19afb47f558ca0f86920fd7
  • Pointer size: 131 Bytes
  • Size of remote file: 717 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000003.png DELETED

Git LFS Details

  • SHA256: f9315c95b78bd42cdb76022fe49d2f470045e6697e6bf589c17fad78d451e812
  • Pointer size: 131 Bytes
  • Size of remote file: 711 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000004.png DELETED

Git LFS Details

  • SHA256: 0d223014da89119f6fd01b39b8298907f163522437b5e6f2fb4baf2f72b20e62
  • Pointer size: 131 Bytes
  • Size of remote file: 707 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000005.png DELETED

Git LFS Details

  • SHA256: 96562f566944d566ab2ef2d76a9f5634017d13a7e8e3cb327c96e52b93e3d3ca
  • Pointer size: 131 Bytes
  • Size of remote file: 704 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000006.png DELETED

Git LFS Details

  • SHA256: a4bf6767e4d854d4b84032e7e4520977f09b01c30c037d46b4cf1d56913d3d81
  • Pointer size: 131 Bytes
  • Size of remote file: 705 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000007.png DELETED

Git LFS Details

  • SHA256: 5000d11a22fba880a131be01686f05a26eed4140adf567c71c0f07938e6087b1
  • Pointer size: 131 Bytes
  • Size of remote file: 699 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000008.png DELETED

Git LFS Details

  • SHA256: d902208f4b1a4fac039d5a63cf476ff0bde3f47bbb59969637ea11f12ee10d0b
  • Pointer size: 131 Bytes
  • Size of remote file: 699 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000009.png DELETED

Git LFS Details

  • SHA256: f84488322a97130c3615ea8343669933868aa837f231942bb634abaa374b2875
  • Pointer size: 131 Bytes
  • Size of remote file: 700 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000010.png DELETED

Git LFS Details

  • SHA256: 2678497ef445be3d6e6ed7b85104d996f4619662843e03a6fb00374971d3c767
  • Pointer size: 131 Bytes
  • Size of remote file: 707 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000011.png DELETED

Git LFS Details

  • SHA256: 84fd229aa9b804bf252424f7695ec50ac976ae5f90026cf795e19c305be23c9b
  • Pointer size: 131 Bytes
  • Size of remote file: 704 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000012.png DELETED

Git LFS Details

  • SHA256: 4b78b3668549b3d234d15897867e6b86ff73bfd8561836692d9bc4e292ad77e4
  • Pointer size: 131 Bytes
  • Size of remote file: 706 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000013.png DELETED

Git LFS Details

  • SHA256: 9b82f4487df1606b5def7866de67cad9700f8604d91141080416e732b5e9c518
  • Pointer size: 131 Bytes
  • Size of remote file: 712 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000014.png DELETED

Git LFS Details

  • SHA256: 26d05101e1ae28b982e37d50ce6a68e42854fdd3a238d208fff44e55a9bb24e1
  • Pointer size: 131 Bytes
  • Size of remote file: 710 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000015.png DELETED

Git LFS Details

  • SHA256: f738b02c0d01d22e0da251c11cb532b8ea833a83a93a0708e3e02da4cd151170
  • Pointer size: 131 Bytes
  • Size of remote file: 711 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000016.png DELETED

Git LFS Details

  • SHA256: 6c070728333b85ac7b5395435331cd17e88833b4f65878a280a4efb6d0186cd9
  • Pointer size: 131 Bytes
  • Size of remote file: 711 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000017.png DELETED

Git LFS Details

  • SHA256: bb176f7b640c652c422799cc9fd5474e54aa4ce207c48dd788cb6078d25a8960
  • Pointer size: 131 Bytes
  • Size of remote file: 711 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000018.png DELETED

Git LFS Details

  • SHA256: e96ad04e3ad065367862cf58d1a19a20c516912e53ea68c606424838d8ef53a0
  • Pointer size: 131 Bytes
  • Size of remote file: 715 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000019.png DELETED

Git LFS Details

  • SHA256: b9c8dbd40e243f8b7aaba20106284319775b510ddf36058406c54776a45226c7
  • Pointer size: 131 Bytes
  • Size of remote file: 705 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000020.png DELETED

Git LFS Details

  • SHA256: 5a6810cc34194fcbd29b7bc21e134d2b9f4c0d9149f5b74220e75495a18f8018
  • Pointer size: 131 Bytes
  • Size of remote file: 709 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000021.png DELETED

Git LFS Details

  • SHA256: c4a398e48614bee4c0cff60536c9e62bd76e2a1815df0b6cd3b9c80ad5e4e5d1
  • Pointer size: 131 Bytes
  • Size of remote file: 702 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000022.png DELETED

Git LFS Details

  • SHA256: a0a29cf5359e2a33b10ef68baced8e4eb625be9de3b6b545d5f28fd40b2f9d15
  • Pointer size: 131 Bytes
  • Size of remote file: 696 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000023.png DELETED

Git LFS Details

  • SHA256: 57df59eb11408fb6d68a7aa4dee0662bc922f13887fc1ff4019237b791368445
  • Pointer size: 131 Bytes
  • Size of remote file: 702 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000024.png DELETED

Git LFS Details

  • SHA256: a2d600f3780fccb9421fb9b01edc8aec1cc1b1d6eb4e68217b034b8606a46768
  • Pointer size: 131 Bytes
  • Size of remote file: 688 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000025.png DELETED

Git LFS Details

  • SHA256: 2a85ae78d565ac0dfe19d0a96abc90434d85fd4bbf0624c3d732ac90824e98e2
  • Pointer size: 131 Bytes
  • Size of remote file: 689 kB
animate/data/controlnet_image/cat/controlnet_ip2p/00000026.png DELETED

Git LFS Details

  • SHA256: 2085878ca22d55559dc4d628ef9fc426e10f7175b47deed5f4b47c48f124dca1
  • Pointer size: 131 Bytes
  • Size of remote file: 678 kB