Instructions to use papitreasure/pinterest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use papitreasure/pinterest with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("papitreasure/pinterest") prompt = "Three women stand side by side on a stone staircase. The woman on the left wears a pink one-shoulder dress and rests her hand on her hip. The middle woman wears a tan dress with a knot at the waist, and the woman on the right wears a white sleeveless dress. A stone railing and greenery are behind them, with a body of water and distant boats in the background, cute girl" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K