rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1.01k stars 87 forks source link

Negative Prompt + Guidance for CLI #178

Closed loadfred closed 2 months ago

loadfred commented 2 months ago

Change --guidance_scale to float in app.py Can't change guidance to decimal with CLI.

loadfred commented 2 months ago

Also added negative prompt to CLI non-interactive mode.

loadfred commented 2 months ago

Added negative prompt option to CLI interactive mode. Added ability to edit guidance scale in CLI settings.

rupeshs commented 2 months ago

@loadfred Nice work, thanks for the PR.