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("mikeyandfriends/PixelWave_FLUX.1-dev_03", dtype=torch.bfloat16, device_map="cuda")

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

PixelWave Flux.1-Dev 03

A general-purpose fine-tuned FLUX model, great for art and photo styles.

Standard Use:

  • 30 steps, DPM++ 2M, SGM Uniform
  • 15 steps, DPM++ 2S Ancestral, Beta

Sample Images

Downloads last month
1,736
GGUF
Model size
12B params
Architecture
flux
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for mikeyandfriends/PixelWave_FLUX.1-dev_03

Adapters
3 models
Finetunes
1 model
Quantizations
2 models

Spaces using mikeyandfriends/PixelWave_FLUX.1-dev_03 17