Instructions to use Ivan5d/lora_deep_sea with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ivan5d/lora_deep_sea with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Ivan5d/lora_deep_sea") prompt = " shipwreck submarine, ufo, search-lights, UNDERWATER_SCENE; aqua\"" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
lora_deep_sea

- Prompt
- shipwreck submarine, ufo, search-lights, UNDERWATER_SCENE; aqua"
Model description
This LoRA model is taken from https://civitai.com/models/59768/underwater and the author is anigroove.
It is based on Stable Diffusion 1.5 and the description is taken entirely from the author:
A LoRA to create your own underwater scenes, shipwrecks or other missing objects in a clear Deep-sea environment!
Trigger words
You should use UNDERWATER_SCENE or aqua to trigger the image generation.
You should use aqua to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 18
Model tree for Ivan5d/lora_deep_sea
Base model
stable-diffusion-v1-5/stable-diffusion-v1-5