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 ·
bf72d7d
1
Parent(s): 31f49c8
Upload 7 examples, each with 4 samples in a 2x2 grid
Browse files
.gitattributes
CHANGED
|
@@ -32,3 +32,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
example_discogalaxy.png filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
example_discolandscapealienworld.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
example_discolushvalley.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
example_discomountain.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
example_discoyounglady.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
example_futuristicdiscocit.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
example_oilpaintingdiscocitydreamlikeart.png filter=lfs diff=lfs merge=lfs -text
|
example_discogalaxy.png
ADDED
|
Git LFS Details
|
example_discolandscapealienworld.png
ADDED
|
Git LFS Details
|
example_discolushvalley.png
ADDED
|
Git LFS Details
|
example_discomountain.png
ADDED
|
Git LFS Details
|
example_discoyounglady.png
ADDED
|
Git LFS Details
|
example_futuristicdiscocit.png
ADDED
|
Git LFS Details
|
example_oilpaintingdiscocitydreamlikeart.png
ADDED
|
Git LFS Details
|