Instructions to use JujoHotaru/lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JujoHotaru/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("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("JujoHotaru/lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Merge branch 'main' of https://huggingface.co/JujoHotaru/lora
Browse files- saturation/README.md +1 -1
saturation/README.md
CHANGED
|
@@ -33,7 +33,7 @@ LoRAを有効にするだけで動作します。階層調整済みで配布し
|
|
| 33 |
|
| 34 |
## サンプル ギャラリー (Sample gallery)
|
| 35 |
|
| 36 |
-
左から
|
| 37 |
|
| 38 |
### Type 1
|
| 39 |
|
|
|
|
| 33 |
|
| 34 |
## サンプル ギャラリー (Sample gallery)
|
| 35 |
|
| 36 |
+
掲載サンプルはどちらも、左から強度0(LoRA無し)/ 0.5 / 1.0 となっています。
|
| 37 |
|
| 38 |
### Type 1
|
| 39 |
|