Instructions to use Ava2000/Sleepy_Frippy_Illustrious with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ava2000/Sleepy_Frippy_Illustrious with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("calcuis/illustrious", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Ava2000/Sleepy_Frippy_Illustrious") prompt = "masterpiece, best quality, soft skin, oily, shiny skin, vibrant colors," 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/c8774d33-b562-4321-b921-f08154e9c985.png | |
| text: masterpiece, best quality, soft skin, oily, shiny skin, vibrant colors, | |
| parameters: | |
| negative_prompt: >- | |
| text, long body, lowres, cropped, lowres, jpeg artifacts, (signature, | |
| artist name, watermark, username, english text, signature:1.4), simple | |
| background, conjoined, out of frame, out of frame, censored, bar censor, | |
| cameltoe, | |
| base_model: calcuis/illustrious | |
| instance_prompt: sleepyfrippystyle | |
| # Sleepy Frippy Style - Illustrious | |
| <Gallery /> | |
| ## Model description | |
| The style of Sleepy Frippy. | |
| I made this lora to try and reproduce the style of Sleepy Frippy. | |
| Illustrious v2 | |
| This is the definitive version of the lora. Trained to excellently capture the style. | |
| For the quality tags I used the following to try to capture the vibe of the original artist: masterpiece, best quality, soft skin, oily, shiny skin, vibrant colors, | |
| For the negative you can use the following: text, long body, lowres, cropped, lowres, jpeg artifacts, (signature, artist name, watermark, username, english text, signature:1.4), simple background, conjoined, out of frame, out of frame, censored, bar censor, | |
| For the checkpoint I used Plant Milk instead of Indexed, because Indexed added more of a flat color style, which mismatched with the style. | |
| The Trigger is: sleepyfrippystyle, | |
| Advised strength: 0.6-1.0 | |
| ## Trigger words | |
| You should use `sleepyfrippystyle` to trigger the image generation. | |
| ## Download model | |
| [Download](/Ava2000/Sleepy_Frippy_Illustrious/tree/main) them in the Files & versions tab. | |