Instructions to use mindlywork/NewMaskot1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mindlywork/NewMaskot1 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("mindlywork/NewMaskot1") prompt = "NewMaskot1" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
sadsad commited on
Add 2 files
Browse files- .gitattributes +1 -0
- NewMaskot1.safetensors +3 -0
- images/GFOX-SqWgAA-WLJ (1).jfif +3 -0
.gitattributes
CHANGED
|
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
images/GFOX-SqWgAA-WLJ[[:space:]](1).jfif filter=lfs diff=lfs merge=lfs -text
|
NewMaskot1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:303efe0119028a660f46820eb0704d0e3022e1e7ac538d24e9b3738433b80cdb
|
| 3 |
+
size 912551716
|
images/GFOX-SqWgAA-WLJ (1).jfif
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bac3840f1ea31061ecf0f25dad9f30a521ed8c7b1387eb5a9b23da08515de2a8
|
| 3 |
+
size 4504581
|