Instructions to use IHe-KaiI/DressCode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IHe-KaiI/DressCode with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("IHe-KaiI/DressCode", 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
Please provide the config.json
#1
by Louis-fashion-ai - opened
I encounter this Error: OSError: Error no file named config.json found in directory ./nn/material_gen/refine_vae.
Hi,
Thanks for your interest! config.json is uploaded on github (https://github.com/IHe-KaiI/DressCode/tree/main/nn/material_gen/refine_vae/vae_checkpoint_diffuse). We only upload all checkpoints on huggingface.
Best,
Kai