make env
conda activate 01-diffusers-quick-start
make setup
Pipeline example
python pipeline.py
Loading pipeline components...: 29%|██████████████████████████████████████████ | 2/7 [00:00<00:01, 3.08it/s]`text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["id2label"]` will be overriden.
`text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["bos_token_id"]` will be overriden.
`text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["eos_token_id"]` will be overriden.
Loading pipeline components...: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 7/7 [00:01<00:00, 4.57it/s]
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 50/50 [00:09<00:00, 5.32it/s]
ls outputs
image_of_squirrel_painting.png
How to run?
Set the environment
Pipeline example
Model and scheduler example