Instructions to use hargup/dua-lipa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hargup/dua-lipa with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hargup/dua-lipa", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add prompt and example
Browse files
README.md
CHANGED
|
@@ -14,6 +14,10 @@ The keyword is `pilauua`, use this instead of "Dua Lipa", needed to a create a n
|
|
| 14 |
|
| 15 |
Sample pictures of this concept:
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |

|
| 18 |
|
| 19 |
|
|
|
|
| 14 |
|
| 15 |
Sample pictures of this concept:
|
| 16 |
|
| 17 |
+
Prompt: 100x100 cm Your representation of pilauua, complimentary colors, sharp focus, studio shot, intricate detail, highly detailed, sharp focus, studio photo, by WLO, eugene de blaas and ross tran
|
| 18 |
+
|
| 19 |
+

|
| 20 |
+
|
| 21 |

|
| 22 |
|
| 23 |
|