Instructions to use Shakker-Labs/AWPortraitCN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shakker-Labs/AWPortraitCN with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Shakker-Labs/AWPortraitCN", 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 Settings
- Draw Things
- DiffusionBee
Upload teaser.png
Browse files- .gitattributes +1 -0
- images/teaser.png +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ images/4.png filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
images/5.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
images/6.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/cover.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
images/5.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
images/6.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/cover.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
images/teaser.png filter=lfs diff=lfs merge=lfs -text
|
images/teaser.png
ADDED
|
Git LFS Details
|