Instructions to use proxima/darkvictorian_artstyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use proxima/darkvictorian_artstyle with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("proxima/darkvictorian_artstyle", 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
Update README.md 9ae56b9
add LoRA f5f4985
Add `clip_sample=False` to scheduler to make model compatible with DDIM. (#4) d63d469
Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (#3) 767c53d
Delete .DS_Store ef90a95
add diffusers d58a32d
artemisiaaaa commited on
Update README.md d931fa3
Update README.md 5040932
Delete model_index.json 510d4fc
Delete vae 83fb47d
Delete unet 3c9ce37
Delete tokenizer 27379eb
Delete text_encoder ab8e2cd
Delete scheduler dee680b
Delete safety_checker 99f8359
Delete feature_extractor 1dc91ba
Delete .DS_Store aaef471
Update README.md bf5d2cc
Update README.md e5e1aa0
add weights 9d10b24
artemisiaaaa commited on