Instructions to use perion/ai-avatar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use perion/ai-avatar with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("perion/ai-avatar", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
#1
by Hsms - opened
README.md
CHANGED
|
@@ -3,12 +3,10 @@ license: creativeml-openrail-m
|
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
Test prompt: Portrait of perion man as thomas shelby in peaky blinders, highly detailed digital painting, artstation, concept art, smooth, sharp focus, illustration
|
| 8 |
|
| 9 |
Sample images:
|
| 10 |
-

|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- stable-diffusion
|
| 6 |
+
datasets:
|
| 7 |
+
- fka/awesome-chatgpt-prompts
|
| 8 |
---
|
| 9 |
Test prompt: Portrait of perion man as thomas shelby in peaky blinders, highly detailed digital painting, artstation, concept art, smooth, sharp focus, illustration
|
| 10 |
|
| 11 |
Sample images:
|
| 12 |
+

|
|
|
|
|
|
|
|
|
|
|
|