Instructions to use Clybius/mspaint-style-sd3.5medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Clybius/mspaint-style-sd3.5medium 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-3.5-medium", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Clybius/mspaint-style-sd3.5medium") prompt = "masterpiece, flat colors, an orange anthro furry kitsune fox is holding a glowing green magical spell in front of him. He is wearing an ornate black sorcerer cloak, and he is casting a spell, doing a dynamic pose. detailed background, flat simple background, solo, high quality, soft style. fantasy setting, dnd dungeonsanddragons" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload mspaint-style-sd3-DokrV1.safetensors
Browse filesAdd DoKr (DoRA LoKr) mspaint. Seems to perform much better than the original v1.
mspaint-style-sd3-DokrV1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7520710867091d3ca5df2e9c4ed29f00de44c482d34a814265afea2c5f69179
|
| 3 |
+
size 6254534
|