Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
fantasy
art
realistic
stable-diffusion
stable-diffusion-diffusers
DarkAgent
Instructions to use Yntec/Dreamscapes_n_Dragonfire_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Dreamscapes_n_Dragonfire_v2 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/Dreamscapes_n_Dragonfire_v2", 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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/Dreamscapes_n_Dragonfire_v2", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Dreamscape & Dragonfire 2
This model with MoistMixV2's VAE baked in.
Sample and prompt:
Victorian pretty cute girl with mushrooms growing in a spheroid forest, 3d render, nightlight study, by jan davidsz de heem and lisa frank, DETAILED CHIBI EYES, art nouveau, 8k, extreme detail, sharp focus, octane render. professional beeple photo of a intricate, elegant, highly detailed digital photo, smooth, sharp focus, 4k
Original Page:
https://civitai.com/models/50294/dreamscapes-and-dragonfire-new-v20-semi-realism-fantasy-model
- Downloads last month
- 13
