Instructions to use Foxintohumanbeing/simpson-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Foxintohumanbeing/simpson-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Norod78/sd-simpsons-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Foxintohumanbeing/simpson-lora") prompt = "The Simpsons" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
6f90d28
1
Parent(s): 67f5c03
upload the lora.bin
Browse files- pytorch_lora_weights.bin +3 -0
pytorch_lora_weights.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0407a1eaf7b7093cbededac701015fec0459e0c89449534e573f3740db7909e3
|
| 3 |
+
size 3287771
|