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
- Draw Things
- DiffusionBee
Rename kvikontent_silhouette_of_a_dog_in_the_thunderstorm_clouds_thu_341bf2ad-49ee-48d3-bccc-473eb300b61d_1.png to images/dog.png
Browse files
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ kvikontent_ed_sheeran_made_of_thnderstorm_clouds_lights_thund_27682681-d1a2-4981
|
|
| 38 |
kvikontent_silhouette_of_a_dog_in_the_thunderstorm_clouds_thu_341bf2ad-49ee-48d3-bccc-473eb300b61d_1.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/water.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
images/ed.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
kvikontent_silhouette_of_a_dog_in_the_thunderstorm_clouds_thu_341bf2ad-49ee-48d3-bccc-473eb300b61d_1.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/water.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
images/ed.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/dog.png filter=lfs diff=lfs merge=lfs -text
|
kvikontent_silhouette_of_a_dog_in_the_thunderstorm_clouds_thu_341bf2ad-49ee-48d3-bccc-473eb300b61d_1.png → images/dog.png
RENAMED
|
File without changes
|