Instructions to use Aminul07/Dev-lora-forme with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Aminul07/Dev-lora-forme 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("Aminul07/Dev-lora-forme") prompt = "Photo of Aminul laughing like a dangerous gangster with a stylish outfit" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#3
by Aminul07 - opened
- README.md +3 -0
- images/example_itj9deeu1.png +0 -0
README.md
CHANGED
|
@@ -16,6 +16,9 @@ widget:
|
|
| 16 |
- text: Photo of Aminul laughing like a dangerous gangster with a stylish outfit
|
| 17 |
output:
|
| 18 |
url: images/example_v0xrkt9fv.png
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
---
|
| 21 |
|
|
|
|
| 16 |
- text: Photo of Aminul laughing like a dangerous gangster with a stylish outfit
|
| 17 |
output:
|
| 18 |
url: images/example_v0xrkt9fv.png
|
| 19 |
+
- text: Photo of Aminul with the best hairstyle for himself
|
| 20 |
+
output:
|
| 21 |
+
url: images/example_itj9deeu1.png
|
| 22 |
|
| 23 |
---
|
| 24 |
|
images/example_itj9deeu1.png
ADDED
|