Instructions to use Kvikontent/midjourney-v6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kvikontent/midjourney-v6 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Kvikontent/midjourney-v6") prompt = "ed sheeran made of thnderstorm clouds, lights, thunder, rain, particles" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
#6
by ganeshkumarande - opened
README.md
CHANGED
|
@@ -4,7 +4,7 @@ language:
|
|
| 4 |
- en
|
| 5 |
- ru
|
| 6 |
library_name: diffusers
|
| 7 |
-
pipeline_tag:
|
| 8 |
tags:
|
| 9 |
- midjourney
|
| 10 |
- midjourney V6
|
|
|
|
| 4 |
- en
|
| 5 |
- ru
|
| 6 |
library_name: diffusers
|
| 7 |
+
pipeline_tag: image-to-text
|
| 8 |
tags:
|
| 9 |
- midjourney
|
| 10 |
- midjourney V6
|