Instructions to use sd-dreambooth-library/original-character-cyclps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sd-dreambooth-library/original-character-cyclps with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sd-dreambooth-library/original-character-cyclps", 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
Update token_identifier.txt 0ba16bc
Update README.md 23ccaea
Upload concept_images with huggingface_hub be491a7
Upload model_index.json with huggingface_hub 3541e34
Upload vae with huggingface_hub e1ae9af
Upload unet with huggingface_hub b7e0145
Upload tokenizer with huggingface_hub 48b8b2e
Upload text_encoder with huggingface_hub 48c803c
Upload scheduler with huggingface_hub 4982aa6
Upload safety_checker with huggingface_hub e1af08e
Upload feature_extractor with huggingface_hub c3bdc42
Upload the concept Original-Character---Cyclps embeds and token ba49b5e
initial commit 5a8eb60
Minta K commited on