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", torch_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 ·
205123c
1
Parent(s): 8a10895
update
Browse files- smirking/README.md +2 -2
smirking/README.md
CHANGED
|
@@ -45,7 +45,7 @@ Mouth size (openness/closeness) can be adjusted LoRA strength.
|
|
| 45 |
|
| 46 |
</details>
|
| 47 |
|
| 48 |
-
<details><summary>目と口の併用例 (Both eyes and mouth applied)</summary>
|
| 49 |
|
| 50 |

|
| 51 |

|
|
@@ -57,7 +57,7 @@ Mouth size (openness/closeness) can be adjusted LoRA strength.
|
|
| 57 |
|
| 58 |
</details>
|
| 59 |
|
| 60 |
-
<details><summary>目のみ使用例 (Only eyes applied)</summary>
|
| 61 |
|
| 62 |

|
| 63 |

|
|
|
|
| 45 |
|
| 46 |
</details>
|
| 47 |
|
| 48 |
+
<details><summary>目(v1.0)と口の併用例 (Both eyes v1.0 and mouth applied)</summary>
|
| 49 |
|
| 50 |

|
| 51 |

|
|
|
|
| 57 |
|
| 58 |
</details>
|
| 59 |
|
| 60 |
+
<details><summary>目(v1.0)のみ使用例 (Only eyes v1.0 applied)</summary>
|
| 61 |
|
| 62 |

|
| 63 |

|