Instructions to use Shero448/hellen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/hellen 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-illustrious-xl-v20p-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/hellen") prompt = "masterpiece, best quality, absurdres, 1girl, helenp, helen parr, elastigirl, brown hair, brown eyes, domino mask, mask, red bodysuit, black highleg shorts, orange belt, black elbow gloves, black thigh boots, wide hips, medium breasts, looking at viewer, standing, portrait, bedroom" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/ComfyUI_04542_.png | |
| text: >- | |
| masterpiece, best quality, absurdres, 1girl, helenp, helen parr, elastigirl, | |
| brown hair, brown eyes, domino mask, mask, red bodysuit, black highleg | |
| shorts, orange belt, black elbow gloves, black thigh boots, wide hips, | |
| medium breasts, looking at viewer, standing, portrait, bedroom | |
| parameters: | |
| negative_prompt: >- | |
| lowres, worst quality, low quality, bad anatomy, bad hands, multiple | |
| views, 4koma, censored, | |
| lowres,jpeg,artifacts,signature,username,text,logo,bad anatomy, low | |
| quality eyes, extra limbs,extra digit,extra legs,extra legs and | |
| arms,disfigured,missing arms,too many fingers,fused fingers,missing | |
| fingers, | |
| base_model: John6666/prefect-illustrious-xl-v20p-sdxl | |
| instance_prompt: >- | |
| 1girl, helenp, helen parr, elastigirl, brown hair, brown eyes, domino mask, | |
| mask, red bodysuit, black highleg shorts, orange belt, black elbow gloves, | |
| black thigh boots, wide hips, medium breasts | |
| # hellen | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `1girl` to trigger the image generation. | |
| You should use `helenp` to trigger the image generation. | |
| You should use `helen parr` to trigger the image generation. | |
| You should use `elastigirl` to trigger the image generation. | |
| You should use `brown hair` to trigger the image generation. | |
| You should use `brown eyes` to trigger the image generation. | |
| You should use `domino mask` to trigger the image generation. | |
| You should use `mask` to trigger the image generation. | |
| You should use `red bodysuit` to trigger the image generation. | |
| You should use `black highleg shorts` to trigger the image generation. | |
| You should use `orange belt` to trigger the image generation. | |
| You should use `black elbow gloves` to trigger the image generation. | |
| You should use `black thigh boots` to trigger the image generation. | |
| You should use `wide hips` to trigger the image generation. | |
| You should use `medium breasts` to trigger the image generation. | |
| ## Download model | |
| [Download](/Shero448/hellen/tree/main) them in the Files & versions tab. | |