Instructions to use Keltezaa/Felicity_Jones with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/Felicity_Jones 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("Keltezaa/Felicity_Jones") prompt = "photorealistic high quality photo of Felicity Jones" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#2
by Keltezaa - opened
- README.md +6 -0
- images/example_164hm0odo.png +3 -0
README.md
CHANGED
|
@@ -8,9 +8,15 @@ widget:
|
|
| 8 |
- text: '-'
|
| 9 |
output:
|
| 10 |
url: images/custom.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
base_model: black-forest-labs/FLUX.1-dev
|
| 12 |
instance_prompt: Felicity Jones
|
| 13 |
license: cc-by-nc-nd-4.0
|
|
|
|
| 14 |
---
|
| 15 |
# Felicity Jones
|
| 16 |
|
|
|
|
| 8 |
- text: '-'
|
| 9 |
output:
|
| 10 |
url: images/custom.png
|
| 11 |
+
- text: >-
|
| 12 |
+
photorealistic high quality photo of very youthful looking 18-year-old
|
| 13 |
+
Felicity Jones
|
| 14 |
+
output:
|
| 15 |
+
url: images/example_164hm0odo.png
|
| 16 |
base_model: black-forest-labs/FLUX.1-dev
|
| 17 |
instance_prompt: Felicity Jones
|
| 18 |
license: cc-by-nc-nd-4.0
|
| 19 |
+
|
| 20 |
---
|
| 21 |
# Felicity Jones
|
| 22 |
|
images/example_164hm0odo.png
ADDED
|
Git LFS Details
|