Instructions to use TheAwakenOne/Marilyn-Monroe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheAwakenOne/Marilyn-Monroe 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("TheAwakenOne/Marilyn-Monroe") prompt = "Marilyn Monroe with a bright smile on her face. She is wearing a white dress with a plunging neckline and her signature blonde hair is styled in curls. Her eyes are bright and her lips are curved" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model TheAwakenOne/Marilyn-Monroe.
Prompt: Marilyn Monroe holding her dress down from the wind, in the middle of town square
- README.md +5 -0
- images/example_k0uwu1wlr.png +0 -0
README.md
CHANGED
|
@@ -33,6 +33,11 @@ widget:
|
|
| 33 |
- text: Marilyn Monroe with sunglasses and a baseball hat
|
| 34 |
output:
|
| 35 |
url: images/example_om30675yk.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
base_model: black-forest-labs/FLUX.1-dev
|
| 37 |
instance_prompt: Marilyn Monroe
|
| 38 |
license: other
|
|
|
|
| 33 |
- text: Marilyn Monroe with sunglasses and a baseball hat
|
| 34 |
output:
|
| 35 |
url: images/example_om30675yk.png
|
| 36 |
+
- text: >-
|
| 37 |
+
Marilyn Monroe holding her dress down from the wind, in the middle of town
|
| 38 |
+
square
|
| 39 |
+
output:
|
| 40 |
+
url: images/example_k0uwu1wlr.png
|
| 41 |
base_model: black-forest-labs/FLUX.1-dev
|
| 42 |
instance_prompt: Marilyn Monroe
|
| 43 |
license: other
|
images/example_k0uwu1wlr.png
ADDED
|