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 Settings
- Draw Things
Any version for anime?
it would be great if you have any version for the anime too. Thanks
great! but still if possible can you tell me how you make the dataset for this one?
krigeta
Sorry, I am planning to add some more LoRAs with a similar pipeline, so Iβm not sharing the full dataset preparation details right now. Once I finish this series of LoRAs, I may release the pipeline publicly so that others can reproduce and adapt it.
krigeta
Sorry, I am planning to add some more LoRAs with a similar pipeline, so Iβm not sharing the full dataset preparation details right now. Once I finish this series of LoRAs, I may release the pipeline publicly so that others can reproduce and adapt it.
@thedeoxen no problem, if possible please consider training an anime one so I can play with it till the pipeline will be released.
hey krigeta just released dataset
https://huggingface.co/datasets/thedeoxen/refcontrol-flux-kontext-dataset

