Text-to-Image
Diffusers
TensorBoard
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
template:sd-lora
Instructions to use tonyassi/mgm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tonyassi/mgm 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("tonyassi/mgm") prompt = "mgm film" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -55,19 +55,19 @@ image
|
|
| 55 |
```
|
| 56 |
|
| 57 |
## Examples
|
| 58 |
-

|
| 59 |
**mgm film bettie page outside a mansion with two poodles**
|
| 60 |
|
| 61 |
+

|
| 62 |
**mgm film asap rocky eating in a fancy restaurant, 1950s**
|
| 63 |
|
| 64 |
+

|
| 65 |
**mgm film megan fox pinup girl**
|
| 66 |
|
| 67 |
+

|
| 68 |
**mgm film lady gaga in a limo, neon lights, pet snake**
|
| 69 |
|
| 70 |
+

|
| 71 |
**mgm film asap rocky in the wizard of oz**
|
| 72 |
|
| 73 |
## Model description
|