Instructions to use JacobLinCool/FLUXd-jacob-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JacobLinCool/FLUXd-jacob-v0.1 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("JacobLinCool/FLUXd-jacob-v0.1") prompt = "Jacob holding a sign that says 'I am Jacob!'" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example (#3)
Browse files- Add generated example (1362fc719b1f1ff7ad4d595bfdd018e148593c00)
- README.md +8 -0
- images/example_kr9m8rpve.png +0 -0
README.md
CHANGED
|
@@ -42,6 +42,14 @@ widget:
|
|
| 42 |
conference stage.
|
| 43 |
output:
|
| 44 |
url: images/example_gtebtlpx4.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
base_model: black-forest-labs/FLUX.1-dev
|
| 46 |
instance_prompt: Jacob
|
| 47 |
license: other
|
|
|
|
| 42 |
conference stage.
|
| 43 |
output:
|
| 44 |
url: images/example_gtebtlpx4.png
|
| 45 |
+
- text: >-
|
| 46 |
+
The camera is above Jacob, capturing him as he clings to the cliff face.
|
| 47 |
+
From this angle, the rough texture of the rock surrounds him, framing his
|
| 48 |
+
determined figure. His face is turned upward, his eyes scanning the cliff's
|
| 49 |
+
surface with laser focus, darting from one potential handhold to the next as
|
| 50 |
+
he calculates the best route.
|
| 51 |
+
output:
|
| 52 |
+
url: images/example_kr9m8rpve.png
|
| 53 |
base_model: black-forest-labs/FLUX.1-dev
|
| 54 |
instance_prompt: Jacob
|
| 55 |
license: other
|
images/example_kr9m8rpve.png
ADDED
|