Text-to-Image
Diffusers
flux
flux-diffusers
lora
control
controlnet
brightness
grayscale
template:sd-lora
Instructions to use Oysiyl/flux-control-lora-brightness-10k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Oysiyl/flux-control-lora-brightness-10k with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Oysiyl/flux-control-lora-brightness-10k") pipe = StableDiffusionControlNetPipeline.from_pretrained( "black-forest-labs/FLUX.1-dev", controlnet=controlnet ) - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add checkpoint-2500 scale comparison grid
Browse files
.gitattributes
CHANGED
|
@@ -44,3 +44,4 @@ examples/scale_1.5_progression.png filter=lfs diff=lfs merge=lfs -text
|
|
| 44 |
examples/checkpoint-625_all_scales.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
examples/checkpoint-1250_all_scales.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
examples/checkpoint-1875_all_scales.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 44 |
examples/checkpoint-625_all_scales.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
examples/checkpoint-1250_all_scales.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
examples/checkpoint-1875_all_scales.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
examples/checkpoint-2500_all_scales.png filter=lfs diff=lfs merge=lfs -text
|
examples/checkpoint-2500_all_scales.png
ADDED
|
Git LFS Details
|