Instructions to use Shero448/chichi_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/chichi_2 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-v1-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/chichi_2") prompt = "masterpiece, best quality, amazing quality, very aesthetic" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 2,107 Bytes
3af0bd7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | ---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
widget:
- output:
url: images/00079-3564858868.png
text: masterpiece, best quality, amazing quality, very aesthetic
parameters:
negative_prompt: >-
lowres, bad quality, worst quality, bad anatomy, sketch, jpeg artifacts,
ugly, poorly drawn, blurry, watermark, simple background, transparent
background, tears, censored, (simple background:1.6), artist name,
signature, watermark
base_model: John6666/prefect-pony-xl-v1-sdxl
instance_prompt: >-
1girl, ch1ch1-dmx, retro artstyle, solo, jewelry, earrings, black hair, black
eyes, breasts, sleeveless, bangs, chinese clothes, orange neckerchief, hair
bun, bare shoulders, blunt bangs, hair ornament, sidelocks, bracelet
---
# chichi_2
<Gallery />
## Trigger words
You should use `1girl` to trigger the image generation.
You should use `ch1ch1-dmx` to trigger the image generation.
You should use `retro artstyle` to trigger the image generation.
You should use `solo` to trigger the image generation.
You should use `jewelry` to trigger the image generation.
You should use `earrings` to trigger the image generation.
You should use `black hair` to trigger the image generation.
You should use `black eyes` to trigger the image generation.
You should use `breasts` to trigger the image generation.
You should use `sleeveless` to trigger the image generation.
You should use `bangs` to trigger the image generation.
You should use `chinese clothes` to trigger the image generation.
You should use `orange neckerchief` to trigger the image generation.
You should use `hair bun` to trigger the image generation.
You should use `bare shoulders` to trigger the image generation.
You should use `blunt bangs` to trigger the image generation.
You should use `hair ornament` to trigger the image generation.
You should use `sidelocks` to trigger the image generation.
You should use `bracelet` to trigger the image generation.
## Download model
[Download](/Shero448/chichi_2/tree/main) them in the Files & versions tab.
|