rebhtyjnym / README.md
wkplhc's picture
Update README.md
72803ce verified
---
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
widget:
- text: '(high quality:1.2), detailed, shadows, cinematic lighting, digital art, '
parameters:
negative_prompt: >-
(worst quality, low quality:1.3), censored, wings, bad perspective,
letterboxed, (blurry:1.2), bloom,deformed, wrong anatomy, bad anatomy,
head out of frame, loli, (negative_hand-neg:1.0)
output:
url: >-
images/322219587-2202-(high quality_1.2), detailed, shadows, cinematic
lighting, digital art, __(Shion_1.1), 1girl, solo, fighting stance,
dynamic pos.png
base_model: runwayml/stable-diffusion-v1-5
instance_prompt: Shion
pipeline_tag: text-to-image
---
# wghtjy
<Gallery />
## Model description
Shion
## Trigger words
You should use `Shion` to trigger the image generation.
## Download model
Weights for this model are available in Safetensors format.
[Download](/wkplhc/rebhtyjnym/tree/main) them in the Files & versions tab.
from diffusers import DiffusionPipeline
pipeline = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5")
pipeline.load_lora_weights("wkplhc/rebhtyjnym")