Instructions to use SydigiAI/WaterColorStyle-loRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SydigiAI/WaterColorStyle-loRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/realistic-vision-v51", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("SydigiAI/WaterColorStyle-loRA") prompt = "1 girl, head and shoulders portrait, long_hair, portrait, look at viewer, Sora WaterColor, nature,<lora:EMS-247377-EMS:0.600000>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -65,7 +65,7 @@ instance_prompt: Sora WaterColor
|
|
| 65 |
loRA was trained with 5559 images of the style of water color
|
| 66 |
Sugget model: Realistic Version
|
| 67 |
|
| 68 |
-
Trigger word: Sora
|
| 69 |
|
| 70 |
weight: 0.6-1.0
|
| 71 |
|
|
|
|
| 65 |
loRA was trained with 5559 images of the style of water color
|
| 66 |
Sugget model: Realistic Version
|
| 67 |
|
| 68 |
+
Trigger word: Sora WaterColor or (Sora WaterColor)
|
| 69 |
|
| 70 |
weight: 0.6-1.0
|
| 71 |
|