Text-to-Image
Diffusers
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
planets
space
procedural-generation
Instructions to use sshh12/sdxl-lora-planet-textures with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sshh12/sdxl-lora-planet-textures with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("sshh12/sdxl-lora-planet-textures") 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
examples
Browse files- README.md +4 -0
- imgs/img_adustybarrenmooncharacterizedbyadullyellowish-brownsurfacemarkedbylongwindingcanyonsandcliffs_ckpt1500_gs15.0_seed50.png +3 -0
- imgs/img_adwarfplanetexhibitingastrikingpurplecolorwithasurfacepepperedwithcratersandtoweringiceformations_ckpt2000_gs10.0_seed0.png +3 -0
- imgs/img_ametallicasteroidfeaturingaruggedheavilycrateredsurfacewithashinysilver-greycoloration_ckpt1500_gs10.0_seed50.png +3 -0
- imgs/img_avibrantblueplanetteemingwithlushtropicalforestsanddeepazureoceanssurroundedbyathickoxygen-richatmosphere_ckpt1500_gs15.0_seed100.png +3 -0
README.md
CHANGED
|
@@ -23,6 +23,10 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
|
| 23 |
| A turquoise-hued gas giant, streaked with swirling white wisps of high-altitude clouds, wrapped in a thin, multicolored ring system |  |
|
| 24 |
| A barren desert planet, coated in fine rusty-red sand, pockmarked with deep, dark craters, and cloaked in a thin, hazy atmosphere |  |
|
| 25 |
| A small, icy moon, encased in a shell of pure white ice and dust, covered with intricate patterns of frosty fissures |  |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
## 🧨 Diffusers Usage
|
| 28 |
|
|
|
|
| 23 |
| A turquoise-hued gas giant, streaked with swirling white wisps of high-altitude clouds, wrapped in a thin, multicolored ring system |  |
|
| 24 |
| A barren desert planet, coated in fine rusty-red sand, pockmarked with deep, dark craters, and cloaked in a thin, hazy atmosphere |  |
|
| 25 |
| A small, icy moon, encased in a shell of pure white ice and dust, covered with intricate patterns of frosty fissures |  |
|
| 26 |
+
| A metallic asteroid, featuring a rugged, heavily cratered surface with a shiny, silver-grey coloration |  |
|
| 27 |
+
| A vibrant blue planet, teeming with lush, tropical forests and deep, azure oceans, surrounded by a thick, oxygen-rich atmosphere |  |
|
| 28 |
+
| A dwarf planet exhibiting a striking purple color, with a surface peppered with craters and towering ice formations |  |
|
| 29 |
+
| A dusty, barren moon, characterized by a dull, yellowish-brown surface, marked by long, winding canyons and cliffs |  |
|
| 30 |
|
| 31 |
## 🧨 Diffusers Usage
|
| 32 |
|
imgs/img_adustybarrenmooncharacterizedbyadullyellowish-brownsurfacemarkedbylongwindingcanyonsandcliffs_ckpt1500_gs15.0_seed50.png
ADDED
|
Git LFS Details
|
imgs/img_adwarfplanetexhibitingastrikingpurplecolorwithasurfacepepperedwithcratersandtoweringiceformations_ckpt2000_gs10.0_seed0.png
ADDED
|
Git LFS Details
|
imgs/img_ametallicasteroidfeaturingaruggedheavilycrateredsurfacewithashinysilver-greycoloration_ckpt1500_gs10.0_seed50.png
ADDED
|
Git LFS Details
|
imgs/img_avibrantblueplanetteemingwithlushtropicalforestsanddeepazureoceanssurroundedbyathickoxygen-richatmosphere_ckpt1500_gs15.0_seed100.png
ADDED
|
Git LFS Details
|