From d206c3b7e3ed2f375ca9caf6b0a5268c59cb2d23 Mon Sep 17 00:00:00 2001 From: LeoXing1996 Date: Fri, 22 Dec 2023 22:08:34 +0800 Subject: [PATCH 1/3] fix download script --- download_bashscripts/1-RealisticVision.sh | 2 +- download_bashscripts/2-RcnzCartoon.sh | 2 +- download_bashscripts/3-MajicMix.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/download_bashscripts/1-RealisticVision.sh b/download_bashscripts/1-RealisticVision.sh index 453005e..19cd484 100644 --- a/download_bashscripts/1-RealisticVision.sh +++ b/download_bashscripts/1-RealisticVision.sh @@ -1,2 +1,2 @@ #!/bin/bash -wget -O realisticVisionV60B1_v51VAE.safetensors https://civitai.com/api/download/models/130072 -P models/DreamBooth_LoRA/ --content-disposition --no-check-certificate \ No newline at end of file +wget -O models/DreamBooth_LoRA/realisticVisionV51_v51VAE.safetensors https://huggingface.co/frankjoshua/realisticVisionV51_v51VAE/resolve/main/realisticVisionV51_v51VAE.safetensors?download=true --content-disposition --no-check-certificate \ No newline at end of file diff --git a/download_bashscripts/2-RcnzCartoon.sh b/download_bashscripts/2-RcnzCartoon.sh index d3d1998..1265d35 100644 --- a/download_bashscripts/2-RcnzCartoon.sh +++ b/download_bashscripts/2-RcnzCartoon.sh @@ -1,2 +1,2 @@ #!/bin/bash -wget -O rcnzCartoon3d_v10.safetensors https://civitai.com/api/download/models/71009 -P models/DreamBooth_LoRA/ --content-disposition --no-check-certificate \ No newline at end of file +wget -O models/DreamBooth_LoRA/rcnzCartoon3d_v10.safetensors https://civitai.com/api/download/models/71009 --content-disposition --no-check-certificate \ No newline at end of file diff --git a/download_bashscripts/3-MajicMix.sh b/download_bashscripts/3-MajicMix.sh index 09bd9f4..eb6ec1d 100644 --- a/download_bashscripts/3-MajicMix.sh +++ b/download_bashscripts/3-MajicMix.sh @@ -1,2 +1,2 @@ #!/bin/bash -wget -O majicmixRealistic_v5.safetensors.safetensors RCNZ.safetensors https://civitai.com/api/download/models/82446 -P models/DreamBooth_LoRA/ --content-disposition --no-check-certificate +wget -O models/DreamBooth_LoRA/majicmixRealistic_v5.safetensors.safetensors RCNZ.safetensors https://civitai.com/api/download/models/82446 --content-disposition --no-check-certificate From a3099378ba466dd5b9404675eddb00f90c02668e Mon Sep 17 00:00:00 2001 From: LeoXing1996 Date: Fri, 22 Dec 2023 22:10:04 +0800 Subject: [PATCH 2/3] change realisticVisionV60B1_v60B1VAE -> realisticVisionV51_v51VAE --- example/config/concert.yaml | 6 +++--- example/config/lighthouse.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/config/concert.yaml b/example/config/concert.yaml index 460dc6c..9993eec 100644 --- a/example/config/concert.yaml +++ b/example/config/concert.yaml @@ -3,7 +3,7 @@ prompts: - - 1man is smiling, masterpiece, best quality, 1boy, afro, dark skin, playing guitar, concert, upper body, sweat, stage lights, oversized hawaiian shirt, intricate, print, pattern, happy, necklace, bokeh, jeans, drummer, dynamic pose - 1man is crying, masterpiece, best quality, 1boy, afro, dark skin, playing guitar, concert, upper body, sweat, stage lights, oversized hawaiian shirt, intricate, print, pattern, happy, necklace, bokeh, jeans, drummer, dynamic pose - 1man is singing, masterpiece, best quality, 1boy, afro, dark skin, playing guitar, concert, upper body, sweat, stage lights, oversized hawaiian shirt, intricate, print, pattern, happy, necklace, bokeh, jeans, drummer, dynamic pose -n_prompt: +n_prompt: - 'wrong white balance, dark, 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' validation_data: input_name: 'concert' @@ -12,8 +12,8 @@ validation_data: mask_sim_range: [-3] generate: use_lora: false - use_db: true + use_db: true global_seed: 4292543217695451092 # To get 3d style shown in github, you can use seed: 4292543217695451088 lora_path: "" - db_path: "models/DreamBooth_LoRA/realisticVisionV60B1_v51VAE.safetensors" # TODO rcnzCartoon3d_v20.safetensors + db_path: "models/DreamBooth_LoRA/realisticVisionV51_v51VAE.safetensors" # TODO rcnzCartoon3d_v20.safetensors lora_alpha: 0.8 \ No newline at end of file diff --git a/example/config/lighthouse.yaml b/example/config/lighthouse.yaml index c5ec163..b9b3190 100644 --- a/example/config/lighthouse.yaml +++ b/example/config/lighthouse.yaml @@ -3,7 +3,7 @@ prompts: - - lightning, lighthouse - sun rising, lighthouse - fireworks, lighthouse -n_prompt: +n_prompt: - 'wrong white balance, dark, 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' validation_data: input_name: 'lighthouse' @@ -15,5 +15,5 @@ generate: use_db: true global_seed: 5658137986800322011 lora_path: "" - db_path: "models/DreamBooth_LoRA/realisticVisionV60B1_v51VAE.safetensors" + db_path: "models/DreamBooth_LoRA/realisticVisionV51_v51VAE.safetensors" lora_alpha: 0.8 From 66eb9850610cb6913dfb5fef009fbf1ad57c2562 Mon Sep 17 00:00:00 2001 From: LeoXing1996 Date: Fri, 22 Dec 2023 22:11:30 +0800 Subject: [PATCH 3/3] remove comment --- example/config/concert.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/config/concert.yaml b/example/config/concert.yaml index 9993eec..75271b0 100644 --- a/example/config/concert.yaml +++ b/example/config/concert.yaml @@ -15,5 +15,5 @@ generate: use_db: true global_seed: 4292543217695451092 # To get 3d style shown in github, you can use seed: 4292543217695451088 lora_path: "" - db_path: "models/DreamBooth_LoRA/realisticVisionV51_v51VAE.safetensors" # TODO rcnzCartoon3d_v20.safetensors + db_path: "models/DreamBooth_LoRA/realisticVisionV51_v51VAE.safetensors" lora_alpha: 0.8 \ No newline at end of file