Instructions to use thedeoxen/FLUX.1-Kontext-dev-reference-depth-fusion-LORA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thedeoxen/FLUX.1-Kontext-dev-reference-depth-fusion-LORA with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thedeoxen/FLUX.1-Kontext-dev-reference-depth-fusion-LORA") pipe = StableDiffusionControlNetPipeline.from_pretrained( "black-forest-labs/FLUX.1-Kontext-dev", controlnet=controlnet ) - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
The "n" is missing in control, safetensors model file.
#6
by Electricatom369 - opened