Instructions to use mindlywork/PSYPRO1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mindlywork/PSYPRO1 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/PSYPRO1") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - diffusers | |
| - template:sd-lora | |
| widget: | |
| - text: '-' | |
| output: | |
| url: images/_53c3c702-8f7f-45d0-91f5-3065a94b211f.jpeg | |
| base_model: stabilityai/stable-diffusion-xl-base-1.0 | |
| instance_prompt: >- | |
| PSYNOPRO1, white cute animated characters, soft round edges, looking at | |
| viewer, white colour body, expressive eyes and expression, simple background, | |
| 2d, best quality, HD, 4k | |
| license: unknown | |
| # PSYPRO1 | |
| <Gallery /> | |
| ## Model description | |
| PSYPRO1 | |
| ## Trigger words | |
| You should use `PSYNOPRO1` to trigger the image generation. | |
| You should use `white cute animated characters` to trigger the image generation. | |
| You should use `soft round edges` to trigger the image generation. | |
| You should use `looking at viewer` to trigger the image generation. | |
| You should use `white colour body` to trigger the image generation. | |
| You should use `expressive eyes and expression` to trigger the image generation. | |
| You should use `simple background` to trigger the image generation. | |
| You should use `2d` to trigger the image generation. | |
| You should use `best quality` to trigger the image generation. | |
| You should use `HD` to trigger the image generation. | |
| You should use `4k` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/dasdsff/PSYPRO1/tree/main) them in the Files & versions tab. | |