Instructions to use FredZhang7/paint-journey-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FredZhang7/paint-journey-v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FredZhang7/paint-journey-v1", 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
Commit ·
e401659
1
Parent(s): c5bb1f3
Upload 2 files
Browse files- .gitattributes +2 -0
- example_discofuturisticcity.png +3 -0
- example_discolandneartheocean.png +3 -0
.gitattributes
CHANGED
|
@@ -46,3 +46,5 @@ example_discoyoungman_portrait.png filter=lfs diff=lfs merge=lfs -text
|
|
| 46 |
example_discobeautifulyounglady_portrait.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
example_discodreamlikeartgalaxy.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
example_discodreamlikeartuniverse.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 46 |
example_discobeautifulyounglady_portrait.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
example_discodreamlikeartgalaxy.png filter=lfs diff=lfs merge=lfs -text
|
| 48 |
example_discodreamlikeartuniverse.png filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
example_discofuturisticcity.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
example_discolandneartheocean.png filter=lfs diff=lfs merge=lfs -text
|
example_discofuturisticcity.png
ADDED
|
Git LFS Details
|
example_discolandneartheocean.png
ADDED
|
Git LFS Details
|