Navanjana/image-wallpapers-dataset
Viewer β’ Updated β’ 82.4k β’ 48 β’ 1
How to use Atugil-Intelligence/synas-image-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Atugil-Intelligence/synas-image-1")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Synas Image 1 is a Low-Rank Adaptation (LoRA) fine-tuned on the Stable Diffusion XL 1.0 base model. It is specifically engineered to generate high-resolution, highly aesthetic digital wallpapers, ranging from cinematic landscapes and vehicles to abstract digital art.
Navanjana/image-wallpapers-dataset.This model is designed to be used with the Hugging Face diffusers library.
pip install diffusers transformers accelerate torch
Base model
stabilityai/stable-diffusion-xl-base-1.0