Instructions to use Cyanex/D.r.e.a.m_Mega with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Cyanex/D.r.e.a.m_Mega with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Cyanex/D.r.e.a.m_Mega", torch_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
D.r.e.a.m (Digital Rendering Engine for Artistic Melodies)
Welcome to D.r.e.a.m (Digital Rendering Engine for Artistic Melodies).
The model is currently in its training phase. This is not the final version and may contain artifacts, potentially performing poorly in some cases. The goal of this model is to create images similar to those produced by Midjourney. It is being trained using the Midjourney Normalized Dataset available on Kaggle.
Model Details
- Developed by: Cyanex1702
- Model Type: Diffusion-based text-to-image generation model
- Language(s): English
- Dataset: DreamScape
- Training Status: In Progress
Model Description
D.r.e.a.m is a model designed to generate and modify images based on text prompts. The model leverages advanced diffusion techniques to create high-quality, artistic renderings from textual descriptions, aiming to emulate the style and creativity of Midjourney.
Samples
Features
- Text-to-Image Generation: Generate images from descriptive text prompts.
- Image Modification: Modify existing images based on new text inputs.
- Creative Rendering: Produce artistic and imaginative images.
Usage
To use the model, you can input text prompts in English. The model will process these prompts and generate corresponding images. Note that due to the model's current training phase, the results may vary and contain imperfections.
Contributing
We welcome contributions from the community! If you'd like to contribute.
- Downloads last month
- 30