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
#10
by AdrianoDonizetti - opened
README.md
CHANGED
|
@@ -11,10 +11,7 @@ tags:
|
|
| 11 |
- v6
|
| 12 |
- MJ
|
| 13 |
- mj
|
| 14 |
-
- kviai
|
| 15 |
-
- kvikontent
|
| 16 |
- text-to-image
|
| 17 |
-
- lora
|
| 18 |
base_model: runwayml/stable-diffusion-v1-5
|
| 19 |
widget:
|
| 20 |
- text: ed sheeran made of thnderstorm clouds, lights, thunder, rain, particles
|
|
|
|
| 11 |
- v6
|
| 12 |
- MJ
|
| 13 |
- mj
|
|
|
|
|
|
|
| 14 |
- text-to-image
|
|
|
|
| 15 |
base_model: runwayml/stable-diffusion-v1-5
|
| 16 |
widget:
|
| 17 |
- text: ed sheeran made of thnderstorm clouds, lights, thunder, rain, particles
|