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 ·
aedbe1c
1
Parent(s): ed2cbb1
Starting the prompts with disco produces better results
Browse files
.gitattributes
CHANGED
|
@@ -48,3 +48,4 @@ 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
|
|
|
|
|
|
| 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
|
| 51 |
+
example_discocityoilpainting.png filter=lfs diff=lfs merge=lfs -text
|
example_discoalienworld_landscape.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
example_discocityoilpainting.png
ADDED
|
Git LFS Details
|