Commit ·
4b02779
1
Parent(s): 88a8462
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ widget:
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Dreambooth Model for Landscapes trained on images from Genshin Impact.
|
| 15 |
-
This is a Stable Diffusion model fine-tuned on the landscape concept with DreamBooth. It can be used by modifying the `instance_prompt`: **
|
| 16 |
|
| 17 |
This model was created as part of the DreamBooth Hackathon 🔥.
|
| 18 |
|
|
@@ -32,3 +32,29 @@ pipeline = StableDiffusionPipeline.from_pretrained('Apocalypse-19/Genshin-Landsc
|
|
| 32 |
image = pipeline().images[0]
|
| 33 |
image
|
| 34 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Dreambooth Model for Landscapes trained on images from Genshin Impact.
|
| 15 |
+
This is a Stable Diffusion model fine-tuned on the landscape concept with DreamBooth. It can be used by modifying the `instance_prompt`: **ggenshin landscape**
|
| 16 |
|
| 17 |
This model was created as part of the DreamBooth Hackathon 🔥.
|
| 18 |
|
|
|
|
| 32 |
image = pipeline().images[0]
|
| 33 |
image
|
| 34 |
```
|
| 35 |
+
|
| 36 |
+
## Examples
|
| 37 |
+
|
| 38 |
+
Some examples of images generated by the model are shown below, with their prompts.
|
| 39 |
+
|
| 40 |
+

|
| 41 |
+
A picture of the woods, ggenshin landscape, eerie
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+

|
| 45 |
+
the Colosseum, ggenshin landscape
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+

|
| 49 |
+
Savannah, ggenshin landscape
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+

|
| 53 |
+
A picture of a river of blood, ggenshin landscape
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+

|
| 57 |
+
Massive tree, ggenshin landscape
|
| 58 |
+
|
| 59 |
+

|
| 60 |
+
Lake, ggenshin landscape
|