EK12317 commited on
Commit
b153b12
1 Parent(s): c505385

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -11,8 +11,9 @@ inference: true
11
  ---
12
  ## Example:
13
  ”Negative prompt: (worst quality, low quality:1.4)” is really useful in anywhere
 
14
  ## Ekmix-Pastel
15
- pastel but lines(with Hires.fix(Sctually,I think all models are great with Hires.fix)) (Merging the loras into the model.)
16
  ~~~
17
  python networks\merge_lora.py --sd_model .\models\model.safetensors --save_to .\lora\2.safetensors --models .\lora\MagicLORA.pt .\lora\Jordan_3.safetensors .\lora\sttabi_v1.4-04.safetensors .\lora\xlimo768.pt .\lora\dpep2.pt --ratios 0.3 1 0.5 0.6 0.35
18
  ~~~
 
11
  ---
12
  ## Example:
13
  ”Negative prompt: (worst quality, low quality:1.4)” is really useful in anywhere
14
+ I think all models are great with correct Hires.fix
15
  ## Ekmix-Pastel
16
+ pastel but lines(with Hires.fix) (Merging the loras into the model.)
17
  ~~~
18
  python networks\merge_lora.py --sd_model .\models\model.safetensors --save_to .\lora\2.safetensors --models .\lora\MagicLORA.pt .\lora\Jordan_3.safetensors .\lora\sttabi_v1.4-04.safetensors .\lora\xlimo768.pt .\lora\dpep2.pt --ratios 0.3 1 0.5 0.6 0.35
19
  ~~~