Instructions to use ostris/ikea-instructions-lora-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ostris/ikea-instructions-lora-sdxl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ostris/ikea-instructions-lora-sdxl") prompt = "where is waldo " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
2d52c23
1
Parent(s): c1e9f94
Upload folder using huggingface_hub
Browse files- 2709929.jpeg +0 -0
- 2709942.jpeg +0 -0
- 2709944.jpeg +0 -0
- 2709950.jpeg +0 -0
- 2709958.jpeg +0 -0
- 2709976.jpeg +0 -0
- 2709977.jpeg +0 -0
- 2709980.jpeg +0 -0
- 2709992.jpeg +0 -0
- 2710014.jpeg +0 -0
- README.md +66 -0
- ikea_instructions_xl_v1_5.safetensors +3 -0
2709929.jpeg
ADDED
|
2709942.jpeg
ADDED
|
2709944.jpeg
ADDED
|
2709950.jpeg
ADDED
|
2709958.jpeg
ADDED
|
2709976.jpeg
ADDED
|
2709977.jpeg
ADDED
|
2709980.jpeg
ADDED
|
2709992.jpeg
ADDED
|
2710014.jpeg
ADDED
|
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- text-to-image
|
| 5 |
+
- stable-diffusion
|
| 6 |
+
- lora
|
| 7 |
+
- diffusers
|
| 8 |
+
- style
|
| 9 |
+
- styles
|
| 10 |
+
- instruction_manual
|
| 11 |
+
- ikea
|
| 12 |
+
|
| 13 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 14 |
+
instance_prompt:
|
| 15 |
+
widget:
|
| 16 |
+
- text: "where is waldo "
|
| 17 |
+
- text: "sleep"
|
| 18 |
+
- text: "hamburger,, lettuce, mayo, lettuce, no tomato "
|
| 19 |
+
- text: "barbie and ken "
|
| 20 |
+
- text: "back to the future "
|
| 21 |
+
- text: "the dude, form the movie the big lebowski, drinking, rug wet, bowling ball "
|
| 22 |
+
- text: "hippie "
|
| 23 |
+
- text: " fat man, eat pizza, eat hamburgers, drink beer"
|
| 24 |
+
- text: " dayman, fighter of the night man, champion of the sun"
|
| 25 |
+
- text: " nightman, pay troll toll to get into that boys hole"
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
# Ikea Instructions - LoRA - SDXL
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+

|
| 33 |
+
> where is waldo
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
<p>No trigger word needed. Weight of 1.0 works well on the SDXL 1.0 base. Negatives are usually not needed, but "blurry" and "low quality" seem to help. You can use simple prompts such as "hamburger" or describe steps you want it to show. SDXL does a pretty good job of figuring out the steps to make it.</p>
|
| 38 |
+
|
| 39 |
+
## Image examples for the model:
|
| 40 |
+

|
| 41 |
+
> sleep
|
| 42 |
+
|
| 43 |
+

|
| 44 |
+
> hamburger,, lettuce, mayo, lettuce, no tomato
|
| 45 |
+
|
| 46 |
+

|
| 47 |
+
> barbie and ken
|
| 48 |
+
|
| 49 |
+

|
| 50 |
+
> back to the future
|
| 51 |
+
|
| 52 |
+

|
| 53 |
+
> the dude, form the movie the big lebowski, drinking, rug wet, bowling ball
|
| 54 |
+
|
| 55 |
+

|
| 56 |
+
> hippie
|
| 57 |
+
|
| 58 |
+

|
| 59 |
+
> fat man, eat pizza, eat hamburgers, drink beer
|
| 60 |
+
|
| 61 |
+

|
| 62 |
+
> dayman, fighter of the night man, champion of the sun
|
| 63 |
+
|
| 64 |
+

|
| 65 |
+
> nightman, pay troll toll to get into that boys hole
|
| 66 |
+
|
ikea_instructions_xl_v1_5.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0e5fcbe1e6e2a364011bf27a66e8a40c05d02195d3e422cc393436388b8da17
|
| 3 |
+
size 185697368
|