Instructions to use Kvikontent/midjourney-v7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kvikontent/midjourney-v7 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-v7") 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
Rename kvikontent_the_alian_0ef77c79-5aa1-4b70-a6a8-119cbd0bfab1_3.png to images/woman.png
Browse files
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ kvikontent_beautiful_shot_of_an_yacht_with_man_standing_on_it_i_93f81c14-9008-4e
|
|
| 38 |
kvikontent_the_alian_0ef77c79-5aa1-4b70-a6a8-119cbd0bfab1_3.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/ed.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
images/yacht.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
kvikontent_the_alian_0ef77c79-5aa1-4b70-a6a8-119cbd0bfab1_3.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/ed.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
images/yacht.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/woman.png filter=lfs diff=lfs merge=lfs -text
|
kvikontent_the_alian_0ef77c79-5aa1-4b70-a6a8-119cbd0bfab1_3.png → images/woman.png
RENAMED
|
File without changes
|