import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("ShabanEjupi/ghbony", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]ghbony Dreambooth model trained by Qabidev
Sample pictures of this concept:
prompt ghbony, create a full-body character concept of a steampunk explorer, featuring intricate mechanical gadgets and a weathered, detailed outfit.

prompt ghbony, craft a character concept of a wise old wizard with a long, flowing beard, clutching an ancient, ornate staff in a misty, enchanted forest.

prompt ghbony, classic cartoon style, dynamic action pose, vibrant colors

- Downloads last month
- 6
