results = [] for file in png_files: png_path = os.path.join(stage_1_results, file) results.append(Image.open(png_path)) return results 0551d54 lunarflu HF Staff commited on Jul 21, 2023
[deepfloydif.py] brought back run_in_executor, stabler with discord slash commands 149a54b lunarflu HF Staff commited on Jul 21, 2023
[deepfloydif.py] shifting job.submit back outside to dfif_stage_1_inference function 7dd7077 lunarflu HF Staff commited on Jul 20, 2023
[deepfloydif.py] made spelling consistent (deepfloydif, not deepfloyd) 1dc3613 lunarflu HF Staff commited on Jul 19, 2023
[falcon.py] testing job.submit instead of executor 0637a63 lunarflu HF Staff commited on Jul 19, 2023
[deepfloydif.py] removed reacts to fix ratelimit thing 75483ec lunarflu HF Staff commited on Jul 18, 2023
[deepfloydif.py] async def try_deepfloydif(interaction, prompt, client): 73403ce lunarflu HF Staff commited on Jul 18, 2023