Instructions to use Jovie/Midjourney with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jovie/Midjourney 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Jovie/Midjourney") prompt = "A cute blonde woman in bikini and her doge are sitting on a couch cuddling and the expressive, stylish living room scene with a playful twist. The room is painted in a soothing turquoise color scheme, stylish living room scene bathed in a cool, textured turquoise blanket and adorned with several matching turquoise throw pillows. The room's color scheme is predominantly turquoise, relaxed demeanor. The couch is covered in a soft, reflecting light and adding to the vibrant blue hue., dark room with a sleek, spherical gold decorations, This photograph captures a scene that is whimsically styled in a vibrant, reflective cyan sunglasses. The dog's expression is cheerful, metallic fabric sofa. The dog, soothing atmosphere." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#7
by garedrag - opened
- README.md +16 -0
- images/example_34l1h9q5n.png +0 -0
README.md
CHANGED
|
@@ -24,6 +24,22 @@ widget:
|
|
| 24 |
cheerful, metallic fabric sofa. The dog, soothing atmosphere.
|
| 25 |
output:
|
| 26 |
url: images/example_wilzbmf24.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
---
|
| 29 |
# mj model style
|
|
|
|
| 24 |
cheerful, metallic fabric sofa. The dog, soothing atmosphere.
|
| 25 |
output:
|
| 26 |
url: images/example_wilzbmf24.png
|
| 27 |
+
- text: >-
|
| 28 |
+
A Ukrainian woman with large breasts stands in calm waters, dressed in
|
| 29 |
+
elegant, traditional Ukrainian clothes. The clothes are rich in detail,
|
| 30 |
+
often made of lace fabric, decorated with intricate embroidery and
|
| 31 |
+
embellished with beads, pearls or gold threads. Something reminiscent of a
|
| 32 |
+
witch's clothes. The woman wears a large decorative headdress of flowers,
|
| 33 |
+
branches and artistic elements such as beads or delicate feathers,
|
| 34 |
+
emphasizing a cultural or mythical theme. The background is a foggy lake in
|
| 35 |
+
the middle of the forest, which creates a mysterious and unearthly
|
| 36 |
+
atmosphere. The woman's expression is calm and solemn, adding a sense of
|
| 37 |
+
ritual and reverence. The colors of the scene are soft, with an emphasis on
|
| 38 |
+
earthy tones, rich reds and natural greens, reflecting an ancient and almost
|
| 39 |
+
dreamlike quality. It seems that she is an ancient sorceress who conducts
|
| 40 |
+
some kind of ritual.
|
| 41 |
+
output:
|
| 42 |
+
url: images/example_34l1h9q5n.png
|
| 43 |
|
| 44 |
---
|
| 45 |
# mj model style
|
images/example_34l1h9q5n.png
ADDED
|