Instructions to use artificialguybr/UiUxAppModelForSd2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/UiUxAppModelForSd2.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("artificialguybr/UiUxAppModelForSd2.0", 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
Commit History
docs: standardize README structure and usage notes 0b85d73 verified
Adding `safetensors` variant of this model (#2) 0113b63 verified
feat: Add sponsorship and website section 40cd6b8 verified
Upload UxUiApp.ckpt 32f3e05
JV A commited on
Delete UiUxApp_step_4800.ckpt 3d69bd8
JV A commited on
Upload UiUxApp_step_4800.ckpt ef68e0e
JV A commited on
Update README.md 471d1c6
JV A commited on