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", torch_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 ·
afd1c65
1
Parent(s): 6f90d28
readme.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
license: creativeml-openrail-m
|
| 2 |
+
base_model: stabilityai/stable-diffusion-2-1-base
|
| 3 |
+
instance_prompt: Alf
|
| 4 |
+
tags:
|
| 5 |
+
- stable-diffusion
|
| 6 |
+
- stable-diffusion-diffusers
|
| 7 |
+
- text-to-image
|
| 8 |
+
- diffusers
|
| 9 |
+
- lora
|
| 10 |
+
inference: true
|