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
#2
by JacobLinCool - opened
- README.md +5 -0
- images/example_gtebtlpx4.png +0 -0
README.md
CHANGED
|
@@ -37,6 +37,11 @@ widget:
|
|
| 37 |
lighting
|
| 38 |
output:
|
| 39 |
url: images/example_huuldf0qo.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
base_model: black-forest-labs/FLUX.1-dev
|
| 41 |
instance_prompt: Jacob
|
| 42 |
license: other
|
|
|
|
| 37 |
lighting
|
| 38 |
output:
|
| 39 |
url: images/example_huuldf0qo.png
|
| 40 |
+
- text: >-
|
| 41 |
+
Jacob, with short and colorful ombre hair, presented at the international
|
| 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
|
images/example_gtebtlpx4.png
ADDED
|