Instructions to use SmokePigDad/me-my-shadow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SmokePigDad/me-my-shadow with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SmokePigDad/me-my-shadow", 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
Commit History
Upload sample_images with huggingface_hub 032e6aa
Dan Griffin commited on
Upload model_index.json with huggingface_hub 6ee0078
Dan Griffin commited on
Upload vae with huggingface_hub 031fbb5
Dan Griffin commited on
Upload unet with huggingface_hub 708207b
Dan Griffin commited on
Upload tokenizer with huggingface_hub 33f35c6
Dan Griffin commited on
Upload text_encoder with huggingface_hub 695c098
Dan Griffin commited on
Upload scheduler with huggingface_hub 745d959
Dan Griffin commited on
Upload safety_checker with huggingface_hub 149b8c4
Dan Griffin commited on
Upload feature_extractor with huggingface_hub bbf02cf
Dan Griffin commited on
Upload the concept Me-&-my-shadow embeds and token bdbd28e
Dan Griffin commited on