Pilyeon style | Goofy Ai
Model description
Follow the Original artist https://www.artstation.com/pilyeon
If you like my work then drop a 5 review and hit the heart icon. it's free
The best way to reach me is by comment and discord
Character commission is open on Buymeacoffee
Use the preview images as a starting point
Lora weight of 0.7-1 works great
Trigger words
You should use pilyeon style
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('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('goofyai/pilyeon-style-goofy-ai', weight_name='pilyeon_style.safetensors')
image = pipeline('pilyeon style, 1girl, looking at viewer, parted lips, upper body, jewelry, Printed mini skirt, black tee, sneakers').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers