You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am having trouble dowbloading the pre-trained weights?!
from diffusers import DiffusionPipeline pipe = DiffusionPipeline.from_pretrained("alimama-creative/M3DDM-Video-Outpainting") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]
and I get the following error
EntryNotFoundError: 404 Client Error. (Request ID: Root=1-6717a3a4-4e99ef1a2dc671c422ad593a;47068a09-60f4-4c1a-b758-f1ca3b334ae5) Entry Not Found for url: https://huggingface.co/alimama-creative/M3DDM-Video-Outpainting/resolve/main/model_index.json.
The text was updated successfully, but these errors were encountered:
Hi
I am having trouble dowbloading the pre-trained weights?!
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("alimama-creative/M3DDM-Video-Outpainting")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]
and I get the following error
EntryNotFoundError: 404 Client Error. (Request ID: Root=1-6717a3a4-4e99ef1a2dc671c422ad593a;47068a09-60f4-4c1a-b758-f1ca3b334ae5) Entry Not Found for url: https://huggingface.co/alimama-creative/M3DDM-Video-Outpainting/resolve/main/model_index.json.
The text was updated successfully, but these errors were encountered: