Image-to-Image
Diffusers
flux
flux2
klein
normal
normal-map
controlnet
refcontrol
img2img
image
editing
lora
Instructions to use thedeoxen/refcontrol-FLUX.2-klein-9B-reference-normal-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thedeoxen/refcontrol-FLUX.2-klein-9B-reference-normal-lora with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thedeoxen/refcontrol-FLUX.2-klein-9B-reference-normal-lora") pipe = StableDiffusionControlNetPipeline.from_pretrained( "black-forest-labs/FLUX.2-klein-base-9B", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Add remaining generation examples (4 and 5)
Browse files- .gitattributes +2 -0
- images/a (4).png +3 -0
- images/a (5).png +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
images/a[[:space:]](1).png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/a[[:space:]](2).png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/a[[:space:]](3).png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 36 |
images/a[[:space:]](1).png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/a[[:space:]](2).png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/a[[:space:]](3).png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/a[[:space:]](4).png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/a[[:space:]](5).png filter=lfs diff=lfs merge=lfs -text
|
images/a (4).png
ADDED
|
Git LFS Details
|
images/a (5).png
ADDED
|
Git LFS Details
|