Instructions to use Taka1265/gothic-armor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Taka1265/gothic-armor with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Taka1265/gothic-armor") prompt = "Corluka, gothic armor, pale skin, upper part in frame, knight male, near the bonefire, black beard, thick beard, medieval clothing, dark clothes, long sleeves, short hair, sitting near bonefire, face with wrinkles, bruises under the eyes, night dark forest, starry sky, (((film grain))), (warm colors), 1990s fantasy art, (by Jeff Easy, by Julie Bell), solo, 1man " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!