Apocalypse-19's picture
Upload README.md with huggingface_hub
88a8462
|
raw
history blame
No virus
846 Bytes
metadata
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: A photo of 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

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('Apocalypse-19/Genshin-Landscape-Diffusion')
image = pipeline().images[0]
image