Instructions to use Gourieff/p-AI-nter_v0.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Gourieff/p-AI-nter_v0.3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Gourieff/p-AI-nter_v0.3", 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
- Draw Things
- DiffusionBee
p-AI-nter -- v0.3
p-AI-nter v0.3 = p-AI-nter v0.2 merged with protogen_v2.2 by darkstorm2150 in the ratio of 85% (p-AI-nter v0.2) to 15% (protogen_v2.2). Core model of p-AI-nter v0.2 is SD-1.5 trained on artworks of different painters (Rob Hefferan, Anna Marinova, Omar Ortiz, Thomas Saliot, Serge Marshennikov). Use the token 'oil painting' in your prompts for better effect.
Sample pictures:
Prompt and settings for samples
(oil painting)+ of a Girl with black wavy hair bathing in a lake, (intricate)+ drawing, Highly Detailed, Sharp focus, green and blue and orange color scheme, (rocks)+, dynamic angle, moss, ultra sharp photorealistic, 8K, stunning, hdr, subsurface scattering, dramatic light, (bokeh)+, (deep eyes)+, (sunset)++, (model pose)+, (ideal hands)++, (ray tracing)++, (cleavage)++, (ideal breast)++
negative:
Deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, extra limb, ugly, poorly drawn hands, missing limb, blurry, disconnected limbs, malformed hands, blur, out of focus, long neck, long body, mutated hands and fingers, fat, overweight, multiple heads, group of people, three or more legs, cross-eye, nude, naked, naked, (extra fingers)+, (fused fingers)+
- Steps: 50
- Scale: 9
- Sampler: Euler_A
- Downloads last month
- 5
