Kristen Stewart (Twilight era)
Model description
trigger word : krs
recommended checkpoint : Realistic Vision 3 No VAE
if you like my stuff pls consider supporting me on Kofi
accepting private Commissions on my disc : dogucat as well...
Show more
Trigger words
You should use krs
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
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to(device)
pipeline.load_lora_weights('Keltezaa/kristen-stewart-twilight-era', weight_name='KristenStewartDogu.safetensors')
image = pipeline('masterpiece, stunning portrait photo of krs, as (viking warrior), female (barbarian), ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers