Instructions to use KappaNeuro/john-everett-millais-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/john-everett-millais-style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("KappaNeuro/john-everett-millais-style") prompt = "John Everett Millais Style - Oil painting in the style of Manet, figurative fine-art featuring a peasant girl in her twenties wearing a white flowered textured garment leaning towards a book in the grass, she uses high socks and black shoes and her hair is intertwined with some flowers and leaves, 16k, ultra high-quality render" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!