diffusion-models-class
diffusion-models-class copied to clipboard
Materials for the Hugging Face Diffusion Models Course
1. `runwayml` disappeared, so I changed the repo name. 2. fixed some deprecation warnings. 3. There is still one deprecation warning I don't know how to fix. IT is at...
Is this course signup link still relevant? Clicking it takes me to this form None of the dates on the form have a year, so it was unclear if this...
The emoji currently does not render properly and just displays as ":rocket:" on the website. https://huggingface.co/learn/diffusion-course/unit1/1
when I use stable-diffusion-2-1(768ema), something wrong happened. It seems that 768ema can't correctly sample noise and inverse image. but 2-1-base works well. Is there any differences between them? How can...
 I would like to ask you about the source of this picture. Did you draw it yourself, or if you could tell me the name of the paper in...
In the notebook Introdcution_to_diffusers First this cell: `%pip install -qq -U diffusers datasets transformers accelerate ftfy pyarrow==9.0.0` it gives this error every other time it is run: > ERROR: pip's...
A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.2 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be...
In this notebook, originally there is a line of code: `image_pipe.save_pretrained("my_pipeline")` , which will generate a saved model as 'diffusion_pytorch_model.safetensors'. However, it will cause errors in the following line `pipeline...
This "noise_amount" may not get used in the following lines.  