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 ·
5bc094f
1
Parent(s): 70175be
update
Browse files- hyperdetailer/README.md +35 -1
hyperdetailer/README.md
CHANGED
|
@@ -98,4 +98,38 @@ To prevent changing eye shape, use LoRA BlockWeight to exclude OUT04/OUT05 block
|
|
| 98 |
|
| 99 |
## サンプル ギャラリー (Sample gallery)
|
| 100 |
|
| 101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
|
| 99 |
## サンプル ギャラリー (Sample gallery)
|
| 100 |
|
| 101 |
+
<details><summary>Hyper detailer</summary>
|
| 102 |
+
|
| 103 |
+

|
| 104 |
+

|
| 105 |
+

|
| 106 |
+

|
| 107 |
+

|
| 108 |
+

|
| 109 |
+

|
| 110 |
+

|
| 111 |
+

|
| 112 |
+
|
| 113 |
+
</details>
|
| 114 |
+
|
| 115 |
+
<details><summary>Hyper refiner</summary>
|
| 116 |
+
|
| 117 |
+

|
| 118 |
+

|
| 119 |
+

|
| 120 |
+

|
| 121 |
+

|
| 122 |
+

|
| 123 |
+
|
| 124 |
+
</details>
|
| 125 |
+
|
| 126 |
+
<details><summary>Hyper denoiser</summary>
|
| 127 |
+
|
| 128 |
+

|
| 129 |
+

|
| 130 |
+

|
| 131 |
+

|
| 132 |
+

|
| 133 |
+

|
| 134 |
+
|
| 135 |
+
</details>
|