MCPcopy Index your code
hub / github.com/huggingface/diffusers / VQModel

Class VQModel

src/diffusers/models/vq_model.py:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class VQModel(VQModel):
26 def __init__(self, *args, **kwargs):
27 deprecation_message = "Importing `VQModel` from `diffusers.models.vq_model` is deprecated and this will be removed in a future version. Please use `from diffusers.models.autoencoders.vq_model import VQModel`, instead."
28 deprecate("VQModel", "0.31", deprecation_message)
29 super().__init__(*args, **kwargs)

Callers 15

make_vqvaeFunction · 0.90
convert_ldm_originalFunction · 0.90
dummy_vq_modelMethod · 0.90
dummy_movqMethod · 0.90
dummy_movqMethod · 0.90
dummy_movqMethod · 0.90
dummy_movqMethod · 0.90
dummy_movqMethod · 0.90
dummy_movqMethod · 0.90

Calls

no outgoing calls

Tested by 11

dummy_vq_modelMethod · 0.72
dummy_movqMethod · 0.72
dummy_movqMethod · 0.72
dummy_movqMethod · 0.72
dummy_movqMethod · 0.72
dummy_movqMethod · 0.72
dummy_movqMethod · 0.72
dummy_movqMethod · 0.72
dummy_movqMethod · 0.72
dummy_movqMethod · 0.72
dummy_movqMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…