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("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("nerfadox/Wilk-V0.1-Beta")

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

Wilk V0.1 Beta: A Glimpse into the Future of Image Generation

Introducing Wilk V0.1 Beta, a cutting-edge language model designed to transcend the boundaries of creativity in image generation. In its infancy, this compact model is currently undergoing rigorous testing to refine its capabilities.

Wilk V0.1 Beta showcases the potential of blending linguistic prowess with visual artistry. As it navigates the beta phase, users can anticipate a fusion of innovation and experimentation, shaping the future of image synthesis.

Stay tuned as Wilk evolves, breaking new ground and ushering in a new era of expressive AI-driven visuals.

Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using nerfadox/Wilk-V0.1-Beta 1