Instructions to use BlaireSilver13/Daubrez_Painterly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlaireSilver13/Daubrez_Painterly 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("BlaireSilver13/Daubrez_Painterly") prompt = "painterly style, surreal, SUBJECT HERE, rich colors, detailed textures, micro detailed brush strokes, enchanting" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 9 files
Browse files- Daubrez-painterly.safetensors +3 -0
- images/painterly-2-_00039_.png +3 -0
- images/painterly-2-_00044_.png +3 -0
- images/painterly-_00013_.png +3 -0
- images/painterly-_00024_.png +3 -0
- images/painterly-_00040_.png +3 -0
- images/painterly-_00062_.png +3 -0
- images/painterly-_00068_.png +3 -0
- images/painterly-_00071_.png +3 -0
Daubrez-painterly.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf6f0d45bb277b3e47365f5cc80a3327fb471519c43fc96f24ec7ac3aff516b7
|
| 3 |
+
size 1362166076
|
images/painterly-2-_00039_.png
ADDED
|
Git LFS Details
|
images/painterly-2-_00044_.png
ADDED
|
Git LFS Details
|
images/painterly-_00013_.png
ADDED
|
Git LFS Details
|
images/painterly-_00024_.png
ADDED
|
Git LFS Details
|
images/painterly-_00040_.png
ADDED
|
Git LFS Details
|
images/painterly-_00062_.png
ADDED
|
Git LFS Details
|
images/painterly-_00068_.png
ADDED
|
Git LFS Details
|
images/painterly-_00071_.png
ADDED
|
Git LFS Details
|