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
Update README.md
#4
by williamg166 - opened
README.md
CHANGED
|
@@ -12,16 +12,7 @@ license_name: flux-1-dev-non-commercial-license
|
|
| 12 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 13 |
widget:
|
| 14 |
- text: >-
|
| 15 |
-
A
|
| 16 |
-
and the expressive, stylish living room scene with a playful twist. The room
|
| 17 |
-
is painted in a soothing turquoise color scheme, stylish living room scene
|
| 18 |
-
bathed in a cool, textured turquoise blanket and adorned with several
|
| 19 |
-
matching turquoise throw pillows. The room's color scheme is predominantly
|
| 20 |
-
turquoise, relaxed demeanor. The couch is covered in a soft, reflecting
|
| 21 |
-
light and adding to the vibrant blue hue., dark room with a sleek, spherical
|
| 22 |
-
gold decorations, This photograph captures a scene that is whimsically
|
| 23 |
-
styled in a vibrant, reflective cyan sunglasses. The dog's expression is
|
| 24 |
-
cheerful, metallic fabric sofa. The dog, soothing atmosphere.
|
| 25 |
output:
|
| 26 |
url: images/example_wilzbmf24.png
|
| 27 |
|
|
|
|
| 12 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 13 |
widget:
|
| 14 |
- text: >-
|
| 15 |
+
A highly realistic and detailed illustration of a human brain, split into two halves. One half is natural and organic, while the other half is mechanical with intricate gears, cogs, and light rays symbolizing transformation and renewal. The entire brain is in grayscale tones (shades of grey). The design should have a modern, realistic style with clean lines, and it should have a transparent background.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
output:
|
| 17 |
url: images/example_wilzbmf24.png
|
| 18 |
|