Instructions to use Shero448/shenhe2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/shenhe2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("John6666/prefect-pony-xl-v3-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/shenhe2") prompt = "score_9,score_8_up,score_7_up BREAK shenheSDXL,1girl,long hair,hair ornament,gloves,jewelry,very long hair,braid,grey hair,earrings,black gloves,clothing cutout,bodysuit,covered navel,tassel,gold trim,braided ponytail,partially fingerless gloves,black bodysuit,toenail polish,hip vent,shoulder cutout,tassel earrings,breast curtain,shenhe (genshin impact),landscape,from behind,looking back,<lora:shenhe-08:0.8>," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| score_9,score_8_up,score_7_up BREAK shenheSDXL,1girl,long hair,hair | |
| ornament,gloves,jewelry,very long hair,braid,grey hair,earrings,black | |
| gloves,clothing cutout,bodysuit,covered navel,tassel,gold trim,braided | |
| ponytail,partially fingerless gloves,black bodysuit,toenail polish,hip | |
| vent,shoulder cutout,tassel earrings,breast curtain,shenhe (genshin | |
| impact),landscape,from behind,looking back,<lora:shenhe-08:0.8>, | |
| parameters: | |
| negative_prompt: monochrome, | |
| output: | |
| url: images/00024-1740413691.png | |
| base_model: John6666/prefect-pony-xl-v3-sdxl | |
| instance_prompt: >- | |
| shenheSDXL, 1girl, long hair, hair ornament, gloves, jewelry, very long hair, | |
| braid, grey hair, earrings, black gloves, clothing cutout, bodysuit, covered | |
| navel, tassel, gold trim, braided ponytail, partially fingerless gloves, black | |
| bodysuit, toenail polish, hip vent, shoulder cutout, tassel earrings, breast | |
| curtain, shenhe (genshin impact) | |
| # shenhe2 | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `shenheSDXL` to trigger the image generation. | |
| You should use `1girl` to trigger the image generation. | |
| You should use `long hair` to trigger the image generation. | |
| You should use `hair ornament` to trigger the image generation. | |
| You should use `gloves` to trigger the image generation. | |
| You should use `jewelry` to trigger the image generation. | |
| You should use `very long hair` to trigger the image generation. | |
| You should use `braid` to trigger the image generation. | |
| You should use `grey hair` to trigger the image generation. | |
| You should use `earrings` to trigger the image generation. | |
| You should use `black gloves` to trigger the image generation. | |
| You should use `clothing cutout` to trigger the image generation. | |
| You should use `bodysuit` to trigger the image generation. | |
| You should use `covered navel` to trigger the image generation. | |
| You should use `tassel` to trigger the image generation. | |
| You should use `gold trim` to trigger the image generation. | |
| You should use `braided ponytail` to trigger the image generation. | |
| You should use `partially fingerless gloves` to trigger the image generation. | |
| You should use `black bodysuit` to trigger the image generation. | |
| You should use `toenail polish` to trigger the image generation. | |
| You should use `hip vent` to trigger the image generation. | |
| You should use `shoulder cutout` to trigger the image generation. | |
| You should use `tassel earrings` to trigger the image generation. | |
| You should use `breast curtain` to trigger the image generation. | |
| You should use `shenhe (genshin impact)` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/Shero448/shenhe2/tree/main) them in the Files & versions tab. | |