How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
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. image/jpeg

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. image/jpeg

prompt ghbony, classic cartoon style, dynamic action pose, vibrant colors image/jpeg

prompt ghbony, swiming in the sea image/jpeg

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support