Instructions to use protag0ras/flux1dev-ElleFanningLora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use protag0ras/flux1dev-ElleFanningLora 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("protag0ras/flux1dev-ElleFanningLora") prompt = "candid photograph of ellefanning sitting in a dark cafe, wearing a crop top sweater and a beanie hat and baggy pants, PG picture, sfw, wearing round glasses, cinematic <lora:elle-fanning-v5:1>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Savva commited on
Add 8 files
Browse files- ellefanning.safetensors +3 -0
- images/00093-929227615.png +3 -0
- images/00097-575752589.png +3 -0
- images/00098-1820900138.png +3 -0
- images/00099-4216927795.png +3 -0
- images/00100-484744483.png +3 -0
- images/00103-3010209162.png +3 -0
- images/00104-3013437798.png +3 -0
ellefanning.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2356f52d5edb240acc3fc63339d92e7d5a7eb0e969d5edd25ad4d73e81e14c03
|
| 3 |
+
size 145170476
|
images/00093-929227615.png
ADDED
|
Git LFS Details
|
images/00097-575752589.png
ADDED
|
Git LFS Details
|
images/00098-1820900138.png
ADDED
|
Git LFS Details
|
images/00099-4216927795.png
ADDED
|
Git LFS Details
|
images/00100-484744483.png
ADDED
|
Git LFS Details
|
images/00103-3010209162.png
ADDED
|
Git LFS Details
|
images/00104-3013437798.png
ADDED
|
Git LFS Details
|