mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
Update some prints
This commit is contained in:
parent
88705cb89a
commit
edb05e761f
1 changed files with 2 additions and 2 deletions
|
@ -552,11 +552,11 @@ def sd_generate(genparams):
|
|||
sample_steps = 7
|
||||
sample_method = "dpm++ 2m karras"
|
||||
reslimit = 512
|
||||
print("Image generation set to Quick Mode (Low Quality). Step counts, resolution, sampler, and cfg scale are fixed.")
|
||||
print("\nSDConfig: Quick Mode (Low Quality). Step counts, resolution, sampler, and cfg scale are fixed.")
|
||||
elif args.sdconfig[1]=="clamped":
|
||||
sample_steps = (40 if sample_steps > 40 else sample_steps)
|
||||
reslimit = 512
|
||||
print("Image generation set to Clamped Mode (For Shared Use). Step counts and resolution are clamped.")
|
||||
print("\nSDConfig: Clamped Mode (For Shared Use). Step counts and resolution are clamped.")
|
||||
|
||||
biggest = max(width,height)
|
||||
if biggest > reslimit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue