Instructions to use manycore-research/FLUX.1-Layout-ControlNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use manycore-research/FLUX.1-Layout-ControlNet with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("manycore-research/FLUX.1-Layout-ControlNet") pipe = StableDiffusionControlNetPipeline.from_pretrained( "black-forest-labs/FLUX.1-dev", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
6e4996d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f4b998ab5b0b827125e626b13f2ed97f8491e9dbf18f42ea7cd6762f75f9759f
size 2975240576
|