Skip to content

Commit

Permalink
Add .safetensors to model name
Browse files Browse the repository at this point in the history
  • Loading branch information
bsu3338 authored Feb 9, 2024
1 parent ca44349 commit 774f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/plugins/stable_diffusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ height: 1024
### SDXL Turbo
However, to use [SDXL Turbo](https://stable-diffusion-art.com/sdxl-turbo/) many of the paramters need to be changed for images to be generated in a much shorter period of time. For example, SDXL does not need a negative prompt or more than 1 step. To set these settings set the below variable.
```bash
SD_WEBUI_DEFAULT_PARAMETERS={"sd_model_name":"sd_xl_turbo_1.0_fp16", "negative_prompt":"", "sampler_name": "Euler a", "cfg_scale": 1, "steps": 1, "width": 512, "height": 512}
SD_WEBUI_DEFAULT_PARAMETERS={"sd_model_name":"sd_xl_turbo_1.0_fp16.safetensors", "negative_prompt":"", "sampler_name": "Euler a", "cfg_scale": 1, "steps": 1, "width": 512, "height": 512}
```
As Stable Diffusion releases more models, this variable may be changed at any time to take advantage of new functionality.

Expand Down

0 comments on commit 774f651

Please sign in to comment.