Instructions to use mrcuddle/Frank_Defeo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mrcuddle/Frank_Defeo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mrcuddle/Frank_Defeo") prompt = "UNICODE\u0000\u0000n\u0000i\u0000p\u0000p\u0000l\u0000e\u0000s\u0000,\u0000 \u0000b\u0000l\u0000a\u0000c\u0000k\u0000 \u0000b\u0000a\u0000c\u0000k\u0000g\u0000r\u0000o\u0000u\u0000n\u0000d\u0000,\u0000 \u0000u\u0000n\u0000d\u0000e\u0000r\u0000w\u0000e\u0000a\u0000r\u0000,\u0000 \u0000m\u0000u\u0000s\u0000c\u0000u\u0000l\u0000a\u0000r\u0000 \u0000m\u0000a\u0000l\u0000e\u0000,\u0000 \u0000m\u0000u\u0000s\u0000c\u0000u\u0000l\u0000a\u0000r\u0000,\u0000 \u0000s\u0000o\u0000l\u0000o\u0000,\u0000 \u0000b\u0000l\u0000a\u0000c\u0000k\u0000 \u0000h\u0000a\u0000i\u0000r\u0000,\u0000 \u0000f\u0000r\u0000o\u0000m\u0000 \u0000a\u0000b\u0000o\u0000v\u0000e\u0000,\u0000 \u0000n\u0000a\u0000v\u0000e\u0000l\u0000,\u0000 \u0000p\u0000a\u0000n\u0000t\u0000s\u0000,\u0000 \u0000f\u0000a\u0000c\u0000i\u0000a\u0000l\u0000 \u0000h\u0000a\u0000i\u0000r\u0000,\u0000 \u0000p\u0000e\u0000c\u0000t\u0000o\u0000r\u0000a\u0000l\u0000s\u0000" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - diffusers | |
| - template:sd-lora | |
| widget: | |
| - text: "UNICODE\0\0n\0i\0p\0p\0l\0e\0s\0,\0 \0b\0l\0a\0c\0k\0 \0b\0a\0c\0k\0g\0r\0o\0u\0n\0d\0,\0 \0u\0n\0d\0e\0r\0w\0e\0a\0r\0,\0 \0m\0u\0s\0c\0u\0l\0a\0r\0 \0m\0a\0l\0e\0,\0 \0m\0u\0s\0c\0u\0l\0a\0r\0,\0 \0s\0o\0l\0o\0,\0 \0b\0l\0a\0c\0k\0 \0h\0a\0i\0r\0,\0 \0f\0r\0o\0m\0 \0a\0b\0o\0v\0e\0,\0 \0n\0a\0v\0e\0l\0,\0 \0p\0a\0n\0t\0s\0,\0 \0f\0a\0c\0i\0a\0l\0 \0h\0a\0i\0r\0,\0 \0p\0e\0c\0t\0o\0r\0a\0l\0s\0" | |
| output: | |
| url: images/1000003996.png | |
| base_model: runwayml/stable-diffusion-v1-5 | |
| instance_prompt: Frank Defeo | |
| license: apache-2.0 | |
| # Frank Defeo Lora Character | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `Frank Defeo` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/mrcuddle/Frank_Defeo/tree/main) them in the Files & versions tab. | |