Instructions to use ostris/fabricated-reality-sdxl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ostris/fabricated-reality-sdxl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ostris/fabricated-reality-sdxl", 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
- Draw Things
- DiffusionBee
Fabricated Reality - SDXL
This is an realistic SDXL model I have been finetuning, merging, and tweaking since SDXL came out. I have done a ton of target guidance training to fix eyes, teeth, and hands, as well as many other aspects.
I have been planning on releasing it for a long time, but I hate doing all of the writeups and demo images. I decided to just to put it on herfe now, and I will follow up with more info later. To be continued.
- Downloads last month
- 8