Instructions to use Datou1111/C0sm0s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Datou1111/C0sm0s with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Datou1111/C0sm0s") prompt = "C0sm0s, A surreal and awe-inspiring cosmic scene unfolds in a vast, dark void, where a colossal, glowing geometric crystal hovers in the center, its surface composed of flowing light bands and shimmering particles that pulse with an ethereal radiance. The crystal's form is both dynamic and crystalline, with intricate, fractal-like structures that extend outward like starry tendrils, casting a soft, luminous glow that bathes the surrounding space in a blend of cold, sharp light and warm, radiant hues. Suspended at the edge of the crystal's surface is a lone, hooded figure, their silhouette dwarfed by the immense scale of the structure, emphasizing the profound isolation and the overwhelming grandeur of the scene. The background is a deep, endless darkness, punctuated by distant, twinkling stars and swirling nebulae that emit a faint, iridescent glow, adding a sense of mystery and otherworldliness. The color palette follows scheme B, with a dominant black and silver base, accented by vibrant purples and blues that swirl within the nebulae, creating a striking contrast that enhances the surreal atmosphere. The overall mood is majestic, spiritual, and cinematic, rendered in a style that blends concept art with digital painting, evoking a sense of wonder, solitude, and the infinite expanse of the cosmos." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ widget:
|
|
| 30 |
output:
|
| 31 |
url: images/img__00795_.png
|
| 32 |
- text: >-
|
| 33 |
-
C0sm0s,
|
| 34 |
output:
|
| 35 |
url: images/img__00775_.png
|
| 36 |
|
|
|
|
| 30 |
output:
|
| 31 |
url: images/img__00795_.png
|
| 32 |
- text: >-
|
| 33 |
+
C0sm0s, C0sm0s, A majestic digital painting depicting a colossal lotus flower blooming from the heart of a vibrant nebula. The lotus is composed of countless shimmering strands of pink and ethereal purple light, its petals unfurling diagonally across the frame from the lower right to the upper left. Deep within its glowing center, new stars are being born. Far below, situated on a sliver of dark, crystalline ground in the bottom left third of the image, stands a lone, silhouetted figure, so minuscule it is almost indistinguishable from a speck of dust, emphasizing the overwhelming scale of the celestial bloom. The background is a deep, dark space, with the colorful nebula tendrils blending into the void. The composition is deliberately asymmetrical, creating a dynamic sense of growth and cosmic grandeur. Ethereal, awe-inspiring, high contrast, trending on ArtStation.
|
| 34 |
output:
|
| 35 |
url: images/img__00775_.png
|
| 36 |
|