Update README.md
Browse files
README.md
CHANGED
@@ -28,9 +28,21 @@ This model is more precise version compared to the previous model: [hahminlew/sd
|
|
28 |
|
29 |
**Generate various creative products through prompt engineering!*
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
# Inference
|
32 |
|
33 |
-
```
|
34 |
from diffusers import DiffusionPipeline
|
35 |
import torch
|
36 |
|
@@ -44,18 +56,6 @@ image = pipe(prompt, num_inference_steps=45, guidance_scale=7.5).images[0]
|
|
44 |
image.save("example.png")
|
45 |
```
|
46 |
|
47 |
-
# Results
|
48 |
-
|
49 |
-
![img](./generated_results.png)
|
50 |
-
|
51 |
-
`Prompts`
|
52 |
-
- `outer, The Nike x Balenciaga Down Jacket Black, a photography of a black down jacket with a logo on the chest.`
|
53 |
-
- `top, (W) Moncler x Adidas Slip Hoodie Dress Cream, a photography of a cream dress and a hood on.`
|
54 |
-
- `bottom, Supreme Animal Print Baggy Jean Washed Indigo - 23FW, a photography of a dark blue jean with an animal printing on.`
|
55 |
-
- `outer, The North Face x Supreme White Label Nuptse Down Jacket Cream, a photography of a white puffer jacket with a red box logo on the front.`
|
56 |
-
- `top, The Supreme x Stussy Oversized Cotton Black Hoodie, a photography of a black shirt with a hood on and a logo on the chest.`
|
57 |
-
- `bottom, IAB Studio x Stussy Tie-Dye Sweat Wooven Shorts, a photography of a dye short pants with a logo.`
|
58 |
-
|
59 |
# LoRA text2image fine-tuning - hahminlew/sdxl-kream-model-lora-2.0
|
60 |
|
61 |
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the [hahminlew/kream-product-blip-captions](https://huggingface.co/datasets/hahminlew/kream-product-blip-captions) dataset.
|
|
|
28 |
|
29 |
**Generate various creative products through prompt engineering!*
|
30 |
|
31 |
+
# Results
|
32 |
+
|
33 |
+
![img](./generated_results.png)
|
34 |
+
|
35 |
+
`Prompts`
|
36 |
+
- `outer, The Nike x Balenciaga Down Jacket Black, a photography of a black down jacket with a logo on the chest.`
|
37 |
+
- `top, (W) Moncler x Adidas Slip Hoodie Dress Cream, a photography of a cream dress and a hood on.`
|
38 |
+
- `bottom, Supreme Animal Print Baggy Jean Washed Indigo - 23FW, a photography of a dark blue jean with an animal printing on.`
|
39 |
+
- `outer, The North Face x Supreme White Label Nuptse Down Jacket Cream, a photography of a white puffer jacket with a red box logo on the front.`
|
40 |
+
- `top, The Supreme x Stussy Oversized Cotton Black Hoodie, a photography of a black shirt with a hood on and a logo on the chest.`
|
41 |
+
- `bottom, IAB Studio x Stussy Tie-Dye Sweat Wooven Shorts, a photography of a dye short pants with a logo.`
|
42 |
+
|
43 |
# Inference
|
44 |
|
45 |
+
```python
|
46 |
from diffusers import DiffusionPipeline
|
47 |
import torch
|
48 |
|
|
|
56 |
image.save("example.png")
|
57 |
```
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
# LoRA text2image fine-tuning - hahminlew/sdxl-kream-model-lora-2.0
|
60 |
|
61 |
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the [hahminlew/kream-product-blip-captions](https://huggingface.co/datasets/hahminlew/kream-product-blip-captions) dataset.
|