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
Commit ·
46c28f7
1
Parent(s): 7a86445
update readme
Browse files
README.md
CHANGED
|
@@ -11,6 +11,8 @@ You can download JujoHotaru's LoRA collection from this repo.
|
|
| 11 |
すべてのLoRAは[MITライセンス](LICENSE)でのリリースとなります。
|
| 12 |
All LoRA's are licensed under MIT LICENSE.
|
| 13 |
|
|
|
|
|
|
|
| 14 |
## 集中線
|
| 15 |
|
| 16 |
[詳しく見る/ダウンロード (Details/Download)](./concentratedlines/README.md)
|
|
|
|
| 11 |
すべてのLoRAは[MITライセンス](LICENSE)でのリリースとなります。
|
| 12 |
All LoRA's are licensed under MIT LICENSE.
|
| 13 |
|
| 14 |
+
目次 : [集中線](#集中線) [ぼかし&背景ぼかし](#ぼかし&背景ぼかし) [ウィンク補助](#ウィンク補助) [激おこ顔](#激おこ顔) [にっこり笑顔](#にっこり笑顔) [茹でダコ顔](#茹でダコ顔) [思案顔](#思案顔)
|
| 15 |
+
|
| 16 |
## 集中線
|
| 17 |
|
| 18 |
[詳しく見る/ダウンロード (Details/Download)](./concentratedlines/README.md)
|