Instructions to use mindlywork/PsyWithout1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mindlywork/PsyWithout1 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/PsyWithout1") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
sadsad commited on
Commit ·
07991b4
1
Parent(s): 0f1ab7d
Add 2 files
Browse files- PsyWithout1.safetensors +3 -0
- images/mdl_8B0o834QBe.png +3 -0
PsyWithout1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9498e0502a51ba00d3c66770d1e38e7aa627400f81e776c7d0f4a15aff97d611
|
| 3 |
+
size 912551708
|
images/mdl_8B0o834QBe.png
ADDED
|
Git LFS Details
|