Instructions to use Printemps/Prastone with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Printemps/Prastone with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Printemps/Prastone", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| **This model is a light color model. <br/>这个模型是一个淡色系模型<br/>It is easier to create light-colored and more cute portraits. <br/>更容易出浅色风格和更幼态的画像。<br/>It seems that more fleshy white thighhighs can also be produced. <br/>似乎也可以出更肉肉的白丝雪糕。** \ | |
| **Sample:** \ | |
|  | |
| ``` | |
| cute little girl,,solo,wind,pale-blonde hair, blue eyes,very long twintails,white hat,blue sky,laugh,double tooth,,lens flare,dramatic, coastal, | |
| flying petal, flowery field, sky, sun,field, sunflower, masterpiece, best quality, | |
| Negative prompt: 3d, cartoon, anime, sketches,(mutation, poorly drawn :1.2), (long body :1.3), (mutation, poorly drawn :1.2) , liquid body, long neck, uncoordinated body,fused ears,(ugly:1.4),one hand with more than 5 fingers, one hand with less than 5 fingers,(worst quality, low quality:1.4) | |
| Steps: 30, Sampler: Euler, CFG scale: 5.5, Seed: 3578759258, Size: 768x768, Model hash: 1440dde271, Model: Prastone-v1, Clip skip: 2 | |
| ``` | |
|  | |
| ``` | |
| 1girl,long blonde hair,one side up,blue eyes,(white pantyhose),sitting,knees up,no shoes | |
| Negative prompt: (mutation, poorly drawn :1.2), (long body :1.3), (mutation, poorly drawn :1.2) , liquid body, long neck, uncoordinated body,fused ears,(ugly:1.4),one hand with more than 5 fingers, one hand with less than 5 fingers,((worst quality, low quality):1.4) | |
| Steps: 30, Sampler: Euler, CFG scale: 5.5, Seed: 1707516921, Size: 640x960, Model hash: 0b274a16a6, Model: Prastone-v1.1, Denoising strength: 0.6, Clip skip: 3, Token merging ratio hr: 0.2, Hires upscale: 1.5, Hires steps: 16, Hires upscaler: SwinIR_4x | |
| ``` | |
|  | |
| ``` | |
| 1gil,cat grl,cat, fllbody,shy,white thighhighs, | |
| (pastel color.1.5),(cute ilustration:1.5),(watercolor.1 .2),white back ground, | |
| Negative prompt: (mutation, poorly drawn :1.2), (long body :1.3), (mutation, poorly drawn :1.2) , liquid body, long neck, uncoordinated body,fused ears,(ugly:1.4),one hand with more than 5 fingers, one hand with less than 5 fingers,(worst quality, low quality:1.4) | |
| Steps: 30, Sampler: DPM++ 2M Karras, CFG scale: 5.5, Seed: 2041637566, Size: 768x1024, Model hash: 1440dde271, Model: Prastone-v1, Clip skip: 2 | |
| ``` |