How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("digiplay/Noosphere_v3", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Model info: highly recommend πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘ useful text-to-image model πŸ˜‰πŸ‘

https://civitai.com/models/36538?modelVersionId=107675

Sample image I made :

2ee8c55f-69bb-4f97-a870-c1385d88e155.jpeg e38605a0-29c9-4788-9d24-bf72063f5f4f.jpeg 00758439-b919-4c97-9f21-12f3ec423348.jpeg

Original Author's DEMO images :

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using digiplay/Noosphere_v3 53