Instructions to use Shero448/alicetaria with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/alicetaria 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-v15-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/alicetaria") prompt = "masterpiece, best quality, amazing quality, highres, absurdres, very aesthetic, high resolution, ultra detailed, perfect details, 1girl, solo, outdoors, battlefield, day, alicetaria february, long hair, blonde hair, ponytail with braided base, sidelocks, parted bangs, green eyes, plate armor, red cape, breastplate, pauldrons, gauntlets, arm shield, faulds, red skirt, pleated skirt, armored boots, <lora:Alicetaria_February_ILXL:0.8>, (portrait:1.5), (anime coloring:1.5), looking at viewer, standing, pose, expressionless" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/00000-2215229693.png | |
| text: >- | |
| masterpiece, best quality, amazing quality, highres, absurdres, very | |
| aesthetic, high resolution, ultra detailed, perfect details, 1girl, solo, | |
| outdoors, battlefield, day, alicetaria february, long hair, blonde hair, | |
| ponytail with braided base, sidelocks, parted bangs, green eyes, plate | |
| armor, red cape, breastplate, pauldrons, gauntlets, arm shield, faulds, red | |
| skirt, pleated skirt, armored boots, <lora:Alicetaria_February_ILXL:0.8>, | |
| (portrait:1.5), (anime coloring:1.5), looking at viewer, standing, pose, | |
| expressionless | |
| parameters: | |
| negative_prompt: >- | |
| (bad quality, worst quality:1.2), lowres, bad anatomy, jpeg artifacts, | |
| ugly, poorly drawn, signature, watermark, username, blurry, 4-koma, | |
| sketch, (bad:1.05), error, fewer, extra, missing, bad quality, watermark, | |
| unfinished, displeasing, chromatic aberration, signature, extra digits, | |
| artistic error, username, scan, abstract, (blurry, lowres, low | |
| quality:1.1), (big head, bad anatomy:1.05), artist name, (watermark:1.1), | |
| weibo username, derivative work, one-hour drawing challenge, jaggy lines, | |
| female pubichair, address, patreon logo, twitter username, greyscale, | |
| oekaki, sepia, curvy, wide hips, (sound effects), futanari, furry | |
| base_model: John6666/prefect-illustrious-xl-v15-sdxl | |
| instance_prompt: >- | |
| alicetaria february, long hair, blonde hair, ponytail with braided base, | |
| sidelocks, parted bangs, green eyes, plate armor, red cape, breastplate, | |
| pauldrons, arm shield, faulds, red skirt, pleated skirt, grey pants, armored | |
| boots | |
| # alicetaria | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `alicetaria february` to trigger the image generation. | |
| You should use `long hair` to trigger the image generation. | |
| You should use `blonde hair` to trigger the image generation. | |
| You should use `ponytail with braided base` to trigger the image generation. | |
| You should use `sidelocks` to trigger the image generation. | |
| You should use `parted bangs` to trigger the image generation. | |
| You should use `green eyes` to trigger the image generation. | |
| You should use `plate armor` to trigger the image generation. | |
| You should use `red cape` to trigger the image generation. | |
| You should use `breastplate` to trigger the image generation. | |
| You should use `pauldrons` to trigger the image generation. | |
| You should use `arm shield` to trigger the image generation. | |
| You should use `faulds` to trigger the image generation. | |
| You should use `red skirt` to trigger the image generation. | |
| You should use `pleated skirt` to trigger the image generation. | |
| You should use `grey pants` to trigger the image generation. | |
| You should use `armored boots` to trigger the image generation. | |
| ## Download model | |
| [Download](/Shero448/alicetaria/tree/main) them in the Files & versions tab. | |