DreamBooth model for the Land Grandfather concept

This is a Stable Diffusion model fine-tuned on the Lang Grandfather(lgd) concept with DreamBooth. The dataset is from the game ** Black Myth WUKONG **.

It can be used by modifying the instance_prompt: a photo of lgd old man, the trigger word is lgd

Usage

from diffusers import StableDiffusionPipeline

pipe = StableDiffusionPipeline.from_pretrained('BoHu370/lgd-old-man').to('cuda')

name_of_your_concept = 'lgd'
type_of_thing = 'old man'
prompt = f"a photo of {name_of_your_concept} {type_of_thing} playing computer game"
guidance_scale = 5

image = pipe(prompt, guidance_scale=guidance_scale).images[0]
image

Examples

image/png

image/png

image/png

image/png

Downloads last month
2
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Model tree for BoHu370/lgd-old-man

Finetuned
(1106)
this model

Dataset used to train BoHu370/lgd-old-man