Instructions to use mrTvister/HSC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mrTvister/HSC with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mrTvister/HSC") prompt = "<lora:Hearthstone_Card_LoRA:0.85> Deathknight card. The card has orange gem under it's name. The card has a dragon shape, it is a legendary card. The name of the card is OOOOOOO1. In the center of the card is a cyclops with one eye. The cost of the card is 9, which is located in the upper left corner of the card on the blue crystal. The card has an attack power of 9, which is located in the lower left corner of the card on a yellow circle pierced by a sword. The card has 9 health, which is located in the bottom right corner of the card on a drop of blood. The description of the card in the middle reads: \"Makes the best glifs.\" White background." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!