Instructions to use Miayan/project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Miayan/project with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Miayan/project", 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
Ctrl+K
- train_ex10
- train_ex10_1
- train_ex11-1
- train_ex11-allLoss
- train_ex11-mask
- train_ex11
- train_ex11_1
- train_ex2_2
- train_ex2_3
- train_ex2_4
- train_ex2_5
- train_ex3
- train_ex3_1
- train_ex3_2
- train_ex4
- train_ex4_1
- train_ex5
- train_ex5_1
- train_ex6
- train_ex6_1
- train_ex6_10
- train_ex6_11
- train_ex6_12
- train_ex6_13
- train_ex6_2
- train_ex6_3
- train_ex6_4
- train_ex6_5
- train_ex6_6
- train_ex6_7
- train_ex6_8
- train_ex6_9
- train_ex7
- train_ex8
- train_ex8_1
- train_ex8_10
- train_ex8_11
- train_ex8_12
- train_ex8_3
- train_ex8_4
- train_ex8_5
- train_ex8_6
- train_ex8_7
- train_ex8_8
- train_ex8_9
- train_ex9
- 1.52 kB