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 Settings
- Draw Things
- DiffusionBee
Add generated example
#9
by JacobLinCool - opened
- README.md +5 -0
- images/example_qr1o6toqa.png +0 -0
README.md
CHANGED
|
@@ -60,6 +60,11 @@ widget:
|
|
| 60 |
- text: Jacob, in 90s Japanese Anime style with beautiful city background
|
| 61 |
output:
|
| 62 |
url: samples/1733829060821__000003000_6.jpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
base_model: black-forest-labs/FLUX.1-dev
|
| 64 |
instance_prompt: Jacob
|
| 65 |
license: other
|
|
|
|
| 60 |
- text: Jacob, in 90s Japanese Anime style with beautiful city background
|
| 61 |
output:
|
| 62 |
url: samples/1733829060821__000003000_6.jpg
|
| 63 |
+
- text: >-
|
| 64 |
+
Jacob, A handsome man in a suit, 20 years old, cool, fantasy style, natural
|
| 65 |
+
photo cinematic
|
| 66 |
+
output:
|
| 67 |
+
url: images/example_qr1o6toqa.png
|
| 68 |
base_model: black-forest-labs/FLUX.1-dev
|
| 69 |
instance_prompt: Jacob
|
| 70 |
license: other
|
images/example_qr1o6toqa.png
ADDED
|