Instructions to use Pclanglais/Mickey-1928 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Pclanglais/Mickey-1928 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Pclanglais/Mickey-1928") prompt = "drawing of Mickey, theater in background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
1929 Mickey
1
#6 opened over 1 year ago
by
Jelloz
Update README.md
#5 opened over 2 years ago
by
Sarah13002
Update README.md
#4 opened over 2 years ago
by
boleiers
The model is placed in the directory, and after clicking on Lora in the webui, the model is not displayed
#3 opened over 2 years ago
by
fengy23
Higher quality to train on.
1
#2 opened over 2 years ago
by
HMasaki