Instructions to use tolgadev/tolgadreamsinbooth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tolgadev/tolgadreamsinbooth with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tolgadev/tolgadreamsinbooth", 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
Delete download.png a9b8133
Tolga commited on
Update README.md 97f4db3
Tolga commited on
Upload download.png 360bc91
Tolga commited on
Update README.md 83802fe
Tolga commited on
Upload sample_images with huggingface_hub 1f9b7e2
Tolga commited on
Upload model_index.json with huggingface_hub 2b53340
Tolga commited on
Upload vae with huggingface_hub ed4fd35
Tolga commited on
Upload unet with huggingface_hub a5a459f
Tolga commited on
Upload tokenizer with huggingface_hub 30b7e0f
Tolga commited on
Upload text_encoder with huggingface_hub fb68cc9
Tolga commited on
Upload scheduler with huggingface_hub 17eae68
Tolga commited on
Upload safety_checker with huggingface_hub 80f5253
Tolga commited on
Upload feature_extractor with huggingface_hub acda9cb
Tolga commited on
Upload the concept TolgaDreamsInBooth_concept embeds and token 4b2088e
Tolga commited on