Instructions to use x67/shortjourney with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use x67/shortjourney with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("x67/shortjourney", 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
Browse files
README.md
CHANGED
|
@@ -22,4 +22,39 @@ The landscapes could be better, IMO.
|
|
| 22 |
* Dimensions: 512x512
|
| 23 |
* Seed: 557913691
|
| 24 |
|
| 25 |
-

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
* Dimensions: 512x512
|
| 23 |
* Seed: 557913691
|
| 24 |
|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
* Prompt: sjrny-v1 style flower, dark background
|
| 29 |
+
* CFG scale: 7
|
| 30 |
+
* Scheduler: Euler_a
|
| 31 |
+
* Steps: 30
|
| 32 |
+
* Dimensions: 512x512
|
| 33 |
+
* Seed: 55
|
| 34 |
+
|
| 35 |
+

|
| 36 |
+
|
| 37 |
+
* Prompt: sjrny-v1 style room with ocean view
|
| 38 |
+
* CFG scale: 7
|
| 39 |
+
* Scheduler: Euler_a
|
| 40 |
+
* Steps: 30
|
| 41 |
+
* Dimensions: 512x512
|
| 42 |
+
|
| 43 |
+

|
| 44 |
+
|
| 45 |
+
* Prompt: sjrny-v1 style paddington bear
|
| 46 |
+
* CFG scale: 7
|
| 47 |
+
* Scheduler: Euler_a
|
| 48 |
+
* Steps: 30
|
| 49 |
+
* Dimensions: 512x512
|
| 50 |
+
|
| 51 |
+

|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
* Prompt: cyberpunk city at sunset
|
| 55 |
+
* CFG scale: 7
|
| 56 |
+
* Scheduler: Euler_a
|
| 57 |
+
* Steps: 30
|
| 58 |
+
* Dimensions: 512x512
|
| 59 |
+
|
| 60 |
+

|