Instructions to use KappaNeuro/richard-dadd-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/richard-dadd-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/richard-dadd-style") prompt = "by Richard Dadd Style - Hi - resolution highly detailed colour sketches, drawings and ideas for the 1960s British Surrealist film ' the dream of a peasant bubblegum candyfloss tree frog rat shaman woman riding a guant walrus through the snowy mountains, dressed in witchetty grub running bubblegum snails waterfall water snail snails woven into clothing and giant roughly woven wicker baskets of strange and exotic animals and wonderful furs' wearing an ancient iron cage covering in a torrential rain thunderstorm on the flooded Pennine, moors during a storm, blue sky revealed through storm clouds, highly detailed, photorealistic, ultra detailed, 8K" 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!