Instructions to use yurujaja/DGInStyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use yurujaja/DGInStyle with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("yurujaja/DGInStyle", 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
Commit History
semantic segmentation models ckpts 86b3055 verified
Delete 231029_1622_gengta3mix2cs_dgdacs_fdthings_srconly_daformer_sepaspp_sl_mitb5_poly10warm_w1_s0_49f77 5dabaae verified
DAFormer+DGInStyle 3f7b745 verified
Update README.md fc48231
Update model_index.json 7976ed4
Delete U-Net-Prior-Pretrained 01c4729
Update model_index.json e92ec5a
Create model_index.json fb6563c
Update README.md d94538d
Original SD model 157db49
ControlNet_UNet-S 7e5a0af
U-Net-S checkpoints 22347dd
initial commit 48c08f7
Yuru Jia commited on