Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ if __name__ == "__main__":
|
|
282 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
283 |
|
284 |
dtype = torch.bfloat16
|
285 |
-
file_url = "https://huggingface.co/gokaygokay/flux-game/blob/main/gokaygokay_00001_.
|
286 |
file_url = file_url.replace("/resolve/main/", "/blob/main/").replace("?download=true", "")
|
287 |
single_file_base_model = "camenduru/FLUX.1-dev-diffusers"
|
288 |
quantization_config_tf = BitsAndBytesConfigTF(load_in_8bit=True, bnb_8bit_compute_dtype=torch.bfloat16)
|
|
|
282 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
283 |
|
284 |
dtype = torch.bfloat16
|
285 |
+
file_url = "https://huggingface.co/gokaygokay/flux-game/blob/main/gokaygokay_00001_.q8_0.gguf"
|
286 |
file_url = file_url.replace("/resolve/main/", "/blob/main/").replace("?download=true", "")
|
287 |
single_file_base_model = "camenduru/FLUX.1-dev-diffusers"
|
288 |
quantization_config_tf = BitsAndBytesConfigTF(load_in_8bit=True, bnb_8bit_compute_dtype=torch.bfloat16)
|