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 ·
d2a2eaf
1
Parent(s): c8499cc
update
Browse files
hotarueye_jitome5678/README.md
CHANGED
|
@@ -6,8 +6,10 @@
|
|
| 6 |
|
| 7 |
- Type 5
|
| 8 |
- 
|
|
|
|
| 9 |
- Type 6
|
| 10 |
- 
|
|
|
|
| 11 |
- Type 7
|
| 12 |
- 
|
| 13 |
- リアル頭身イラストで使用すると不機嫌そうな目つきになります。
|
|
|
|
| 6 |
|
| 7 |
- Type 5
|
| 8 |
- 
|
| 9 |
+
- [Type 4](../hotarueye_jitome1234/README.md) の白色タイプです。
|
| 10 |
- Type 6
|
| 11 |
- 
|
| 12 |
+
- 怒り顔でも笑顔でも無表情でも使用できる万能タイプです。
|
| 13 |
- Type 7
|
| 14 |
- 
|
| 15 |
- リアル頭身イラストで使用すると不機嫌そうな目つきになります。
|