Commit
•
07e2151
1
Parent(s):
5e464db
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- text-to-image
|
5 |
+
- stable-diffusion
|
6 |
+
- lora
|
7 |
+
- diffusers
|
8 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
9 |
+
instance_prompt: 3d style, 3d, 3d render
|
10 |
+
widget:
|
11 |
+
- text: 3d style llama
|
12 |
---
|
13 |
+
# 3D Render Style SDXL
|
14 |
+
|
15 |
+
## Support me in upgrading my 3060 to a 40xx GPU as my current GPU struggles with SDXL training [Buymeacoffee](https://www.buymeacoffee.com/goofy02)
|
16 |
+
|
17 |
+
| ![3d_style_1.jpeg](3d_style_1.jpeg) | ![3d_style_2.jpeg](3d_style_2.jpeg) |
|
18 |
+
|:----------------------:|:----------------:|
|
19 |
+
| ![3d_style_3.jpeg](3d_style_3.jpeg) | ![3d_style_4.jpeg](3d_style_4.jpeg) |
|
20 |
+
|
21 |
+
### Tips:
|
22 |
+
- Prompt with `3d style`, `3d` or `3d render` activation prompts
|
23 |
+
- Lora weight of 0.7-1 works great
|
24 |
+
- Highres fix is highly recommended.
|