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
- Draw Things
- DiffusionBee
Vram
#1
by VikumKarunathilake - opened
how many Vram need for this?
i am using google colabs its has only 15Gb vram
how many Vram need for this?
i am using google colabs its has only 15Gb vram
15gb is ok
tankyou verymutch and I like to lean about ai. can you help me?
Yes i can
this lora for sdxl or sd1.5 ???
this lora for sdxl or sd1.5 ???
runwayml/stable-difusion-v1-5