Instructions to use prithivMLmods/Pegasi-Minimalist-Image-Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Pegasi-Minimalist-Image-Style 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("prithivMLmods/Pegasi-Minimalist-Image-Style") prompt = "Bird, in the style of minimalist illustrator, reinterpreted human form, iconic album covers, white and violet, stop-motion animation, elongated forms, flat illustrations " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,12 +6,12 @@ tags:
|
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
| 8 |
widget:
|
| 9 |
-
- text: 'A picture that depicts a Hiker, in the style of delicate paper cutouts, white and azure, album covers, white medium, grainy, oshare kei, white background, minimal '
|
| 10 |
-
output:
|
| 11 |
-
url: images/22.png
|
| 12 |
- text: 'Bird, in the style of minimalist illustrator, reinterpreted human form, iconic album covers, white and violet, stop-motion animation, elongated forms, flat illustrations '
|
| 13 |
output:
|
| 14 |
url: images/33.png
|
|
|
|
|
|
|
|
|
|
| 15 |
- text: 'A Hamburger on a pink background, in the style of cinquecento, captured essence of the moment, layered expressiveness, intricate cut-outs backgrounds, film photography, studio photography '
|
| 16 |
output:
|
| 17 |
url: images/44.png
|
|
|
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
| 8 |
widget:
|
|
|
|
|
|
|
|
|
|
| 9 |
- text: 'Bird, in the style of minimalist illustrator, reinterpreted human form, iconic album covers, white and violet, stop-motion animation, elongated forms, flat illustrations '
|
| 10 |
output:
|
| 11 |
url: images/33.png
|
| 12 |
+
- text: 'A picture that depicts a Hiker, in the style of delicate paper cutouts, white and azure, album covers, white medium, grainy, oshare kei, white background, minimal '
|
| 13 |
+
output:
|
| 14 |
+
url: images/22.png
|
| 15 |
- text: 'A Hamburger on a pink background, in the style of cinquecento, captured essence of the moment, layered expressiveness, intricate cut-outs backgrounds, film photography, studio photography '
|
| 16 |
output:
|
| 17 |
url: images/44.png
|