Norod78/hearthstone-cards-512
Viewer • Updated • 2.95k • 39 • 2
How to use Norod78/sd21-hearthstone-cards with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Norod78/sd21-hearthstone-cards", dtype=torch.bfloat16, device_map="cuda")
prompt = "3 Cute dog, Fluff. Hearthstone card"
image = pipe(prompt).images[0]Please note that the entire training set contains actual Hearthstone card images which are copyrighted by Blizzard So it is possible that the generated images contain copyrighted elements and should only be use for your private entertainment
Trained by @Norod78