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
| 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. | |