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
#13
by JacobLinCool - opened
- README.md +9 -0
- images/example_6am0rx4eu.png +0 -0
README.md
CHANGED
|
@@ -75,6 +75,15 @@ widget:
|
|
| 75 |
style, natural photo cinematic
|
| 76 |
output:
|
| 77 |
url: images/example_dwsl9j9d9.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
base_model: black-forest-labs/FLUX.1-dev
|
| 79 |
instance_prompt: Jacob
|
| 80 |
license: other
|
|
|
|
| 75 |
style, natural photo cinematic
|
| 76 |
output:
|
| 77 |
url: images/example_dwsl9j9d9.png
|
| 78 |
+
- text: >-
|
| 79 |
+
Jacob, clad in white tennis attire, tosses the ball high into the air, his
|
| 80 |
+
left arm stretched upward while his right arm prepares to deliver a powerful
|
| 81 |
+
serve. His racket swings back in a fluid motion, muscles taut as he prepares
|
| 82 |
+
to strike. The ball hovers mid-air, just above his outstretched hand, ready
|
| 83 |
+
to be smashed down the court. The bright sunlight reflects off his racket
|
| 84 |
+
and sweat-lined face, capturing the intensity of the competition.
|
| 85 |
+
output:
|
| 86 |
+
url: images/example_6am0rx4eu.png
|
| 87 |
base_model: black-forest-labs/FLUX.1-dev
|
| 88 |
instance_prompt: Jacob
|
| 89 |
license: other
|
images/example_6am0rx4eu.png
ADDED
|