Instructions to use kudzueye/Boreal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kudzueye/Boreal with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("kudzueye/Boreal") prompt = "phone photo five men playing a Medieval diplomacy game around a table on a couch in a living room at night in 2014" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
1
#7 opened over 1 year ago
by
huggingface1235
Create config.json
#6 opened over 1 year ago
by
Dhruvvvv123
Upload config.json
#5 opened over 1 year ago
by
Dhruvvvv123
Style training settings
2
#4 opened almost 2 years ago
by
yolkypalky137
Error
#3 opened almost 2 years ago
by
kideohojima
Boring Reality image datasets?
👍 2
#2 opened almost 2 years ago
by
sirus
How to use this? Please share some quick-start code.
➕ 1
1
#1 opened almost 2 years ago
by
pavankumarbalijepalli