jimmycarter commited on
Commit
6339661
1 Parent(s): a382269

CFG scale hint

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ LibreFLUX is an Apache 2.0 version of [FLUX.1-schnell](https://huggingface.co/bl
37
 
38
  ## Inference
39
 
40
- To use the model, just call the custom pipeline using [diffusers](https://github.com/huggingface/diffusers). It currently works with `diffusers==0.30.3` and will be updated to the latest diffusers soon.
41
 
42
  ```py
43
  # ! pip install diffusers==0.30.3
 
37
 
38
  ## Inference
39
 
40
+ To use the model, just call the custom pipeline using [diffusers](https://github.com/huggingface/diffusers). It currently works with `diffusers==0.30.3` and will be updated to the latest diffusers soon. The model works best with a CFG scale of 2.0 - 5.0, so if you are getting images with a blur or strange shadows try turning down your CFG scale.
41
 
42
  ```py
43
  # ! pip install diffusers==0.30.3