Instructions to use opendiffusionai/xlsd32-flow-beta1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use opendiffusionai/xlsd32-flow-beta1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("opendiffusionai/xlsd32-flow-beta1", 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 Settings
- Draw Things
- DiffusionBee
OpenDiffusionAI, sdXL FlowMatch beta1
Similar to our sd-flow-alpha model, but hopefully better trained, AND this time it has SDXL vae bolted on.
Started with our recent xlsd32-beta1 model which is already retrained for XL vae, so that part was out of the way.
Replaced noise scheduler with FlowMatchEulerDiscrete, then fine tuned, single run.
Around 160k images, "high res" (1536px+), square
B16a16, LR 5e-6, linear decay over 3 epochs (412 steps per epoch), using Optimi LION (sampled every 50 images) Chose the checkpoint at 1000 steps
I think thats pretty much it this time. No fancy stuff like prior version. Although I did use MY training code, at
https://github.com/ppbrown/ai-training/
but that shouldnt make much difference, I think?
Usable with diffusers pipeline. Will post demo code imminently, Use code from old version of this model if you are in a hurry
https://huggingface.co/opendiffusionai/sd-flow-alpha/blob/main/imgsample-hacked.py
- Downloads last month
- 2
Model tree for opendiffusionai/xlsd32-flow-beta1
Base model
stable-diffusion-v1-5/stable-diffusion-v1-5