Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Fix download script url and change realistic vision version #6

Merged
merged 3 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion download_bashscripts/1-RealisticVision.sh
Original file line number Diff line number Diff line change
@@ -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
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
2 changes: 1 addition & 1 deletion download_bashscripts/2-RcnzCartoon.sh
Original file line number Diff line number Diff line change
@@ -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
wget -O models/DreamBooth_LoRA/rcnzCartoon3d_v10.safetensors https://civitai.com/api/download/models/71009 --content-disposition --no-check-certificate
2 changes: 1 addition & 1 deletion download_bashscripts/3-MajicMix.sh
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions example/config/concert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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"
lora_alpha: 0.8
4 changes: 2 additions & 2 deletions example/config/lighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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