Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxiangc committed Mar 31, 2024
1 parent 9a7cb52 commit 976ef6a
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 50 deletions.
19 changes: 8 additions & 11 deletions configs/res_adapter/dreamlike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,30 @@ task: "t2i"
experiment_name: ""

# Model Configs
# personalized_model: "/mnt/bn/automl-aigc/chengjiaxiang/models/civitai/dreamlikeDiffusion10_10.ckpt"
personalized_model: "/mnt/bn/automl-aigc/chengjiaxiang/models/diffusers/stable-diffusion-v1-5"
diffusion_model: "/path/to/dreamlike-diffusion-1.0"
model_type: "sd1.5"
# res_adapter_model: "/mnt/bn/automl-aigc/chengjiaxiang/outputs/aigc/train/exp056_sdv15_resnet_mix128-1024-2024-03-08T13-22-52/checkpoint-200000"
res_adapter_model: "models/res_adapter/sd1.5-i"
res_adapter_model: "models/res_adapter/resadapter_v1_sd1.5"
res_adapter_alpha: 1.0

# Inference Configs
width: 384
height: 384
width: 960
height: 1104
num_inference_steps: 25
guidance_scale: 7.5
num_images_per_prompt: 4
num_images_per_prompt: 2

prompts: [
# "beautiful age 18 girl, (anime screencap), blue hair, freckles, sexy, beautiful, dslr, 8k, 4k, natural skin, textured skin, pixiv, depth of field, cinematic compotision, best lighting",
"beautiful age 18 girl, (anime screencap), blue hair, freckles, sexy, beautiful, dslr, 8k, 4k, natural skin, textured skin, pixiv, depth of field, cinematic compotision, best lighting",
"Pictures of you, beautiful face, youthful appearance, ultra focus, face iluminated, face detailed, ultra focus, dreamlike images, pixel perfect precision, ultra realistic, vibrant, ultra focus, face ilumined, face detailed, 8k resolution, watercolor, detailed colors, ultra focus, 8k resolution, watercolor, razumov style. art by Carne Griffiths, Frank Frazetta, sf, intricate artwork masterpiece, ominous, golden ratio, in the oil painting style reminiscent of Konstantin Razumov's work, yet interspersed with the layered paper illusion effect characteristic of Eiko Ojala, Reimagined splashes of ink in the digital art style, evoking at once impressions of Alberto Seveso's signature pieces, model standing confidently at the center, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant, production cinematic character render, ultra high quality model, sf, intricate artwork masterpiece, ominous, matte painting movie poster, golden ratio, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant",
"Award-winning photo of a mystical fox girl (fox:1.3) in a serene forest clearing,(sunlight:1.2) filtering through the trees,ethereal,enchanting,vibrant orange fur,piercing (amber:1.4) eyes,delicate floral crown,(flowing:1.1) gown,surrounded by a gentle breeze,(whispering:1.2) leaves,magical atmosphere,captured by renowned photographer (Emily Thompson:1.2) using a Nikon D850,creating a dreamlike and captivating image",
# "dreamlikeart a painting of illustration of Goku wearing a skirt cinematic lighting, wide shot, 8K, trending on artstation in the style of Greg Rutkowski",
]

n_prompt: "[NSFW, poor bad amateur assignment cut out ugly]"

# Other Configs
enable_xformers: true
enable_compare: true
draw_text: false
draw_text: true
seed: 43
device: 2
device: 0
split_images: false
12 changes: 5 additions & 7 deletions configs/res_adapter/dreamshaper-xl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ task: "t2i"
experiment_name: ""

# Model Configs
personalized_model: "/mnt/bn/automl-aigc/chengjiaxiang/models/diffusers/dreamshaper-xl-1-0"
diffusion_model: "/path/to/dreamshaper-xl-1.0"
model_type: "sdxl"
res_adapter_model: "/mnt/bn/automl-aigc/chengjiaxiang/outputs/aigc/train/exp057_sdxl_resnet_mix256-1536-2024-03-08T13-22-22/checkpoint-20000"
res_adapter_model: "models/res_adapter/resadapter_v1_sdxl"
res_adapter_alpha: 1.0


# Inference Configs
width: 900
height: 1104
scale_ratio: null
num_inference_steps: 30
width: 512
height: 384
num_inference_steps: 25
guidance_scale: 7.5
num_images_per_prompt: 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ experiment_name: ""


# Model Configs
personalized_model: "/mnt/bn/automl-aigc/chengjiaxiang/models/diffusers/stable-diffusion-xl-base-1.0"
diffusion_model: "/path/to/stable-diffusion-xl-base-1.0"
model_type: "sdxl"
controlnet_model: "/mnt/bn/automl-aigc/chengjiaxiang/models/diffusers/controlnet-canny-sdxl-1.0"
res_adapter_model: "/mnt/bn/automl-aigc/chengjiaxiang/python/res-adapter/models/res_adapter/sdxl-i"
controlnet_model: "/path/to/controlnet-canny-sdxl-1.0"
res_adapter_model: "models/res_adapter/resadapter_v1_sdxl"
res_adapter_alpha: 1.0


Expand All @@ -22,12 +22,10 @@ num_images_per_prompt: 8

source_images: [
"assets/controlnet/man.png",
# "assets/controlnet/old.png",
]

prompts: [
"man",
# "old man",
]

n_prompt: "lowres, bad anatomy, worst quality, low quality"
Expand Down
12 changes: 5 additions & 7 deletions configs/res_adapter_controlnet/controlnet_image2image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ experiment_name: ""


# Model Configs
personalized_model: "/mnt/bn/automl-aigc/chengjiaxiang/models/diffusers/stable-diffusion-v1-5"
diffusion_model: "/path/to/stable-diffusion-v1-5"
model_type: "sd1.5"
controlnet_model: "/mnt/bn/automl-aigc/chengjiaxiang/models/diffusers/control_v11p_sd15_canny"
res_adapter_model: "/mnt/bn/automl-aigc/chengjiaxiang/outputs/aigc/train/exp056_sdv15_resnet_mix128-1024-2024-03-08T13-22-52/checkpoint-50000"
controlnet_model: "/path/to/control_v11p_sd15_canny"
res_adapter_model: "models/res_adapter/resadapter_v1_sd1.5"
res_adapter_alpha: 1.0


Expand All @@ -22,12 +22,10 @@ num_images_per_prompt: 8

source_images: [
"assets/controlnet/bird.png",
# "assets/controlnet/dog2.png",
]

prompts: [
"bird",
# "cute dog",
]

n_prompt: "lowres, bad anatomy, worst quality, low quality"
Expand All @@ -36,7 +34,7 @@ n_prompt: "lowres, bad anatomy, worst quality, low quality"
# Other Configs
enable_xformers: true
enable_compare: true
draw_text: false
draw_text: true
seed: 42
device: 0
split_images: true
split_images: false
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sub_task: "image_variation"
experiment_name: ""

# Model Configs
personalized_model: "/path/to/model"
diffusion_model: "/path/to/model"
model_type: "sd1.5"
ip_adapter_model: "/path/to/model"
ip_adapter_weight_name: "face"
Expand Down
2 changes: 1 addition & 1 deletion configs/res_adapter_ip_adapter/ip_adapter_inpaint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sub_task: "inpaint"
experiment_name: ""

# Model Configs
personalized_model: "/path/to/model"
diffusion_model: "/path/to/model"
model_type: "sd1.5"
ip_adapter_model: "/path/to/model"
ip_adapter_weight_name: "general"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sub_task: "image_variation"
experiment_name: ""

# Model Configs
personalized_model: "/path/to/model"
diffusion_model: "/path/to/model"
model_type: "sdxl"
ip_adapter_model: "/path/to/model"
ip_adapter_weight_name: "general"
Expand Down
2 changes: 1 addition & 1 deletion configs/res_adapter_ip_adapter/ip_adapter_variation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sub_task: "image_variation"
experiment_name: ""

# Model Configs
personalized_model: "/path/to/model"
diffusion_model: "/path/to/model"
model_type: "sd1.5"
ip_adapter_model: "/path/to/model"
ip_adapter_weight_name: "general"
Expand Down
6 changes: 3 additions & 3 deletions configs/res_adapter_lcmlora/cartoon3dxl_lcm_lora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ task: "t2i_accelerate"
experiment_name: ""

# Model Configs
personalized_model: "/path/to/model"
diffusion_model: "/path/to/cartoon3dxl"
model_type: "sdxl"
res_adapter_model: "/path/to/model"
res_adapter_model: "models/res_adapter/resadapter_v1_sdxl"
res_adapter_alpha: 1.0
lcm_lora_path: "/path/to/model"
lcm_lora_path: "/path/to/lcm-sdxl-lora"
lcm_lora_alpha: 1.0

# Inference Configs
Expand Down
19 changes: 6 additions & 13 deletions configs/res_adapter_lcmlora/dreamshaperxl_lcm_lora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ task: "t2i_accelerate"
experiment_name: ""

# Model Configs
personalized_model: "/mnt/bn/automl-aigc/chengjiaxiang/models/diffusers/dreamshaper-xl-1-0"
diffusion_model: "/path/to/dreamshaper-xl-1.0"
model_type: "sdxl"
res_adapter_model: "models/res_adapter/sdxl-i"
res_adapter_model: "models/res_adapter/resadapter_v1_sdxl"
res_adapter_alpha: 1.0
lcm_lora_path: "/mnt/bn/automl-aigc/chengjiaxiang/models/diffusers/lcm-lora-sdxl"
lcm_lora_path: "/path/to/lcm-lora-sdxl"
lcm_lora_alpha: 1.0

# Inference Configs
Expand All @@ -17,22 +17,15 @@ guidance_scale: 1.5
num_images_per_prompt: 8

prompts: [
# "black dragonborn, solo, red eyes, male, upper body, male focus, horns, cape, armor, glowing, glowing eyes, volumetrics dtx, (film grain, blurry background, blurry foreground, bokeh, depth of field, motion blur, realistic:1.3), ((masterpiece, best quality)), art by greg rutkowski <lora:dragonborn_offset:1>",
# "(masterpiece), (extremely intricate), (realistic), portrait of a girl, the most beautiful in the world, (medieval armor), metal reflections, upper body, outdoors, intense sunlight, far away castle, professional photograph of a stunning woman detailed, sharp focus, dramatic, award winning, cinematic lighting, octane render unreal engine, volumetrics dtx, (film grain, blurry background, blurry foreground, bokeh, depth of field, sunset, motion blur), chainmail",
"portrait, action pose, slow motion, (old male human wizard:1.2) old male human wizard wearing yellow and black robes (majestic evoker cloth armor:1.2), (wrinkles, steampunk), (archmage robes, runic patterns:1.2), (insanely detailed, bloom:1.5), (analog:1.2), (high sharpness), (detailed pupils:1.1), (painting:1.1), (digital painting:1), detailed face and eyes, Masterpiece, best quality, (highly detailed photo:1.1), 8k, photorealistic, very long straight white and grey hair, grey streaks, ecstatic, (60-year old Austrian male:1.1), sharp, (older body:1.1), stocky, realistic, real shadow 3d, (highest quality), (concept art, 4k), (wizard labratory in backgound:1.2), by Michelangelo and Alessandro Casagrande and Greg Rutkowski and Sally Mann and jeremy mann and sandra chevrier and maciej kuciara, inspired by (arnold schwarzenegger:1.001) and (Dolph Lundgren:1.001) and (Albert Einstien:1.001)",
# "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), (glowing blue eyes)",
# "cinematic film still, photo of a girl, cyberpunk, neonpunk, headset, city at night, sony fe 12-24mm f/2.8 gm, close up, 32k uhd, wallpaper, analog film grain, SONY headset",
# "portrait of a soldier, man, cyberpunk, cyber warrior, wearing a black suit with a future theme and metal parts, (wearing a helmet:1.2), sci-fi, science fiction, sci-fi action scence, symmetrical eyes, fine details best quality, hyperdetailed face, photorealistic, highest quality, best shadow, high contrast, character design, moody, film grain, dark, highly detailed. photography, professional, 4k, 8k HD, highly detailed, professional",
# "masterpiece, best quality, 1girl, sci-fi armor with black and red colors, glowing elements, redhair",
# "In Casey Baugh's evocative style, a Gothic girl emerges from the depths of darkness, her essence a captivating blend of mystery and allure. With piercing eyes and flowing ebony hair, she exudes an enigmatic presence that draws viewers into her world. Baugh's brushwork infuses the painting with a unique combination of realism and abstraction, highlighting the girl's delicate features and contrasting them against a backdrop of deep, rich hues. The interplay of light and shadow adds depth and dimension to the artwork, creating a hauntingly beautiful portrayal of this Gothic muse. Baugh's distinctive style captures the essence of the girl's enigmatic nature, inviting viewers to explore the depths of her soul. Signature",
]

n_prompt: "ugly, deformed, noisy, blurry, low contrast, text, BadDream, 3d, cgi, render, fake, anime, open mouth, big forehead, long neck"

# Other Configs
enable_xformers: true
enable_compare: true
draw_text: false
seed: 45
draw_text: true
seed: 42
device: 0
split_images: true
split_images: false

0 comments on commit 976ef6a

Please sign in to comment.