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 ·
e47dcb3
1
Parent(s): 558dcc6
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,4 +28,6 @@ text-to-image synthesis domain and inspire further research in this area.
|
|
| 28 |
**Prompts Format**
|
| 29 |
"The Simpsons. a [closeup?] of a [emotional expression] [race] [X year old] [man / woman / etc.], with [hair and makeup style], wearing [clothing style] while [doing] near [nearby objects],[outside / inside] with [objects / color ] in the background,in [time period]."
|
| 30 |
|
|
|
|
| 31 |
|
|
|
|
|
|
| 28 |
**Prompts Format**
|
| 29 |
"The Simpsons. a [closeup?] of a [emotional expression] [race] [X year old] [man / woman / etc.], with [hair and makeup style], wearing [clothing style] while [doing] near [nearby objects],[outside / inside] with [objects / color ] in the background,in [time period]."
|
| 30 |
|
| 31 |
+
**Contact**
|
| 32 |
|
| 33 |
+
For any questions, please contact me at 120090438@link.cuhk.edu.cn
|