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
How to use this lora?
#7
by MANOFAi94 - opened
Hey every time I try to use this lora it just makes noise. How and what are the proper settings to use this lora ?
Hey every time I try to use this lora it just makes noise. How and what are the proper settings to use this lora ?
Idk, it works fine as I can see
@Kvikontent does it work as Lora for a xl diffusion model? or only for sd models?
Is there any other way to use it than as a lora? can it be used as a checkpoint?
Can you please tell me what settings to use to make this lora work? What are your settings?