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
#2
by Aminul07 - opened
- README.md +5 -0
- images/example_7zn2rc900.png +0 -0
README.md
CHANGED
|
@@ -16,6 +16,11 @@ 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: >-
|
| 20 |
+
Photo of Aminul 'as a man under cherry blossom tree standing looking up the
|
| 21 |
+
tree ' photo quality 4k resolution 'standing facing the camera'
|
| 22 |
+
output:
|
| 23 |
+
url: images/example_7zn2rc900.png
|
| 24 |
|
| 25 |
---
|
| 26 |
|
images/example_7zn2rc900.png
ADDED
|