Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Portrait
Lexica
Aperture
Style
Abstract
Surrealism
Sexy
Western Art
Consistent Character
iamxenos
ChadUltraF3
eCliPs
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/HollowEarth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/HollowEarth with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/HollowEarth", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ base_model:
|
|
| 25 |
|
| 26 |
# Hollow Earth
|
| 27 |
|
| 28 |
-
AgarthaChadstyle mixed with XenoEngineV3 to improve its compositions and the LexicaApertureV2 LoRA baked in for improved
|
| 29 |
|
| 30 |

|
| 31 |
(Click for larger)
|
|
|
|
| 25 |
|
| 26 |
# Hollow Earth
|
| 27 |
|
| 28 |
+
AgarthaChadstyle mixed with XenoEngineV3 to improve its compositions and the LexicaApertureV2 LoRA baked in for improved style (disclaimer: not really, Agartha is already a very complete model and you can't really expect to improve its compositions or style, but if you have used iamxenos's models or lexica aperture, you must know what I mean.) Comparison, samples and prompts (all use seed 9119):
|
| 29 |
|
| 30 |

|
| 31 |
(Click for larger)
|