Instructions to use Norod78/SD15-IllusionDiffusionPattern-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Norod78/SD15-IllusionDiffusionPattern-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("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Norod78/SD15-IllusionDiffusionPattern-LoRA") prompt = "Wonderwoman IllusionDiffusionPattern" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,8 +13,8 @@ datasets:
|
|
| 13 |
widget:
|
| 14 |
- text: Kitten IllusionDiffusionPattern
|
| 15 |
- text: A spiral wormhole IllusionDiffusionPattern
|
| 16 |
-
- text:
|
| 17 |
-
- text:
|
| 18 |
inference: true
|
| 19 |
language:
|
| 20 |
- en
|
|
@@ -36,8 +36,17 @@ Generate input pattern images to be used with [qrcode_monster](https://huggingfa
|
|
| 36 |
LoRA weight scale: **0.5**
|
| 37 |

|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## Prompt:A spiral wormhole IllusionDiffusionPattern
|
| 40 |
LoRA weight scale: **0.8**
|
| 41 |

|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
|
|
|
| 13 |
widget:
|
| 14 |
- text: Kitten IllusionDiffusionPattern
|
| 15 |
- text: A spiral wormhole IllusionDiffusionPattern
|
| 16 |
+
- text: Dog IllusionDiffusionPattern
|
| 17 |
+
- text: Skull IllusionDiffusionPattern
|
| 18 |
inference: true
|
| 19 |
language:
|
| 20 |
- en
|
|
|
|
| 36 |
LoRA weight scale: **0.5**
|
| 37 |

|
| 38 |
|
| 39 |
+
## Together with IP-Adapter + QR-Code Monster
|
| 40 |
+
|
| 41 |
+

|
| 42 |
+
|
| 43 |
## Prompt:A spiral wormhole IllusionDiffusionPattern
|
| 44 |
LoRA weight scale: **0.8**
|
| 45 |

|
| 46 |
|
| 47 |
+
## Together with IP-Adapter + QR-Code Monster
|
| 48 |
+
|
| 49 |
+

|
| 50 |
+
|
| 51 |
+
|
| 52 |
|