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
|
@@ -1,3 +1,43 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
base_model: runwayml/stable-diffusion-v1-5
|
| 4 |
+
instance_prompt: IllusionDiffusionPattern
|
| 5 |
+
tags:
|
| 6 |
+
- stable-diffusion
|
| 7 |
+
- stable-diffusion-diffusers
|
| 8 |
+
- text-to-image
|
| 9 |
+
- diffusers
|
| 10 |
+
- lora
|
| 11 |
+
datasets:
|
| 12 |
+
- Norod78/microsoft-fluentui-emoji-512-whitebg
|
| 13 |
+
widget:
|
| 14 |
+
- text: Kitten IllusionDiffusionPattern
|
| 15 |
+
- text: A spiral wormhole IllusionDiffusionPattern
|
| 16 |
+
- text: Cthulhu rising from the sea in a great storm, Very detailed, clean, high quality, sharp image, simpstyle
|
| 17 |
+
- text: the girl with a pearl earring by johannes vermeer, Very detailed, clean, high quality, sharp image, simpstyle
|
| 18 |
+
inference: true
|
| 19 |
+
language:
|
| 20 |
+
- en
|
| 21 |
---
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
# Trigger word
|
| 25 |
+
Use "**IllusionDiffusionPattern**" in your prompts
|
| 26 |
+
|
| 27 |
+
# Dataset
|
| 28 |
+
Trained upon the "high contrast" suffixed images in [Norod78/microsoft-fluentui-emoji-512-whitebg](https://huggingface.co/datasets/Norod78/microsoft-fluentui-emoji-512-whitebg)
|
| 29 |
+
|
| 30 |
+
# Intended use
|
| 31 |
+
Generate input pattern images to be used with [qrcode_monster](https://huggingface.co/monster-labs/control_v1p_sd15_qrcode_monster)
|
| 32 |
+
|
| 33 |
+
# Examples
|
| 34 |
+
|
| 35 |
+
## Prompt: Kitten IllusionDiffusionPattern
|
| 36 |
+
LoRA weight scale: **0.5**
|
| 37 |
+

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

|
| 42 |
+
|
| 43 |
+
|