Instructions to use xiaolxl/Stable-diffusion-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xiaolxl/Stable-diffusion-models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xiaolxl/Stable-diffusion-models", 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
what is xhc ckpt, bro?
#1
by johnsmith007 - opened
Hi bro, thank you for sharing :)
Hi bro, thank you for sharing :)
This is the diffusion model of Xinhaicheng's painting style
Do you have the model of 张若昕 rou xin's painting style or the same style? I really like her painting style.
Do you have the model of 张若昕 rou xin's painting style or the same style? I really like her painting style.
I'm sorry, I don't have a model like her
oh. thank you, bro.