--- license: creativeml-openrail-m tags: - pytorch - diffusers - stable-diffusion - text-to-image - dreambooth-hackathon - landscape widget: - text: A photo of ggenshin landscape --- # Dreambooth Model for Landscapes trained on images from Genshin Impact. 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** This model was created as part of the DreamBooth Hackathon 🔥. ## Description Model finetuned on the pictures of Genshin Landscapes, made for the Dreambooth Hackathon, finetuned on Stable diffusion 2.1 Base. ## Usage ```python from diffusers import StableDiffusionPipeline pipeline = StableDiffusionPipeline.from_pretrained('Apocalypse-19/Genshin-Landscape-Diffusion') image = pipeline().images[0] image ``` ## Examples Some examples of images generated by the model are shown below, with their prompts. ![a picture of the woods, ggenshin landscape, eerie,, gs = 10, infsteps = 50.png](https://s3.amazonaws.com/moonup/production/uploads/1673701298418-6366451164bcbbd03e2fcd19.png) A picture of the woods, ggenshin landscape, eerie ![the Colloseum, ggenshin landscape, gs = 7.5, infsteps = 50, seed = 42.png](https://s3.amazonaws.com/moonup/production/uploads/1673701302229-6366451164bcbbd03e2fcd19.png) the Colosseum, ggenshin landscape ![savannah, ggenshin landscape, gs = 7.5, infsteps = 50, seed = 42.png](https://s3.amazonaws.com/moonup/production/uploads/1673701397298-6366451164bcbbd03e2fcd19.png) Savannah, ggenshin landscape ![a picture of a river of blood, ggenshin landscape, gs = 7.5, infsteps = 50.png](https://s3.amazonaws.com/moonup/production/uploads/1673701498036-6366451164bcbbd03e2fcd19.png) A picture of a river of blood, ggenshin landscape ![massive tree, ggenshin landscape, gs = 10, infsteps = 50.png](https://s3.amazonaws.com/moonup/production/uploads/1673701525540-6366451164bcbbd03e2fcd19.png) Massive tree, ggenshin landscape ![lake, ggenshin landscape, gs = 7.5, infsteps = 50, seed = 42.png](https://s3.amazonaws.com/moonup/production/uploads/1673701596334-6366451164bcbbd03e2fcd19.png) Lake, ggenshin landscape