Instructions to use KappaNeuro/james-r-eads-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/james-r-eads-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/james-r-eads-style") prompt = "James R. Eads Style - digital painting by James R Eads, by Laurel Burch. letters from mysterious darkgreen book foliant grimoir become alive by the flow-of-letters as strange creatures. A kerosene-lamp stands in the dark. It is twilight. A mysterious book lies on the table, and the letters on the pages of the manuscript come alive in the light of the kerosene-lamp. Russian dacha atmosphere. digital painting by Enki Bilal, by Laurel Burch. key visual. inspiring, insightful, breathtaking, simply" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K