Instructions to use briaai/BRIA-2.3-ControlNet-Generative-Fill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use briaai/BRIA-2.3-ControlNet-Generative-Fill with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("briaai/BRIA-2.3-ControlNet-Generative-Fill", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
safetensor?
#1
by nolascoin - opened
no safetensor?
We haven't released it yet.
Can I ask why you need it? Maybe we can help you in another way?
Do you have access to the model?
We haven't released it yet.
Can I ask why you need it? Maybe we can help you in another way?
Do you have access to the model?
Simply avoiding pth files due to security concerns.
hi, we have uploaded a safetensors checkpoint. please check files and versions.
origubany changed discussion status to closed