Kippi Ben Kippod [SDXL]
(CivitAI)
Model description
An SDXL LoRA for generating images of Kippi Ben Kippod
Use KippiBenKippod in your prompts as a way to refer to this character
A version for Stable Diffusion v1.5 is available here
Trigger words
You should use KippiBenKippod
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('Norod78/kippi-ben-kippod-sdxl', weight_name='Kippi_Ben_Kippod_SDXL.safetensors')
image = pipeline('A vintage magazine cover featuring KippiBenKippod fighting aliens from outer space ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers