Instructions to use LyliaEngine/cfg_scale_boost with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/cfg_scale_boost with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-union-sdxl-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/cfg_scale_boost") prompt = "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, realistic" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -77,6 +77,14 @@ Tip: depending on what model you’re using will determine what range of values
|
|
| 77 |
|
| 78 |
Discord
|
| 79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
## Trigger words
|
| 81 |
|
| 82 |
You should use `None` to trigger the image generation.
|
|
|
|
| 77 |
|
| 78 |
Discord
|
| 79 |
|
| 80 |
+
## Source
|
| 81 |
+
|
| 82 |
+
https://civitai.com/models/99619/control-lora-collection?modelVersionId=947620
|
| 83 |
+
|
| 84 |
+
## Credit
|
| 85 |
+
|
| 86 |
+
https://civitai.com/user/advokat
|
| 87 |
+
|
| 88 |
## Trigger words
|
| 89 |
|
| 90 |
You should use `None` to trigger the image generation.
|